Skip to content

Commit

Permalink
Set default for ironic inspection network
Browse files Browse the repository at this point in the history
prechecks won't pass without an ironic-inspection network defined.
However, this is currently unused, and really only useful for the
standalone ironic case, as we define the ironic provisioning,
cleaning, and inspection networks in neutron.
  • Loading branch information
msherman64 committed Jun 10, 2022
1 parent 4aab719 commit 40ec7b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kolla/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ ironic_provisioning_network_gateway: "{{ ironic_provisioning_network_cidr | ipad
ironic_cleaning_network: "{{ ironic_provisioning_network }}"
ironic_image_cache_size: 20480 # MB
ironic_pxe_append_params: "nofb nomodeset vga=normal console=tty0 console=ttyS0,9600 systemd.journald.forward_to_console=yes rootpwd={{ ironic_pxe_root_password }}"

# Defaults for inspection network, currently unused
ironic_dnsmasq_dhcp_range: "10.52.0.10,10.52.0.200,255.255.255.0"

#ironic_ks_services:
# - name: "ironic"
# type: "baremetal"
Expand Down

0 comments on commit 40ec7b3

Please sign in to comment.