Skip to content
Snippets Groups Projects
Commit 4c0656e1 authored by Doug Szumski's avatar Doug Szumski
Browse files

Use alembic migrations to bootstrap Monasca database

Alembic uses the monasca-agent config file for the DB
credentials. These are therefore no longer required.

Partially-Implements: blueprint monasca-roles
Change-Id: Id076e7a0b838888314159dd9e76697f89adecb5e
parent b31d6ed6
No related branches found
No related tags found
No related merge requests found
...@@ -10,11 +10,6 @@ ...@@ -10,11 +10,6 @@
environment: environment:
KOLLA_BOOTSTRAP: KOLLA_BOOTSTRAP:
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}" KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
MONASCA_DATABASE_ADDRESS: "{{ database_address }}"
MONASCA_DATABASE_PORT: "{{ database_port }}"
MONASCA_DATABASE_USER: "{{ monasca_database_user }}"
MONASCA_DATABASE_PASSWORD: "{{ monasca_database_password }}"
MONASCA_DATABASE_NAME: "{{ monasca_database_name }}"
image: "{{ monasca_api.image }}" image: "{{ monasca_api.image }}"
labels: labels:
BOOTSTRAP: BOOTSTRAP:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment