diff options
author | Justin chi <chigang@huawei.com> | 2016-09-28 02:13:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-28 02:13:21 +0000 |
commit | 066871de64c28d3e6adb4fe5a17bd9c894074f75 (patch) | |
tree | 067a6cee5c642e55112e5739bf3f3c55e9419168 /deploy/conf/hardware_environment | |
parent | f5d302d1f71637df5fdd3fc815c1d7a760b6e9d4 (diff) | |
parent | e9c6204c777d4d5169d6678a868782a7835d1350 (diff) |
Merge "Add a expansion functionality"
Diffstat (limited to 'deploy/conf/hardware_environment')
-rw-r--r-- | deploy/conf/hardware_environment/expansion-sample/hardware_cluster_expansion.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deploy/conf/hardware_environment/expansion-sample/hardware_cluster_expansion.yml b/deploy/conf/hardware_environment/expansion-sample/hardware_cluster_expansion.yml new file mode 100644 index 00000000..b160b32a --- /dev/null +++ b/deploy/conf/hardware_environment/expansion-sample/hardware_cluster_expansion.yml @@ -0,0 +1,15 @@ +TYPE: baremetal +FLAVOR: cluster +POWER_TOOL: ipmitool + +ipmiUser: root +ipmiPass: Huawei@123 + +hosts: + - name: host6 + mac: 'E8:4D:D0:BA:60:45' + interfaces: + - eth1: '08:4D:D0:BA:60:44' + ipmiIp: 172.16.131.23 + roles: + - compute |