84d17b055e
Connections default to 'public' interface when attempting to run openstack commands. This breaks setups where the network hosts are separate from the controllers. This change adds an ``openstack_interface`` variable to select the correct endpoint to use, which defaults to ``internal``. Co-Authored-By: Michael Senizaiz <michael@r-hpc.com> Change-Id: Ifa766d2cc3ed7077f03c571398072ad5117701c6 Story: 2006814 Task: 37374
26 lines
631 B
YAML
26 lines
631 B
YAML
---
|
|
# Path to a directory in which to create a virtualenv.
|
|
ironic_inspector_venv:
|
|
|
|
# Upper constraints file for installation of python-ironic-inspector-client.
|
|
ironic_inspector_upper_constraints_file:
|
|
|
|
# Authentication type.
|
|
ironic_inspector_auth_type:
|
|
|
|
# Authentication information.
|
|
ironic_inspector_auth: {}
|
|
|
|
# CA certificate path.
|
|
ironic_inspector_cacert:
|
|
|
|
# Interface (public, internal, admin).
|
|
ironic_inspector_interface:
|
|
|
|
# URL of Ironic Inspector API endpoint.
|
|
ironic_inspector_url:
|
|
|
|
# List of rules which should exist. See the Inspector rules API for details of
|
|
# parameters available for rules.
|
|
ironic_inspector_rules: []
|