| --- |
| # ============LICENSE_START======================================================= |
| # Copyright (C) 2019 The Nordix Foundation. All rights reserved. |
| # ================================================================================ |
| # 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. |
| # |
| # SPDX-License-Identifier: Apache-2.0 |
| # ============LICENSE_END========================================================= |
| |
| #------------------------------------------------------------------------------- |
| # Please note that changing versions of components to anything other than what |
| # is pinned in this file might not work as expected so you can attempt that as |
| # you wish but it is not officially supported by the Engine as the version bumps |
| # are done in a controlled manner and tested in Nordix CI/CD. |
| # |
| # If you want to try it, you should always check with Nordix Infra and upstream |
| # projects to ensure the support for the versions you intend to use are compatible |
| # with each other. |
| #------------------------------------------------------------------------------- |
| |
| #------------------------------------------------------------------------------- |
| # component versions used for virtual deployment |
| #------------------------------------------------------------------------------- |
| # virtualbmc version 1.3+ needs zmq dependency. |
| virtualbmc_version: "{{ lookup('env', 'VIRTUALBMC_VERSION') | default('1.3', true) }}" |
| |
| #------------------------------------------------------------------------------- |
| # bifrost and ironic versions |
| #------------------------------------------------------------------------------- |
| # HEAD of bifrost "master" as of 19.03.2019 |
| bifrost_version: "{{ lookup('env', 'BIFROST_VERSION') | default('81d80496d451666dbd72cc78596c58033c7da47b', true) }}" |
| # HEAD of ironic "master" as of 17.02.2019 |
| ironic_version: "{{ lookup('env', 'IRONIC_VERSION') | default('ccf2bb1ea194408eb34586ee469cf37c296e6fa4', true) }}" |
| |
| #------------------------------------------------------------------------------- |
| # kubespray and kubernetes versions |
| #------------------------------------------------------------------------------- |
| # HEAD of kubespray as of 22.05.2019 |
| kubespray_version: "{{ lookup('env', 'KUBESPRAY_VERSION') | default('1e470b047354c2767d22ca28c1c1d0fc81f34107', true) }}" |
| # Kubernetes version that is supported by the pinned kubespray version |
| |
| kubernetes_version: "{{ lookup('env', 'KUBERNETES_VERSION') | default('v1.14.1', true) }}" |
| #------------------------------------------------------------------------------- |
| # rook, ceph, and helm versions |
| #------------------------------------------------------------------------------- |
| rook_version: "{{ lookup('env', 'ROOK_VERSION') | default('v0.9.3', true) }}" |
| ceph_version: "{{ lookup('env', 'CEPH_VERSION') | default('v13.2.5-20190319', true) }}" |
| helm_version: "{{ lookup('env', 'HELM_VERSION') | default('v2.12.3', true) }}" |