Advertisement
Guest User

Untitled

a guest
Sep 11th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. parameter_defaults:
  2. CloudName: 10.0.0.7
  3. # default gateway
  4. ControlPlaneStaticRoutes:
  5. - ip_netmask: 0.0.0.0/0
  6. next_hop: 10.0.0.1
  7. default: true
  8. Debug: true
  9. DeploymentUser: centos
  10. DnsServers:
  11. - 1.1.1.1
  12. - 8.8.8.8
  13. # needed for vip & pacemaker
  14. KernelIpNonLocalBind: 1
  15. DockerInsecureRegistryAddress:
  16. - 10.0.0.7:8787
  17. NeutronPublicInterface: eth0
  18. # domain name used by the host
  19. NeutronDnsDomain: localdomain
  20. # re-use ctlplane bridge for public net, defined in the standalone
  21. # net config (do not change unless you know what you're doing)
  22. NeutronBridgeMappings: datacentre:br-ctlplane
  23. NeutronPhysicalBridge: br-ctlplane
  24. # enable to force metadata for public net
  25. #NeutronEnableForceMetadata: true
  26. StandaloneEnableRoutedNetworks: false
  27. StandaloneHomeDir: /home/centos
  28. StandaloneLocalMtu: 1500
  29. # Needed if running in a VM, not needed if on baremetal
  30. StandaloneExtraConfig:
  31. nova::compute::libvirt::services::libvirt_virt_type: qemu
  32. nova::compute::libvirt::libvirt_virt_type: qemu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement