diff options
author | baigk <baiguoku@huawei.com> | 2016-01-26 22:24:30 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2016-01-26 22:24:30 +0800 |
commit | 39c96553e2f87ea955ca3cf3e1b20f2ce0f7b16a (patch) | |
tree | e33f868290b9ec34528ea37cae07e897115230bb /deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-onos-nofeature-ha.yml | |
parent | 98640927866337bfd6637e250d4c28d3460dfcf1 (diff) |
change the config of baremetal
JIRA: COMPASS-286
Change-Id: I32fed288f41def3e49bc270d716c383a16bf0bcf
Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-onos-nofeature-ha.yml')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-onos-nofeature-ha.yml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-onos-nofeature-ha.yml b/deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-onos-nofeature-ha.yml index 88f261d7..93770bb1 100644 --- a/deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-onos-nofeature-ha.yml +++ b/deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-onos-nofeature-ha.yml @@ -7,9 +7,18 @@ ipmiUser: root ipmiVer: '2.0' hosts: + - name: host1 + mac: 'F8:4A:BF:55:A2:8D' + ipmiIp: 172.16.130.26 + ipmiPass: Huawei@123 + roles: + - controller + - ha + - onos + - name: host2 - mac: 'E0:24:7F:02:15:A3' - ipmiIp: 172.16.130.28 + mac: 'D8:49:0B:DA:5A:B7' + ipmiIp: 172.16.130.27 ipmiPass: huawei@123 roles: - controller |