EntropyWorks

My /srv/pillar/test/simple_stack/init.sls

Mar 13th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. simple_stack:
  2. admin_token: REDACTED
  3. service_password: REDACTED
  4. admin_password: REDACTED
  5. interfaces_control: em3
  6. interfaces_public: vlanXXX
  7. database_password: REDACTED
  8. openstack_public_address: 15.X.Y.Z
  9. openstack_admin_address: 10.X.X.X
  10. openstack_internal_address: 10.X.X.X
  11. keystone_host: 10.X.X.X
  12. keystone_db: mysql://keystone:[email protected]/keystone
  13. rabbit_host: 10.X.X.X
  14. rabbit_password: guest
  15. glance_host: 10.X.X.X
  16. glance_db: mysql://glance:[email protected]/glance
  17. nova_host: 10.X.X.X
  18. nova_db: mysql://nova:[email protected]/nova
  19. nova_libvirt_type: kvm
  20. nova_network_floating: 15.X.A.0/26
  21. nova_network_private: 10.Y.Y.0/24
  22. nova_network_public_interface: vlan717
  23. nova_network_my_ip: 15.X.Y.Z
  24. cinder_db: mysql://cinder:[email protected]/cinder?charset=utf8
  25. cinder_host: 127.0.0.1
  26. quantum_host: 127.0.0.1
  27. quantum_ovs_db: mysql://quantum:[email protected]/ovs_quantum?charset=utf8
Advertisement
Add Comment
Please, Sign In to add comment