diff options
Diffstat (limited to 'labs/zte')
-rw-r--r-- | labs/zte/pod1.yaml (renamed from labs/zte/pod1/config/pod.yaml) | 11 | ||||
-rw-r--r-- | labs/zte/pod2.yaml (renamed from labs/zte/pod2/config/pod.yaml) | 5 | ||||
-rw-r--r-- | labs/zte/pod3.yaml (renamed from labs/zte/pod3/config/pod.yaml) | 5 |
3 files changed, 10 insertions, 11 deletions
diff --git a/labs/zte/pod1/config/pod.yaml b/labs/zte/pod1.yaml index e7b5661..cfd406c 100644 --- a/labs/zte/pod1/config/pod.yaml +++ b/labs/zte/pod1.yaml @@ -1,5 +1,6 @@ +--- ### ZTE POD 1 descriptor file ### -#refering to https://gerrit.opnfv.org/gerrit/#/c/23727/9/config/pod1.yaml +# refering to https://gerrit.opnfv.org/gerrit/#/c/23727/9/config/pod1.yaml details: pod owner: Alex Yang @@ -8,7 +9,6 @@ details: location: Shanghai, China type: production link: https://wiki.opnfv.org/display/pharos/ZTE+SH+Testlab - jumphost: name: pod1-jump node: @@ -39,8 +39,8 @@ jumphost: os: CentOS-7 remote_para: &remoteparas type: ipmi - - ipmi: - - 2.0 + versions: + - 2.0 user: zteroot pass: superuser interfaces: @@ -210,7 +210,7 @@ nodes: disks: *disks remote_mangement: <<: *remoteparas - address: 192.168.1.103 + address: 192.168.1.105 mac_address: "74:4a:a4:00:ce:bf" interfaces: - name: 'nic1' @@ -239,4 +239,3 @@ nodes: features: dpdk|sriov mac_address: "74:4a:a4:00:d6:9c" vlan: 163 - diff --git a/labs/zte/pod2/config/pod.yaml b/labs/zte/pod2.yaml index b2219f9..4945f99 100644 --- a/labs/zte/pod2/config/pod.yaml +++ b/labs/zte/pod2.yaml @@ -35,8 +35,8 @@ jumphost: os: CentOS-7 remote_para: &remoteparas type: ipmi - - ipmi: - - 2.0 + versions: + - 2.0 user: zteroot pass: superuser interfaces: @@ -235,4 +235,3 @@ nodes: features: dpdk|sriov mac_address: "74:4a:a4:00:d2:c2" vlan: 173 - diff --git a/labs/zte/pod3/config/pod.yaml b/labs/zte/pod3.yaml index df3bbe0..a17afaf 100644 --- a/labs/zte/pod3/config/pod.yaml +++ b/labs/zte/pod3.yaml @@ -39,13 +39,14 @@ jumphost: os: CentOS-7 remote_para: &remoteparas type: ipmi - - ipmi: - - 2.0 + versions: + - 2.0 user: zteroot pass: superuser interfaces: - nic: 'nic1' mac_address: "74:4a:a4:00:21:0c" + address: - 10.20.0.1 - 172.10.0.240 - 192.168.1.4 |