diff options
author | Gary Wu <gary.wu@futurewei.com> | 2019-06-07 00:34:43 -0700 |
---|---|---|
committer | Gary Wu <gary.wu@futurewei.com> | 2019-06-07 00:38:17 -0700 |
commit | a56df52cddd7d69140c38ca90bc4ce5168cbb0bd (patch) | |
tree | c7f52667ea8617f4471af92d83ffb39a87e97686 /deployment/heat/onap-rke/rancher_vm_entrypoint.sh | |
parent | ecd1ebd52a0201ba3ab356cc23235e382a5419d8 (diff) |
Change OOM subchart deployment order
Deploy the following subcharts first:
aaf cassandra mariadb-galera dmaap
Adjust liveness and readiness probe settings
for cassandra to improve deployment speed.
Turn on 3-node clustering for appc and sdnc.
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.wu@futurewei.com>
Change-Id: I13ce1e18241bf01630bc6a2beb488633de7a2f4b
Diffstat (limited to 'deployment/heat/onap-rke/rancher_vm_entrypoint.sh')
-rw-r--r-- | deployment/heat/onap-rke/rancher_vm_entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/heat/onap-rke/rancher_vm_entrypoint.sh b/deployment/heat/onap-rke/rancher_vm_entrypoint.sh index 65c16dace..47cd01230 100644 --- a/deployment/heat/onap-rke/rancher_vm_entrypoint.sh +++ b/deployment/heat/onap-rke/rancher_vm_entrypoint.sh @@ -221,6 +221,7 @@ rsync -avt ~/oom/kubernetes/helm/plugins ~/.helm/ # temporary workaround to throttle the helm deploy to alleviate startup disk contention issues if [ ! -z "__helm_deploy_delay__" ]; then sed -i "/\^enabled:/a\ echo sleep __helm_deploy_delay__\n sleep __helm_deploy_delay__" ~/.helm/plugins/deploy/deploy.sh + sed -i 's/for subchart in \*/for subchart in aaf cassandra mariadb-galera dmaap */' ~/.helm/plugins/deploy/deploy.sh fi # Deploy ONAP |