diff options
author | Francois DESPRES <francois.despres@orange.com> | 2017-01-25 10:59:31 +0100 |
---|---|---|
committer | Francois DESPRES <francois.despres@orange.com> | 2017-01-25 16:21:15 +0100 |
commit | 2ae42e67d316e7fdf2b25303907e20c336de8d5f (patch) | |
tree | fc077629f9bc5a3ac8c98a4b88d6acfcc573fde7 /deploy/conf/hardware_environment/orange-pod3/os-odl_l2-nofeature-ha.yml | |
parent | 7173757a6190f4528d36053d82467c74dbf16b3f (diff) |
New patch for orange-pod3 POD with indentation correction for network*.yml files
Change-Id: Ifa100d6e444c4190d8f15d980c4fd72f8b953a1d
Signed-off-by: Francois DESPRES <francois.despres@orange.com>
Diffstat (limited to 'deploy/conf/hardware_environment/orange-pod3/os-odl_l2-nofeature-ha.yml')
-rwxr-xr-x | deploy/conf/hardware_environment/orange-pod3/os-odl_l2-nofeature-ha.yml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/deploy/conf/hardware_environment/orange-pod3/os-odl_l2-nofeature-ha.yml b/deploy/conf/hardware_environment/orange-pod3/os-odl_l2-nofeature-ha.yml new file mode 100755 index 00000000..053851de --- /dev/null +++ b/deploy/conf/hardware_environment/orange-pod3/os-odl_l2-nofeature-ha.yml @@ -0,0 +1,65 @@ +--- +TYPE: baremetal +FLAVOR: cluster +POWER_TOOL: ipmitool + +ipmiUser: orange +ipmiVer: '2.0' + +hosts: + - name: charlotteR630 + mac: '14:18:77:34:89:E2' # PXE slot 0/3 vlan14 + interfaces: + - eth1: 'A0:36:9F:4E:87:1A' # slot 1/2 TRUNK + ipmiIp: 172.31.2.116 + ipmiPass: orange2014* + roles: + - controller + - ha + - odl + - ceph-adm + - ceph-mon + + - name: cookieR630 + mac: '14:18:77:34:A2:AC' # PXE slot 0/3 vlan14 + interfaces: + - eth1: 'A0:36:9F:4E:8B:AE' # slot 1/2 trunk + ipmiIp: 172.31.2.117 + ipmiPass: orange2014* + roles: + - controller + - ha + - odl + - ceph-mon + + - name: cheesecakeR630 + mac: '14:18:77:34:8E:40' # PXE slot 0/3 vlan14 + interfaces: + - eth1: 'A0:36:9F:4E:8E:DA' # slot 1/2 trunk + ipmiIp: 172.31.2.119 + ipmiPass: orange2014* + roles: + - controller + - ha + - odl + - ceph-mon + + - name: eclairR730 + mac: 'EC:F4:BB:CB:62:AC ' # PXE slot 0/3 vlan14 + interfaces: + - eth1: 'EC:F4:BB:CB:62:AA' # slot 0/2 trunk + ipmiIp: 172.31.2.123 + ipmiPass: orange2014* + roles: + - compute + - ceph-osd + + - name: chouR730 + mac: 'EC:F4:BB:CB:5F:64' # PXE slot 0/3 vlan14 + interfaces: + - eth1: 'EC:F4:BB:CB:5F:62' # slot 0/2 trunk + ipmiIp: 172.31.2.120 + ipmiPass: orange2014* + roles: + - compute + - ceph-osd |