File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 86
86
# kolla_bifrost_inspector_port_addition:
87
87
88
88
# List of extra kernel parameters for the inspector default PXE configuration.
89
+ # Default is {{ inspector_extra_kernel_options }}, defined in inspector.yml.
90
+ # When customising this variable, the default extra kernel parameters should be
91
+ # kept to retain full node inspection capabilities.
89
92
# kolla_bifrost_inspector_extra_kernel_options:
90
93
91
94
# List of introspection rules for Bifrost's Ironic Inspector service.
Original file line number Diff line number Diff line change 16
16
# URL of IPA builder source repository.
17
17
# ipa_builder_source_url:
18
18
19
- # Version of IPA builder source repository. Default is master .
19
+ # Version of IPA builder source repository. Default is {{ openstack_branch }} .
20
20
# ipa_builder_source_version:
21
21
22
22
# List of default Diskimage Builder (DIB) elements to use when building IPA
Original file line number Diff line number Diff line change 18
18
# List of extra networks to which seed hypervisor nodes are attached.
19
19
# seed_hypervisor_extra_network_interfaces:
20
20
21
+ # Whether to enable SNAT on seed hypervisor node. Default is false.
22
+ # seed_hypervisor_enable_snat:
23
+
21
24
# ##############################################################################
22
25
# Seed hypervisor node software RAID configuration.
23
26
You can’t perform that action at this time.
0 commit comments