diff options
author | Justin-chi <chigang@huawei.com> | 2016-02-06 09:43:27 +0800 |
---|---|---|
committer | Justin-chi <chigang@huawei.com> | 2016-02-06 09:43:27 +0800 |
commit | 591568ec3c309621689e50b32da328398c3b9df8 (patch) | |
tree | ad6b41615acd34b4edb2a25df65381b5d430eda7 /deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml | |
parent | bf1d96eebbb3152558512cf2eec18bade5ab10e7 (diff) |
add 4 scenarios in Intel POD for master daily job
network.yml: the network configuration for Intel pod
os-*-ha.yaml: scenario configuration for Intel pod
Change-Id: I6fce74f056f9ff20556845ca19d77840b48304f5
Signed-off-by: Justin-chi <chigang@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml')
-rw-r--r-- | deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml b/deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml new file mode 100644 index 00000000..b885c22b --- /dev/null +++ b/deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml @@ -0,0 +1,58 @@ + +TYPE: baremetal +FLAVOR: cluster +POWER_TOOL: ipmitool + +ipmiUser: root +ipmiPass: root +ipmiVer: '1.0' + +hosts: + - name: host1 + mac: '00:1E:67:D4:30:D2' + interfaces: + - eth2: '00:1E:67:C5:5B:28' + - eth3: '00:1E:67:C5:5B:29' + ipmiIp: 10.2.117.127 + roles: + - controller + - ha + + - name: host2 + mac: '00:1E:67:D4:39:B5' + interfaces: + - eth2: '00:1E:67:C5:52:24' + - eth3: '00:1E:67:C5:52:25' + ipmiIp: 10.2.117.129 + roles: + - controller + - ha + + - name: host3 + mac: '00:1E:67:D4:31:B2' + interfaces: + - eth2: '00:1E:67:C1:FA:E0' + - eth3: '00:1E:67:C1:FA:E1' + ipmiIp: 10.2.117.131 + roles: + - controller + - ha + + - name: host4 + mac: '00:1E:67:D4:34:67' + interfaces: + - eth2: '00:1E:67:E2:58:80' + - eth3: '00:1E:67:E2:58:81' + ipmiIp: 10.2.117.133 + roles: + - compute + + - name: host5 + mac: '00:1E:67:D4:38:42' + interfaces: + - eth2: '00:1E:67:C1:F9:2C' + - eth3: '00:1E:67:C1:F9:2D' + ipmiIp: 10.2.117.135 + roles: + - compute + |