summaryrefslogtreecommitdiffstats
path: root/deploy/conf/hardware_environment/huawei-pod5/os-odl_l3-nofeature-ha.yml
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2016-08-17 07:37:45 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-17 07:37:45 +0000
commitda430dc79198786e75e805921c94969e79e0a833 (patch)
treed2c517b3b22b4feb6b4364df471e6cb58c1612a9 /deploy/conf/hardware_environment/huawei-pod5/os-odl_l3-nofeature-ha.yml
parent9d6451426eb12ae4373ba1e526728a0ccf42886b (diff)
parentba295febcb4a37eb9dcfc8c00c0c8ff9b3c3a27d (diff)
Merge "[compass] add new pod configuration"
Diffstat (limited to 'deploy/conf/hardware_environment/huawei-pod5/os-odl_l3-nofeature-ha.yml')
-rw-r--r--deploy/conf/hardware_environment/huawei-pod5/os-odl_l3-nofeature-ha.yml68
1 files changed, 68 insertions, 0 deletions
diff --git a/deploy/conf/hardware_environment/huawei-pod5/os-odl_l3-nofeature-ha.yml b/deploy/conf/hardware_environment/huawei-pod5/os-odl_l3-nofeature-ha.yml
new file mode 100644
index 00000000..dbc261a0
--- /dev/null
+++ b/deploy/conf/hardware_environment/huawei-pod5/os-odl_l3-nofeature-ha.yml
@@ -0,0 +1,68 @@
+
+TYPE: baremetal
+FLAVOR: cluster
+POWER_TOOL: ipmitool
+
+ipmiUser: root
+ipmiVer: '2.0'
+
+odl_l3_agent: "Enable"
+
+hosts:
+ - name: host1
+ mac: '70:7b:e8:75:71:d3'
+ interfaces:
+ - eth1: '70:7b:e8:75:71:d2'
+ ipmiIp: 172.31.123.2
+ ipmiPass: root
+ roles:
+ - controller
+ - ha
+ - odl
+ - ceph-adm
+ - ceph-mon
+
+ - name: host2
+ mac: '70:7b:e8:75:72:21'
+ interfaces:
+ - eth1: '70:7b:e8:75:72:20'
+ ipmiIp: 172.31.123.3
+ ipmiPass: root
+ roles:
+ - controller
+ - ha
+ - odl
+ - ceph-mon
+
+ - name: host3
+ mac: '70:7b:e8:75:71:37'
+ interfaces:
+ - eth1: '70:7b:e8:75:71:36'
+ ipmiIp: 172.31.123.4
+ ipmiPass: root
+ roles:
+ - controller
+ - ha
+ - odl
+ - ceph-mon
+
+ - name: host4
+ mac: '70:7b:e8:75:71:dc'
+ interfaces:
+ - eth1: '70:7b:e8:75:71:db'
+ ipmiIp: 172.31.123.5
+ ipmiPass: root
+ roles:
+ - compute
+ - ceph-osd
+
+ - name: host5
+ mac: '70:7b:e8:75:71:d6'
+ interfaces:
+ - eth1: '70:7b:e8:75:71:d5'
+ ipmiIp: 172.31.123.6
+ ipmiPass: root
+ roles:
+ - compute
+ - ceph-osd
+