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:
24
migration-scripts/migration-workshop/ocata/extra.yaml
Normal file
24
migration-scripts/migration-workshop/ocata/extra.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user