Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scenarios/uni04delta-ipv6/config_download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ parameter_defaults:
IronicNetwork: ironic
IronicInspectorNetwork: ironic
IronicCleaningDiskErase: metadata
IronicDefaultNetworkInterface: neutron
7 changes: 7 additions & 0 deletions tests/roles/ironic_adoption/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ ironic_patch: |
template:
rpcTransport: oslo
databaseInstance: openstack
customServiceConfig: |
[DEFAULT]
{% if ipv6_enabled | default(false) -%}
default_network_interface=neutron
{%- else -%}
default_network_interface=flat
{%- endif %}
ironicAPI:
replicas: 1
override:
Expand Down