Add the required dashes in yaml files 12/68312/4
authorManuel Buil <mbuil@suse.com>
Mon, 5 Aug 2019 11:37:19 +0000 (13:37 +0200)
committerManuel Buil <mbuil@suse.com>
Tue, 6 Aug 2019 07:39:03 +0000 (09:39 +0200)
deploy-scenario:k8-calico-nofeature
installer-type:osh

Change-Id: I0423ab27186316d40c93cce847d7cb9fa7308df1
Signed-off-by: Manuel Buil <mbuil@suse.com>
xci/installer/osh/playbooks/group_vars/all.yml [moved from xci/installer/osh/playbooks/group_vars/all with 99% similarity]
xci/installer/osh/playbooks/roles/install-osh-noha/tasks/main.yml
xci/installer/osh/playbooks/roles/prepare-kube-nodes-osh/tasks/main.yml
xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/tasks/main.yml
xci/installer/osh/playbooks/roles/prepare-osh/tasks/main.yml
xci/installer/osh/playbooks/roles/prepare-osh/vars/main.yml

similarity index 99%
rename from xci/installer/osh/playbooks/group_vars/all
rename to xci/installer/osh/playbooks/group_vars/all.yml
index 328f8db..7453bda 100644 (file)
@@ -1,3 +1,4 @@
+---
 keepalived_ubuntu_src: "uca"
 keepalived_uca_apt_repo_url: "{{ uca_apt_repo_url | default('http://ubuntu-cloud.archive.canonical.com/ubuntu') }}"
 
index 7e2a52a..b31dc70 100644 (file)
@@ -1,3 +1,4 @@
+---
 - name: Set kubernetes service account permissions
   command: "kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default"
   changed_when: false