Skip to content
Snippets Groups Projects
Commit 9fcd3122 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Playbook for Ironic upgrade"

parents e72c8f11 1a50a816
No related branches found
No related tags found
No related merge requests found
...@@ -37,22 +37,7 @@ ...@@ -37,22 +37,7 @@
run_once: True run_once: True
delegate_to: "{{ groups['ironic-api'][0] }}" delegate_to: "{{ groups['ironic-api'][0] }}"
- name: Running Ironic bootstrap container - include: bootstrap_service.yml
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
detach: False
environment:
KOLLA_BOOTSTRAP:
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
image: "{{ ironic_api_image_full }}"
labels:
BOOTSTRAP:
name: "bootstrap_ironic"
restart_policy: "never"
volumes: "{{ node_config_directory }}/ironic-api/:{{ container_config_directory }}/:ro"
run_once: True
delegate_to: "{{ groups['ironic-api'][0] }}"
when: database_created when: database_created
- name: Running Ironic-PXE bootstrap container - name: Running Ironic-PXE bootstrap container
......
- name: Running Ironic bootstrap container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
detach: False
environment:
KOLLA_BOOTSTRAP:
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
image: "{{ ironic_api_image_full }}"
labels:
BOOTSTRAP:
name: "bootstrap_ironic"
restart_policy: "never"
volumes: "{{ node_config_directory }}/ironic-api/:{{ container_config_directory }}/:ro"
run_once: True
delegate_to: "{{ groups['ironic-api'][0] }}"
--- ---
- include: config.yml
- include: bootstrap_service.yml
- include: start.yml
serial: "30%"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment