Added tempest images
Sem-Ver: feature
Change-Id: I9fea644a8fc021cb21bd7ff14af2d581e1d193ee
diff --git a/zuul.d/images.yaml b/zuul.d/images.yaml
new file mode 100644
index 0000000..c487221
--- /dev/null
+++ b/zuul.d/images.yaml
@@ -0,0 +1,56 @@
+# Copyright (c) 2022 VEXXHOST, Inc.
+#
+# 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.
+
+- job:
+ name: ansible-collection-atmosphere-buildset-registry
+ parent: opendev-buildset-registry
+
+- job:
+ name: ansible-collection-atmosphere-build-images
+ parent: opendev-build-docker-image
+ abstract: true
+ required-projects:
+ - openstack/loci
+ pre-run:
+ - zuul.d/playbooks/ansible-collection-atmosphere-build-images/pre-run.yml
+ run:
+ - zuul.d/playbooks/ansible-collection-atmosphere-build-images/run.yml
+
+- job:
+ name: ansible-collection-atmosphere-upload-images
+ parent: ansible-collection-atmosphere-build-images
+ abstract: true
+ secrets:
+ name: docker_credentials
+ secret: gar-credentials
+ pass-to-parent: true
+
+- job:
+ name: ansible-collection-atmosphere-build-images-manifest
+ pre-run:
+ - zuul.d/playbooks/ansible-collection-atmosphere-build-images-manifest/pre-run.yml
+ run:
+ - zuul.d/playbooks/ansible-collection-atmosphere-build-images-manifest/run.yml
+
+- job:
+ name: ansible-collection-atmosphere-upload-images-manifest
+ parent: ansible-collection-atmosphere-build-images-manifest
+
+- project:
+ check:
+ jobs:
+ - ansible-collection-atmosphere-buildset-registry
+ gate:
+ jobs:
+ - ansible-collection-atmosphere-buildset-registry