aboutsummaryrefslogtreecommitdiffstats
path: root/labs/lf
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-09-22 02:05:08 +0200
committerAric Gardner <agardner@linuxfoundation.org>2017-09-25 19:31:12 +0000
commita9aeec02c2c649b01ef9aad20c0c89f723a1f356 (patch)
treed04a0c056e76f3d1a0a9174868a65db7575959ce /labs/lf
parent9c974e2616afb5a4d369ba814411cc6ecfead21c (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>
Diffstat (limited to 'labs/lf')
-rw-r--r--labs/lf/pod4.yaml12
1 files changed, 2 insertions, 10 deletions
diff --git a/labs/lf/pod4.yaml b/labs/lf/pod4.yaml
index fa8a866..04655ff 100644
--- a/labs/lf/pod4.yaml
+++ b/labs/lf/pod4.yaml
@@ -44,7 +44,7 @@ net_config:
##############################################################################
jumphost:
name: lfpod4-jumpserver
- node:
+ node: &nodeparams
type: baremetal
vendor: Intel
model: E5-2699
@@ -81,15 +81,7 @@ jumphost:
##############################################################################
nodes:
- name: lfpod4-node1
- node: &nodeparams
- type: baremetal
- vendor: Intel
- model: E5-2699
- arch: x86_64
- cpus: 4
- cpu_cflags: hasewell
- cores: 22
- memory: 64G
+ node: *nodeparams
disks: *disks
remote_management:
<<: *remote_params