Add params needed for the ceph-ansible switch to containers playbook
authorGiulio Fidente <gfidente@redhat.com>
Wed, 16 Aug 2017 15:38:33 +0000 (17:38 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Wed, 16 Aug 2017 15:41:01 +0000 (17:41 +0200)
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

index 52c4a65..8212685 100644 (file)
@@ -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]}