aboutsummaryrefslogtreecommitdiffstats
path: root/volumes/mso/configuration/request-db/override-onapheat.yaml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-08-02 20:57:23 -0400
committerRob Daugherty <rd472p@att.com>2018-08-02 21:22:52 -0400
commite6895a5cb97830ec243168423a83af586a17f608 (patch)
tree2079f8f62392741e86cae9ade55e388d68151293 /volumes/mso/configuration/request-db/override-onapheat.yaml
parentce76219254cf02626e4ee0687016815554055d81 (diff)
Support for docker-compose in heat environment
docker-compose.yml now contains a configuration for all of the containers containers. mariadb, catalog-db-adapter, and request-db-adapter seem to start up and work normally. I serialized the initializaion of these because that was the easiest way to ensure they all come up before any other apps. The catalog and request db adapters could come up in parallel. Looks like the sdnc adapter comes up ok. The other apps still need some debugging. Change-Id: I5730b777ae76dff7552d6024c69a346b9bccfb40 Issue-ID: SO-710 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'volumes/mso/configuration/request-db/override-onapheat.yaml')
-rw-r--r--volumes/mso/configuration/request-db/override-onapheat.yaml47
1 files changed, 0 insertions, 47 deletions
diff --git a/volumes/mso/configuration/request-db/override-onapheat.yaml b/volumes/mso/configuration/request-db/override-onapheat.yaml
deleted file mode 100644
index 1261eb1..0000000
--- a/volumes/mso/configuration/request-db/override-onapheat.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-# will be used as entry in DB to say SITE OFF/ON for healthcheck
-
-server:
- port: 8083
- tomcat:
- max-threads: 50
-ssl-enable: false
-mso:
- logPath: logs
- site-name: localSite
-spring:
- datasource:
- url: jdbc:mariadb://mariadb:3306/requestdb
- username: so
- password: so123
- driver-class-name: org.mariadb.jdbc.Driver
- initialize: false
- initialization-mode: never
- jpa:
- generate-ddl: false
- show-sql: false
- hibernate:
- ddl-auto: validate
- naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
- enable-lazy-load-no-trans: true
- database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
- security:
- usercredentials:
- -
- username: bpel
- password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
- role: BPEL-Client
- -
- username: mso_admin
- password: '$2b$10$byoF5q.VngZd8nj63q2Rm.bbAGUQrNG3DliPtc5l9nJIbXpXyCfrG'
- role: ACTUATOR
-
-#Actuator
-management:
- context-path: /manage
-
-flyway:
- baseline-on-migrate: true
- url: jdbc:mariadb://mariadb:3306/requestdb
- user: so
- password: so123
- \ No newline at end of file