diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-07-25 15:55:51 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-07-25 15:55:51 +0800 |
commit | b71da8d8ace9e4b84b11750c5eef9fd10a479dae (patch) | |
tree | 34da3ddc2ae28b08082722ebdfaed5988926eb40 /deploy/conf/hardware_environment/huawei-pod1/os-odl_l3-nofeature-ha.yml | |
parent | b2e6652fe13ee557e0d7a107e3bb426a9214a102 (diff) |
Modify scenario and network files for odl
JIRA: COMPASS-604
1. sepcify using odl_l3_agent in cluster_param
2. set physnet mapping to use external-nic for odl
Change-Id: I70fd327f13d4b4b32da01f0722739dc971fb9fb9
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment/huawei-pod1/os-odl_l3-nofeature-ha.yml')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-pod1/os-odl_l3-nofeature-ha.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deploy/conf/hardware_environment/huawei-pod1/os-odl_l3-nofeature-ha.yml b/deploy/conf/hardware_environment/huawei-pod1/os-odl_l3-nofeature-ha.yml index 2aaf192f..e3e71d0b 100644 --- a/deploy/conf/hardware_environment/huawei-pod1/os-odl_l3-nofeature-ha.yml +++ b/deploy/conf/hardware_environment/huawei-pod1/os-odl_l3-nofeature-ha.yml @@ -15,7 +15,8 @@ POWER_TOOL: ipmitool ipmiUser: root ipmiVer: '2.0' -odl_l3_agent: "Enable" +cluster_param: + - odl_l3_agent: "Enable" plugins: - opendaylight: "Enable" |