Merge "Fix wrong chart name and env-variable's name in deployment-script"
This commit is contained in:
commit
c863bb0cec
tools/deployment/developer
@ -17,10 +17,10 @@
|
|||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
#NOTE: Lint and package chart
|
#NOTE: Lint and package chart
|
||||||
make ceph
|
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||||
|
make -C ${OSH_INFRA_PATH} ceph-rgw
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
|
||||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||||
tee /tmp/radosgw-openstack.yaml <<EOF
|
tee /tmp/radosgw-openstack.yaml <<EOF
|
||||||
endpoints:
|
endpoints:
|
||||||
|
@ -110,7 +110,7 @@ helm status ingress-openstack
|
|||||||
helm upgrade --install ingress-ceph ${OSH_INFRA_PATH}/ingress \
|
helm upgrade --install ingress-ceph ${OSH_INFRA_PATH}/ingress \
|
||||||
--namespace=ceph \
|
--namespace=ceph \
|
||||||
${OSH_EXTRA_HELM_ARGS} \
|
${OSH_EXTRA_HELM_ARGS} \
|
||||||
${OSH_EXTRA_HELM_ARGS_INGRESS_OPENSTACK}
|
${OSH_EXTRA_HELM_ARGS_INGRESS_CEPH}
|
||||||
|
|
||||||
#NOTE: Wait for deploy
|
#NOTE: Wait for deploy
|
||||||
./tools/deployment/common/wait-for-pods.sh ceph
|
./tools/deployment/common/wait-for-pods.sh ceph
|
||||||
|
Loading…
x
Reference in New Issue
Block a user