Gate: Update openvswitch make command
This updates the make command for the openvswitch chart to account for the chart residing in openstack-helm-infra instead of the openstack-helm project directory Change-Id: Ia8bd5ada3ecf4aa4c42b6b542c477e9013d87a3d
This commit is contained in:
parent
399f99a721
commit
9e4c6c2dfb
@ -69,6 +69,8 @@ done
|
||||
|
||||
#NOTE: Deploy OvS to connect nodes to the deployment host
|
||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||
make -C ${OSH_INFRA_PATH} openvswitch
|
||||
|
||||
helm install ${OSH_INFRA_PATH}/openvswitch \
|
||||
--namespace=openstack \
|
||||
--name=openvswitch
|
||||
|
@ -16,10 +16,10 @@
|
||||
set -xe
|
||||
|
||||
#NOTE: Lint and package chart
|
||||
make openvswitch
|
||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||
make -C ${OSH_INFRA_PATH} openvswitch
|
||||
|
||||
#NOTE: Deploy command
|
||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||
helm upgrade --install openvswitch ${OSH_INFRA_PATH}/openvswitch \
|
||||
--namespace=openstack \
|
||||
|
Loading…
x
Reference in New Issue
Block a user