diff options
author | meimei <meimei@huawei.com> | 2016-05-20 17:33:06 +0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2016-05-20 17:33:06 +0800 |
commit | 0ed4e93eb256c60a326d233dbf3259e123caf2d1 (patch) | |
tree | 80807e375dc09351108b09a383c9402324e8f3ac /deploy/conf/hardware_environment/huawei-us-deploy-bare-2/os-nosdn-nofeature-ha.yml | |
parent | 5f961ed04df5164bfc6d8676d78608d011caf9b6 (diff) |
Rename Huawei Jenkins slaves
Slave names will be as below.
- huawei-us-deploy-bare-1 -> huawei-pod1
- huawei-us-deploy-bare-2 -> huawei-pod2
- huawei-sh-test-2-defaults -> huawei-pod3
- huawei-sh-pod6 -> huawei-pod4
- huawei-us-deploy-vm-1 -> huawei-virtual1
- huawei-us-deploy-vm-2 -> huawei-virtual2
- huawei-us-deploy-vm-3 -> huawei-virtual3
- huawei-us-deploy-vm-4 -> huawei-virtual4
Change-Id: I3a8727b0db53739b02a805cf40ddc3ba7f50ef52
Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment/huawei-us-deploy-bare-2/os-nosdn-nofeature-ha.yml')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-us-deploy-bare-2/os-nosdn-nofeature-ha.yml | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/deploy/conf/hardware_environment/huawei-us-deploy-bare-2/os-nosdn-nofeature-ha.yml b/deploy/conf/hardware_environment/huawei-us-deploy-bare-2/os-nosdn-nofeature-ha.yml deleted file mode 100644 index a311c6d6..00000000 --- a/deploy/conf/hardware_environment/huawei-us-deploy-bare-2/os-nosdn-nofeature-ha.yml +++ /dev/null @@ -1,66 +0,0 @@ - -TYPE: baremetal -FLAVOR: cluster -POWER_TOOL: ipmitool - -ipmiVer: '2.0' - -hosts: - - name: host1 - mac: 'EC:38:8F:79:0C:2C' - ipmiUser: root - ipmiPass: Huawei@123 - ipmiIp: 172.16.130.20 - interfaces: - - eth1: 'EC:38:8F:79:0C:2D' - roles: - - controller - - ha - - ceph-adm - - ceph-mon - - - name: host2 - mac: 'EC:38:8F:79:0C:48' - ipmiIp: 172.16.130.19 - ipmiUser: root - ipmiPass: Huawei@123 - interfaces: - - eth1: 'EC:38:8F:79:0C:49' - roles: - - controller - - ha - - ceph-mon - - - name: host3 - mac: 'EC:38:8F:79:10:CC' - ipmiIp: 172.16.130.18 - ipmiUser: root - ipmiPass: Huawei@123 - interfaces: - - eth1: 'EC:38:8F:79:10:CD' - roles: - - controller - - ha - - ceph-mon - - - name: host4 - mac: 'EC:38:8F:79:0C:6C' - ipmiIp: 172.16.130.17 - ipmiUser: root - ipmiPass: Huawei@123 - interfaces: - - eth1: 'EC:38:8F:79:0C:6D' - roles: - - compute - - ceph-osd - - - name: host5 - mac: 'EC:38:8F:7A:E6:ED' - ipmiIp: 172.16.130.16 - ipmiUser: root - ipmiPass: Huawei@123 - interfaces: - - eth1: 'EC:38:8F:7A:E6:EE' - roles: - - compute - - ceph-osd |