From 039ea30f5f381799c0800439e322feed9803e0c1 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 13 Jun 2024 08:37:47 +0100 Subject: [PATCH] Pin version of magnum_cluster_api driver Change-Id: I1f3ba1169009d5932c9a91a96f1b22907181f952 --- .../files/openstack_deploy/user_variables_z_magnum.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mcapi_vexxhost/playbooks/files/openstack_deploy/user_variables_z_magnum.yml b/mcapi_vexxhost/playbooks/files/openstack_deploy/user_variables_z_magnum.yml index d3a17372..0e30030e 100644 --- a/mcapi_vexxhost/playbooks/files/openstack_deploy/user_variables_z_magnum.yml +++ b/mcapi_vexxhost/playbooks/files/openstack_deploy/user_variables_z_magnum.yml @@ -13,9 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +magnum_magnum_cluster_api_git_install_branch: v0.21.0 + # install magnum-cluster-api and kubernetes python package into magnum venv magnum_user_pip_packages: - - git+https://github.com/vexxhost/magnum-cluster-api@main#egg=magnum-cluster-api + - "git+https://github.com/vexxhost/magnum-cluster-api@{{ magnum_magnum_cluster_api_git_install_branch }}#egg=magnum-cluster-api" - kubernetes # ensure that the internal VIP CA is trusted by the CAPI driver