Commit cd997ba4 authored by ppree's avatar ppree
Browse files

Update 05-quickstarts.md

parent aef8c229
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -1150,6 +1150,20 @@ Generally, Day 1 actions can be specified under the `initial-config-primitive` s

Day 2 actions are specifies under the `config-primitive` section in the vnfd descriptor.

```yaml
config-primitive:
  - name: options
    parameter:
      - name: application-name
        data-type: STRING
        default-value: sipp
      - name: ip
        data-type: STRING
      - name: port
        data-type: INTEGER
        default-value: 5060
```

It must be noted that the descriptor follows a format defined in OSM, augmenting SOL006, because the modeling of CNF or any Kubernetes applications has not yet been included in ETSI NFV SOL006.

The file `kamailio_ns/kamailio_nsd.yaml` is the SOL006-compliant network service descriptor, which maps the CNF to VIM-level networks.