|
16 | 16 | nodes: |
17 | 17 | - controller |
18 | 18 |
|
| 19 | +- nodeset: |
| 20 | + name: openstack-single-node-jammy |
| 21 | + nodes: |
| 22 | + - name: controller |
| 23 | + label: ubuntu-jammy |
| 24 | + groups: |
| 25 | + - name: tempest |
| 26 | + nodes: |
| 27 | + - controller |
| 28 | + |
19 | 29 | - nodeset: |
20 | 30 | name: openstack-single-node-focal |
21 | 31 | nodes: |
|
716 | 726 | # from source instead. |
717 | 727 | OVN_BUILD_FROM_SOURCE: True |
718 | 728 |
|
| 729 | +- job: |
| 730 | + name: devstack-platform-ubuntu-jammy |
| 731 | + parent: tempest-full-py3 |
| 732 | + description: Ubuntu 22.04 LTS (jammy) platform test |
| 733 | + nodeset: openstack-single-node-jammy |
| 734 | + timeout: 9000 |
| 735 | + vars: |
| 736 | + configure_swap_size: 4096 |
| 737 | + devstack_services: |
| 738 | + # Horizon doesn't like py310 |
| 739 | + horizon: false |
| 740 | + |
| 741 | +- job: |
| 742 | + name: devstack-platform-ubuntu-jammy-ovn-source |
| 743 | + parent: devstack-platform-ubuntu-jammy |
| 744 | + description: Ubuntu 22.04 LTS (jammy) platform test (OVN from source) |
| 745 | + vars: |
| 746 | + devstack_localrc: |
| 747 | + OVN_BUILD_FROM_SOURCE: True |
| 748 | + OVN_BRANCH: "v21.06.0" |
| 749 | + OVS_BRANCH: "a4b04276ab5934d087669ff2d191a23931335c87" |
| 750 | + OVS_SYSCONFDIR: "/usr/local/etc/openvswitch" |
| 751 | + |
| 752 | +- job: |
| 753 | + name: devstack-platform-ubuntu-jammy-ovs |
| 754 | + parent: tempest-full-py3 |
| 755 | + description: Ubuntu 22.04 LTS (jammy) platform test (OVS) |
| 756 | + nodeset: openstack-single-node-jammy |
| 757 | + timeout: 9000 |
| 758 | + vars: |
| 759 | + configure_swap_size: 8192 |
| 760 | + devstack_localrc: |
| 761 | + Q_AGENT: openvswitch |
| 762 | + Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch |
| 763 | + Q_ML2_TENANT_NETWORK_TYPE: vxlan |
| 764 | + devstack_services: |
| 765 | + # Horizon doesn't like py310 |
| 766 | + horizon: false |
| 767 | + # Disable OVN services |
| 768 | + ovn-northd: false |
| 769 | + ovn-controller: false |
| 770 | + ovs-vswitchd: false |
| 771 | + ovsdb-server: false |
| 772 | + # Disable Neutron ML2/OVN services |
| 773 | + q-ovn-metadata-agent: false |
| 774 | + # Enable Neutron ML2/OVS services |
| 775 | + q-agt: true |
| 776 | + q-dhcp: true |
| 777 | + q-l3: true |
| 778 | + q-meta: true |
| 779 | + q-metering: true |
| 780 | + group-vars: |
| 781 | + subnode: |
| 782 | + devstack_services: |
| 783 | + # Disable OVN services |
| 784 | + ovn-controller: false |
| 785 | + ovs-vswitchd: false |
| 786 | + ovsdb-server: false |
| 787 | + # Disable Neutron ML2/OVN services |
| 788 | + q-ovn-metadata-agent: false |
| 789 | + # Enable Neutron ML2/OVS services |
| 790 | + q-agt: true |
| 791 | + |
719 | 792 | - job: |
720 | 793 | name: devstack-no-tls-proxy |
721 | 794 | parent: tempest-full-py3 |
|
827 | 900 | - devstack-platform-fedora-latest |
828 | 901 | - devstack-platform-centos-9-stream |
829 | 902 | - devstack-platform-debian-bullseye |
| 903 | + - devstack-platform-ubuntu-jammy |
| 904 | + - devstack-platform-ubuntu-jammy-ovn-source |
| 905 | + - devstack-platform-ubuntu-jammy-ovs |
830 | 906 | - devstack-multinode |
831 | 907 | - devstack-unit-tests |
832 | 908 | - openstack-tox-bashate |
|
0 commit comments