diff --git a/scenarios/sno-2-bm/automation-vars.yml b/scenarios/sno-2-bm/automation-vars.yml index e3256e61..7c6cada3 100644 --- a/scenarios/sno-2-bm/automation-vars.yml +++ b/scenarios/sno-2-bm/automation-vars.yml @@ -1,6 +1,6 @@ --- stages: - - name: TopoLVM Dependencies + - name: TopoLVM the Dependencies stages: >- {{ lookup("ansible.builtin.template", diff --git a/scenarios/sno-2-bm/manifests/control-plane/control-plane.yaml b/scenarios/sno-2-bm/manifests/control-plane/control-plane.yaml index bb43de61..4a8d9b98 100644 --- a/scenarios/sno-2-bm/manifests/control-plane/control-plane.yaml +++ b/scenarios/sno-2-bm/manifests/control-plane/control-plane.yaml @@ -206,6 +206,9 @@ spec: replicas: 1 ironicConductors: - customServiceConfig: | + [Default] + debug = true + [conductor] power_state_change_timeout = 120 diff --git a/scenarios/sno-2-bm/test-operator/automation-vars.yml b/scenarios/sno-2-bm/test-operator/automation-vars.yml index afe049ba..6eac7af3 100644 --- a/scenarios/sno-2-bm/test-operator/automation-vars.yml +++ b/scenarios/sno-2-bm/test-operator/automation-vars.yml @@ -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") diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 051b3adc..07640b68 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -49,7 +49,7 @@ nodeset: hotstack-image-vexxhost description: | Hotstack scenario: sno-2-bm - timeout: 5400 + timeout: 10800 attempts: 1 vars: cloud_name: vexxhost @@ -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 @@ -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