Merge "Move database creation into role (gnocchi)"

This commit is contained in:
Zuul 2018-06-02 09:04:32 +00:00 committed by Gerrit Code Review
commit b17fbea6c4
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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