Update HTK Path - OSH Infra

Updated configurations to point to openstack-helm-infra
for reference to helm-toolkit as helm-toolkit has been
removed from the openstack-helm repo [0]

[0] https://review.openstack.org/#/c/558065/

Change-Id: Ia7f4da6beb5df5a98a1c35e66090d82960b00a34
This commit is contained in:
Anthony Lin 2018-05-16 04:35:41 +00:00
parent 8d1521e96c
commit c973720c07
7 changed files with 9 additions and 9 deletions

View File

@ -111,7 +111,7 @@ clean:
# testing checks # testing checks
.PHONY: tests .PHONY: tests
tests: check-tox helm_lint tests: check-tox
tox tox
.PHONY: test-all .PHONY: test-all

View File

@ -10,7 +10,7 @@ data:
values: {} values: {}
source: source:
type: git type: git
location: https://git.openstack.org/openstack/openstack-helm location: https://git.openstack.org/openstack/openstack-helm-infra
subpath: helm-toolkit subpath: helm-toolkit
reference: master reference: master
dependencies: [] dependencies: []

View File

@ -14,7 +14,7 @@ data:
values: {} values: {}
source: source:
type: git type: git
location: https://git.openstack.org/openstack/openstack-helm location: https://git.openstack.org/openstack/openstack-helm-infra
subpath: helm-toolkit subpath: helm-toolkit
reference: master reference: master
dependencies: [] dependencies: []

View File

@ -185,7 +185,7 @@ data:
source: source:
reference: master reference: master
subpath: helm-toolkit subpath: helm-toolkit
location: https://git.openstack.org/openstack/openstack-helm location: https://git.openstack.org/openstack/openstack-helm-infra
type: git type: git
namespace: helm-toolkit namespace: helm-toolkit
upgrade: upgrade:

View File

@ -14,7 +14,7 @@ data:
values: {} values: {}
source: source:
type: git type: git
location: https://git.openstack.org/openstack/openstack-helm location: https://git.openstack.org/openstack/openstack-helm-infra
subpath: helm-toolkit subpath: helm-toolkit
reference: master reference: master
dependencies: [] dependencies: []

View File

@ -10,7 +10,7 @@ data:
values: {} values: {}
source: source:
type: git type: git
location: git://github.com/openstack/openstack-helm location: git://github.com/openstack/openstack-helm-infra
subpath: helm-toolkit subpath: helm-toolkit
reference: master reference: master
dependencies: [] dependencies: []

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
# Script to setup helm-toolkit and helm dep up the shipyard chart # Script to setup helm-toolkit and helm dep up the armada chart
# #
HELM=$1 HELM=$1
@ -44,8 +44,8 @@ function helm_serve {
mkdir -p build mkdir -p build
cd build cd build
git clone --depth 1 https://git.openstack.org/openstack/openstack-helm.git || true git clone --depth 1 https://git.openstack.org/openstack/openstack-helm-infra.git || true
cd openstack-helm cd openstack-helm-infra
git pull git pull
helm_serve helm_serve
make charts make charts