Remove unused cinder-data container
The cinder-data container serves no purpose and is not actually used past the bootstrap container and should be removed. Additionally add the missing '---' header to the start.yml file. TrivialFix Related-Bug: #1513598 Related-Bug: #1513439 Change-Id: I22b630bbee954e12a4de5652b7fb068669f633c5
This commit is contained in:
parent
6b28343017
commit
4ad8db7168
@ -27,22 +27,6 @@
|
|||||||
failed_when: database_user_create.stdout.split()[2] != 'SUCCESS'
|
failed_when: database_user_create.stdout.split()[2] != 'SUCCESS'
|
||||||
run_once: True
|
run_once: True
|
||||||
|
|
||||||
- name: Starting Cinder data container
|
|
||||||
docker:
|
|
||||||
tty: True
|
|
||||||
net: host
|
|
||||||
pull: "{{ docker_pull_policy }}"
|
|
||||||
restart_policy: "{{ docker_restart_policy }}"
|
|
||||||
restart_policy_retry: "{{ docker_restart_policy_retry }}"
|
|
||||||
state: reloaded
|
|
||||||
registry: "{{ docker_registry }}"
|
|
||||||
username: "{{ docker_registry_username }}"
|
|
||||||
password: "{{ docker_registry_password }}"
|
|
||||||
insecure_registry: "{{ docker_insecure_registry }}"
|
|
||||||
name: cinder_data
|
|
||||||
image: "{{ cinder_data_image_full }}"
|
|
||||||
volumes: "/var/lib/cinder/"
|
|
||||||
|
|
||||||
- name: Starting Cinder bootstrap container
|
- name: Starting Cinder bootstrap container
|
||||||
docker:
|
docker:
|
||||||
tty: True
|
tty: True
|
||||||
@ -58,8 +42,6 @@
|
|||||||
name: bootstrap_cinder
|
name: bootstrap_cinder
|
||||||
image: "{{ cinder_api_image_full }}"
|
image: "{{ cinder_api_image_full }}"
|
||||||
volumes: "{{ node_config_directory }}/cinder-api/:{{ container_config_directory }}/:ro"
|
volumes: "{{ node_config_directory }}/cinder-api/:{{ container_config_directory }}/:ro"
|
||||||
volumes_from:
|
|
||||||
- cinder_data
|
|
||||||
env:
|
env:
|
||||||
KOLLA_BOOTSTRAP:
|
KOLLA_BOOTSTRAP:
|
||||||
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
- name: Starting Cinder-api container
|
- name: Starting Cinder-api container
|
||||||
docker:
|
docker:
|
||||||
tty: True
|
tty: True
|
||||||
|
Loading…
Reference in New Issue
Block a user