From 6617ea710dd4fbfa2ef39cb184a5f36f61d36ffd Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 14 Mar 2017 18:08:27 -0700 Subject: prototypes: fix yamllint issues Linting openstack-ansible files Change-Id: Id9e3ffa7753f25cd57c4d706b26cbb76d0bd99c7 Signed-off-by: Jessica Wagantall --- .../file/openstack_user_config.yml | 78 +++++++++++----------- .../openstack-ansible/file/user_variables.yml | 10 +-- 2 files changed, 44 insertions(+), 44 deletions(-) (limited to 'prototypes/openstack-ansible/file') diff --git a/prototypes/openstack-ansible/file/openstack_user_config.yml b/prototypes/openstack-ansible/file/openstack_user_config.yml index 2811e62ce..43e88c0d0 100644 --- a/prototypes/openstack-ansible/file/openstack_user_config.yml +++ b/prototypes/openstack-ansible/file/openstack_user_config.yml @@ -67,9 +67,9 @@ global_overrides: - cinder_volume - nova_compute -### -### Infrastructure -### +# ## +# ## Infrastructure +# ## # galera, memcache, rabbitmq, utility shared-infra_hosts: @@ -101,13 +101,13 @@ haproxy_hosts: ip: 172.29.236.13 # rsyslog server -#log_hosts: - # log1: - # ip: 172.29.236.14 +# log_hosts: +# log1: +# ip: 172.29.236.14 -### -### OpenStack -### +# ## +# ## OpenStack +# ## # keystone identity_hosts: @@ -133,36 +133,36 @@ storage-infra_hosts: # user_variables, but are left here to illustrate that # each container could have different storage targets. image_hosts: - controller00: - ip: 172.29.236.11 - container_vars: - limit_container_types: glance - glance_nfs_client: - - server: "172.29.244.15" - remote_path: "/images" - local_path: "/var/lib/glance/images" - type: "nfs" - options: "_netdev,auto" - controller01: - ip: 172.29.236.12 - container_vars: - limit_container_types: glance - glance_nfs_client: - - server: "172.29.244.15" - remote_path: "/images" - local_path: "/var/lib/glance/images" - type: "nfs" - options: "_netdev,auto" - controller02: - ip: 172.29.236.13 - container_vars: - limit_container_types: glance - glance_nfs_client: - - server: "172.29.244.15" - remote_path: "/images" - local_path: "/var/lib/glance/images" - type: "nfs" - options: "_netdev,auto" + controller00: + ip: 172.29.236.11 + container_vars: + limit_container_types: glance + glance_nfs_client: + - server: "172.29.244.15" + remote_path: "/images" + local_path: "/var/lib/glance/images" + type: "nfs" + options: "_netdev,auto" + controller01: + ip: 172.29.236.12 + container_vars: + limit_container_types: glance + glance_nfs_client: + - server: "172.29.244.15" + remote_path: "/images" + local_path: "/var/lib/glance/images" + type: "nfs" + options: "_netdev,auto" + controller02: + ip: 172.29.236.13 + container_vars: + limit_container_types: glance + glance_nfs_client: + - server: "172.29.244.15" + remote_path: "/images" + local_path: "/var/lib/glance/images" + type: "nfs" + options: "_netdev,auto" # nova api, conductor, etc services compute-infra_hosts: diff --git a/prototypes/openstack-ansible/file/user_variables.yml b/prototypes/openstack-ansible/file/user_variables.yml index 3e14bc57e..65cbcc11b 100644 --- a/prototypes/openstack-ansible/file/user_variables.yml +++ b/prototypes/openstack-ansible/file/user_variables.yml @@ -13,12 +13,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -### -### This file contains commonly used overrides for convenience. Please inspect -### the defaults for each role to find additional override options. -### +# ## +# ## This file contains commonly used overrides for convenience. Please inspect +# ## the defaults for each role to find additional override options. +# ## -## Debug and Verbose options. +# # Debug and Verbose options. debug: false haproxy_keepalived_external_vip_cidr: "192.168.122.220/32" -- cgit 1.2.3-korg