bb9a58becd
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Icdfc6bd6c6ab0906437b30903ace190cfa9b544b
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
- job:
|
|
name: rally-task-load-balancing
|
|
description: A Rally job for checking Octavia plugins and legacy LbaasV2
|
|
parent: rally-task-at-devstack
|
|
required-projects:
|
|
- name: openstack-dev/devstack
|
|
- name: openstack-infra/devstack-gate
|
|
- name: openstack/rally
|
|
- name: openstack/rally-openstack
|
|
- name: openstack/neutron-lbaas
|
|
- name: openstack/octavia
|
|
vars:
|
|
devstack_plugins:
|
|
rally-openstack: https://git.openstack.org/openstack/rally-openstack
|
|
neutron-lbaas: https://git.openstack.org/openstack/neutron-lbaas
|
|
octavia: https://git.openstack.org/openstack/octavia
|
|
devstack_services:
|
|
neutron-lbaas: true
|
|
octavia: true
|
|
o-api: true
|
|
o-cw: true
|
|
o-hm: true
|
|
o-hk: true
|
|
# disable redundant services for the job
|
|
ceilometer-acentral: false
|
|
ceilometer-acompute: false
|
|
ceilometer-alarm-evaluator: false
|
|
ceilometer-alarm-notifier: false
|
|
ceilometer-anotification: false
|
|
ceilometer-api: false
|
|
ceilometer-collector: false
|
|
horizon: false
|
|
tempest: false
|
|
rally_task: rally-jobs/load-balancing.yaml
|