Skip to content

Commit 6e57592

Browse files
committed
Fix locations for Kayobe configuration patching
Adding Kayboe config to kolla/globals.yml wasn't having the intended effect.
1 parent a94c987 commit 6e57592

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

a-seed-from-nothing.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,14 @@ then
109109
neutron_plugin_agent: "ovn"
110110
neutron_ovn_dhcp_agent: "yes"
111111
EOF
112-
cat <<EOF | sudo tee -a config/src/kayobe-config/etc/kayobe/kolla/globals.yml
112+
cat <<EOF | sudo tee -a config/src/kayobe-config/etc/kayobe/bifrost.yml
113113
kolla_bifrost_extra_kernel_options:
114114
- "console=ttyS0"
115+
EOF
116+
cat <<EOF | sudo tee -a config/src/kayobe-config/etc/kayobe/kolla.yml
115117
kolla_enable_ovn: yes
118+
EOF
119+
cat <<EOF | sudo tee -a config/src/kayobe-config/etc/kayobe/neutron.yml
116120
kolla_neutron_ml2_type_drivers:
117121
- geneve
118122
- vlan

0 commit comments

Comments
 (0)