Skip to content

Commit 2ba4c4e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Support built-in inspector"
2 parents 63f1043 + 75d93c8 commit 2ba4c4e

File tree

26 files changed

+377
-221
lines changed

26 files changed

+377
-221
lines changed

ansible/baremetal-compute-introspection-data-save.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
virtualenv: "{{ venv }}"
1111
name:
1212
- python-openstackclient
13-
- python-ironic-inspector-client
13+
- python-ironicclient
1414
state: latest
1515
virtualenv_command: python3.{{ ansible_facts.python.version.minor }} -m venv
1616
extra_args: "{% if pip_upper_constraints_file %}-c {{ pip_upper_constraints_file }}{% endif %}"
@@ -31,7 +31,7 @@
3131
tasks:
3232
- name: Query baremetal compute nodes' hardware introspection data
3333
command: >
34-
{{ venv }}/bin/openstack baremetal introspection data save {{ inventory_hostname }}
34+
{{ venv }}/bin/openstack baremetal node inventory save {{ inventory_hostname }}
3535
register: save_result
3636
changed_when: False
3737
# Ignore errors, log a message later.

ansible/inventory/group_vars/all/bifrost

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ kolla_bifrost_extra_kernel_options: []
8989
###############################################################################
9090
# Ironic Inspector configuration.
9191

92-
# List of of inspector processing plugins.
93-
kolla_bifrost_inspector_processing_hooks: "{{ inspector_processing_hooks }}"
92+
# List of of inspector plugins.
93+
kolla_bifrost_inspector_hooks: "{{ inspector_hooks }}"
9494

9595
# Which MAC addresses to add as ports during introspection. One of 'all',
9696
# 'active' or 'pxe'.

0 commit comments

Comments
 (0)