Skip to content

Commit 661f7c9

Browse files
committed
Sync kayobe-config with kayobe changes
Change-Id: Iedda041811602f42b51c080bb84c03a4b64a89fa
1 parent 9fe4b1a commit 661f7c9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

etc/kayobe/bifrost.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
#kolla_bifrost_inspector_port_addition:
8787

8888
# 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.
8992
#kolla_bifrost_inspector_extra_kernel_options:
9093

9194
# List of introspection rules for Bifrost's Ironic Inspector service.

etc/kayobe/ipa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# URL of IPA builder source repository.
1717
#ipa_builder_source_url:
1818

19-
# Version of IPA builder source repository. Default is master.
19+
# Version of IPA builder source repository. Default is {{ openstack_branch }}.
2020
#ipa_builder_source_version:
2121

2222
# List of default Diskimage Builder (DIB) elements to use when building IPA

etc/kayobe/seed-hypervisor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
# List of extra networks to which seed hypervisor nodes are attached.
1919
#seed_hypervisor_extra_network_interfaces:
2020

21+
# Whether to enable SNAT on seed hypervisor node. Default is false.
22+
#seed_hypervisor_enable_snat:
23+
2124
###############################################################################
2225
# Seed hypervisor node software RAID configuration.
2326

0 commit comments

Comments
 (0)