RIFT OSM R1 Initial Submission
[osm/SO.git] / rwcm / test / cwims_juju_nsd / configuration_input_params.yml
1
2 # This is input parameters file for Network Service configuration.
3 # This file is formatted as below:
4
5 # configuration_delay : 120           # Number of seconds to wait before applying configuration after NS is up
6 # number_of_vnfs_to_be_configured : 1 # Total number of VNFs in this NS to be configured by Service Orchestrator
7 # 1 :                                 # Configuration Priority, order in which each VNF will be configured
8 #   name : vnfd_name                  # Name of the VNF
9 #   member_vnf_index : 11             # member index of the VNF that makes it unique (in case of multiple instances of same VNF)
10 #   configuration_type : scriptconf   # Type of configuration (Currently supported values : scriptconf, netconf)
11 #
12 # Repeat VNF block for as many VNFs
13
14 configuration_delay : 30
15 number_of_vnfs_to_be_configured : 1
16 1 :
17   name : cwims_vnfd
18   member_vnf_index : 1
19   configuration_type : jujuconf
20