Updating the image to quay.io airshipit/porthole and adding zuul gates

Change-Id: Ic784aab697a47a5258416eb1ee695ca9496154e6
This commit is contained in:
KHIYANI, RAHUL (rk0850) 2019-10-01 17:13:26 -05:00
parent 1a60c80c0f
commit 08388af8f3
4 changed files with 55 additions and 2 deletions

View File

@ -25,8 +25,8 @@ release_group: null
images:
pull_policy: IfNotPresent
tags:
ceph_utility: 'docker.io/sreejithpunnapuzha/ceph-utility:v0.0.3'
image_repo_sync: docker.io/docker:17.07.0
ceph_utility: 'quay.io/airshipit/porthole-ceph-utility:latest'
image_repo_sync: docker.io/docker:18.09.02
local_registry:
active: false
exclude:

View File

@ -1,6 +1,13 @@
ARG FROM=docker.io/ubuntu:xenial
FROM ${FROM}
LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode' \
org.opencontainers.image.url='https://airshipit.org' \
org.opencontainers.image.documentation='https://opendev.org/airship/porthole' \
org.opencontainers.image.source='https://opendev.org/airship/porthole' \
org.opencontainers.image.vendor='The Airship Authors' \
org.opencontainers.image.licenses='Apache-2.0'
ARG CEPH_RELEASE=mimic
ARG KUBE_VERSION=1.12.2

View File

@ -17,15 +17,18 @@
jobs:
- airship-porthole-linter
- airship-porthole-images-build-gate-mysqlclient-utility
- airship-porthole-images-build-gate-ceph-utility
gate:
jobs:
- airship-porthole-linter
- airship-porthole-images-build-gate-mysqlclient-utility
- airship-porthole-images-build-gate-ceph-utility
post:
jobs:
- airship-porthole-images-publish-mysqlclient-utility
- airship-porthole-images-publish-ceph-utility
- nodeset:
name: airship-porthole-single-node

43
zuul.d/ceph-utility.yaml Normal file
View File

@ -0,0 +1,43 @@
# Copyright 2019 AT&T Intellectual Property. All other 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
#
# https://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.
- job:
name: airship-porthole-images-build-gate-ceph-utility
parent: &parent airship-porthole-images
vars:
image_name: &image_name ceph-utility
distro_suffix: &distro_suffix ubuntu_xenial
files:
- ^Dockerfiles/ceph-utility/.*$
- ^install_ceph_utility.sh$
- ^ceph-utility/.*$
- ^Makefile$
- ^tools/.*$
- ^zuul.d/.*$
- job:
name: airship-porthole-images-publish-ceph-utility
parent: *parent
secrets:
- name: quay_credentials
secret: quay_credentials
pass-to-parent: true
vars:
image_name: *image_name
distro_suffix: *distro_suffix
publish: true
tags:
dynamic:
commit: true