Upgrade docker ceph container

Upgrades to  v3.1.0-stable-3.1-luminous-centos-7-x86_64 to read config
from ceph conf file [1]

[1] 24bd34a6ed

Change-Id: I9c4b6626655b69ea783aa341d6bff2906dd25f1e
Closes-Bug: 1792296
This commit is contained in:
Quique Llorente 2018-09-18 10:28:52 +02:00 committed by Juan Antonio Osorio Robles
parent 29b339d18e
commit a33a92ef9f
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ Role Variables
- `docker_ceph_namespace: <'docker.io/ceph'> Namespace for the ceph container
image
- `docker_ceph_image: <'daemon'> Name of the ceph container image
- `docker_ceph_tag: <'v3.0.3-stable-3.0-luminous-centos-7-x86_64'> Tag for the
- `docker_ceph_tag: <'v3.1.0-stable-3.1-luminous-centos-7-x86_64'> Tag for the
ceph container image
- `composable_scenario`: <''> -- path to the composable scenarios used at deployment time
- `upgrade_composable_scenario`: <''> -- path to the composable scenarios used at upgrade time

View File

@ -12,7 +12,7 @@ docker_prep_prefix: centos-binary-
docker_prep_suffix: ""
docker_ceph_namespace: docker.io/ceph
docker_ceph_image: daemon
docker_ceph_tag: v3.0.3-stable-3.0-luminous-centos-7-x86_64
docker_ceph_tag: v3.1.0-stable-3.1-luminous-centos-7-x86_64
additional_insecure_registry: false
deployed_server: false
overcloud_templates_path: /usr/share/openstack-tripleo-heat-templates

View File

@ -5,7 +5,7 @@ parameter_defaults:
- set:
ceph_image: daemon
ceph_namespace: docker.io/ceph
ceph_tag: v3.0.3-stable-3.0-luminous-centos-7-x86_64
ceph_tag: v3.1.0-stable-3.1-luminous-centos-7-x86_64
name_prefix: centos-binary-
name_suffix: ''
namespace: docker.io/{{ docker_registry_namespace }}