e131d6e468
Renamed in os_gnocchi role repo Changed test-vars.yml to os_gnocchi-overrides.yml Removed the test-vars.yml Change-Id: I62ee2338f6bfeee06511a3077e11ed1e84baa66c Partial-Bug: #1629284
11 lines
394 B
YAML
11 lines
394 B
YAML
gnocchi_developer_mode: true
|
|
gnocchi_container_mysql_password: "secrete"
|
|
gnocchi_keystone_auth: yes
|
|
gnocchi_service_password: "secrete"
|
|
gnocchi_galera_address: "{{ hostvars[groups['galera_all'][0]]['ansible_host'] }}"
|
|
gnocchi_use_mod_wsgi: true
|
|
gnocchi_ssl_external: false
|
|
gnocchi_service_port: 8041
|
|
gnocchi_venv_tag: untagged
|
|
gnocchi_bin: "/openstack/venvs/gnocchi-{{ gnocchi_venv_tag }}/bin"
|