diff options
author | Yibo Cai <yibo.cai@arm.com> | 2018-03-05 13:01:50 +0800 |
---|---|---|
committer | Yibo Cai <yibo.cai@arm.com> | 2018-03-05 13:01:50 +0800 |
commit | 042565faf897be46a1fd33e47cbb61e373de4ed1 (patch) | |
tree | 4c22bf27e4a0ed842be105b0ec3040b8a4ed3180 /deploy/conf/hardware_environment/huawei-pod8/k8-nosdn-nofeature-ha.yml | |
parent | 33d470951351c0a56409400593bc363d7de765cc (diff) |
deploy/conf: add arm baremetal pod configuration
- k8-nosdn-nofeature-noha.yml: 1 master + 1 slave
- k8-nosdn-nofeature-ha.yml: 3 masters + 2 slaves
Change-Id: I7cf4bfd7264bfdaf6d89841c8f39daf0d3d6bae2
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
Diffstat (limited to 'deploy/conf/hardware_environment/huawei-pod8/k8-nosdn-nofeature-ha.yml')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-pod8/k8-nosdn-nofeature-ha.yml | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/deploy/conf/hardware_environment/huawei-pod8/k8-nosdn-nofeature-ha.yml b/deploy/conf/hardware_environment/huawei-pod8/k8-nosdn-nofeature-ha.yml new file mode 100644 index 00000000..60b7466b --- /dev/null +++ b/deploy/conf/hardware_environment/huawei-pod8/k8-nosdn-nofeature-ha.yml @@ -0,0 +1,73 @@ +############################################################################## +# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +--- + +TYPE: baremetal +FLAVOR: cluster +POWER_TOOL: ipmitool + +ipmiVer: '2.0' + +hosts: + - name: host1 + mac: '14:30:04:F2:24:CB' + ipmiUser: root + ipmiPass: Opnfv@podarm + ipmiIp: 172.16.130.81 + interfaces: + - eth1: '14:30:04:F2:24:CC' + roles: + - kube_master + - etcd + - ha + + - name: host2 + mac: '14:30:04:F2:24:3B' + ipmiIp: 172.16.130.82 + ipmiUser: root + ipmiPass: Opnfv@podarm + interfaces: + - eth1: '14:30:04:F2:24:3C' + roles: + - kube_master + - etcd + - ha + + - name: host3 + mac: '14:30:04:F2:24:FB' + ipmiIp: 172.16.130.83 + ipmiUser: root + ipmiPass: Opnfv@podarm + interfaces: + - eth1: '14:30:04:F2:24:FC' + roles: + - kube_master + - etcd + - ha + + - name: host4 + mac: '14:30:04:F2:25:EB' + ipmiIp: 172.16.130.84 + ipmiUser: root + ipmiPass: Opnfv@podarm + interfaces: + - eth1: '14:30:04:F2:25:EC' + roles: + - kube_node + + - name: host5 + mac: '14:30:04:F2:25:8B' + ipmiIp: 172.16.130.85 + ipmiUser: root + ipmiPass: Opnfv@podarm + interfaces: + - eth1: '14:30:04:F2:25:8C' + roles: + - kube_node |