1
0
mirror of https://github.com/gryf/openstack.git synced 2025-12-17 11:30:24 +01:00

Open-source the OpenStack DB migration scripts and workshop

This commit is contained in:
PTC
2018-11-07 14:11:17 -08:00
parent 002a4a71c7
commit 875239ca08
20 changed files with 1053 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
kolla_base_distro: "centos"
kolla_install_type: "source"
openstack_release: "ocata"
kolla_internal_vip_address: "192.168.33.25"
network_interface: "eth1"
enable_heat: "no"
enable_horizon: "no"
database_password: "kolla"
keystone_admin_password: "steakfordinner"
nova_database_password: "nova"
nova_api_database_password: "nova"
rabbitmq_user: "guest"
rabbitmq_password: "guest"
keystone_token_provider: "fernet"
glance_database_password: "kolla"
glance_keystone_password: "glance"
keystone_database_password: "kolla"
nova_keystone_password: "nova"
neutron_database_password: "password"
neutron_keystone_password: "neutron"
placement_keystone_user: "nova"
placement_keystone_password: "nova"