| 201 | |
| 202 | This snipped will cause openstack to override the dhcp configuration on the control interface, so run this before running stack.sh |
| 203 | {{{#!shell-session |
| 204 | sudo ip r add default via 10.19.0.1 |
| 205 | echo "DNS=10.50.0.8 10.50.0.9" | sudo tee -a /etc/systemd/resolved.conf |
| 206 | echo "Domains=~." | sudo tee -a /etc/systemd/resolved.conf |
| 207 | }}} |
| 208 | |
| 209 | After stack.sh, run this: |
| 210 | {{{#!shell-session |
| 211 | openstack security group rule create --proto icmp --dst-port 0 default |
| 212 | openstack security group rule create --proto tcp --dst-port 22 default |
| 213 | }}} |