From c450bae2ba7717a3fd0d2116b3d901d50a511d4d Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Tue, 28 May 2019 14:45:31 -0400 Subject: [PATCH] ceph-base: Update ceph-ansible default playbook The main ceph-ansible playbook for containerized deployment is named site-container.yml because it isn't only used for docker. Currently the site-docker playbook is a symlink to site-container and this symlink will probably be remove in the future. Change-Id: Ie623e91517f2b310d58181233f06bc3e7c9e9c71 --- deployment/ceph-ansible/ceph-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/ceph-ansible/ceph-base.yaml b/deployment/ceph-ansible/ceph-base.yaml index 523fc4c22a..9ee2bc4440 100644 --- a/deployment/ceph-ansible/ceph-base.yaml +++ b/deployment/ceph-ansible/ceph-base.yaml @@ -521,7 +521,7 @@ outputs: {%- if ceph_ansible_playbooks_param != ['default'] -%} {{ ceph_ansible_playbooks_param }} {%- else -%} - {{ ceph_ansible_playbooks_default|default(['/usr/share/ceph-ansible/site-docker.yml.sample']) }} + {{ ceph_ansible_playbooks_default|default(['/usr/share/ceph-ansible/site-container.yml.sample']) }} {%- endif -%} - name: was path for local ceph-ansible fetch directory backups set? set_fact: