diff options
author | chigang <chigang@huawei.com> | 2017-07-26 17:19:30 +0800 |
---|---|---|
committer | chigang <chigang@huawei.com> | 2017-07-28 09:22:13 +0800 |
commit | 1edb67f913276eec2dad1adae80a3ac3d9a5356c (patch) | |
tree | dc3c6c7f68b3f5c22ad9a99973de84375899afc0 /deploy/conf/hardware_environment | |
parent | ef15f07cc10f92ba07fb22d257ccbde7fab9a51d (diff) |
Add moonv4 into Compass4nfv
JIRA:-
To deploy moon master, export MOON_CFG env like below compass deploy:
export MOON_CFG="master:flag=Disable,slave:flag=Enable,slave:name=slave1,slave:master_ip=master_ip"
To deploy moon slave, export MOON_CFG env like below compass deploy:
export MOON_CFG="master:flag=Enable,slave:flag=Disable,slave:name=slave1,slave:master_ip=master_ip"
Change-Id: I21c0186a029c508d390c69112b43510d9c5b9c5c
Signed-off-by: chigang <chigang@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-pod1/os-odl_l2-moon-ha.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deploy/conf/hardware_environment/huawei-pod1/os-odl_l2-moon-ha.yml b/deploy/conf/hardware_environment/huawei-pod1/os-odl_l2-moon-ha.yml index dca3228b..d2447c1d 100644 --- a/deploy/conf/hardware_environment/huawei-pod1/os-odl_l2-moon-ha.yml +++ b/deploy/conf/hardware_environment/huawei-pod1/os-odl_l2-moon-ha.yml @@ -15,9 +15,9 @@ POWER_TOOL: ipmitool ipmiUser: root ipmiVer: '2.0' -moon: "Enable" plugins: - opendaylight: "Enable" + - moon: "Enable" hosts: - name: host1 @@ -74,5 +74,4 @@ hosts: ipmiIp: 172.16.130.31 ipmiPass: Opnfv@pod1 roles: - - compute - - ceph-osd + - moon |