This code is updated to have overrides similar to many other service roles in openstack-ansible. Change-Id: I4fc16b27dacd4ab40269cde1371e70255a4e2ced
27 lines
1.2 KiB
YAML
27 lines
1.2 KiB
YAML
---
|
|
# Copyright 2024, BBC R&D
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
mcapi_vexxhost_proxy_upper_constraints_url: >-
|
|
{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}
|
|
macpi_vexxhost_proxy_git_constraints:
|
|
- "--constraint {{ mcapi_vexxhost_proxy_upper_constraints_url }}"
|
|
|
|
mcapi_vexxhost_proxy_install_branch: main
|
|
mcapi_vexxhost_proxy_git_repo: "{{ openstack_github_base_url | default('https://github.com') ~ '/vexxhost/magnum-cluster-api' }}"
|
|
|
|
mcapi_vexxhost_proxy_pip_packages:
|
|
- "{{ 'git+' ~ mcapi_vexxhost_proxy_git_repo ~ '@' ~ mcapi_vexxhost_proxy_install_branch ~ '#egg=magnum-cluster-api' }}"
|
|
|