Skip to content
Snippets Groups Projects
Commit 796055fc authored by Philip Joseph's avatar Philip Joseph
Browse files

Update descriptors for R1 schema


Signed-off-by: default avatarPhilip Joseph <philip.joseph@riftio.com>
parent 14060ca0
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ nsd:nsd-catalog: ...@@ -11,6 +11,7 @@ nsd:nsd-catalog:
vld: vld:
- id: data - id: data
name: data name: data
short-name: data
type: ELAN type: ELAN
provider-network: provider-network:
overlay-type: VLAN overlay-type: VLAN
...@@ -20,6 +21,7 @@ nsd:nsd-catalog: ...@@ -20,6 +21,7 @@ nsd:nsd-catalog:
vnfd-id-ref: VyOS vnfd-id-ref: VyOS
- id: management - id: management
name: management name: management
short-name: management
type: ELAN type: ELAN
provider-network: provider-network:
overlay-type: VLAN overlay-type: VLAN
......
...@@ -11,6 +11,7 @@ nsd:nsd-catalog: ...@@ -11,6 +11,7 @@ nsd:nsd-catalog:
vld: vld:
- id: data - id: data
name: data name: data
short-name: data
type: ELAN type: ELAN
provider-network: provider-network:
overlay-type: VLAN overlay-type: VLAN
...@@ -22,6 +23,7 @@ nsd:nsd-catalog: ...@@ -22,6 +23,7 @@ nsd:nsd-catalog:
vnfd-id-ref: IMS-ALLIN1_2p vnfd-id-ref: IMS-ALLIN1_2p
- id: management - id: management
name: management name: management
short-name: management
type: ELAN type: ELAN
provider-network: provider-network:
overlay-type: VLAN overlay-type: VLAN
......
...@@ -7,38 +7,38 @@ vnfd:vnfd-catalog: ...@@ -7,38 +7,38 @@ vnfd:vnfd-catalog:
logo: osm_2x.png logo: osm_2x.png
mgmt-interface: mgmt-interface:
vdu-id: VyOS-VM vdu-id: VyOS-VM
vnf-configuration: vnf-configuration:
config-attributes: config-attributes:
config-delay: '0' config-delay: '0'
config-priority: '1' config-priority: '1'
config-primitive: config-primitive:
- name: config - name: config
parameter: parameter:
- name: user - name: user
data-type: STRING data-type: STRING
mandatory: 'true' mandatory: 'true'
default-value: vyos default-value: vyos
- name: pass - name: pass
data-type: string data-type: string
mandatory: 'true' mandatory: 'true'
default-value: vyos default-value: vyos
- name: ping - name: ping
parameter: parameter:
- name: destination - name: destination
data-type: STRING data-type: STRING
mandatory: 'true' mandatory: 'true'
- name: count - name: count
data-type: INTEGER data-type: INTEGER
mandatory: 'false' mandatory: 'false'
default-value: 5 default-value: 5
initial-config-primitive: initial-config-primitive:
- name: config - name: config
parameter: parameter:
- name: hostname - name: hostname
value: <rw_mgmt_ip> value: <rw_mgmt_ip>
seq: '1' seq: '1'
juju: juju:
charm: VyOS-proxy charm: VyOS-proxy
connection-point: connection-point:
- name: eth0 - name: eth0
type: VPORT type: VPORT
......
...@@ -7,43 +7,43 @@ vnfd:vnfd-catalog: ...@@ -7,43 +7,43 @@ vnfd:vnfd-catalog:
logo: metaswitch_2x.png logo: metaswitch_2x.png
mgmt-interface: mgmt-interface:
vdu-id: IMS-ALLIN1_2p-VM vdu-id: IMS-ALLIN1_2p-VM
vnf-configuration: vnf-configuration:
config-attributes: config-attributes:
config-delay: '0' config-delay: '0'
config-priority: '1' config-priority: '1'
config-primitive: config-primitive:
- name: config - name: config
parameter: parameter:
- name: home_domain - name: home_domain
data-type: STRING data-type: STRING
mandatory: 'true' mandatory: 'true'
default-value: ims.com default-value: ims.com
- name: password - name: password
data-type: string data-type: string
mandatory: 'true' mandatory: 'true'
name: password name: password
default-value: cw-aio default-value: cw-aio
- name: create-update-user - name: create-update-user
parameter: parameter:
- name: number - name: number
data-type: STRING data-type: STRING
mandatory: 'true' mandatory: 'true'
- name: password - name: password
data-type: STRING data-type: STRING
mandatory: 'true' mandatory: 'true'
- name: delete-user - name: delete-user
parameter: parameter:
- name: number - name: number
data-type: STRING data-type: STRING
mandatory: 'true' mandatory: 'true'
initial-config-primitive: initial-config-primitive:
- name: config - name: config
parameter: parameter:
- name: proxied_ip - name: proxied_ip
value: <rw_mgmt_ip> value: <rw_mgmt_ip>
seq: '1' seq: '1'
juju: juju:
charm: clearwater-aio-proxy charm: clearwater-aio-proxy
connection-point: connection-point:
- name: eth0 - name: eth0
type: VPORT type: VPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment