Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 1 | - job: |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 2 | name: neutron-tempest-plugin |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 3 | parent: devstack-tempest |
| 4 | abstract: true |
| 5 | description: | |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 6 | Perform setup common to all Neutron tempest tests |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 7 | roles: |
| 8 | - zuul: openstack-dev/devstack |
| 9 | required-projects: |
| 10 | - openstack-infra/devstack-gate |
| 11 | - openstack/neutron |
| 12 | - openstack/neutron-tempest-plugin |
| 13 | - openstack/tempest |
| 14 | vars: |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 15 | tempest_concurrency: 4 |
| 16 | tox_envlist: all |
| 17 | devstack_localrc: |
Slawek Kaplonski | 1582f71 | 2018-12-02 12:07:57 +0100 | [diff] [blame] | 18 | USE_PYTHON3: true |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 19 | TEMPEST_PLUGINS: /opt/stack/neutron-tempest-plugin |
Hongbin Lu | db2e6c9 | 2018-04-17 20:15:35 +0000 | [diff] [blame] | 20 | NETWORK_API_EXTENSIONS: address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3_agent_scheduler,logging,metering,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,qos,qos-bw-minimum-ingress,qos-fip,quotas,quota_details,rbac-policies,router,router_availability_zone,security-group,port-mac-address-regenerate,port-security-groups-filtering,segment,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-segment,standard-attr-timestamp,standard-attr-tag,subnet_allocation,trunk,trunk-details,uplink-status-propagation |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 21 | devstack_plugins: |
| 22 | neutron: git://git.openstack.org/openstack/neutron.git |
| 23 | neutron-tempest-plugin: git://git.openstack.org/openstack/neutron-tempest-plugin.git |
| 24 | devstack_services: |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 25 | tls-proxy: false |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 26 | tempest: true |
| 27 | neutron-dns: true |
| 28 | neutron-qos: true |
| 29 | neutron-segments: true |
| 30 | neutron-trunk: true |
Hongbin Lu | 5da7333 | 2018-07-27 22:34:59 +0000 | [diff] [blame] | 31 | neutron-uplink-status-propagation: true |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 32 | devstack_local_conf: |
| 33 | post-config: |
| 34 | $NEUTRON_CONF: |
| 35 | QUOTAS: |
| 36 | quota_router: 100 |
| 37 | quota_floatingip: 500 |
| 38 | quota_security_group: 100 |
| 39 | quota_security_group_rule: 1000 |
| 40 | # NOTE(slaweq): We can get rid of this hardcoded absolute path when |
| 41 | # devstack-tempest job will be switched to use lib/neutron instead of |
| 42 | # lib/neutron-legacy |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 43 | /$NEUTRON_CORE_PLUGIN_CONF: |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 44 | ml2: |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 45 | type_drivers: flat,geneve,vlan,gre,local,vxlan |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 46 | ml2_type_vlan: |
| 47 | network_vlan_ranges: foo:1:10 |
| 48 | ml2_type_vxlan: |
| 49 | vni_ranges: 1:2000 |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 50 | ml2_type_gre: |
| 51 | tunnel_id_ranges: 1:1000 |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 52 | $NEUTRON_L3_CONF: |
| 53 | agent: |
| 54 | availability_zone: nova |
| 55 | $NEUTRON_DHCP_CONF: |
| 56 | agent: |
| 57 | availability_zone: nova |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 58 | /etc/neutron/api-paste.ini: |
| 59 | composite:neutronapi_v2_0: |
| 60 | use: call:neutron.auth:pipeline_factory |
| 61 | noauth: cors request_id catch_errors osprofiler extensions neutronapiapp_v2_0 |
| 62 | keystone: cors request_id catch_errors osprofiler authtoken keystonecontext extensions neutronapiapp_v2_0 |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 63 | test-config: |
| 64 | $TEMPEST_CONFIG: |
| 65 | neutron_plugin_options: |
| 66 | provider_vlans: foo, |
| 67 | agent_availability_zone: nova |
| 68 | image_is_advanced: true |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 69 | available_type_drivers: flat,geneve,vlan,gre,local,vxlan |
Hongbin Lu | e208962 | 2018-08-14 15:32:46 +0000 | [diff] [blame] | 70 | irrelevant-files: &tempest-irrelevant-files |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 71 | - ^(test-|)requirements.txt$ |
| 72 | - ^releasenotes/.*$ |
| 73 | - ^doc/.*$ |
| 74 | - ^setup.cfg$ |
| 75 | - ^.*\.rst$ |
| 76 | - ^neutron/locale/.*$ |
| 77 | - ^neutron/tests/unit/.*$ |
| 78 | - ^tools/.*$ |
| 79 | - ^tox.ini$ |
| 80 | |
| 81 | - job: |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 82 | name: neutron-tempest-plugin-api |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 83 | parent: neutron-tempest-plugin |
| 84 | vars: |
| 85 | tempest_test_regex: ^neutron_tempest_plugin\.api |
| 86 | devstack_services: |
| 87 | neutron-log: true |
| 88 | devstack_local_conf: |
| 89 | post-config: |
| 90 | # NOTE(slaweq): We can get rid of this hardcoded absolute path when |
| 91 | # devstack-tempest job will be switched to use lib/neutron instead of |
| 92 | # lib/neutron-legacy |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 93 | /$NEUTRON_CORE_PLUGIN_CONF: |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 94 | AGENT: |
| 95 | tunnel_types: gre,vxlan |
| 96 | network_log: |
| 97 | local_output_log_base: /tmp/test_log.log |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 98 | |
| 99 | - job: |
Hongbin Lu | 9522a7e | 2018-04-18 19:18:43 +0000 | [diff] [blame] | 100 | name: neutron-tempest-plugin-api-queens |
| 101 | parent: neutron-tempest-plugin-api |
| 102 | override-checkout: stable/queens |
| 103 | vars: |
| 104 | branch_override: stable/queens |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 105 | devstack_localrc: |
Slawek Kaplonski | 1582f71 | 2018-12-02 12:07:57 +0100 | [diff] [blame] | 106 | USE_PYTHON3: false |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 107 | # TODO(slaweq): find a way to put this list of extensions in |
| 108 | # neutron repository and keep it different per branch, |
| 109 | # then it could be removed from here |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 110 | NETWORK_API_EXTENSIONS: address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dvr,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,ip-substring-filtering,l3-flavors,l3-ha,l3_agent_scheduler,logging,metering,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,qos,quotas,quota_details,rbac-policies,router,router_availability_zone,security-group,segment,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-timestamp,standard-attr-tag,subnet_allocation,tag,tag-ext,trunk,trunk-details |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 111 | |
| 112 | - job: |
Hongbin Lu | b600bea | 2018-08-23 02:49:48 +0000 | [diff] [blame] | 113 | name: neutron-tempest-plugin-api-rocky |
| 114 | parent: neutron-tempest-plugin-api |
| 115 | override-checkout: stable/rocky |
| 116 | vars: |
| 117 | branch_override: stable/rocky |
| 118 | devstack_localrc: |
Slawek Kaplonski | 1582f71 | 2018-12-02 12:07:57 +0100 | [diff] [blame] | 119 | USE_PYTHON3: false |
Hongbin Lu | b600bea | 2018-08-23 02:49:48 +0000 | [diff] [blame] | 120 | # TODO(slaweq): find a way to put this list of extensions in |
| 121 | # neutron repository and keep it different per branch, |
| 122 | # then it could be removed from here |
| 123 | NETWORK_API_EXTENSIONS: address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,fip-port-details,flavors,ip-substring-filtering,l3-flavors,l3-ha,l3_agent_scheduler,logging,metering,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,qos,qos-fip,quotas,quota_details,rbac-policies,router,router_availability_zone,security-group,port-mac-address-regenerate,port-security-groups-filtering,segment,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-segment,standard-attr-timestamp,standard-attr-tag,subnet_allocation,trunk,trunk-details |
| 124 | |
| 125 | - job: |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 126 | name: neutron-tempest-plugin-scenario |
| 127 | parent: neutron-tempest-plugin |
| 128 | abstract: true |
| 129 | description: | |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 130 | Perform setup common to all tempest scenario test jobs. |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 131 | vars: |
| 132 | tempest_test_regex: ^neutron_tempest_plugin\.scenario |
| 133 | devstack_localrc: |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 134 | PHYSICAL_NETWORK: default |
| 135 | DOWNLOAD_DEFAULT_IMAGES: false |
Slawek Kaplonski | da17f00 | 2018-10-11 18:35:23 +0200 | [diff] [blame] | 136 | IMAGE_URLS: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-i386-disk.img,http://cloud-images.ubuntu.com/releases/16.04/release-20180622/ubuntu-16.04-server-cloudimg-amd64-disk1.img" |
| 137 | DEFAULT_IMAGE_NAME: cirros-0.3.4-i386-disk |
| 138 | ADVANCED_IMAGE_NAME: ubuntu-16.04-server-cloudimg-amd64-disk1 |
| 139 | ADVANCED_INSTANCE_TYPE: ds512M |
| 140 | ADVANCED_INSTANCE_USER: ubuntu |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 141 | BUILD_TIMEOUT: 784 |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 142 | devstack_services: |
| 143 | cinder: true |
Hongbin Lu | 9522a7e | 2018-04-18 19:18:43 +0000 | [diff] [blame] | 144 | |
| 145 | - job: |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 146 | name: neutron-tempest-plugin-scenario-linuxbridge |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 147 | parent: neutron-tempest-plugin-scenario |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 148 | timeout: 10000 |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 149 | vars: |
| 150 | devstack_localrc: |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 151 | Q_AGENT: linuxbridge |
Hongbin Lu | db2e6c9 | 2018-04-17 20:15:35 +0000 | [diff] [blame] | 152 | NETWORK_API_EXTENSIONS: address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,filter-validation,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3_agent_scheduler,logging,metering,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,qos,qos-bw-minimum-ingress,qos-fip,quotas,quota_details,rbac-policies,router,router_availability_zone,security-group,port-security-groups-filtering,segment,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-timestamp,standard-attr-tag,subnet_allocation,tag,tag-ext,trunk,trunk-details |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 153 | devstack_local_conf: |
| 154 | post-config: |
| 155 | $NEUTRON_CONF: |
| 156 | DEFAULT: |
| 157 | enable_dvr: false |
| 158 | AGENT: |
| 159 | debug_iptables_rules: true |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 160 | # NOTE(slaweq): We can get rid of this hardcoded absolute path when |
| 161 | # devstack-tempest job will be switched to use lib/neutron instead of |
| 162 | # lib/neutron-legacy |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 163 | /$NEUTRON_CORE_PLUGIN_CONF: |
Sławek Kapłoński | df70bc8 | 2018-05-15 17:39:08 +0200 | [diff] [blame] | 164 | ml2: |
| 165 | type_drivers: flat,vlan,local,vxlan |
| 166 | test-config: |
| 167 | $TEMPEST_CONFIG: |
| 168 | neutron_plugin_options: |
| 169 | available_type_drivers: flat,vlan,local,vxlan |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 170 | |
| 171 | - job: |
Hongbin Lu | 9522a7e | 2018-04-18 19:18:43 +0000 | [diff] [blame] | 172 | name: neutron-tempest-plugin-scenario-linuxbridge-queens |
| 173 | parent: neutron-tempest-plugin-scenario-linuxbridge |
| 174 | override-checkout: stable/queens |
| 175 | vars: |
| 176 | branch_override: stable/queens |
Hongbin Lu | 965b03d | 2018-04-25 22:32:30 +0000 | [diff] [blame] | 177 | devstack_localrc: |
Slawek Kaplonski | 1582f71 | 2018-12-02 12:07:57 +0100 | [diff] [blame] | 178 | USE_PYTHON3: false |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 179 | NETWORK_API_EXTENSIONS: address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dns-integration,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,flavors,ip-substring-filtering,l3-flavors,l3-ha,l3_agent_scheduler,logging,metering,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,qos,qos-fip,quotas,quota_details,rbac-policies,router,router_availability_zone,security-group,port-security-groups-filtering,segment,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-timestamp,standard-attr-tag,subnet_allocation,tag,tag-ext,trunk,trunk-details |
Hongbin Lu | 9522a7e | 2018-04-18 19:18:43 +0000 | [diff] [blame] | 180 | |
| 181 | - job: |
Hongbin Lu | b600bea | 2018-08-23 02:49:48 +0000 | [diff] [blame] | 182 | name: neutron-tempest-plugin-scenario-linuxbridge-rocky |
| 183 | parent: neutron-tempest-plugin-scenario-linuxbridge |
| 184 | override-checkout: stable/rocky |
| 185 | vars: |
| 186 | branch_override: stable/rocky |
| 187 | devstack_localrc: |
Slawek Kaplonski | 1582f71 | 2018-12-02 12:07:57 +0100 | [diff] [blame] | 188 | USE_PYTHON3: false |
Hongbin Lu | b600bea | 2018-08-23 02:49:48 +0000 | [diff] [blame] | 189 | NETWORK_API_EXTENSIONS: address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dns-domain-ports,dns-integration,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,fip-port-details,flavors,ip-substring-filtering,l3-flavors,l3-ha,l3_agent_scheduler,logging,metering,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,qos,qos-fip,quotas,quota_details,rbac-policies,router,router_availability_zone,security-group,port-security-groups-filtering,segment,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-timestamp,standard-attr-tag,subnet_allocation,tag,tag-ext,trunk,trunk-details |
| 190 | |
| 191 | - job: |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 192 | name: neutron-tempest-plugin-dvr-multinode-scenario |
Slawek Kaplonski | f31e3ee | 2018-06-15 19:48:07 +0200 | [diff] [blame] | 193 | parent: tempest-multinode-full |
| 194 | description: | |
| 195 | Perform setup for Neutron tempest tests in multinode with DVR scenario |
| 196 | roles: |
| 197 | - zuul: openstack-dev/devstack |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 198 | required-projects: |
| 199 | - openstack-infra/devstack-gate |
| 200 | - openstack/neutron |
| 201 | - openstack/neutron-tempest-plugin |
| 202 | - openstack/tempest |
Slawek Kaplonski | f31e3ee | 2018-06-15 19:48:07 +0200 | [diff] [blame] | 203 | pre-run: playbooks/dvr-multinode-scenario-pre-run.yaml |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 204 | voting: false |
Slawek Kaplonski | f31e3ee | 2018-06-15 19:48:07 +0200 | [diff] [blame] | 205 | vars: |
| 206 | tempest_concurrency: 4 |
| 207 | tox_envlist: all |
| 208 | tempest_test_regex: ^neutron_tempest_plugin\.scenario |
| 209 | devstack_localrc: |
Slawek Kaplonski | 1582f71 | 2018-12-02 12:07:57 +0100 | [diff] [blame] | 210 | USE_PYTHON3: true |
Slawek Kaplonski | f31e3ee | 2018-06-15 19:48:07 +0200 | [diff] [blame] | 211 | TEMPEST_PLUGINS: /opt/stack/neutron-tempest-plugin |
Hongbin Lu | db2e6c9 | 2018-04-17 20:15:35 +0000 | [diff] [blame] | 212 | NETWORK_API_EXTENSIONS: "address-scope,agent,allowed-address-pairs,auto-allocated-topology,availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,dns-integration,dvr,empty-string-filtering,ext-gw-mode,external-net,extra_dhcp_opt,extraroute,fip-port-details,flavors,floatingip-pools,ip-substring-filtering,l3-flavors,l3-ha,l3_agent_scheduler,logging,metering,multi-provider,net-mtu,net-mtu-writable,network-ip-availability,network_availability_zone,pagination,port-security,project-id,provider,qos,qos-bw-minimum-ingress,qos-fip,quotas,quota_details,rbac-policies,router,router_availability_zone,security-group,port-security-groups-filtering,segment,service-type,sorting,standard-attr-description,standard-attr-revisions,standard-attr-segment,standard-attr-timestamp,standard-attr-tag,subnet_allocation,trunk,trunk-details" |
Slawek Kaplonski | f31e3ee | 2018-06-15 19:48:07 +0200 | [diff] [blame] | 213 | PHYSICAL_NETWORK: default |
| 214 | DOWNLOAD_DEFAULT_IMAGES: false |
Slawek Kaplonski | da17f00 | 2018-10-11 18:35:23 +0200 | [diff] [blame] | 215 | IMAGE_URLS: "http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-i386-disk.img,http://cloud-images.ubuntu.com/releases/16.04/release-20180622/ubuntu-16.04-server-cloudimg-amd64-disk1.img" |
| 216 | DEFAULT_IMAGE_NAME: cirros-0.3.4-i386-disk |
| 217 | ADVANCED_IMAGE_NAME: ubuntu-16.04-server-cloudimg-amd64-disk1 |
| 218 | ADVANCED_INSTANCE_TYPE: ds512M |
| 219 | ADVANCED_INSTANCE_USER: ubuntu |
Slawek Kaplonski | f31e3ee | 2018-06-15 19:48:07 +0200 | [diff] [blame] | 220 | BUILD_TIMEOUT: 784 |
| 221 | devstack_plugins: |
| 222 | neutron: git://git.openstack.org/openstack/neutron.git |
| 223 | neutron-tempest-plugin: git://git.openstack.org/openstack/neutron-tempest-plugin.git |
| 224 | devstack_services: |
| 225 | tls-proxy: false |
| 226 | tempest: true |
| 227 | neutron-dns: true |
| 228 | neutron-qos: true |
| 229 | neutron-segments: true |
| 230 | neutron-trunk: true |
| 231 | neutron-log: true |
| 232 | cinder: true |
| 233 | devstack_local_conf: |
| 234 | post-config: |
| 235 | $NEUTRON_CONF: |
| 236 | quotas: |
| 237 | quota_router: 100 |
| 238 | quota_floatingip: 500 |
| 239 | quota_security_group: 100 |
| 240 | quota_security_group_rule: 1000 |
| 241 | DEFAULT: |
| 242 | router_distributed: True |
| 243 | # NOTE(slaweq): We can get rid of this hardcoded absolute path when |
| 244 | # devstack-tempest job will be switched to use lib/neutron instead of |
| 245 | # lib/neutron-legacy |
| 246 | "/$NEUTRON_CORE_PLUGIN_CONF": |
| 247 | ml2: |
| 248 | type_drivers: flat,geneve,vlan,gre,local,vxlan |
| 249 | mechanism_drivers: openvswitch,l2population |
| 250 | ml2_type_vlan: |
| 251 | network_vlan_ranges: foo:1:10 |
| 252 | ml2_type_vxlan: |
| 253 | vni_ranges: 1:2000 |
| 254 | ml2_type_gre: |
| 255 | tunnel_id_ranges: 1:1000 |
| 256 | agent: |
| 257 | enable_distributed_routing: True |
| 258 | l2_population: True |
| 259 | tunnel_types: vxlan,gre |
| 260 | ovs: |
| 261 | tunnel_bridge: br-tun |
| 262 | bridge_mappings: public:br-ex |
| 263 | $NEUTRON_L3_CONF: |
| 264 | DEFAULT: |
| 265 | agent_mode: dvr_snat |
| 266 | agent: |
| 267 | availability_zone: nova |
| 268 | $NEUTRON_DHCP_CONF: |
| 269 | agent: |
| 270 | availability_zone: nova |
| 271 | "/etc/neutron/api-paste.ini": |
| 272 | "composite:neutronapi_v2_0": |
| 273 | use: "call:neutron.auth:pipeline_factory" |
| 274 | noauth: "cors request_id catch_errors osprofiler extensions neutronapiapp_v2_0" |
| 275 | keystone: "cors request_id catch_errors osprofiler authtoken keystonecontext extensions neutronapiapp_v2_0" |
| 276 | test-config: |
| 277 | $TEMPEST_CONFIG: |
| 278 | neutron_plugin_options: |
| 279 | provider_vlans: foo, |
| 280 | agent_availability_zone: nova |
| 281 | image_is_advanced: true |
| 282 | available_type_drivers: flat,geneve,vlan,gre,local,vxlan |
| 283 | l3_agent_mode: dvr_snat |
| 284 | group-vars: |
| 285 | subnode: |
| 286 | devstack_services: |
| 287 | tls-proxy: false |
| 288 | q-agt: true |
| 289 | q-l3: true |
| 290 | q-meta: true |
| 291 | neutron-qos: true |
| 292 | neutron-trunk: true |
| 293 | neutron-log: true |
| 294 | devstack_local_conf: |
| 295 | post-config: |
| 296 | $NEUTRON_CONF: |
| 297 | DEFAULT: |
| 298 | router_distributed: True |
| 299 | # NOTE(slaweq): We can get rid of this hardcoded absolute path when |
| 300 | # devstack-tempest job will be switched to use lib/neutron instead of |
| 301 | # lib/neutron-legacy |
| 302 | "/$NEUTRON_CORE_PLUGIN_CONF": |
| 303 | agent: |
| 304 | enable_distributed_routing: True |
| 305 | l2_population: True |
| 306 | tunnel_types: vxlan,gre |
| 307 | ovs: |
| 308 | tunnel_bridge: br-tun |
| 309 | bridge_mappings: public:br-ex |
| 310 | $NEUTRON_L3_CONF: |
| 311 | DEFAULT: |
| 312 | agent_mode: dvr_snat |
| 313 | agent: |
| 314 | availability_zone: nova |
| 315 | irrelevant-files: *tempest-irrelevant-files |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 316 | |
Jens Harbott | 860b46a | 2017-11-15 21:23:15 +0000 | [diff] [blame] | 317 | - job: |
Hongbin Lu | 9522a7e | 2018-04-18 19:18:43 +0000 | [diff] [blame] | 318 | name: neutron-tempest-plugin-dvr-multinode-scenario-queens |
| 319 | parent: neutron-tempest-plugin-dvr-multinode-scenario |
| 320 | override-checkout: stable/queens |
| 321 | vars: |
| 322 | branch_override: stable/queens |
Slawek Kaplonski | 1582f71 | 2018-12-02 12:07:57 +0100 | [diff] [blame] | 323 | devstack_localrc: |
| 324 | USE_PYTHON3: false |
Hongbin Lu | 9522a7e | 2018-04-18 19:18:43 +0000 | [diff] [blame] | 325 | |
| 326 | - job: |
Hongbin Lu | b600bea | 2018-08-23 02:49:48 +0000 | [diff] [blame] | 327 | name: neutron-tempest-plugin-dvr-multinode-scenario-rocky |
| 328 | parent: neutron-tempest-plugin-dvr-multinode-scenario |
| 329 | override-checkout: stable/rocky |
| 330 | vars: |
| 331 | branch_override: stable/rocky |
Slawek Kaplonski | 1582f71 | 2018-12-02 12:07:57 +0100 | [diff] [blame] | 332 | devstack_localrc: |
| 333 | USE_PYTHON3: false |
Hongbin Lu | b600bea | 2018-08-23 02:49:48 +0000 | [diff] [blame] | 334 | |
| 335 | - job: |
Jens Harbott | 860b46a | 2017-11-15 21:23:15 +0000 | [diff] [blame] | 336 | name: neutron-tempest-plugin-designate-scenario |
Sławek Kapłoński | 36cc7ec | 2018-03-14 10:17:48 +0100 | [diff] [blame] | 337 | parent: neutron-tempest-plugin-scenario |
Jens Harbott | 860b46a | 2017-11-15 21:23:15 +0000 | [diff] [blame] | 338 | description: Neutron designate integration scenario |
| 339 | required-projects: |
| 340 | - openstack/designate |
| 341 | - openstack/designate-dashboard |
| 342 | - openstack/designate-tempest-plugin |
Jens Harbott | 860b46a | 2017-11-15 21:23:15 +0000 | [diff] [blame] | 343 | timeout: 3600 |
Jens Harbott | 860b46a | 2017-11-15 21:23:15 +0000 | [diff] [blame] | 344 | vars: |
| 345 | devstack_localrc: |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 346 | TEMPEST_PLUGINS: '"/opt/stack/designate-tempest-plugin /opt/stack/neutron-tempest-plugin"' |
Jens Harbott | 860b46a | 2017-11-15 21:23:15 +0000 | [diff] [blame] | 347 | DESIGNATE_BACKEND_DRIVER: bind9 |
Slawek Kaplonski | da17f00 | 2018-10-11 18:35:23 +0200 | [diff] [blame] | 348 | DOWNLOAD_DEFAULT_IMAGES: false |
| 349 | IMAGE_URLS: http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-i386-disk.img, |
| 350 | # In this job advanced image is not needed, so it's name should be |
| 351 | # empty |
| 352 | ADVANCED_IMAGE_NAME: "" |
Jens Harbott | 860b46a | 2017-11-15 21:23:15 +0000 | [diff] [blame] | 353 | devstack_plugins: |
| 354 | designate: git://git.openstack.org/openstack/designate.git |
Jens Harbott | 860b46a | 2017-11-15 21:23:15 +0000 | [diff] [blame] | 355 | devstack_services: |
James E. Blair | 2419580 | 2018-01-24 16:46:38 -0800 | [diff] [blame] | 356 | cinder: false |
| 357 | designate: true |
James E. Blair | 2419580 | 2018-01-24 16:46:38 -0800 | [diff] [blame] | 358 | tempest_test_regex: ^neutron_tempest_plugin\.scenario\.test_dns_integration |
Hongbin Lu | e208962 | 2018-08-14 15:32:46 +0000 | [diff] [blame] | 359 | irrelevant-files: *tempest-irrelevant-files |
Jens Harbott | 860b46a | 2017-11-15 21:23:15 +0000 | [diff] [blame] | 360 | |
Hongbin Lu | 9522a7e | 2018-04-18 19:18:43 +0000 | [diff] [blame] | 361 | - job: |
| 362 | name: neutron-tempest-plugin-designate-scenario-queens |
| 363 | parent: neutron-tempest-plugin-designate-scenario |
| 364 | override-checkout: stable/queens |
| 365 | vars: |
| 366 | branch_override: stable/queens |
Slawek Kaplonski | 1582f71 | 2018-12-02 12:07:57 +0100 | [diff] [blame] | 367 | devstack_localrc: |
| 368 | USE_PYTHON3: false |
Hongbin Lu | 9522a7e | 2018-04-18 19:18:43 +0000 | [diff] [blame] | 369 | |
Hongbin Lu | b600bea | 2018-08-23 02:49:48 +0000 | [diff] [blame] | 370 | - job: |
| 371 | name: neutron-tempest-plugin-designate-scenario-rocky |
| 372 | parent: neutron-tempest-plugin-designate-scenario |
| 373 | override-checkout: stable/rocky |
| 374 | vars: |
| 375 | branch_override: stable/rocky |
Slawek Kaplonski | 1582f71 | 2018-12-02 12:07:57 +0100 | [diff] [blame] | 376 | devstack_localrc: |
| 377 | USE_PYTHON3: false |
Hongbin Lu | b600bea | 2018-08-23 02:49:48 +0000 | [diff] [blame] | 378 | |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 379 | - project-template: |
| 380 | name: neutron-tempest-plugin-jobs |
| 381 | check: |
| 382 | jobs: |
| 383 | - neutron-tempest-plugin-api |
Jens Harbott | 860b46a | 2017-11-15 21:23:15 +0000 | [diff] [blame] | 384 | - neutron-tempest-plugin-designate-scenario |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 385 | - neutron-tempest-plugin-dvr-multinode-scenario |
| 386 | - neutron-tempest-plugin-scenario-linuxbridge |
Chandan Kumar | 17f5380 | 2018-03-14 18:15:47 +0530 | [diff] [blame] | 387 | - build-openstack-sphinx-docs |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 388 | gate: |
| 389 | jobs: |
| 390 | - neutron-tempest-plugin-api |
Sławek Kapłoński | fbc4d61 | 2018-05-08 23:22:41 +0200 | [diff] [blame] | 391 | - neutron-tempest-plugin-scenario-linuxbridge |
Chandan Kumar | 17f5380 | 2018-03-14 18:15:47 +0530 | [diff] [blame] | 392 | - build-openstack-sphinx-docs |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 393 | |
Hongbin Lu | 9522a7e | 2018-04-18 19:18:43 +0000 | [diff] [blame] | 394 | - project-template: |
Slawek Kaplonski | 0ec5acf | 2018-06-15 22:26:24 +0200 | [diff] [blame] | 395 | name: neutron-tempest-plugin-jobs-queens |
Hongbin Lu | 9522a7e | 2018-04-18 19:18:43 +0000 | [diff] [blame] | 396 | check: |
| 397 | jobs: |
| 398 | - neutron-tempest-plugin-api-queens |
| 399 | - neutron-tempest-plugin-designate-scenario-queens |
| 400 | - neutron-tempest-plugin-dvr-multinode-scenario-queens |
| 401 | - neutron-tempest-plugin-scenario-linuxbridge-queens |
| 402 | gate: |
| 403 | jobs: |
| 404 | - neutron-tempest-plugin-api-queens |
| 405 | |
Hongbin Lu | b600bea | 2018-08-23 02:49:48 +0000 | [diff] [blame] | 406 | - project-template: |
| 407 | name: neutron-tempest-plugin-jobs-rocky |
| 408 | check: |
| 409 | jobs: |
| 410 | - neutron-tempest-plugin-api-rocky |
| 411 | - neutron-tempest-plugin-designate-scenario-rocky |
| 412 | - neutron-tempest-plugin-dvr-multinode-scenario-rocky |
| 413 | - neutron-tempest-plugin-scenario-linuxbridge-rocky |
| 414 | gate: |
| 415 | jobs: |
| 416 | - neutron-tempest-plugin-api-rocky |
| 417 | |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 418 | - project: |
Chandan Kumar | a564cf3 | 2017-11-16 16:09:38 +0530 | [diff] [blame] | 419 | templates: |
| 420 | - neutron-tempest-plugin-jobs |
Slawek Kaplonski | 0ec5acf | 2018-06-15 22:26:24 +0200 | [diff] [blame] | 421 | - neutron-tempest-plugin-jobs-queens |
Hongbin Lu | b600bea | 2018-08-23 02:49:48 +0000 | [diff] [blame] | 422 | - neutron-tempest-plugin-jobs-rocky |
Doug Hellmann | 12685c6 | 2018-08-29 17:37:50 -0400 | [diff] [blame] | 423 | - check-requirements |
| 424 | - tempest-plugin-jobs |
Brian Haley | 2cbb10e | 2018-09-13 09:20:03 -0600 | [diff] [blame] | 425 | - release-notes-jobs-python3 |