Advertisement
rama_astadipati

undercloud.conf

Feb 6th, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. [DEFAULT]
  2. undercloud_hostname = undercloud.example.com
  3. container_images_file = containers-prepare-parameter.yaml
  4. local_interface = eth0
  5. local_ip = 192.0.2.1/24
  6. undercloud_public_host = 192.0.2.2
  7. undercloud_admin_host = 192.0.2.3
  8. undercloud_nameservers = 192.0.2.254
  9. subnets = ctlplane-subnet
  10. local_subnet = ctlplane-subnet
  11.  
  12. #undercloud_service_certificate =
  13. generate_service_certificate = true
  14. certificate_generation_ca = local
  15. inspection_extras = false
  16. undercloud_debug = false
  17. enable_tempest = false
  18. enable_ui = false
  19.  
  20. [auth]
  21.  
  22. [ctlplane-subnet]
  23. cidr = 192.0.2.0/24
  24. dhcp_start = 192.0.2.5
  25. dhcp_end = 192.0.2.24
  26. inspection_iprange = 192.0.2.100,192.0.2.120
  27. gateway = 192.0.2.254
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement