Disable build of openSUSE base images and uplift ceph packages
Related code will be removed in subsequent commit later if not maintained. Ceph updated to 14.2.10-1.0~bionic as previous one is not available in repos. Putting these two together to address gates issue. Change-Id: I525df976f9810e61d4fc49cf772736aa21dba510 Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:

committed by
Andrii Ostapenko

parent
e74d9571ea
commit
43c4c13b2a
@@ -1,9 +1,9 @@
|
||||
ARG baseimg=docker.io/ubuntu:bionic
|
||||
FROM ${baseimg}
|
||||
|
||||
# Nautilus 14.2.9
|
||||
# Nautilus 14.2.10
|
||||
ARG CEPH_RELEASE=nautilus
|
||||
ARG CEPH_RELEASE_TAG=14.2.9-1.0~bionic
|
||||
ARG CEPH_RELEASE_TAG=14.2.10-1.0~bionic
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/archive-ceph-nautilus.key
|
||||
|
||||
|
@@ -4,9 +4,9 @@ FROM ${FROM}
|
||||
ARG DISTRO_CODENAME='bionic'
|
||||
|
||||
ARG KUBE_VERSION=v1.16.2
|
||||
# Nautilus 14.2.9
|
||||
# Nautilus 14.2.10
|
||||
ARG CEPH_RELEASE=nautilus
|
||||
ARG CEPH_RELEASE_TAG=14.2.9-1.0~bionic
|
||||
ARG CEPH_RELEASE_TAG=14.2.10-1.0~bionic
|
||||
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/testing/ceph-nautilus/${DISTRO_CODENAME}/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/testing/ceph-nautilus/${DISTRO_CODENAME}/archive-ceph-nautilus.key
|
||||
|
@@ -2,9 +2,9 @@ ARG FROM=docker.io/ubuntu:bionic
|
||||
FROM ${FROM}
|
||||
|
||||
ARG KUBE_VERSION=1.16.2
|
||||
# Nautilus 14.2.9
|
||||
# Nautilus 14.2.10
|
||||
ARG CEPH_RELEASE=nautilus
|
||||
ARG CEPH_RELEASE_TAG=14.2.9-1.0~bionic
|
||||
ARG CEPH_RELEASE_TAG=14.2.10-1.0~bionic
|
||||
ARG ETCDCTL_VERSION=3.2.18
|
||||
ARG CONFD_VERSION=0.16.0
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
ARG baseimg=docker.io/ubuntu:bionic
|
||||
FROM ${baseimg}
|
||||
|
||||
# Nautilus 14.2.9
|
||||
# Nautilus 14.2.10
|
||||
ARG CEPH_RELEASE=nautilus
|
||||
ARG CEPH_RELEASE_TAG=14.2.9-1.0~bionic
|
||||
ARG CEPH_RELEASE_TAG=14.2.10-1.0~bionic
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/archive-ceph-nautilus.key
|
||||
|
||||
|
@@ -1,9 +1,9 @@
|
||||
ARG FROM=docker.io/ubuntu:bionic
|
||||
FROM ${FROM}
|
||||
|
||||
# Nautilus 14.2.9
|
||||
# Nautilus 14.2.10
|
||||
ARG CEPH_RELEASE=nautilus
|
||||
ARG CEPH_RELEASE_TAG=14.2.9-1.0~bionic
|
||||
ARG CEPH_RELEASE_TAG=14.2.10-1.0~bionic
|
||||
ARG KUBE_VERSION=1.16.2
|
||||
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/
|
||||
|
@@ -34,12 +34,12 @@
|
||||
vars: &ceph-config-helper_vars
|
||||
currentdate: "{{ now(utc=True,fmt='%Y%m%d') }}"
|
||||
docker_images:
|
||||
- context: ceph-config-helper
|
||||
repository: openstackhelm/ceph-config-helper
|
||||
tags:
|
||||
- latest-opensuse_15
|
||||
- "opensuse_15-{{ currentdate }}"
|
||||
dockerfile: Dockerfile.suse_15
|
||||
#- context: ceph-config-helper
|
||||
# repository: openstackhelm/ceph-config-helper
|
||||
# tags:
|
||||
# - latest-opensuse_15
|
||||
# - "opensuse_15-{{ currentdate }}"
|
||||
# dockerfile: Dockerfile.suse_15
|
||||
- context: ceph-config-helper
|
||||
repository: openstackhelm/ceph-config-helper
|
||||
dockerfile: Dockerfile.ubuntu_xenial
|
||||
|
@@ -34,12 +34,12 @@
|
||||
vars: &gate-utils_vars
|
||||
currentdate: "{{ now(utc=True,fmt='%Y%m%d') }}"
|
||||
docker_images:
|
||||
- context: gate-utils
|
||||
repository: openstackhelm/gate-utils
|
||||
tags:
|
||||
- latest-opensuse_15
|
||||
- "opensuse_15-{{ currentdate }}"
|
||||
dockerfile: Dockerfile.suse_15
|
||||
#- context: gate-utils
|
||||
# repository: openstackhelm/gate-utils
|
||||
# tags:
|
||||
# - latest-opensuse_15
|
||||
# - "opensuse_15-{{ currentdate }}"
|
||||
# dockerfile: Dockerfile.suse_15
|
||||
- context: gate-utils
|
||||
repository: openstackhelm/gate-utils
|
||||
dockerfile: Dockerfile.debian
|
||||
|
@@ -34,12 +34,12 @@
|
||||
vars: &libvirt_vars
|
||||
currentdate: "{{ now(utc=True,fmt='%Y%m%d') }}"
|
||||
docker_images:
|
||||
- context: libvirt
|
||||
repository: openstackhelm/libvirt
|
||||
tags:
|
||||
- latest-opensuse_15
|
||||
- "opensuse_15-{{ currentdate }}"
|
||||
dockerfile: Dockerfile.suse_15
|
||||
#- context: libvirt
|
||||
# repository: openstackhelm/libvirt
|
||||
# tags:
|
||||
# - latest-opensuse_15
|
||||
# - "opensuse_15-{{ currentdate }}"
|
||||
# dockerfile: Dockerfile.suse_15
|
||||
- context: libvirt
|
||||
repository: openstackhelm/libvirt
|
||||
dockerfile: Dockerfile.ubuntu_xenial
|
||||
@@ -55,7 +55,7 @@
|
||||
build_args:
|
||||
- "CEPH_REPO=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/"
|
||||
- "CEPH_KEY=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/archive-ceph-nautilus.key"
|
||||
- "CEPH_RELEASE_TAG=14.2.9-1.0~bionic"
|
||||
- "CEPH_RELEASE_TAG=14.2.10-1.0~bionic"
|
||||
files: &libvirt_files
|
||||
- libvirt/.*
|
||||
- zuul.d/libvirt.yaml
|
||||
|
@@ -19,8 +19,6 @@
|
||||
- openstack-helm-images-build-openstack-loci-ocata-ubuntu_xenial
|
||||
- openstack-helm-images-build-openstack-loci-pike-ubuntu_xenial
|
||||
- openstack-helm-images-build-openstack-loci-queens-ubuntu_xenial
|
||||
- openstack-helm-images-build-openstack-loci-rocky-opensuse_15:
|
||||
voting: false
|
||||
- openstack-helm-images-build-openstack-loci-rocky-ubuntu_xenial
|
||||
- openstack-helm-images-build-openstack-loci-rocky-ubuntu_bionic
|
||||
- openstack-helm-images-build-openstack-loci-stein-ubuntu_bionic
|
||||
@@ -32,7 +30,6 @@
|
||||
- openstack-helm-images-upload-openstack-loci-ocata-ubuntu_xenial
|
||||
- openstack-helm-images-upload-openstack-loci-pike-ubuntu_xenial
|
||||
- openstack-helm-images-upload-openstack-loci-queens-ubuntu_xenial
|
||||
#- openstack-helm-images-upload-openstack-loci-rocky-opensuse_15
|
||||
- openstack-helm-images-upload-openstack-loci-rocky-ubuntu_xenial
|
||||
- openstack-helm-images-upload-openstack-loci-rocky-ubuntu_bionic
|
||||
|
||||
@@ -51,7 +48,6 @@
|
||||
- openstack-helm-images-promote-openstack-loci-ocata-ubuntu_xenial
|
||||
- openstack-helm-images-promote-openstack-loci-pike-ubuntu_xenial
|
||||
- openstack-helm-images-promote-openstack-loci-queens-ubuntu_xenial
|
||||
#- openstack-helm-images-promote-openstack-loci-rocky-opensuse_15
|
||||
- openstack-helm-images-promote-openstack-loci-rocky-ubuntu_xenial
|
||||
- openstack-helm-images-promote-openstack-loci-rocky-ubuntu_bionic
|
||||
- openstack-helm-images-promote-openstack-loci-stein-ubuntu_bionic
|
||||
@@ -63,7 +59,6 @@
|
||||
- openstack-helm-images-build-openstack-loci-ocata-ubuntu_xenial
|
||||
- openstack-helm-images-build-openstack-loci-pike-ubuntu_xenial
|
||||
- openstack-helm-images-build-openstack-loci-queens-ubuntu_xenial
|
||||
- openstack-helm-images-build-openstack-loci-rocky-opensuse_15
|
||||
- openstack-helm-images-build-openstack-loci-rocky-ubuntu_xenial
|
||||
- openstack-helm-images-build-openstack-loci-rocky-ubuntu_bionic
|
||||
- openstack-helm-images-build-openstack-loci-stein-ubuntu_bionic
|
||||
|
@@ -34,18 +34,18 @@
|
||||
vars: &openvswitch_vars
|
||||
currentdate: "{{ now(utc=True,fmt='%Y%m%d') }}"
|
||||
docker_images:
|
||||
- context: openvswitch
|
||||
repository: openstackhelm/openvswitch
|
||||
tags:
|
||||
- latest-opensuse_15
|
||||
- "opensuse_15-{{ currentdate }}"
|
||||
dockerfile: Dockerfile.suse_15
|
||||
- context: openvswitch
|
||||
repository: openstackhelm/openvswitch
|
||||
tags:
|
||||
- latest-opensuse_15-dpdk
|
||||
- "opensuse_15-dpdk-{{ currentdate }}"
|
||||
dockerfile: Dockerfile.suse_15-dpdk
|
||||
#- context: openvswitch
|
||||
# repository: openstackhelm/openvswitch
|
||||
# tags:
|
||||
# - latest-opensuse_15
|
||||
# - "opensuse_15-{{ currentdate }}"
|
||||
# dockerfile: Dockerfile.suse_15
|
||||
#- context: openvswitch
|
||||
# repository: openstackhelm/openvswitch
|
||||
# tags:
|
||||
# - latest-opensuse_15-dpdk
|
||||
# - "opensuse_15-dpdk-{{ currentdate }}"
|
||||
# dockerfile: Dockerfile.suse_15-dpdk
|
||||
- context: openvswitch
|
||||
repository: openstackhelm/openvswitch
|
||||
dockerfile: Dockerfile.debian
|
||||
|
@@ -40,12 +40,12 @@
|
||||
tags:
|
||||
- latest-ubuntu_bionic
|
||||
- "ubuntu_bionic-{{ currentdate }}"
|
||||
- context: osh-selenium
|
||||
repository: openstackhelm/osh-selenium
|
||||
dockerfile: Dockerfile.opensuse_15
|
||||
tags:
|
||||
- latest-opensuse_15
|
||||
- "opensuse_15-{{ currentdate }}"
|
||||
#- context: osh-selenium
|
||||
# repository: openstackhelm/osh-selenium
|
||||
# dockerfile: Dockerfile.opensuse_15
|
||||
# tags:
|
||||
# - latest-opensuse_15
|
||||
# - "opensuse_15-{{ currentdate }}"
|
||||
files: &osh-selenium_files
|
||||
- osh-selenium/.*
|
||||
- zuul.d/osh-selenium.yaml
|
||||
|
@@ -46,12 +46,12 @@
|
||||
tags:
|
||||
- latest-ubuntu_bionic
|
||||
- "ubuntu_bionic-{{ currentdate }}"
|
||||
- context: tempest
|
||||
repository: openstackhelm/tempest
|
||||
dockerfile: Dockerfile.opensuse_15
|
||||
tags:
|
||||
- latest-opensuse_15
|
||||
- "opensuse_15-{{ currentdate }}"
|
||||
#- context: tempest
|
||||
# repository: openstackhelm/tempest
|
||||
# dockerfile: Dockerfile.opensuse_15
|
||||
# tags:
|
||||
# - latest-opensuse_15
|
||||
# - "opensuse_15-{{ currentdate }}"
|
||||
files: &tempest_files
|
||||
- tempest/.*
|
||||
- zuul.d/tempest.yaml
|
||||
|
Reference in New Issue
Block a user