Remove unnecessary default variables

Remove unusable variables as well as change
default passwords for influxdb users (perister and
api). These users needs use the values provided by
user_secrets.yml.

Change-Id: I02a4fa5df919d48d6e0671510793bc41143711d5
This commit is contained in:
Guilherme Steinmüller 2018-07-23 14:48:46 -03:00 committed by Guilherme Steinmuller Pimentel
parent 7eedc4f85d
commit 61d0a8964c
1 changed files with 2 additions and 4 deletions

View File

@ -57,7 +57,6 @@ monasca_developer_constraints:
monasca_venv_tag: untagged
monasca_bin: "/openstack/venvs/monasca-{{ monasca_venv_tag }}/bin"
monasca_etc_dir: "{{ monasca_bin | dirname }}/etc/monasca"
_monasca_thresh_version: "2.1.1"
# venv_download, even when true, will use the fallback method of building the
# venv from scratch if the venv download fails.
@ -80,9 +79,9 @@ monasca_galera_user: monasca
## InfluxDB info
monasca_influxdb_database: monasca
monasca_api_influxdb_user: monasca_api
monasca_api_influxdb_password: password
#monasca_api_influxdb_password: password
monasca_persister_influxdb_user: monasca_persister
monasca_persister_influxdb_password: password
#monasca_persister_influxdb_password: password
monasca_influxdb_host: "{{ influxdb_host }}"
monasca_influxdb_port: "{{ influxdb_port }}"
monasca_influxdb_admin: root
@ -262,7 +261,6 @@ monasca_persister_workers: "{{ [[ansible_processor_vcpus|default(2) // 2, 1] | m
monasca_service_in_ldap: False
monasca_pip_packages:
- cassandra-driver
- cryptography
- gunicorn
- influxdb