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>
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
+++ /dev/null
-purge-container-cluster.yml
\ No newline at end of file
+++ /dev/null
-site-container.yml.sample
\ No newline at end of file
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
deps= -r{toxinidir}/tests/requirements.txt
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
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
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