Created
October 9, 2013 01:02
-
-
Save bodepd/6894492 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "nova::consoleauth": | |
| "nova::consoleauth::enabled": true | |
| nova: | |
| "nova::rabbit_userid": openstack_rabbit_user | |
| "nova::rpc_backend": nova.openstack.common.rpc.impl_kombu | |
| "nova::rabbit_host": "192.168.242.10" | |
| "nova::qpid_username": openstack_rabbit_user | |
| "nova::qpid_password": openstack_rabbit_password | |
| "nova::rabbit_password": openstack_rabbit_password | |
| "nova::qpid_hostname": "192.168.242.10" | |
| "nova::glance_api_servers": "192.168.242.10:9292" | |
| "nova::sql_connection": "mysql://nova:nova_pass@192.168.242.10/nova" | |
| "keystone::roles::admin": | |
| "keystone::roles::admin::email": "root@localhost" | |
| "keystone::roles::admin::password": Cisco123 | |
| "glance::registry": | |
| "glance::registry::keystone_password": glance_pass | |
| "glance::registry::keystone_tenant": services | |
| "glance::registry::auth_host": "192.168.242.10" | |
| "glance::registry::keystone_user": glance | |
| "glance::registry::verbose": verbose | |
| "glance::registry::debug": debug | |
| "glance::registry::sql_connection": "mysql://glance:glance_pass@192.168.242.10/glance" | |
| "nova::rabbitmq": | |
| "nova::rabbitmq::password": openstack_rabbit_password | |
| "nova::rabbitmq::userid": openstack_rabbit_user | |
| "openstack::test_file": | |
| "openstack::test_file::image_type": cirros | |
| "quantum::agents::metadata": | |
| "quantum::agents::metadata::auth_password": quantum_pass | |
| "quantum::agents::metadata::shared_secret": "metadata_shared_secret," | |
| "quantum::agents::metadata::auth_url": "http://192.168.242.10:35357/v2.0" | |
| "quantum::agents::metadata::metadata_ip": "192.168.242.10" | |
| "nova::vncproxy": | |
| "nova::vncproxy::enabled": true | |
| "nova::vncproxy::host": "192.168.242.10" | |
| "nova::cert": | |
| "nova::cert::enabled": true | |
| "cinder::scheduler": | |
| "cinder::scheduler::package_ensure": present | |
| "cinder::scheduler::scheduler_driver": cinder.scheduler.simple.SimpleScheduler | |
| cinder: | |
| "cinder::qpid_hostname": "192.168.242.10" | |
| "cinder::qpid_username": openstack_rabbit_user | |
| "cinder::qpid_password": openstack_rabbit_password | |
| "cinder::verbose": verbose | |
| "cinder::rabbit_host": "192.168.242.10" | |
| "cinder::debug": debug | |
| "cinder::rpc_type": cinder.openstack.common.rpc.impl_kombu | |
| "cinder::rabbit_password": openstack_rabbit_password | |
| "cinder::sql_connection": "mysql://cinder:cinder_pass@192.168.242.10/cinder" | |
| "cinder::rabbit_userid": openstack_rabbit_user | |
| "glance::backend::file": {} | |
| "glance::api": | |
| "glance::api::auth_host": "192.168.242.10" | |
| "glance::api::keystone_tenant": services | |
| "glance::api::keystone_user": glance | |
| "glance::api::keystone_password": glance_pass | |
| "glance::api::sql_connection": "mysql://glance:glance_pass@192.168.242.10/glance" | |
| "glance::api::registry_host": "192.168.242.10" | |
| "glance::api::debug": debug | |
| "glance::api::verbose": verbose | |
| "coe::base": | |
| "coe::base::openstack_release": grizzly | |
| "coe::base::controller_node_internal": "192.168.242.10" | |
| "coe::base::build_node_name": build-server | |
| "coe::base::controller_hostname": "192.168.242.10" | |
| "coe::base::package_repo": cloud_archive | |
| "mysql::server": {} | |
| "nova::conductor": | |
| "nova::conductor::enabled": true | |
| "coi::profiles::openstack::endpoints": | |
| "coi::profiles::openstack::endpoints::enabled_services": &id001 | |
| - glance | |
| - cinder | |
| - keystone | |
| - nova | |
| - quantum | |
| - swift | |
| "nova::scheduler": | |
| "nova::scheduler::enabled": true | |
| "quantum::agents::ovs": | |
| "quantum::agents::ovs::ovs_local_ip": compute_internal_address | |
| "quantum::agents::ovs::local_ip": "%{ipaddress_eth3}" | |
| "quantum::agents::ovs::bridge_mappings": | |
| - "default:br-ex" | |
| "quantum::agents::ovs::enable_tunneling": true | |
| "quantum::agents::ovs::bridge_uplinks": "br-ex:eth2" | |
| "coi::profiles::openstack::databases::mysql": | |
| "coi::profiles::openstack::databases::mysql::enabled_services": *id001 | |
| "nova::objectstore": | |
| "nova::objectstore::enabled": true | |
| "quantum::plugins::ovs": | |
| "quantum::plugins::ovs::tenant_network_type": gre | |
| "quantum::plugins::ovs::sql_connection": "mysql://quantum:quantum_pass@192.168.242.10/quantum" | |
| "quantum::agents::l3": | |
| "quantum::agents::l3::use_namespaces": true | |
| "quantum::agents::l3::interface_driver": quantum.agent.linux.interface.OVSInterfaceDriver | |
| "nova::network::quantum": | |
| "nova::network::quantum::quantum_url": "http://192.168.242.10:9696" | |
| "nova::network::quantum::quantum_admin_password": quantum_pass | |
| "nova::network::quantum::quantum_admin_auth_url": "http://192.168.242.10:35357/v2.0" | |
| "openstack::client": | |
| "openstack::client::ceilometer": false | |
| "mysql::server::account_security": {} | |
| "nova::api": | |
| "nova::api::enabled": true | |
| "nova::api::auth_host": "192.168.242.10" | |
| "nova::api::quantum_metadata_proxy_shared_secret": "metadata_shared_secret," | |
| "nova::api::admin_password": nova_pass | |
| "quantum::server": | |
| "quantum::server::auth_host": "192.168.242.10" | |
| "quantum::server::auth_password": quantum_pass | |
| quantum: | |
| "quantum::qpid_username": openstack_rabbit_user | |
| "quantum::verbose": verbose | |
| "quantum::rpc_backend": quantum.openstack.common.rpc.impl_kombu | |
| "quantum::debug": debug | |
| "quantum::rabbit_password": openstack_rabbit_password | |
| "quantum::rabbit_host": "192.168.242.10" | |
| "quantum::qpid_password": openstack_rabbit_password | |
| "quantum::allow_overlapping_ips": true | |
| "quantum::rabbit_user": openstack_rabbit_user | |
| "quantum::core_plugin": quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2 | |
| "quantum::qpid_hostname": "192.168.242.10" | |
| "openstack::auth_file": | |
| "openstack::auth_file::admin_tenant": openstack | |
| "openstack::auth_file::controller_node": "192.168.242.10" | |
| "openstack::auth_file::admin_password": Cisco123 | |
| glance: {} | |
| "quantum::agents::dhcp": | |
| "quantum::agents::dhcp::use_namespaces": true | |
| "quantum::agents::dhcp::interface_driver": quantum.agent.linux.interface.OVSInterfaceDriver | |
| horizon: | |
| "horizon::django_debug": debug | |
| "horizon::keystone_host": "192.168.242.10" | |
| "horizon::secret_key": horizon_secret_key | |
| memcached: {} | |
| "cinder::api": | |
| "cinder::api::keystone_auth_host": "192.168.242.10" | |
| "cinder::api::keystone_password": cinder_pass | |
| "cinder::api::package_ensure": present | |
| keystone: | |
| "keystone::debug": debug | |
| "keystone::sql_connection": "mysql://keystone:key_pass@192.168.242.10/keystone" | |
| "keystone::admin_token": keystone_admin_token | |
| "keystone::verbose": verbose | |
| "naginator::control_target": {} | |
| apache: | |
| "apache::mpm_module": prefork |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment