diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-27 10:38:22 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-27 10:38:22 -0400 |
commit | 7932c8e7a7aa157de71a90a0f205236519f5739e (patch) | |
tree | 850c833b4fbf68a42304585b13fe6c2bb46a4289 /kubernetes/common/dgbuilder/resources/scripts/createReleaseDir.sh | |
parent | 92299a31899fb4509175cc1c1b7c504938e22cfd (diff) |
Update dgbuilder for https
Update dgbuilder to use latest release (0.6.3) with https support and
update configuration to enable https
Change-Id: Ia04a3cde6b0f18655301e25dcf125ffcdf1ec120
Issue-ID: OJSI-100
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'kubernetes/common/dgbuilder/resources/scripts/createReleaseDir.sh')
-rwxr-xr-x | kubernetes/common/dgbuilder/resources/scripts/createReleaseDir.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/common/dgbuilder/resources/scripts/createReleaseDir.sh b/kubernetes/common/dgbuilder/resources/scripts/createReleaseDir.sh index aaf7a2615c..b037058c2b 100755 --- a/kubernetes/common/dgbuilder/resources/scripts/createReleaseDir.sh +++ b/kubernetes/common/dgbuilder/resources/scripts/createReleaseDir.sh @@ -85,6 +85,12 @@ then echo " 'dbUser': '$dbUser'," >>$customSettingsFile echo " 'dbPassword': '$dbPassword'," >>$customSettingsFile echo " 'gitLocalRepository': '$gitLocalRepository'" >>$customSettingsFile + echo " 'restConfUrl': '$restConfUrl'," >>$customSettingsFile + echo " 'restConfUser': '$restConfUser'," >>$customSettingsFile + echo " 'restConfPassword': '$restConfPassword'," >>$customSettingsFile + echo " 'formatXML': '$formatXML'," >>$customSettingsFile + echo " 'formatJSON': '$formatJSON'," >>$customSettingsFile + echo " 'enableHttps': true" >>$customSettingsFile echo " }" >>$customSettingsFile fi #echo "Created custom settings file $customSettingsFile" |