Merge "Fix kayobe baremetal compute commands"

This commit is contained in:
Zuul 2020-06-18 12:49:01 +00:00 committed by Gerrit Code Review
commit da95fc897d
5 changed files with 16 additions and 5 deletions

View File

@ -24,7 +24,7 @@
vars:
controller_host: "{{ groups['controllers'][0] }}"
venv: "{{ virtualenv_path }}/openstacksdk"
ansible_python_interpreter: "{{ venv }}/python"
ansible_python_interpreter: "{{ venv }}/bin/python"
# Whether to wait for the state transition to complete.
baremetal_compute_wait: True
# Time to wait for state transition to complete, if baremetal_compute_wait

View File

@ -6,7 +6,7 @@
# We install openstacksdk in a virtualenv on one of the controllers, and delegate to
# it when executing the stackhpc.os-ironic-state role.
- name: Ensure baremetal compute nodes are available in ironic
- name: Ensure baremetal compute nodes are manageable in ironic
hosts: controllers[0]
gather_facts: true
vars:
@ -23,7 +23,7 @@
gather_facts: False
vars:
venv: "{{ virtualenv_path }}/openstacksdk"
ansible_python_interpreter: "{{ venv }}/python"
ansible_python_interpreter: "{{ venv }}/bin/python"
# Whether to wait for the state transition to complete.
baremetal_compute_wait: True
# Time to wait for state transition to complete, if baremetal_compute_wait

View File

@ -23,7 +23,7 @@
gather_facts: False
vars:
venv: "{{ virtualenv_path }}/openstacksdk"
ansible_python_interpreter: "{{ venv }}/python"
ansible_python_interpreter: "{{ venv }}/bin/python"
# Whether to wait for the state transition to complete.
baremetal_compute_wait: True
# Time to wait for state transition to complete, if baremetal_compute_wait

View File

@ -0,0 +1,11 @@
---
fixes:
- |
Fixes issues running the following commands:
- ``kayobe baremetal compute inspect``
- ``kayobe baremetal compute manage``
- ``kayobe baremetal compute provide``
See `story 2007797 <https://storyboard.openstack.org/#!/story/2007797>`__
for details.

View File

@ -32,7 +32,7 @@
- src: stackhpc.os-images
version: v1.9.0
- src: stackhpc.os-ironic-state
version: v1.3.0
version: v1.3.1
- src: stackhpc.os-networks
version: v1.4.0
- src: stackhpc.os-openstackclient