From bf85126a1d425ca89de22f1ab02abde0ae8dc857 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 16 Aug 2017 17:38:33 +0200 Subject: [PATCH] Add params needed for the ceph-ansible switch to containers playbook Pre existing Ceph clusters are migrated to containers using a playbook in ceph-ansible which requires setting some 'ireallymeanit' variable. 1. https://github.com/ceph/ceph-ansible/issues/1758 Change-Id: I5c2f46b91cf032913931275ce62315f293f21c8b Closes-Bug: #1711159 --- docker/services/ceph-ansible/ceph-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/services/ceph-ansible/ceph-base.yaml b/docker/services/ceph-ansible/ceph-base.yaml index 52c4a65c7c..82126859cc 100644 --- a/docker/services/ceph-ansible/ceph-base.yaml +++ b/docker/services/ceph-ansible/ceph-base.yaml @@ -150,6 +150,7 @@ outputs: ceph_ansible_playbook: {get_param: CephAnsiblePlaybook} config_settings: ceph_common_ansible_vars: + ireallymeanit: 'yes' fsid: { get_param: CephClusterFSID } docker: true ceph_docker_registry: {get_attr: [DockerImageUrlParts, value, host]}