Advertisement
Guest User

Untitled

a guest
Aug 14th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ---
  2. config_strategy: "COPY_ALWAYS"
  3. kolla_base_distro: "centos"
  4. kolla_install_type: "binary"
  5. openstack_release: "2.0.1"
  6. kolla_internal_vip_address: "192.168.254.3"
  7. kolla_internal_fqdn: "{{ kolla_internal_vip_address }}"
  8. kolla_external_vip_address: "{{ kolla_internal_vip_address }}"
  9. kolla_external_fqdn: "{{ kolla_external_vip_address }}"
  10. network_interface: "eth3"
  11. kolla_external_vip_interface: "{{ network_interface }}"
  12. api_interface: "{{ network_interface }}"
  13. storage_interface: "{{ network_interface }}"
  14. cluster_interface: "{{ network_interface }}"
  15. tunnel_interface: "{{ network_interface }}"
  16. neutron_external_interface: "eth2"
  17. neutron_plugin_agent: "linuxbridge"
  18. keepalived_virtual_router_id: "51"
  19. enable_haproxy: "no"
  20. enable_keepalived: "no"
  21. openstack_logging_debug: "False"
  22. nova_console: "novnc"
  23. enable_ceilometer: "no"
  24. enable_central_logging: "no"
  25. enable_ceph: "no"
  26. enable_ceph_rgw: "no"
  27. enable_cinder: "no"
  28. enable_cinder_backend_lvm: "no"
  29. enable_heat: "yes"
  30. enable_horizon: "yes"
  31. enable_ironic: "no"
  32. enable_magnum: "no"
  33. enable_manila: "no"
  34. enable_mistral: "no"
  35. enable_mongodb: "no"
  36. enable_murano: "no"
  37. enable_multipathd: "no"
  38. enable_neutron_lbaas: "no"
  39. enable_neutron_qos: "no"
  40. enable_swift: "no"
  41. enable_tempest: "no"
  42. enable_watcher: "no"
  43. glance_backend_file: "yes"
  44. nova_backend_ceph: "{{ enable_ceph }}"
  45. manila_enable_dhss: "yes"
  46. swift_devices_match_mode: "strict"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement