Advertisement
Guest User

Untitled

a guest
Mar 14th, 2025
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.67 KB | Software | 0 0
  1. workaround_ansible_issue_8743: yes
  2. enable_ironic: "no"
  3. kolla_base_distro: "ubuntu"
  4. openstack_release: "2024.1"
  5. kolla_internal_vip_address: "192.168.100.18"
  6. kolla_external_vip_address: "192.168.100.18"
  7. api_interface: "ens34"
  8. #tunnel_interface: "ens39"
  9. neutron_external_interface: "ens34"
  10. #neutron_plugin_agent: "openvswitch"
  11. neutron_plugin_agent: "ovn"
  12. kolla_enable_tls_backend: "no"
  13. enable_fluentd: "yes"
  14. enable_openstack_core: "yes"
  15. enable_cinder: "yes"
  16. #enable_neutron_provider_networks: "no"
  17. enable_neutron_provider_networks: "yes"
  18. enable_keystone: "yes"
  19. keystone_admin_password: "MY SUPER ESCRET PASSWORD"
  20. enable_neutron_ovn_agent: "yes"
  21. enable_glance: "yes"
  22. enable_nova: "yes"
  23. enable_nova_libvirt_container: "no"
  24. enable_neutron: "yes"
  25. enable_neutron_bgp_dragent: "yes"
  26. enable_heat: "yes"
  27. enable_swift: "yes"
  28. enable_magnum: "yes"
  29. enable_barbican: "yes"
  30. enable_manila: "yes"
  31. enable_designate: "yes"
  32. glance_backend_ceph: "yes"
  33. ceph_glance_user: "glance"
  34. ceph_glance_keyring: "client.glance.keyring"
  35. ceph_glance_pool_name: "images"
  36. ceph_cinder_user: "cinder"
  37. ceph_cinder_keyring: "client.cinder.keyring"
  38. ceph_cinder_pool_name: "volumes"
  39. ceph_cinder_backup_user: "cinder-backup"
  40. ceph_cinder_backup_keyring: "client.cinder-backup.keyring"
  41. ceph_cinder_backup_pool_name: "backups"
  42. ceph_nova_keyring: "client.nova.keyring"
  43. ceph_nova_user: "nova"
  44. ceph_nova_pool_name: "vms"
  45. enable_nova_novncproxy: "yes"
  46. cinder_backend_ceph: "yes"
  47. nova_backend_ceph: "yes"
  48. nova_compute_virt_type: "kvm"
  49. enable_nova_serialproxy: "yes"
  50. enable_nova_conductor: "yes"
  51. enable_nova_compute_ironic: "yes"
  52. neutron_ovn_distributed_fip: "yes"
  53. enable_mariadb: "yes"
  54. mariadb_singlenode: "yes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement