From: Jessica Wagantall Date: Wed, 15 Mar 2017 01:04:29 +0000 (-0700) Subject: prototypes: fix yamllint issues X-Git-Tag: 6.0.0~432 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9dcfd7fc3819de6218ac2c0a886c690e1281b8fb;p=releng-xci.git prototypes: fix yamllint issues Linting puppet-infracloud files Change-Id: I37ccf9537a8d56e8209c6dbf17a62901d1cc441c Signed-off-by: Jessica Wagantall --- diff --git a/puppet-infracloud/creds/clouds.yaml b/puppet-infracloud/creds/clouds.yaml index eb44db66..cc27da28 100644 --- a/puppet-infracloud/creds/clouds.yaml +++ b/puppet-infracloud/creds/clouds.yaml @@ -1,3 +1,4 @@ +--- clouds: opnfv: verify: False diff --git a/puppet-infracloud/hiera/common.yaml b/puppet-infracloud/hiera/common.yaml index 1943f660..634d96cb 100644 --- a/puppet-infracloud/hiera/common.yaml +++ b/puppet-infracloud/hiera/common.yaml @@ -1,3 +1,4 @@ +--- keystone_rabbit_password: pass neutron_rabbit_password: pass nova_rabbit_password: pass diff --git a/puppet-infracloud/hiera/common_baremetal.yaml b/puppet-infracloud/hiera/common_baremetal.yaml index a8d69a05..015612c9 100644 --- a/puppet-infracloud/hiera/common_baremetal.yaml +++ b/puppet-infracloud/hiera/common_baremetal.yaml @@ -1,3 +1,4 @@ +--- keystone_rabbit_password: pass neutron_rabbit_password: pass nova_rabbit_password: pass @@ -134,8 +135,8 @@ ironic_inventory: ipv4_subnet_mask: 255.255.255.192 name: controller00.opnfvlocal nics: - - mac: a4:bf:01:01:a9:fc - - mac: 00:1e:67:f6:9b:35 + - mac: a4:bf:01:01:a9:fc + - mac: 00:1e:67:f6:9b:35 properties: cpu_arch: x86_64 cpus: '44' @@ -156,8 +157,8 @@ ironic_inventory: ipv4_subnet_mask: 255.255.255.0 name: compute00.opnfvlocal nics: - - mac: a4:bf:01:01:a9:d4 - - mac: 00:1e:67:f6:9b:37 + - mac: a4:bf:01:01:a9:d4 + - mac: 00:1e:67:f6:9b:37 properties: cpu_arch: x86_64 cpus: '44'