Skip to content

Commit

Permalink
Prepare ironic deployment (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Mar 15, 2024
1 parent d2faab5 commit be9e654
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions environments/kolla/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ openstack_cacert: /etc/ssl/certs/ca-certificates.crt
# openstack

enable_barbican: "yes"
enable_ironic: "yes"
enable_magnum: "yes"
enable_proxysql: "yes"
enable_skyline: "yes"
Expand All @@ -32,6 +33,13 @@ openstack_service_workers: 2
# NOTE: Doesn't work yet with our setup
libvirt_enable_sasl: "no"

# ironic
# ironic_dnsmasq_interface: "eno2"
# ironic_cleaning_network: "public"
# ironic_dnsmasq_dhcp_ranges:
# - range: "192.168.88.100,192.168.88.110"
# routers: "192.168.88.1"

# neutron
neutron_plugin_agent: ovn
neutron_ovn_availability_zones:
Expand Down
Empty file.

0 comments on commit be9e654

Please sign in to comment.