Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scenarios/sno-2-bm/automation-vars.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
stages:
- name: TopoLVM Dependencies
- name: TopoLVM the Dependencies
stages: >-
{{
lookup("ansible.builtin.template",
Expand Down
3 changes: 3 additions & 0 deletions scenarios/sno-2-bm/manifests/control-plane/control-plane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ spec:
replicas: 1
ironicConductors:
- customServiceConfig: |
[Default]
debug = true

[conductor]
power_state_change_timeout = 120

Expand Down
2 changes: 1 addition & 1 deletion scenarios/sno-2-bm/test-operator/automation-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ stages:
oc project openstack

counter=0
max_retries=100
max_retries=200
node_state=available
while true; do
node_states=$(oc rsh openstackclient openstack baremetal node list -f value -c "Provisioning State")
Expand Down
28 changes: 4 additions & 24 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
nodeset: hotstack-image-vexxhost
description: |
Hotstack scenario: sno-2-bm
timeout: 5400
timeout: 10800
attempts: 1
vars:
cloud_name: vexxhost
Expand All @@ -64,12 +64,6 @@
}}
hotstack_overrides:
stack_parameters:
dns_servers:
- 199.204.44.24
- 199.204.47.54
ntp_servers: []
router_external_network: public
floating_ip_network: public
controller_params:
image: hotstack-controller
# vpu: 1 ram 2GB disk: 20GB
Expand All @@ -78,28 +72,14 @@
image: ipxe-boot-usb
# vpu: 16 ram 48GB disk: 200GB
flavor: 16vcpu_48GB
ocp_worker_params:
image: ipxe-boot-usb
# vpu: 12 ram 32GB disk: 200GB
flavor: 12vcpu_32GB
compute_params:
image: cs9stream-genericcloud
# vpu: 2 ram 4GB disk: 40GB
flavor: ci.m1.medium
networker_params:
image: cs9stream-genericcloud
# vpu: 2 ram 4GB disk: 40GB
flavor: ci.m1.medium
bmh_params:
image: cs9stream-genericcloud
cd_image: sushy-tools-blank-image
# vpu: 2 ram 4GB disk: 40GB
flavor: ci.m1.medium
ironic_params:
image: cs9stream-genericcloud
cd_image: sushy-tools-blank-image
# vpu: 1 ram 2GB disk: 20GB
flavor: ci.m1.small
# vpu: 2 ram 4GB disk: 40GB
# flavor: ci.m1.medium
cdrom_disk_bus: sata
run:
- ci/playbooks/run-deploy.yml
- ci/playbooks/run-tests.yml
Expand Down