From e4cd4cde4861d9474db6a01c70d80308f3605013 Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Tue, 12 Mar 2019 17:59:29 +0000 Subject: [PATCH] Shipyard now requires db init template from osh-infra Update the version of openstack-infra. The change was introduced into Shipyard [1], that now requires db-pg-init template to be defined in osh-infra [2]. [1] https://review.openstack.org/#/c/636147/ [2] https://review.openstack.org/#/c/635348/ Change-Id: Ie653a633424a7250502629bd31befb43d029e693 --- tools/deployment/airskiff/manifests/airship.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/airskiff/manifests/airship.yaml b/tools/deployment/airskiff/manifests/airship.yaml index c10f0fece..97c12ec9d 100644 --- a/tools/deployment/airskiff/manifests/airship.yaml +++ b/tools/deployment/airskiff/manifests/airship.yaml @@ -15,7 +15,7 @@ data: source: type: git location: https://git.openstack.org/openstack/openstack-helm-infra.git - reference: 8662018a4dceb82a5d699d9e118caff9e5edb156 + reference: 14713b54e7e9e3aa8abb95538b4238a32a074cb6 subpath: helm-toolkit dependencies: [] ---