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
62 lines
1.9 KiB
YAML
62 lines
1.9 KiB
YAML
---
|
|
# Path to virtualenv in which to install shade and its dependencies.
|
|
ipa_images_venv:
|
|
|
|
# Upper constraints file for installation of python-ironicclient.
|
|
ipa_images_upper_constraints_file:
|
|
|
|
# Authentication type compatible with the 'os_image' Ansible module's
|
|
# auth_type argument.
|
|
ipa_images_openstack_auth_type:
|
|
|
|
# Authentication parameters compatible with the 'os_image' Ansible module's
|
|
# auth argument.
|
|
ipa_images_openstack_auth: {}
|
|
|
|
# Authentication parameters in environment variable form, as accepted by the
|
|
# openstack client.
|
|
ipa_images_openstack_auth_env: {}
|
|
|
|
# CA certificate path.
|
|
ipa_images_openstack_caert:
|
|
|
|
# Interface (public, internal, admin).
|
|
ipa_images_openstack_interface:
|
|
|
|
# Path to directory in which to store downloaded images.
|
|
ipa_images_cache_path:
|
|
|
|
# Name of Ironic deployment kernel image to register in Glance.
|
|
ipa_images_kernel_name:
|
|
|
|
# URL of Ironic deployment kernel image to download. If unset, an existing
|
|
# image in ipa_images_cache_path will be used.
|
|
ipa_images_kernel_url:
|
|
|
|
# URL of checksum of Ironic deployment kernel image.
|
|
ipa_images_kernel_checksum_url:
|
|
|
|
# Algorithm of checksum of Ironic deployment kernel image.
|
|
ipa_images_kernel_checksum_algorithm:
|
|
|
|
# Name of Ironic deployment ramdisk image to register in Glance.
|
|
ipa_images_ramdisk_name:
|
|
|
|
# URL of Ironic deployment ramdisk image to download. If unset, an existing
|
|
# image in ipa_images_cache_path will be used.
|
|
ipa_images_ramdisk_url:
|
|
|
|
# URL of checksum of Ironic deployment ramdisk image.
|
|
ipa_images_ramdisk_checksum_url:
|
|
|
|
# Algorithm of checksum of Ironic deployment ramdisk image.
|
|
ipa_images_ramdisk_checksum_algorithm:
|
|
|
|
# Ansible host pattern for limiting which nodes are updated with deploy_ramdisk
|
|
# and deploy_kernel properties
|
|
ipa_images_compute_node_limit: baremetal-compute
|
|
|
|
# Whether or not to update the deploy_ramdisk and deploy_kernel Ironic node
|
|
# properties
|
|
ipa_images_update_ironic_nodes: False
|