Libvirt: Fix make command in deployment scripts

This updates the make command for the libvirt chart to account for
the libvirt chart residing in openstack-helm-infra instead of the
openstack-helm project directory

Change-Id: I1cb37e7c094e31ca93f1fa5d1ff531645308a563
This commit is contained in:
Steve Wilkerson 2018-09-04 16:26:44 -05:00
parent 2a390de7ea
commit b913cb6443
3 changed files with 5 additions and 4 deletions

View File

@ -28,6 +28,7 @@ make all
#NOTE: Deploy libvirt with vbmc then define domains to use as baremetal nodes
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
make -C ${OSH_INFRA_PATH} libvirt
helm install ${OSH_INFRA_PATH}/libvirt \
--namespace=libvirt \
--name=libvirt \

View File

@ -16,10 +16,10 @@
set -xe
#NOTE: Lint and package chart
make libvirt
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
make -C ${OSH_INFRA_PATH} libvirt
#NOTE: Deploy command
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
: ${OSH_EXTRA_HELM_ARGS:=""}
helm upgrade --install libvirt ${OSH_INFRA_PATH}/libvirt \
--namespace=openstack \

View File

@ -16,10 +16,10 @@
set -xe
#NOTE: Lint and package chart
make libvirt
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
make -C ${OSH_INFRA_PATH} libvirt
#NOTE: Deploy command
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
: ${OSH_EXTRA_HELM_ARGS:=""}
helm upgrade --install libvirt ${OSH_INFRA_PATH}/libvirt \
--namespace=openstack \