Fix wrong chart name and env-variable's name in deployment-script
1. Chart name : change from "ceph" to "ceph-rgw" 2. Postfix of environment variable's name : change from "OPENSTACK" to "CEPH" Change-Id: I03a4e12457cec1811b6fa03367811f74e4bb8b83 Signed-off-by: Deokjin Kim <deokjin81.kim@samsung.com>
This commit is contained in:
parent
740eb2d219
commit
d8f9d2dd35
@ -17,10 +17,10 @@
|
||||
set -xe
|
||||
|
||||
#NOTE: Lint and package chart
|
||||
make ceph
|
||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||
make -C ${OSH_INFRA_PATH} ceph-rgw
|
||||
|
||||
#NOTE: Deploy command
|
||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||
tee /tmp/radosgw-openstack.yaml <<EOF
|
||||
endpoints:
|
||||
|
@ -110,7 +110,7 @@ helm status ingress-openstack
|
||||
helm upgrade --install ingress-ceph ${OSH_INFRA_PATH}/ingress \
|
||||
--namespace=ceph \
|
||||
${OSH_EXTRA_HELM_ARGS} \
|
||||
${OSH_EXTRA_HELM_ARGS_INGRESS_OPENSTACK}
|
||||
${OSH_EXTRA_HELM_ARGS_INGRESS_CEPH}
|
||||
|
||||
#NOTE: Wait for deploy
|
||||
./tools/deployment/common/wait-for-pods.sh ceph
|
||||
|
Loading…
x
Reference in New Issue
Block a user