Merge "[hca] Pin fedora to 32 until new greenlet release"

This commit is contained in:
Zuul 2020-06-03 10:28:14 +00:00 committed by Gerrit Code Review
commit 8e4973debf
5 changed files with 7 additions and 5 deletions

View File

@ -1336,7 +1336,9 @@ _`heat_container_agent_tag`
This label allows users to select `a specific heat_container_agent
version, based on its container tag
<https://hub.docker.com/r/openstackmagnum/heat-container-agent/tags/>`_.
Train-default: train-dev
Train-default: ussuri-dev
Ussuri-default: ussuri-dev
Victoria-default: victoria-dev
_`kube_dashboard_enabled`
This label triggers the deployment of the kubernetes dashboard.

View File

@ -1,4 +1,4 @@
FROM fedora:rawhide
FROM fedora:32
ARG ARCH=x86_64

View File

@ -670,7 +670,7 @@ parameters:
heat_container_agent_tag:
type: string
description: tag of the heat_container_agent system container
default: ussuri-dev
default: victoria-dev
keystone_auth_enabled:
type: boolean

View File

@ -678,7 +678,7 @@ parameters:
heat_container_agent_tag:
type: string
description: tag of the heat_container_agent system container
default: ussuri-dev
default: victoria-dev
keystone_auth_enabled:
type: boolean

View File

@ -4,7 +4,7 @@ magnum_repository: openstackmagnum
magnum_images:
- name: heat-container-agent
tag: ussuri-dev
tag: victoria-dev
kubernetes_versions:
- version: v1.15.12