Add odl sfc configuration
Change-Id: I332532d7fd5a70ac4caaca7d923e6bdefd8f6772 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
This commit is contained in:
parent
bf3a664c25
commit
545f1499ea
@ -105,6 +105,14 @@ METADATA = {
|
|||||||
'default_value': 'Disable'
|
'default_value': 'Disable'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'odl_sfc': {
|
||||||
|
'_self': {
|
||||||
|
'mapping_to': 'odl_sfc',
|
||||||
|
'field': 'anytype',
|
||||||
|
'is_required':False,
|
||||||
|
'default_value': 'Disable'
|
||||||
|
}
|
||||||
|
},
|
||||||
'moon': {
|
'moon': {
|
||||||
'_self': {
|
'_self': {
|
||||||
'mapping_to': 'moon',
|
'mapping_to': 'moon',
|
||||||
|
@ -32,6 +32,7 @@ enable_vpnaas: $getVar('enable_vpnaas', True)
|
|||||||
odl_l3_agent: $getVar('odl_l3_agent', 'Disable')
|
odl_l3_agent: $getVar('odl_l3_agent', 'Disable')
|
||||||
onos_sfc: $getVar('onos_sfc', 'Disable')
|
onos_sfc: $getVar('onos_sfc', 'Disable')
|
||||||
onos_nic: $getVar('onos_nic', 'eth2')
|
onos_nic: $getVar('onos_nic', 'eth2')
|
||||||
|
odl_sfc: $getVar('odl_sfc', 'Disable')
|
||||||
ip_settings: $ip_settings
|
ip_settings: $ip_settings
|
||||||
network_cfg: $network_cfg
|
network_cfg: $network_cfg
|
||||||
sys_intf_mappings: $sys_intf_mappings
|
sys_intf_mappings: $sys_intf_mappings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user