Common: Add a default for ceph_docker_on_openstack

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>
pull/1590/head
Guillaume Abrioux 2017-06-06 16:46:44 +02:00
parent b7f3be6c35
commit a09ce92d51
2 changed files with 4 additions and 0 deletions

View 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.

View 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.