|
168 | 168 | nodes: |
169 | 169 | - compute1 |
170 | 170 |
|
| 171 | +- nodeset: |
| 172 | + name: openstack-two-node-jammy |
| 173 | + nodes: |
| 174 | + - name: controller |
| 175 | + label: ubuntu-jammy |
| 176 | + - name: compute1 |
| 177 | + label: ubuntu-jammy |
| 178 | + groups: |
| 179 | + # Node where tests are executed and test results collected |
| 180 | + - name: tempest |
| 181 | + nodes: |
| 182 | + - controller |
| 183 | + # Nodes running the compute service |
| 184 | + - name: compute |
| 185 | + nodes: |
| 186 | + - controller |
| 187 | + - compute1 |
| 188 | + # Nodes that are not the controller |
| 189 | + - name: subnode |
| 190 | + nodes: |
| 191 | + - compute1 |
| 192 | + # Switch node for multinode networking setup |
| 193 | + - name: switch |
| 194 | + nodes: |
| 195 | + - controller |
| 196 | + # Peer nodes for multinode networking setup |
| 197 | + - name: peers |
| 198 | + nodes: |
| 199 | + - compute1 |
| 200 | + |
171 | 201 | - nodeset: |
172 | 202 | name: openstack-two-node-focal |
173 | 203 | nodes: |
|
455 | 485 | description: | |
456 | 486 | Minimal devstack base job, intended for use by jobs that need |
457 | 487 | less than the normal minimum set of required-projects. |
458 | | - nodeset: openstack-single-node-focal |
| 488 | + nodeset: openstack-single-node-jammy |
459 | 489 | required-projects: |
460 | 490 | - opendev.org/openstack/requirements |
461 | 491 | vars: |
|
526 | 556 | - opendev.org/openstack/swift |
527 | 557 | timeout: 7200 |
528 | 558 | vars: |
| 559 | + configure_swap_size: 4096 |
529 | 560 | devstack_localrc: |
530 | 561 | # Common OpenStack services settings |
531 | 562 | SWIFT_REPLICAS: 1 |
|
651 | 682 | - job: |
652 | 683 | name: devstack-multinode |
653 | 684 | parent: devstack |
654 | | - nodeset: openstack-two-node-focal |
| 685 | + nodeset: openstack-two-node-jammy |
655 | 686 | description: | |
656 | 687 | Simple multinode test to verify multinode functionality on devstack side. |
657 | 688 | This is not meant to be used as a parent job. |
|
669 | 700 | # TODO(kopecmartin) n-v until the following is resolved: |
670 | 701 | # https://bugs.launchpad.net/neutron/+bug/1979047 |
671 | 702 | voting: false |
672 | | - vars: |
673 | | - configure_swap_size: 4096 |
674 | 703 |
|
675 | 704 | - job: |
676 | 705 | name: devstack-platform-debian-bullseye |
|
693 | 722 | configure_swap_size: 4096 |
694 | 723 |
|
695 | 724 | - job: |
696 | | - name: devstack-platform-ubuntu-jammy |
| 725 | + name: devstack-platform-ubuntu-focal |
697 | 726 | parent: tempest-full-py3 |
698 | | - description: Ubuntu 22.04 LTS (jammy) platform test |
699 | | - nodeset: openstack-single-node-jammy |
| 727 | + description: Ubuntu 20.04 LTS (focal) platform test |
| 728 | + nodeset: openstack-single-node-focal |
700 | 729 | timeout: 9000 |
701 | | - vars: |
702 | | - configure_swap_size: 4096 |
703 | 730 |
|
704 | 731 | - job: |
705 | 732 | name: devstack-platform-ubuntu-jammy-ovn-source |
|
769 | 796 | description: Fedora latest platform test |
770 | 797 | nodeset: devstack-single-node-fedora-latest |
771 | 798 | voting: false |
772 | | - vars: |
773 | | - configure_swap_size: 4096 |
774 | 799 |
|
775 | 800 | - job: |
776 | 801 | name: devstack-platform-fedora-latest-virt-preview |
|
779 | 804 | nodeset: devstack-single-node-fedora-latest |
780 | 805 | voting: false |
781 | 806 | vars: |
782 | | - configure_swap_size: 4096 |
783 | 807 | devstack_localrc: |
784 | 808 | ENABLE_FEDORA_VIRT_PREVIEW_REPO: true |
785 | 809 |
|
|
839 | 863 |
|
840 | 864 | - job: |
841 | 865 | name: devstack-unit-tests |
842 | | - nodeset: ubuntu-focal |
| 866 | + nodeset: ubuntu-jammy |
843 | 867 | description: | |
844 | 868 | Runs unit tests on devstack project. |
845 | 869 |
|
|
860 | 884 | - devstack-platform-centos-9-stream |
861 | 885 | - devstack-platform-debian-bullseye |
862 | 886 | - devstack-platform-rocky-blue-onyx |
863 | | - - devstack-platform-ubuntu-jammy |
| 887 | + - devstack-platform-ubuntu-focal |
864 | 888 | - devstack-platform-ubuntu-jammy-ovn-source |
865 | 889 | - devstack-platform-ubuntu-jammy-ovs |
866 | 890 | - devstack-multinode |
|
910 | 934 | # https://bugs.launchpad.net/neutron/+bug/1979047 |
911 | 935 | # - devstack-platform-centos-9-stream |
912 | 936 | - devstack-platform-debian-bullseye |
913 | | - - devstack-platform-ubuntu-jammy |
| 937 | + - devstack-platform-ubuntu-focal |
914 | 938 | - devstack-enforce-scope |
915 | 939 | - devstack-multinode |
916 | 940 | - devstack-unit-tests |
|
0 commit comments