Skip to content

Instantly share code, notes, and snippets.

@EugenMayer
Created October 18, 2021 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EugenMayer/3a5121bba91f7608562b36ee46d1c002 to your computer and use it in GitHub Desktop.
Save EugenMayer/3a5121bba91f7608562b36ee46d1c002 to your computer and use it in GitHub Desktop.
cat /etc/kolla/globals.d/our_globals.yml
```
kolla_base_distro: "ubuntu"
kolla_install_type: "source"
network_interface: "enp0s8"
neutron_external_interface: "enp0s9"
kolla_internal_vip_address: "192.168.0.2"
enable_cinder: "yes"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment