Files
puppet-openstack_dev_env/hiera_data/common.yaml
Dan Bode 242adb3bb2 remove admin_password from hiera common data
When I added swift support, I added a second
entry admin_password to the common config file.

This commit removes it.
2013-01-31 16:50:32 -08:00

43 lines
1.2 KiB
YAML

---
# database password
mysql_root_password: mysql_root_password
keystone_db_password: keystone_db_password
glance_db_password: glance_db_password
nova_db_password: nova_db_password
cinder_db_password: cinder_db_password
quantum_db_password: quantum_db_password
# mysql allowed hosts
allowed_hosts:
- %
# keystone settings
admin_token: service_token
admin_email: keystone@localhost
admin_password: ChangeMe
glance_user_password: glance_user_password
nova_user_password: nova_user_password
cinder_user_password: cinder_user_password
quantum_user_password: quantum_user_password
verbose: True
# nova settings
public_interface: eth0
private_interface: eth2
rabbit_password: rabbit_password
rabbit_user: nova
secret_key: secret_key
libvirt_type: qemu
#libvirt_type: kvm
network_type: nova
#network_type: quantum
fixed_network_range: 10.0.0.0/24
floating_network_range: 172.16.0.128/25
auto_assign_floating_ip: false
# openstack controller ip address
openstack_controller: 172.16.0.3
# swift settings
swift_admin_email: dan@example_company.com
swift_user_password: swift_pass
swift_shared_secret: changeme
swift_local_net_ip: "%{ipaddress_eth1}"
swift_proxy_address: 172.16.0.21
swift_controller_node_public: 172.16.0.21