diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-19 02:05:09 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-19 02:10:56 +0200 |
commit | cf5cb795cf80a5ee99a318d764905474076305a4 (patch) | |
tree | e2ad84b916509c909020d0b8c711949cd36d10fc /labs/lf/pod4.yaml | |
parent | a0b540b6d131ada37dade13f6832390cf9abd014 (diff) |
lf-pod4: Fix yamllint warnings
- align comment start, end;
- s/pod owner/pod_owner/ (not a problem, but breaks syntax highlight);
- remove 'os' param from lfpod4-node1;
Change-Id: I6c61b3a45da390f5db14c4d81f6a7d430fbe8128
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/lf/pod4.yaml')
-rw-r--r-- | labs/lf/pod4.yaml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/labs/lf/pod4.yaml b/labs/lf/pod4.yaml index 7d1e312..8968420 100644 --- a/labs/lf/pod4.yaml +++ b/labs/lf/pod4.yaml @@ -2,13 +2,13 @@ ### LF POD 4 descriptor file ### details: - pod owner: Trevor Bramwell + pod_owner: Trevor Bramwell contact: tbramwell@linuxfoundation.org lab: LF Pharos Lab location: Portland type: production link: https://wiki.opnfv.org/display/pharos/LF+POD+4 -################################################### +############################################################################## net_config: oob: interface: 0 @@ -41,7 +41,7 @@ net_config: vlan: 414 network: 172.30.12.64 mask: 26 -################################################### +############################################################################## jumphost: name: lfpod4-jumpserver node: @@ -76,7 +76,7 @@ jumphost: admin: 10.20.0.2 mgmt: 192.168.0.2 public: 172.30.12.83 -#################################################### +############################################################################## nodes: - name: lfpod4-node1 node: &nodeparams @@ -89,7 +89,6 @@ nodes: cores: 22 memory: 64G disks: *disks - os: centos-7 remote_management: <<: *remote_params address: 172.30.8.84 @@ -102,7 +101,7 @@ nodes: admin: 10.20.0.4 mgmt: 192.168.0.4 public: 172.30.12.84 -##################################### + ############################################################################ - name: lfpod4-node2 node: *nodeparams disks: *disks @@ -118,7 +117,7 @@ nodes: admin: 10.20.0.5 mgmt: 192.168.0.5 public: 172.30.12.85 -##################################################### + ############################################################################ - name: lfpod4-node3 node: *nodeparams disks: *disks @@ -134,7 +133,7 @@ nodes: admin: 10.20.0.6 mgmt: 192.168.0.6 public: 172.30.12.86 -###################################################### + ############################################################################ - name: lfpod4-node4 node: *nodeparams disks: *disks @@ -150,7 +149,7 @@ nodes: admin: 10.20.0.7 mgmt: 192.168.0.7 public: 172.30.12.87 -###################################################### + ############################################################################ - name: lfpod4-node5 node: *nodeparams disks: *disks |