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-1/os-odl_l2-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-1/os-odl_l2-nofeature-ha.yml')
-rw-r--r-- | deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-odl_l2-nofeature-ha.yml | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-odl_l2-nofeature-ha.yml b/deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-odl_l2-nofeature-ha.yml deleted file mode 100644 index ce10bab9..00000000 --- a/deploy/conf/hardware_environment/huawei-us-deploy-bare-1/os-odl_l2-nofeature-ha.yml +++ /dev/null @@ -1,60 +0,0 @@ - -TYPE: baremetal -FLAVOR: cluster -POWER_TOOL: ipmitool - -ipmiUser: root -ipmiVer: '2.0' - -hosts: - - name: host1 - mac: 'F8:4A:BF:55:A2:8D' - interfaces: - - eth1: 'F8:4A:BF:55:A2:8E' - ipmiIp: 172.16.130.26 - ipmiPass: Huawei@123 - roles: - - controller - - ha - - odl - - - name: host2 - mac: 'D8:49:0B:DA:5A:B7' - interfaces: - - eth1: 'D8:49:0B:DA:5A:B8' - ipmiIp: 172.16.130.27 - ipmiPass: huawei@123 - roles: - - controller - - ha - - odl - - - name: host3 - mac: 'D8:49:0B:DA:2A:28' - interfaces: - - eth1: 'D8:49:0B:DA:2A:29' - ipmiIp: 172.16.130.29 - ipmiPass: Huawei@123 - roles: - - controller - - ha - - odl - - - name: host4 - mac: 'D8:49:0B:DA:5B:5D' - interfaces: - - eth1: 'D8:49:0B:DA:5B:5E' - ipmiIp: 172.16.130.30 - ipmiPass: Huawei@123 - roles: - - compute - - - name: host5 - mac: 'D8:49:0B:DA:56:85' - interfaces: - - eth1: 'D8:49:0B:DA:56:86' - ipmiIp: 172.16.130.31 - ipmiPass: Huawei@123 - roles: - - compute - |