From 15af69c32d0338d7a659ddcf23cfb339973d18e2 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 30 Jul 2020 17:56:36 -0400 Subject: Implement linting process This commit pretends to make changes required by yamllint and shellcheck tools. Signed-off-by: Victor Morales Change-Id: I73b0a3b54f89b2692c1c3af7940a3acf1124fadb --- hw_config/intel/pdf.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hw_config/intel/pdf.yaml') diff --git a/hw_config/intel/pdf.yaml b/hw_config/intel/pdf.yaml index c97f29a..4b7862d 100644 --- a/hw_config/intel/pdf.yaml +++ b/hw_config/intel/pdf.yaml @@ -1,3 +1,4 @@ +--- # SPDX-license-identifier: Apache-2.0 ############################################################################## # Copyright (c) 2020 @@ -6,7 +7,6 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -### POD descriptor file ### version: 1.0 details: @@ -16,7 +16,6 @@ details: location: somewhere type: baremetal link: http://wiki.opnfv.org/display/pharos/Intel+Hosting -############################################################################## jumphost: name: pod19-jump node: &nodeparas @@ -56,7 +55,6 @@ jumphost: address: 10.10.192.1 mac_address: "3c:fd:fe:aa:be:24" vlan: native -############################################################################## nodes: - name: node1 node: *nodeparas @@ -96,7 +94,6 @@ nodes: address: 10.10.195.2 mac_address: "00:00:00:00:00:00" vlan: native -######################################################################## - name: node2 node: *nodeparas disks: *disks -- cgit 1.2.3-korg