remove *docker*.yml symlinks

This commits removes these two symlinks.
They were there for backward compatibility and were marked deprecated as
of stable-4.0

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 9219991441)
pull/5222/head
Guillaume Abrioux 2020-03-31 14:08:30 +02:00 committed by Dimitri Savineau
parent 5272a0d1fc
commit 4a9007ce3c
7 changed files with 5 additions and 7 deletions

2
Vagrantfile vendored
View File

@ -39,7 +39,7 @@ $last_ip_cluster_digit = 9
ansible_provision = proc do |ansible|
if DOCKER then
ansible.playbook = 'site-docker.yml'
ansible.playbook = 'site-container.yml'
if settings['skip_tags']
ansible.skip_tags = settings['skip_tags']
end

View File

@ -1 +0,0 @@
purge-container-cluster.yml

View File

@ -1 +0,0 @@
site-container.yml.sample

View File

@ -28,7 +28,7 @@ setenv=
ubuntu: _INVENTORY = hosts-ubuntu
INVENTORY = {env:_INVENTORY:hosts}
container: CONTAINER_DIR = /container
container: PLAYBOOK = site-docker.yml.sample
container: PLAYBOOK = site-container.yml.sample
non_container: PLAYBOOK = site.yml.sample
non_container: CEPH_STABLE_RELEASE = octopus

View File

@ -28,7 +28,7 @@ setenv=
ubuntu: _INVENTORY = hosts-ubuntu
INVENTORY = {env:_INVENTORY:hosts}
container: CONTAINER_DIR = /container
container: PLAYBOOK = site-docker.yml.sample
container: PLAYBOOK = site-container.yml.sample
non_container: PLAYBOOK = site.yml.sample
non_container: DEV_SETUP = True

View File

@ -28,7 +28,7 @@ setenv=
ubuntu: _INVENTORY = hosts-ubuntu
INVENTORY = {env:_INVENTORY:hosts}
container: CONTAINER_DIR = /container
container: PLAYBOOK = site-docker.yml.sample
container: PLAYBOOK = site-container.yml.sample
non_container: PLAYBOOK = site.yml.sample
UPDATE_CEPH_DOCKER_IMAGE_TAG = latest-master

View File

@ -359,7 +359,7 @@ setenv=
ubuntu: _INVENTORY = hosts-ubuntu
INVENTORY = {env:_INVENTORY:hosts}
container: CONTAINER_DIR = /container
container: PLAYBOOK = site-docker.yml.sample
container: PLAYBOOK = site-container.yml.sample
container: PURGE_PLAYBOOK = purge-container-cluster.yml
non_container: PLAYBOOK = site.yml.sample
shrink_mds: MDS_TO_KILL = mds0