]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Common: Add a default for ceph_docker_on_openstack 1590/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 6 Jun 2017 14:46:44 +0000 (16:46 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 6 Jun 2017 14:49:04 +0000 (16:49 +0200)
Add a default value for `ceph_docker_on_openstack` to avoid a
conditional check error for the task `pause after docker install before starting` in
`roles/ceph-docker-common/tasks/pre_requisites/prerequisites.yml`

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
group_vars/all.yml.sample
roles/ceph-docker-common/defaults/main.yml

index 39c84a28532890dd643b73fe20d5e4e8a52f7a63..cc6fd4a12c37c9659c6ae767a6544313e211abe5 100644 (file)
@@ -409,6 +409,8 @@ dummy:
 #ceph_docker_registry: docker.io
 #ceph_docker_enable_centos_extra_repo: false
 
+#ceph_docker_on_openstack: false
+
 #mon_use_fqdn: false # if set to true, the MON name used will be the fqdn
 
 # Set uid/gid to default '64045' for bootstrap directories.
index 0b88fa8a3081e6cec92274f1f778c9fdacb01727..f9f5a8a058b6ea423f5d4001fe1d13849c81d2f1 100644 (file)
@@ -4,6 +4,8 @@ generate_fsid: true
 ceph_docker_registry: docker.io
 ceph_docker_enable_centos_extra_repo: false
 
+ceph_docker_on_openstack: false
+
 mon_use_fqdn: false # if set to true, the MON name used will be the fqdn
 
 # Set uid/gid to default '64045' for bootstrap directories.