blob: ab6fd03d980e551a550c96068d2351052ad0ce2e [file] [log] [blame]
Dmitry Tantsur9b64ce72017-12-21 10:44:56 +01001- job:
Dmitry Tantsur09593ac2018-12-03 11:24:33 +01002 name: ironic-dsvm-standalone-rocky
Iury Gregory Melo Ferreiraee7491f2019-01-09 15:05:17 +01003 parent: ironic-standalone
Iury Gregory Melo Ferreiradf2244e2019-02-11 17:27:40 +01004 override-branch: stable/rocky
5 nodeset: openstack-single-node-xenial
Dmitry Tantsur09593ac2018-12-03 11:24:33 +01006
7- job:
Dmitry Tantsur39c5eec2018-02-12 18:22:27 +01008 name: ironic-dsvm-standalone-queens
Iury Gregory Melo Ferreiraee7491f2019-01-09 15:05:17 +01009 parent: ironic-standalone
Iury Gregory Melo Ferreiradf2244e2019-02-11 17:27:40 +010010 override-branch: stable/queens
11 nodeset: openstack-single-node-xenial
12 vars:
13 devstack_localrc:
14 FIXED_NETWORK_SIZE: 4096
15 EBTABLES_RACE_FIX: True
16 IRONIC_USE_MOD_WSGI: True
17
Dmitry Tantsur9b64ce72017-12-21 10:44:56 +010018- job:
Dmitry Tantsur6fe29d22019-01-02 12:15:46 +010019 name: ironic-tempest-dsvm-functional-python3-rocky
Iury Gregory Melo Ferreiraee7491f2019-01-09 15:05:17 +010020 parent: ironic-tempest-functional-python3
Iury Gregory Melo Ferreiradf2244e2019-02-11 17:27:40 +010021 override-branch: stable/rocky
22 nodeset: openstack-single-node-xenial
23 vars:
24 devstack_localrc:
25 IRONIC_RPC_TRANSPORT: ""
26 devstack_services:
27 rabbit: True
Dmitry Tantsur6fe29d22019-01-02 12:15:46 +010028
29- job:
Dmitry Tantsur09593ac2018-12-03 11:24:33 +010030 name: ironic-tempest-dsvm-ipa-wholedisk-agent_ipmitool-tinyipa-multinode-rocky
Iury Gregory Melo Ferreiraee7491f2019-01-09 15:05:17 +010031 parent: ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode
Iury Gregory Melo Ferreiradf2244e2019-02-11 17:27:40 +010032 override-branch: stable/rocky
33 nodeset: openstack-two-node-xenial
34 vars:
35 devstack_localrc:
36 IRONIC_DEFAULT_BOOT_OPTION: netboot
37 FIXED_NETWORK_SIZE: 4096
38 IRONIC_DEFAULT_RESCUE_INTERFACE: agent
39 EBTABLES_RACE_FIX: True
40 PUBLIC_BRIDGE: br_ironic_vxlan
41 OVS_BRIDGE_MAPPINGS: 'mynetwork:brbm,public:br_ironic_vxlan'
42 group-vars:
43 subnode:
44 devstack_localrc:
45 OVS_BRIDGE_MAPPINGS: 'mynetwork:sub1brbm,public:br_ironic_vxlan'
Dmitry Tantsur09593ac2018-12-03 11:24:33 +010046
47- job:
Dmitry Tantsur3d272122018-03-28 18:59:14 +020048 name: ironic-tempest-dsvm-ipa-wholedisk-agent_ipmitool-tinyipa-multinode-queens
Iury Gregory Melo Ferreiraee7491f2019-01-09 15:05:17 +010049 parent: ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode
Iury Gregory Melo Ferreiradf2244e2019-02-11 17:27:40 +010050 override-branch: stable/queens
51 nodeset: openstack-two-node-xenial
52 vars:
53 devstack_localrc:
54 IRONIC_DEFAULT_BOOT_OPTION: netboot
55 FIXED_NETWORK_SIZE: 4096
56 IRONIC_DEFAULT_RESCUE_INTERFACE: agent
57 EBTABLES_RACE_FIX: True
58 PUBLIC_BRIDGE: br_ironic_vxlan
59 OVS_BRIDGE_MAPPINGS: 'mynetwork:brbm,public:br_ironic_vxlan'
60 group-vars:
61 subnode:
62 devstack_localrc:
63 OVS_BRIDGE_MAPPINGS: 'mynetwork:sub1brbm,public:br_ironic_vxlan'
Dmitry Tantsur39c5eec2018-02-12 18:22:27 +010064
65- job:
Dmitry Tantsur09593ac2018-12-03 11:24:33 +010066 name: ironic-tempest-dsvm-ironic-inspector-rocky
Iury Gregory Melo Ferreiraee7491f2019-01-09 15:05:17 +010067 parent: ironic-inspector-tempest
Iury Gregory Melo Ferreiradf2244e2019-02-11 17:27:40 +010068 override-branch: stable/rocky
69 nodeset: openstack-single-node-xenial
70 vars:
71 devstack_localrc:
72 FIXED_NETWORK_SIZE: 4096
73 EBTABLES_RACE_FIX: True
Dmitry Tantsur004f9702017-12-21 10:44:56 +010074
75- job:
Dmitry Tantsur39c5eec2018-02-12 18:22:27 +010076 name: ironic-tempest-dsvm-ironic-inspector-queens
Iury Gregory Melo Ferreiraee7491f2019-01-09 15:05:17 +010077 parent: ironic-inspector-tempest
Iury Gregory Melo Ferreiradf2244e2019-02-11 17:27:40 +010078 override-branch: stable/queens
79 nodeset: openstack-single-node-xenial
80 vars:
81 devstack_localrc:
82 FIXED_NETWORK_SIZE: 4096
83 EBTABLES_RACE_FIX: True
Dmitry Tantsur39c5eec2018-02-12 18:22:27 +010084
85- job:
Dmitry Tantsur09593ac2018-12-03 11:24:33 +010086 name: ironic-inspector-tempest-dsvm-discovery-rocky
Iury Gregory Melo Ferreiradf2244e2019-02-11 17:27:40 +010087 parent: ironic-inspector-tempest-discovery
88 override-branch: stable/rocky
89 nodeset: openstack-single-node-xenial
Dmitry Tantsurfe0819a2018-03-28 12:30:38 +020090
91- job:
92 name: ironic-inspector-tempest-dsvm-discovery-queens
Iury Gregory Melo Ferreiradf2244e2019-02-11 17:27:40 +010093 parent: ironic-inspector-tempest-discovery
94 override-branch: stable/queens
95 nodeset: openstack-single-node-xenial