diff options
author | 2018-01-15 21:50:30 +0000 | |
---|---|---|
committer | 2018-01-15 21:50:30 +0000 | |
commit | bd5656589b1b667bf4d8a2084370669a72b89be0 (patch) | |
tree | 1ac823f43db7810a62d7b4ea34460e67979d418c /labs/bii | |
parent | 5a013a2f7b2b64b91d2f61ec1a1f1378a5d62977 (diff) | |
parent | fa70d3f001d9eaf97984bf755a192b700d292b38 (diff) |
Merge changes from topic 'fix-pdf-spec-deviations'
* changes:
[PDF] zte-pod*: Fix spec deviations
[PDF] lf-pod*: Fix spec deviations
[PDF] intel-pod*: Fix spec deviations
[PDF] ericsson-pod*: Fix spec deviations
[PDF] bii-pod*: Fix spec deviations
[PDF] arm-pod*: Fix spec deviations
Diffstat (limited to 'labs/bii')
-rw-r--r-- | labs/bii/pod1.yaml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/labs/bii/pod1.yaml b/labs/bii/pod1.yaml index f6ad478f..117721b6 100644 --- a/labs/bii/pod1.yaml +++ b/labs/bii/pod1.yaml @@ -1,7 +1,7 @@ ### This is a BII POD1 descriptor file ### --- details: - pod owner: ylong@BII + pod_owner: ylong@BII contact: ylong@biigroup.cn, zjtang@biigroup.cn lab: BII Pharos LAB location: BDA, Beijing, China @@ -59,8 +59,10 @@ jumphost: interfaces: # physical interface list - mac_address: "44:a8:42:15:10:03" address: 10.20.0.2 + name: 'nic1' - mac_address: "44:a8:42:15:10:04" address: 192.168.20.5 + name: 'nic2' ################################################### nodes: - name: compute1 @@ -106,6 +108,7 @@ nodes: interfaces: # physical interface list - mac_address: "44:a8:42:14:ee:64" address: 10.20.0.4 + name: 'nic1' ######################################## - name: compute2 node: *nodeparas @@ -117,6 +120,7 @@ nodes: interfaces: - mac_address: "44:a8:42:14:cb:31" address: 10.20.0.5 + name: 'nic1' ######################################## - name: controller1 node: *nodeparas @@ -128,8 +132,10 @@ nodes: interfaces: - mac_address: "44:a8:42:14:cd:0d" address: 10.20.0.6 + name: 'nic1' - mac_address: "44:a8:42:14:cd:0e" address: 192.168.20.12 + name: 'nic2' ######################################## - name: controller2 node: *nodeparas @@ -141,8 +147,10 @@ nodes: interfaces: - mac_address: "44:a8:42:15:1b:e6" address: 10.20.0.7 + name: 'nic1' - mac_address: "44:a8:42:15:1b:e7" address: 192.168.20.13 + name: 'nic2' ######################################## - name: controller3 node: *nodeparas @@ -154,5 +162,7 @@ nodes: interfaces: - mac_address: "44:a8:42:14:fc:1a" address: 10.20.0.8 + name: 'nic1' - mac_address: "44:a8:42:14:fc:1b" address: 192.168.20.14 + name: 'nic2' |