845040ad3f
Adds four new CI jobs for testing centos/ubuntu binary/source deploys with ironic enabled. These are run only when there are changes to the ironic role. Performs some simple testing by creating a node using the fake-hardware hardware type and creating a server. Change-Id: Ie669e57ce2af53257b4ca05f45193cb73f48827a Depends-On: https://review.opendev.org/664011
20 lines
632 B
Django/Jinja
20 lines
632 B
Django/Jinja
[DEFAULT]
|
|
# Enable all fake hardware types and interfaces.
|
|
enabled_hardware_types = fake-hardware
|
|
enabled_boot_interfaces = fake
|
|
enabled_console_interfaces = ipmitool-socat,no-console
|
|
enabled_deploy_interfaces = fake
|
|
enabled_inspect_interfaces = inspector,no-inspect
|
|
enabled_management_interfaces = fake
|
|
enabled_network_interfaces = noop,flat,neutron
|
|
default_network_interface = neutron
|
|
enabled_power_interfaces = fake
|
|
enabled_raid_interfaces = agent,no-raid
|
|
default_raid_interface = no-raid
|
|
enabled_rescue_interfaces = fake
|
|
enabled_vendor_interfaces = no-vendor
|
|
|
|
[neutron]
|
|
cleaning_network = public1
|
|
provisioning_network = public1
|