Skip to content

Commit 4b4666f

Browse files
committed
DNM - Test sno-2-bm Job
1 parent a0d3545 commit 4b4666f

4 files changed

Lines changed: 9 additions & 26 deletions

File tree

scenarios/sno-2-bm/automation-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
stages:
3-
- name: TopoLVM Dependencies
3+
- name: TopoLVM the Dependencies
44
stages: >-
55
{{
66
lookup("ansible.builtin.template",

scenarios/sno-2-bm/manifests/control-plane/control-plane.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ spec:
206206
replicas: 1
207207
ironicConductors:
208208
- customServiceConfig: |
209+
[Default]
210+
debug = true
211+
209212
[conductor]
210213
power_state_change_timeout = 120
211214

scenarios/sno-2-bm/test-operator/automation-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ stages:
327327
oc project openstack
328328
329329
counter=0
330-
max_retries=100
330+
max_retries=200
331331
node_state=available
332332
while true; do
333333
node_states=$(oc rsh openstackclient openstack baremetal node list -f value -c "Provisioning State")

zuul.d/jobs.yaml

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
nodeset: hotstack-image-vexxhost
5050
description: |
5151
Hotstack scenario: sno-2-bm
52-
timeout: 5400
52+
timeout: 10800
5353
attempts: 1
5454
vars:
5555
cloud_name: vexxhost
@@ -64,12 +64,6 @@
6464
}}
6565
hotstack_overrides:
6666
stack_parameters:
67-
dns_servers:
68-
- 199.204.44.24
69-
- 199.204.47.54
70-
ntp_servers: []
71-
router_external_network: public
72-
floating_ip_network: public
7367
controller_params:
7468
image: hotstack-controller
7569
# vpu: 1 ram 2GB disk: 20GB
@@ -78,28 +72,14 @@
7872
image: ipxe-boot-usb
7973
# vpu: 16 ram 48GB disk: 200GB
8074
flavor: 16vcpu_48GB
81-
ocp_worker_params:
82-
image: ipxe-boot-usb
83-
# vpu: 12 ram 32GB disk: 200GB
84-
flavor: 12vcpu_32GB
85-
compute_params:
86-
image: cs9stream-genericcloud
87-
# vpu: 2 ram 4GB disk: 40GB
88-
flavor: ci.m1.medium
89-
networker_params:
90-
image: cs9stream-genericcloud
91-
# vpu: 2 ram 4GB disk: 40GB
92-
flavor: ci.m1.medium
93-
bmh_params:
94-
image: cs9stream-genericcloud
95-
cd_image: sushy-tools-blank-image
96-
# vpu: 2 ram 4GB disk: 40GB
97-
flavor: ci.m1.medium
9875
ironic_params:
9976
image: cs9stream-genericcloud
10077
cd_image: sushy-tools-blank-image
10178
# vpu: 1 ram 2GB disk: 20GB
10279
flavor: ci.m1.small
80+
# vpu: 2 ram 4GB disk: 40GB
81+
# flavor: ci.m1.medium
82+
cdrom_disk_bus: sata
10383
run:
10484
- ci/playbooks/run-deploy.yml
10585
- ci/playbooks/run-tests.yml

0 commit comments

Comments
 (0)