|
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 |
|
691 | 720 | configure_swap_size: 4096 |
692 | 721 |
|
693 | 722 | - job: |
694 | | - name: devstack-platform-ubuntu-jammy |
| 723 | + name: devstack-platform-ubuntu-focal |
695 | 724 | parent: tempest-full-py3 |
696 | | - description: Ubuntu 22.04 LTS (jammy) platform test |
697 | | - nodeset: openstack-single-node-jammy |
| 725 | + description: Ubuntu 20.04 LTS (focal) platform test |
| 726 | + nodeset: openstack-single-node-focal |
698 | 727 | timeout: 9000 |
699 | | - vars: |
700 | | - configure_swap_size: 4096 |
701 | 728 |
|
702 | 729 | - job: |
703 | 730 | name: devstack-platform-ubuntu-jammy-ovn-source |
|
767 | 794 | description: Fedora latest platform test |
768 | 795 | nodeset: devstack-single-node-fedora-latest |
769 | 796 | voting: false |
770 | | - vars: |
771 | | - configure_swap_size: 4096 |
772 | 797 |
|
773 | 798 | - job: |
774 | 799 | name: devstack-platform-fedora-latest-virt-preview |
|
777 | 802 | nodeset: devstack-single-node-fedora-latest |
778 | 803 | voting: false |
779 | 804 | vars: |
780 | | - configure_swap_size: 4096 |
781 | 805 | devstack_localrc: |
782 | 806 | ENABLE_FEDORA_VIRT_PREVIEW_REPO: true |
783 | 807 |
|
|
837 | 861 |
|
838 | 862 | - job: |
839 | 863 | name: devstack-unit-tests |
840 | | - nodeset: ubuntu-focal |
| 864 | + nodeset: ubuntu-jammy |
841 | 865 | description: | |
842 | 866 | Runs unit tests on devstack project. |
843 | 867 |
|
|
858 | 882 | - devstack-platform-centos-9-stream |
859 | 883 | - devstack-platform-debian-bullseye |
860 | 884 | - devstack-platform-rocky-blue-onyx |
861 | | - - devstack-platform-ubuntu-jammy |
| 885 | + - devstack-platform-ubuntu-focal |
862 | 886 | - devstack-platform-ubuntu-jammy-ovn-source |
863 | 887 | - devstack-platform-ubuntu-jammy-ovs |
864 | 888 | - devstack-multinode |
|
908 | 932 | # https://bugs.launchpad.net/neutron/+bug/1979047 |
909 | 933 | # - devstack-platform-centos-9-stream |
910 | 934 | - devstack-platform-debian-bullseye |
911 | | - - devstack-platform-ubuntu-jammy |
| 935 | + - devstack-platform-ubuntu-focal |
912 | 936 | - devstack-enforce-scope |
913 | 937 | - devstack-multinode |
914 | 938 | - devstack-unit-tests |
|
0 commit comments