diff options
author | CNlucius <lukai1@huawei.com> | 2016-07-18 11:39:07 +0800 |
---|---|---|
committer | CNlucius <lukai1@huawei.com> | 2016-07-18 11:49:58 +0800 |
commit | c5136ba6d70d6395ff2f351ca51e186a81c6da44 (patch) | |
tree | 6aa65dfc2fe30904612f3d6aea0eaaba642f6547 /deploy/conf/hardware_environment/intel-pod8 | |
parent | a9255572f5c47eefc77ede9c51dff29bcad97d3c (diff) |
COMPASS-438
add a task of onos-sfc
Change-Id: Iba0273652afe91e251650f3bf90339bbc4cbdaeb
Signed-off-by: CNlucius <lukai1@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment/intel-pod8')
-rw-r--r-- | deploy/conf/hardware_environment/intel-pod8/os-onos-sfc-ha.yml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/deploy/conf/hardware_environment/intel-pod8/os-onos-sfc-ha.yml b/deploy/conf/hardware_environment/intel-pod8/os-onos-sfc-ha.yml new file mode 100644 index 00000000..0fab6b02 --- /dev/null +++ b/deploy/conf/hardware_environment/intel-pod8/os-onos-sfc-ha.yml @@ -0,0 +1,63 @@ + +TYPE: baremetal +FLAVOR: cluster +POWER_TOOL: ipmitool + +ipmiUser: root +ipmiPass: root +ipmiVer: '1.0' + +onos_sfc: "Enable" + +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 + - onos + + - 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 + - onos + + - 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 + - onos + + - 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 + |