Add wheel builds

Sem-Ver: feature
Change-Id: I2e9799c142669ee58973779c07c574f9c2854203
diff --git a/zuul.d/wheels.yaml b/zuul.d/wheels.yaml
new file mode 100644
index 0000000..ee7ab18
--- /dev/null
+++ b/zuul.d/wheels.yaml
@@ -0,0 +1,47 @@
+# 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-build-wheels
+    abstract: true
+    pre-run:
+      - zuul.d/playbooks/ansible-collection-atmosphere-build-wheels/pre-run.yml
+    run:
+      - playbooks/build_wheels.yml
+    post-run:
+      - zuul.d/playbooks/ansible-collection-atmosphere-build-wheels/post-run.yml
+    files: &build-wheels-files
+      - playbooks/build_wheels.yml
+      - roles/build_openstack_requirements/.*
+    vars:
+      build_openstack_requirements_wheels_directory: /tmp
+
+- job:
+    name: ansible-collection-atmosphere-merge-wheels
+    abstract: true
+    run:
+      - zuul.d/playbooks/ansible-collection-atmosphere-merge-wheels/run.yml
+    post-run:
+      - zuul.d/playbooks/ansible-collection-atmosphere-merge-wheels/post-run.yml
+    files: *build-wheels-files
+
+- job:
+    name: ansible-collection-atmosphere-promote-wheels
+    parent: opendev-promote-python
+    abstract: true
+    vars:
+      download_artifact_job: "{{ zuul.job | replace('promote', 'merge') }}"
+      download_artifact_type:
+        - wheels
+    files: *build-wheels-files
\ No newline at end of file