Added python-ironicclient (would be better going in the os-openstackclient role, but that's on galaxy

This commit is contained in:
Darren Hoyland
2017-12-04 16:26:04 +00:00
parent ef3c1c069f
commit 2bd0926604

View File

@@ -15,6 +15,13 @@
- role: stackhpc.os-openstackclient
os_openstackclient_venv: "{{ venv }}"
tasks:
- name: Ensure required Python packages are installed
pip:
name: "{{ item.name }}"
state: present
virtualenv: "{{ venv }}"
with_items:
- name: python-ironicclient
- name: Get a list of ironic nodes
shell: >
source {{ venv }}/bin/activate &&