Skip to content

Commit 601a4f3

Browse files
committed
uni01alpha - deploy
A uni01alpha job that only deploys OCP and created the EDPM and ironic virtual baremetal nodes for this architecture. UPDATE: Also deploy rhoso, but no tests.
1 parent cb18640 commit 601a4f3

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

ci/playbooks/noop.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
- name: Create hotstack scenario
3+
hosts: hotstack
4+
vars:
5+
hotstack_work_dir: "{{ ansible_user_dir }}/hotstack"
6+
tasks:
7+
- name: Noop
8+
ansible.builtin.debug:
9+
msg: "Noop - this job does not deploy RHOSO"

zuul.d/jobs.yaml

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,65 @@
131131
files:
132132
- ^scenarios/3-nodes/.*
133133
- ^roles/.*
134+
135+
- job:
136+
name: vexxhost-hotstack-uni01alpha
137+
parent: base-hotstack
138+
nodeset: hotstack-image-vexxhost
139+
description: |
140+
Hotstack scenario: uni01alpha
141+
timeout: 10800
142+
attempts: 1
143+
vars:
144+
cloud_name: vexxhost
145+
scenario: uni01alpha
146+
scenario_dir: >-
147+
{{
148+
[
149+
ansible_user_dir,
150+
zuul.projects['github.com/openstack-k8s-operators/hotstack'].src_dir,
151+
'scenarios'
152+
] | ansible.builtin.path_join
153+
}}
154+
hotstack_overrides:
155+
stack_parameters:
156+
dns_servers:
157+
- 199.204.44.24
158+
- 199.204.47.54
159+
ntp_servers: []
160+
router_external_network: public
161+
floating_ip_network: public
162+
controller_params:
163+
image: hotstack-controller
164+
# vpu: 1 ram 2GB disk: 20GB
165+
flavor: ci.m1.small
166+
ocp_master_params:
167+
image: ipxe-boot-usb
168+
# vpu: 16 ram 48GB disk: 200GB
169+
flavor: 12vcpu_32GB
170+
ocp_worker_params:
171+
image: ipxe-boot-usb
172+
# vpu: 12 ram 32GB disk: 200GB
173+
flavor: 12vcpu_32GB
174+
compute_params:
175+
image: cs9stream-genericcloud
176+
# vpu: 2 ram 4GB disk: 40GB
177+
flavor: ci.m1.medium
178+
networker_params:
179+
image: cs9stream-genericcloud
180+
# vpu: 2 ram 4GB disk: 40GB
181+
flavor: ci.m1.medium
182+
bmh_params:
183+
image: sushy-tools-blank-image
184+
cd_image: sushy-tools-blank-image
185+
# vpu: 2 ram 4GB disk: 40GB
186+
flavor: ci.m1.medium
187+
ironic_params:
188+
image: sushy-tools-blank-image
189+
cd_image: sushy-tools-blank-image
190+
# vpu: 1 ram 2GB disk: 20GB
191+
flavor: ci.m1.small
192+
run:
193+
- ci/playbooks/run-deploy.yml
194+
files:
195+
- ^scenarios/uni01alpha/.*

zuul.d/projects.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
jobs:
1212
- vexxhost-hotstack-sno-2-bm
1313
- vexxhost-hotstack-3-nodes
14+
- vexxhost-hotstack-uni01alpha

0 commit comments

Comments
 (0)