92439c2c9f
Update python supported versions Update requiremewnts with standard snmp related dependencies Update tox versions and options Change-Id: Ic80e799a5d9a4888565803c04c8c25f2e6734dd2
16 lines
548 B
YAML
16 lines
548 B
YAML
- job:
|
|
name: ironic-tempest-wholedisk-bios-snmp-pxe-virtualpdu-src
|
|
description: SNMP power, no-op management and whole disk images.
|
|
parent: ironic-tempest-ramdisk-bios-snmp-pxe
|
|
required-projects:
|
|
- openstack/virtualpdu
|
|
vars:
|
|
devstack_localrc:
|
|
IRONIC_ENABLED_HARDWARE_TYPES: snmp
|
|
IRONIC_DEPLOY_DRIVER: snmp
|
|
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: True
|
|
IRONIC_VM_EPHEMERAL_DISK: 0
|
|
IRONIC_AUTOMATED_CLEAN_ENABLED: False
|
|
IRONIC_ENFORCE_SCOPE: True
|
|
IRONIC_BOOT_MODE: bios
|