Merge "Change snmp job to not use a focal node"
This commit is contained in:
commit
6c9de5324b
@ -365,17 +365,18 @@
|
|||||||
s-object: True
|
s-object: True
|
||||||
s-proxy: True
|
s-proxy: True
|
||||||
|
|
||||||
# NOTE(rpittau): the snmp job fails on ubuntu jammy so we pin it to
|
|
||||||
# ubuntu focal for the time being.
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-tempest-wholedisk-bios-snmp-pxe
|
name: ironic-tempest-ramdisk-bios-snmp-pxe
|
||||||
description: SNMP power, iPXE, OVN, no-op management and whole disk images.
|
description: SNMP power, iPXE, OVN, no-op management and whole disk images.
|
||||||
parent: ironic-base
|
parent: ironic-base
|
||||||
nodeset: openstack-single-node-focal
|
|
||||||
vars:
|
vars:
|
||||||
|
# NOTE(TheJulia): No reason to go much further than the network boot,
|
||||||
|
# Hence the use of the ramdisk test scenario as opposed to the others.
|
||||||
|
tempest_test_regex: test_ramdisk_iso
|
||||||
devstack_localrc:
|
devstack_localrc:
|
||||||
IRONIC_ENABLED_HARDWARE_TYPES: snmp
|
IRONIC_ENABLED_HARDWARE_TYPES: snmp
|
||||||
IRONIC_DEPLOY_DRIVER: snmp
|
IRONIC_DEPLOY_DRIVER: snmp
|
||||||
|
IRONIC_ENABLED_DEPLOY_INTERFACES: "ramdisk"
|
||||||
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True
|
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True
|
||||||
IRONIC_VM_EPHEMERAL_DISK: 0
|
IRONIC_VM_EPHEMERAL_DISK: 0
|
||||||
IRONIC_AUTOMATED_CLEAN_ENABLED: False
|
IRONIC_AUTOMATED_CLEAN_ENABLED: False
|
||||||
@ -403,6 +404,20 @@
|
|||||||
ovn-controller: True
|
ovn-controller: True
|
||||||
ovn-northd: True
|
ovn-northd: True
|
||||||
q-ovn-metadata-agent: True
|
q-ovn-metadata-agent: True
|
||||||
|
n-api: False
|
||||||
|
n-api-meta: False
|
||||||
|
n-cauth: False
|
||||||
|
n-cond: False
|
||||||
|
n-cpu: False
|
||||||
|
n-novnc: False
|
||||||
|
n-obj: False
|
||||||
|
n-sch: False
|
||||||
|
nova: False
|
||||||
|
placement-api: False
|
||||||
|
s-account: False
|
||||||
|
s-container: False
|
||||||
|
s-object: False
|
||||||
|
s-proxy: False
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ironic-tempest-partition-uefi-ipmi-pxe
|
name: ironic-tempest-partition-uefi-ipmi-pxe
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
- ironic-tempest-uefi-redfish-vmedia
|
- ironic-tempest-uefi-redfish-vmedia
|
||||||
# NOTE(TheJulia): Moving to not-voting due to bug
|
# NOTE(TheJulia): Moving to not-voting due to bug
|
||||||
# https://bugs.launchpad.net/ironic/+bug/2034588
|
# https://bugs.launchpad.net/ironic/+bug/2034588
|
||||||
- ironic-tempest-wholedisk-bios-snmp-pxe:
|
- ironic-tempest-ramdisk-bios-snmp-pxe
|
||||||
voting: false
|
|
||||||
- ironic-tempest-partition-uefi-ipmi-pxe
|
- ironic-tempest-partition-uefi-ipmi-pxe
|
||||||
# NOTE(TheJulia) Marking multinode non-voting on 20210311
|
# NOTE(TheJulia) Marking multinode non-voting on 20210311
|
||||||
# Due to a high failure rate on limestone where the compute1
|
# Due to a high failure rate on limestone where the compute1
|
||||||
@ -82,9 +81,7 @@
|
|||||||
- ironic-standalone-redfish
|
- ironic-standalone-redfish
|
||||||
- ironic-tempest-bios-redfish-pxe
|
- ironic-tempest-bios-redfish-pxe
|
||||||
- ironic-tempest-uefi-redfish-vmedia
|
- ironic-tempest-uefi-redfish-vmedia
|
||||||
# NOTE(stevebaker): Disabled due to bug
|
- ironic-tempest-ramdisk-bios-snmp-pxe
|
||||||
# https://bugs.launchpad.net/ironic/+bug/2034588
|
|
||||||
# - ironic-tempest-wholedisk-bios-snmp-pxe
|
|
||||||
- ironic-tempest-partition-uefi-ipmi-pxe
|
- ironic-tempest-partition-uefi-ipmi-pxe
|
||||||
# NOTE(TheJulia): Disabled multinode on 20210311 due to Limestone
|
# NOTE(TheJulia): Disabled multinode on 20210311 due to Limestone
|
||||||
# seeming to be
|
# seeming to be
|
||||||
|
Loading…
Reference in New Issue
Block a user