Initial OpenECOMP MSO Docker Configuration commit 07/5507/1
authorpiclose <pc457b@intl.att.com>
Tue, 21 Feb 2017 13:52:45 +0000 (14:52 +0100)
committerpiclose <pc457b@intl.att.com>
Tue, 21 Feb 2017 13:53:09 +0000 (14:53 +0100)
commitc4e65037584636b7a3b3c9920fd501126fb68fcc
treef914324c859ff53b1da12b84180d9baec1dc4461
parentfad0de5e6dd7aa1cb079e4a2d7b3baa03efc23aa
Initial OpenECOMP MSO Docker Configuration commit

Change-Id: Iaabe6803a6087f59726e290cb75aef2f755097d9
Signed-off-by: piclose <pc457b@intl.att.com>
25 files changed:
.gitignore [new file with mode: 0644]
.gitreview [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
deploy.sh [new file with mode: 0644]
docker-compose.yml [new file with mode: 0644]
encryption.key [new file with mode: 0644]
json_updater.py [new file with mode: 0644]
volumes/mariadb/conf.d/mariadb1.cnf [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/01-load-default-sql-files.sh [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/02-load-additional-changes.sh [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/bulkload-files/automated-tests/create_mso_db-tests.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/bulkload-files/default/create_mso_db-default.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/bulkload-files/demo-dns/create_mso_db-demo-dns.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/bulkload-files/demo-vfw/create_mso_db-demo-vfw.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/camunda/mysql_create_camunda_admin.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/camunda/mysql_engine_7.3.0.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/camunda/mysql_identity_7.3.0.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/camunda/mysql_updates_7.3.0.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Catalog-schema.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/main-schemas/MySQL-Requests-schema.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/sub-sql-files/catalog_timestamp_mso_db.sql [new file with mode: 0644]
volumes/mariadb/docker-entrypoint-initdb.d/db-sql-scripts/sub-sql-files/site_status_updated_timestamp.sql [new file with mode: 0644]
volumes/mso/chef-config/aai.crt [new file with mode: 0644]
volumes/mso/chef-config/mso-docker.json [new file with mode: 0644]