Merge "Move database creation into role (gnocchi)"
This commit is contained in:
commit
b17fbea6c4
@ -19,11 +19,7 @@
|
||||
become: true
|
||||
gather_facts: true
|
||||
any_errors_fatal: true
|
||||
pre_tasks:
|
||||
- include: create-grant-db.yml
|
||||
db_name: "{{ gnocchi_database_name }}"
|
||||
db_password: "{{ gnocchi_container_mysql_password }}"
|
||||
roles:
|
||||
- role: "{{ gnocchi_rolename | default('os_gnocchi') }}"
|
||||
- role: "os_gnocchi"
|
||||
vars_files:
|
||||
- test-vars.yml
|
||||
|
@ -439,11 +439,9 @@ gnocchi_developer_mode: true
|
||||
gnocchi_service_publicuri: "http://{{ test_gnocchi_api_host }}:8041"
|
||||
gnocchi_service_adminuri: "http://{{ test_gnocchi_api_host }}:8041"
|
||||
gnocchi_service_internaluri: "http://{{ test_gnocchi_api_host }}:8041"
|
||||
gnocchi_database_name: "gnocchi"
|
||||
gnocchi_container_mysql_password: "secrete"
|
||||
gnocchi_keystone_auth: yes
|
||||
gnocchi_service_password: "secrete"
|
||||
gnocchi_galera_address: "{{ test_galera_host }}"
|
||||
gnocchi_ssl_external: false
|
||||
|
||||
# Ironic specific settings
|
||||
|
Loading…
Reference in New Issue
Block a user