diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-03-29 09:37:27 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-03-29 09:44:25 -0700 |
commit | 87c3c73130a15f3084a3576fad8fc0b941afb467 (patch) | |
tree | fcdbe4176966bfd750786526512c819000c90fba /deployment/heat/onap-oom/rancher_vm_entrypoint.sh | |
parent | aa86fba165281a8a442317d04aa22d4406162da1 (diff) |
Temporarily disable portal URL override
Temporarily disable portal URL override to debug
portal login issues
Change-Id: Icbbc702dd2e0a44e2f8506eea4b2174b6a9a9e25
Issue-ID: INT-658
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/rancher_vm_entrypoint.sh')
-rw-r--r-- | deployment/heat/onap-oom/rancher_vm_entrypoint.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh index 56acd916d..0ea9b6263 100644 --- a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh +++ b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh @@ -300,10 +300,10 @@ git commit -a -m "apply manifest versions" cd ~/oom # workaround to change onap portal cookie domain -sed -i "s/^cookie_domain.*=.*/cookie_domain = __portal_hostname__/g" ./kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/system.properties -sed -i "s/^cookie_domain.*=.*/cookie_domain = __portal_hostname__/g" ./kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/system.properties -git diff -git commit -a -m "set portal cookie domain" +#sed -i "s/^cookie_domain.*=.*/cookie_domain = __portal_hostname__/g" ./kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/system.properties +#sed -i "s/^cookie_domain.*=.*/cookie_domain = __portal_hostname__/g" ./kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/system.properties +#git diff +#git commit -a -m "set portal cookie domain" git tag -a "deploy0" -m "initial deployment" |