Ironic: rebootstrap ironic-pxe on upgrade
Like other containers. This ensures that upgrade already updates PXE components and no additional deploy/reconfigure is needed. Closes-Bug: #1963752 Change-Id: I368780143086bc5baab1556a5ec75c19950d5e3c
This commit is contained in:
parent
ed148cd8dd
commit
1db06b3277
@ -52,22 +52,3 @@
|
||||
- inventory_hostname in groups[item.group]
|
||||
|
||||
- import_tasks: bootstrap_service.yml
|
||||
|
||||
- name: Running Ironic-PXE bootstrap container
|
||||
vars:
|
||||
ironic_pxe: "{{ ironic_services['ironic-pxe'] }}"
|
||||
become: true
|
||||
kolla_docker:
|
||||
action: "start_container"
|
||||
common_options: "{{ docker_common_options }}"
|
||||
detach: False
|
||||
environment:
|
||||
KOLLA_BOOTSTRAP:
|
||||
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
||||
image: "{{ ironic_pxe.image }}"
|
||||
labels:
|
||||
BOOTSTRAP:
|
||||
name: "bootstrap_ironic_pxe"
|
||||
restart_policy: no
|
||||
volumes: "{{ ironic_pxe.volumes }}"
|
||||
when: inventory_hostname in groups[ironic_pxe.group]
|
||||
|
@ -44,3 +44,22 @@
|
||||
run_once: True
|
||||
delegate_to: "{{ groups[ironic_inspector.group][0] }}"
|
||||
when: inventory_hostname in groups[ironic_inspector.group]
|
||||
|
||||
- name: Running Ironic-PXE bootstrap container
|
||||
vars:
|
||||
ironic_pxe: "{{ ironic_services['ironic-pxe'] }}"
|
||||
become: true
|
||||
kolla_docker:
|
||||
action: "start_container"
|
||||
common_options: "{{ docker_common_options }}"
|
||||
detach: False
|
||||
environment:
|
||||
KOLLA_BOOTSTRAP:
|
||||
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
||||
image: "{{ ironic_pxe.image }}"
|
||||
labels:
|
||||
BOOTSTRAP:
|
||||
name: "bootstrap_ironic_pxe"
|
||||
restart_policy: no
|
||||
volumes: "{{ ironic_pxe.volumes }}"
|
||||
when: inventory_hostname in groups[ironic_pxe.group]
|
||||
|
6
releasenotes/notes/bug-1963752-ee12e15c17c24bb0.yaml
Normal file
6
releasenotes/notes/bug-1963752-ee12e15c17c24bb0.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes an issue with Ironic's PXE components not getting updated on
|
||||
upgrade.
|
||||
`LP#1963752 <https://launchpad.net/bugs/1963752>`__
|
Loading…
Reference in New Issue
Block a user