aboutsummaryrefslogtreecommitdiffstats
path: root/labs/ericsson/pod2.yaml
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-22 02:05:08 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-26 14:39:41 +0000
commitdecf59a64532d72654d53a3e0209ddf3a35f0fdc (patch)
treefb4af328e4037fc493cdbcecfc42c044eb190a32 /labs/ericsson/pod2.yaml
parentb2cd4315307994c380e7a5728cca32405886c442 (diff)
PDF: Fix yamllint warnings & fold reusable code
- ericsson-pod{1,2}: Fold node, disk params; - lf-pod4: Jump server uses same disk params; - zte-pod{2,3}: only minor formatting; Change-Id: Ib280aca93f9d6ab1768afa369b922c71485cf79c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit a9aeec02c2c649b01ef9aad20c0c89f723a1f356)
Diffstat (limited to 'labs/ericsson/pod2.yaml')
-rw-r--r--labs/ericsson/pod2.yaml104
1 files changed, 20 insertions, 84 deletions
diff --git a/labs/ericsson/pod2.yaml b/labs/ericsson/pod2.yaml
index 2145407..03ed137 100644
--- a/labs/ericsson/pod2.yaml
+++ b/labs/ericsson/pod2.yaml
@@ -1,3 +1,4 @@
+---
### POD descriptor file ###
details:
@@ -7,10 +8,10 @@ details:
location: Rosersberg, Sweden
type: production
link: https://wiki.opnfv.org/display/pharos/CI-ERICSSON-POD2
-
+##############################################################################
jumphost:
name: CI-POD2-HOST
- node:
+ node: &nodeparams
type: baremetal
vendor: HP
model: ProLiant BL460c Gen9
@@ -19,7 +20,7 @@ jumphost:
cpu_cflags: haswell
cores: 12
memory: 128G
- disks:
+ disks: &disks
- name: 'disk1'
disk_capacity: 1200G
disk_type: hdd
@@ -62,24 +63,11 @@ jumphost:
address: 172.16.0.248/16
mac_address: "5c:b9:01:8b:9f:ed"
vlan: native
+##############################################################################
nodes:
- name: CI-ERICSSON-POD2-NODE1
- node:
- type: baremetal
- vendor: HP
- model: ProLiant BL460c Gen9
- arch: x86_64
- cpus: 2
- cpu_cflags: haswell
- cores: 12
- memory: 128G
- disks: # for nodes in the same pod may have the same configuration
- - name: 'disk1'
- disk_capacity: 1200G
- disk_type: hdd
- disk_interface: scsi
- disk_rotation: 15000
- os:
+ node: *nodeparams
+ disks: *disks
remote_management:
<<: *remoteparas
address: 172.16.2.12/24
@@ -105,23 +93,10 @@ nodes:
features: 'dpdk,sriov'
address:
mac_address: "5c:b9:01:8b:a6:81"
+ ############################################################################
- name: CI-ERICSSON-POD2-NODE2
- node:
- type: baremetal
- vendor: HP
- model: ProLiant BL460c Gen9
- arch: x86_64
- cpus: 2
- cpu_cflags: haswell
- cores: 12
- memory: 128G
- disks: # for nodes in the same pod may have the same configuration
- - name: 'disk1'
- disk_capacity: 1200G
- disk_type: hdd
- disk_interface: scsi
- disk_rotation: 15000
- os:
+ node: *nodeparams
+ disks: *disks
remote_management:
<<: *remoteparas
address: 172.16.2.13/24
@@ -146,24 +121,11 @@ nodes:
speed: 10gb
features: 'dpdk,sriov'
address:
- mac_address: "5c:b9:01:8b:99:65" #second port, no connection
+ mac_address: "5c:b9:01:8b:99:65" # second port, no connection
+ ############################################################################
- name: CI-ERICSSON-POD2-NODE3
- node:
- type: baremetal
- vendor: HP
- model: ProLiant BL460c Gen9
- arch: x86_64
- cpus: 2
- cpu_cflags: haswell
- cores: 12
- memory: 128G
- disks: # for nodes in the same pod may have the same configuration
- - name: 'disk1'
- disk_capacity: 1200G
- disk_type: hdd
- disk_interface: scsi
- disk_rotation: 15000
- os:
+ node: *nodeparams
+ disks: *disks
remote_management:
<<: *remoteparas
address: 172.16.2.14/24
@@ -189,23 +151,10 @@ nodes:
features: 'dpdk,sriov'
address:
mac_address: "5c:b9:01:8b:9d:6d"
+ ############################################################################
- name: CI-ERICSSON-POD2-NODE4
- node:
- type: baremetal
- vendor: HP
- model: ProLiant BL460c Gen9
- arch: x86_64
- cpus: 2
- cpu_cflags: haswell
- cores: 12
- memory: 128G
- disks: # for nodes in the same pod may have the same configuration
- - name: 'disk1'
- disk_capacity: 1200G
- disk_type: hdd
- disk_interface: scsi
- disk_rotation: 15000
- os:
+ node: *nodeparams
+ disks: *disks
remote_management:
<<: *remoteparas
address: 172.16.2.15/24
@@ -231,23 +180,10 @@ nodes:
features: 'dpdk,sriov'
address:
mac_address: "5c:b9:01:8b:a6:09"
+ ############################################################################
- name: CI-ERICSSON-POD2-NODE5
- node:
- type: baremetal
- vendor: HP
- model: ProLiant BL460c Gen9
- arch: x86_64
- cpus: 2
- cpu_cflags: haswell
- cores: 12
- memory: 128G
- disks: # for nodes in the same pod may have the same configuration
- - name: 'disk1'
- disk_capacity: 1200G
- disk_type: hdd
- disk_interface: scsi
- disk_rotation: 15000
- os:
+ node: *nodeparams
+ disks: *disks
remote_management:
<<: *remoteparas
address: 172.16.2.16/24