diff options
author | jmac <james.macnider@amdocs.com> | 2018-04-18 01:25:38 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-04-18 01:25:45 +0000 |
commit | 2d276e07fee5da514c9f7ff6d4182c18c5741c5c (patch) | |
tree | 94c909b9133fd91c2d0a709090a15c738dd847dd /kubernetes/sdnc/charts/sdnc-portal/resources/config/svclogic.properties.sdnctldb01 | |
parent | ea152e3b7bda417cee89b4b1bce87b9b2123fd21 (diff) |
Fixes for SDNC portal pod
With these changes, the SDNC Portal pod is now coming up cleanly and there
are no errors in the logs. I was able to successfully create a user and log
in to the portal.
Change-Id: Iab3374c585a0b88844e83860d14e572e151958a6
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-881
Diffstat (limited to 'kubernetes/sdnc/charts/sdnc-portal/resources/config/svclogic.properties.sdnctldb01')
-rw-r--r-- | kubernetes/sdnc/charts/sdnc-portal/resources/config/svclogic.properties.sdnctldb01 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/sdnc/charts/sdnc-portal/resources/config/svclogic.properties.sdnctldb01 b/kubernetes/sdnc/charts/sdnc-portal/resources/config/svclogic.properties.sdnctldb01 new file mode 100644 index 0000000000..e0e3295735 --- /dev/null +++ b/kubernetes/sdnc/charts/sdnc-portal/resources/config/svclogic.properties.sdnctldb01 @@ -0,0 +1,5 @@ +org.openecomp.sdnctl.sli.dbtype = jdbc +org.openecomp.sdnctl.sli.jdbc.url = jdbc:mysql://sdnc-sdnctldb01:3306/sdnctl +org.openecomp.sdnctl.sli.jdbc.database = sdnctl +org.openecomp.sdnctl.sli.jdbc.user = sdnctl +org.openecomp.sdnctl.sli.jdbc.password = gamma
\ No newline at end of file |