Update openstack.org -> opendev.org
It updates the url from git.openstack.org to opendev.org and also remove cgit from opendev.org. Keeping vagrantfile, run_tests.sh and bindep.txt as itis as these are updated automatically by openstack-ansible-tests. Change-Id: Ia449079776e0339515ae1a2bca7553b03d9cde1c Signed-off-by: Chandan Kumar <chkumar@redhat.com>
This commit is contained in:
committed by
Chandan Kumar (raukadah)
parent
d429b800e4
commit
ecdc0eedaf
@@ -20,7 +20,7 @@ Release notes for the project can be found at:
|
|||||||
https://docs.openstack.org/releasenotes/openstack-ansible-os_tempest
|
https://docs.openstack.org/releasenotes/openstack-ansible-os_tempest
|
||||||
|
|
||||||
The project source code repository is located at:
|
The project source code repository is located at:
|
||||||
https://git.openstack.org/cgit/openstack/openstack-ansible-os_tempest
|
https://opendev.org/openstack/openstack-ansible-os_tempest
|
||||||
|
|
||||||
The project home is at:
|
The project home is at:
|
||||||
https://launchpad.net/openstack-ansible
|
https://launchpad.net/openstack-ansible
|
||||||
|
|||||||
@@ -43,11 +43,11 @@ tempest_run: no
|
|||||||
# We comment `tempest_git_repo` so that the repo_build role does not attempt to
|
# We comment `tempest_git_repo` so that the repo_build role does not attempt to
|
||||||
# build the wheel from this repo/branch. Instead, we want tempest to get built
|
# build the wheel from this repo/branch. Instead, we want tempest to get built
|
||||||
# from the stable release defined in global requirements.
|
# from the stable release defined in global requirements.
|
||||||
#tempest_git_repo: https://git.openstack.org/openstack/tempest
|
#tempest_git_repo: https://opendev.org/openstack/tempest
|
||||||
tempest_git_install_branch: master
|
tempest_git_install_branch: master
|
||||||
tempest_upper_constraints_url: "{{ requirements_git_url | default('https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=' ~ requirements_git_install_branch | default('master')) }}"
|
tempest_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}"
|
||||||
tempest_git_constraints:
|
tempest_git_constraints:
|
||||||
- "{{ (tempest_git_repo is defined) | ternary('git+' ~ (tempest_git_repo | default('https://git.openstack.org/openstack/tempest')) ~ '@' ~ tempest_git_install_branch ~ '#egg=tempest', '') }}"
|
- "{{ (tempest_git_repo is defined) | ternary('git+' ~ (tempest_git_repo | default('https://opendev.org/openstack/tempest.git')) ~ '@' ~ tempest_git_install_branch ~ '#egg=tempest', '') }}"
|
||||||
- "--constraint {{ tempest_upper_constraints_url }}"
|
- "--constraint {{ tempest_upper_constraints_url }}"
|
||||||
|
|
||||||
tempest_pip_install_args: "{{ pip_install_options | default('') }}"
|
tempest_pip_install_args: "{{ pip_install_options | default('') }}"
|
||||||
@@ -65,7 +65,7 @@ tempest_log_dir: "/var/log/tempest"
|
|||||||
# on your installation.
|
# on your installation.
|
||||||
# The structure of each item of the list is the following:
|
# The structure of each item of the list is the following:
|
||||||
# - name: designate-tempest-plugin #name of the plugin
|
# - name: designate-tempest-plugin #name of the plugin
|
||||||
# repo: https://git.openstack.org/openstack/designate-tempest-plugin #for installing the plugin from sources
|
# repo: https://opendev.org/openstack/designate-tempest-plugin #for installing the plugin from sources
|
||||||
# branch: master #for installing the plugin from sources
|
# branch: master #for installing the plugin from sources
|
||||||
# - name: ironic-tempest-plugin
|
# - name: ironic-tempest-plugin
|
||||||
# package: ironic #for installing the plugin from packages
|
# package: ironic #for installing the plugin from packages
|
||||||
@@ -314,10 +314,10 @@ tempest_tempestconf_venv_bin: "/openstack/venvs/tempestconf/bin"
|
|||||||
# We comment out `tempest_tempestconf_git_repo` so that the repo_build role does not attempt to
|
# We comment out `tempest_tempestconf_git_repo` so that the repo_build role does not attempt to
|
||||||
# build the wheel from this repo/branch. Instead, we want python-tempestconf to get built
|
# build the wheel from this repo/branch. Instead, we want python-tempestconf to get built
|
||||||
# from the stable release defined in global requirements.
|
# from the stable release defined in global requirements.
|
||||||
# tempest_tempestconf_git_repo: https://git.openstack.org/openstack/python-tempestconf
|
# tempest_tempestconf_git_repo: https://opendev.org/openstack/python-tempestconf
|
||||||
tempest_tempestconf_git_install_branch: master
|
tempest_tempestconf_git_install_branch: master
|
||||||
tempest_tempestconf_git_constraints:
|
tempest_tempestconf_git_constraints:
|
||||||
- "{{ (tempest_tempestconf_git_repo is defined) | ternary('git+' ~ (tempest_tempestconf_git_repo | default('https://git.openstack.org/openstack/python-tempestconf')) ~ '@' ~ tempest_tempestconf_git_install_branch ~ '#egg=python_tempestconf', '') }}"
|
- "{{ (tempest_tempestconf_git_repo is defined) | ternary('git+' ~ (tempest_tempestconf_git_repo | default('https://opendev.org/openstack/python-tempestconf')) ~ '@' ~ tempest_tempestconf_git_install_branch ~ '#egg=python_tempestconf', '') }}"
|
||||||
- "--constraint {{ tempest_upper_constraints_url }}"
|
- "--constraint {{ tempest_upper_constraints_url }}"
|
||||||
tempest_tempestconf_pip_packages:
|
tempest_tempestconf_pip_packages:
|
||||||
- python-tempestconf
|
- python-tempestconf
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ title = 'OpenStack-Ansible Documentation: ' + role_name + 'role'
|
|||||||
|
|
||||||
# The link to the browsable source code (for the left hand menu)
|
# The link to the browsable source code (for the left hand menu)
|
||||||
oslosphinx_cgit_link = (
|
oslosphinx_cgit_link = (
|
||||||
"https://git.openstack.org/cgit/openstack/{}".format(target_name)
|
"https://opendev.org/openstack/{}".format(target_name)
|
||||||
)
|
)
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
|
|||||||
@@ -5,14 +5,14 @@ Installation
|
|||||||
This page describes how to install ``os_tempest`` role.
|
This page describes how to install ``os_tempest`` role.
|
||||||
|
|
||||||
To clone or view the source code of ``os_tempest``, visit the role repository
|
To clone or view the source code of ``os_tempest``, visit the role repository
|
||||||
for `os_tempest <https://git.openstack.org/cgit/openstack/openstack-ansible-os_tempest>`_.
|
for `os_tempest <https://opendev.org/openstack/openstack-ansible-os_tempest>`_.
|
||||||
|
|
||||||
Install dependencies via ``ansible-galaxy``:
|
Install dependencies via ``ansible-galaxy``:
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ mkdir ~/.ansible/roles -p
|
$ mkdir ~/.ansible/roles -p
|
||||||
$ git clone https://git.openstack.org/openstack/openstack-ansible-os_tempest ~/.ansible/roles/os_tempest
|
$ git clone https://opendev.org/openstack/openstack-ansible-os_tempest ~/.ansible/roles/os_tempest
|
||||||
$ ansible-galaxy install -r ~/.ansible/roles/os_tempest/requirements.yml --roles-path=~/.ansible/roles/
|
$ ansible-galaxy install -r ~/.ansible/roles/os_tempest/requirements.yml --roles-path=~/.ansible/roles/
|
||||||
|
|
||||||
Then you need to export a couple of variables, `ANSIBLE_ROLES_PATH` which
|
Then you need to export a couple of variables, `ANSIBLE_ROLES_PATH` which
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role'
|
|||||||
|
|
||||||
# The link to the browsable source code (for the left hand menu)
|
# The link to the browsable source code (for the left hand menu)
|
||||||
oslosphinx_cgit_link = (
|
oslosphinx_cgit_link = (
|
||||||
"https://git.openstack.org/cgit/openstack/{}".format(target_name)
|
"https://opendev.org/openstack/{}".format(target_name)
|
||||||
)
|
)
|
||||||
|
|
||||||
# Release notes do not need a version number in the title, they
|
# Release notes do not need a version number in the title, they
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# python_venv_build ansible role
|
# python_venv_build ansible role
|
||||||
- name: python_venv_build
|
- name: python_venv_build
|
||||||
src: git+https://git.openstack.org/openstack/ansible-role-python_venv_build.git
|
src: https://opendev.org/openstack/ansible-role-python_venv_build.git
|
||||||
version: master
|
version: master
|
||||||
# ansible-config_template action plugin
|
# ansible-config_template action plugin
|
||||||
- name: config_template
|
- name: config_template
|
||||||
src: git+https://git.openstack.org/openstack/ansible-config_template.git
|
src: https://opendev.org/openstack/ansible-config_template.git
|
||||||
version: master
|
version: master
|
||||||
|
|||||||
@@ -1,54 +1,54 @@
|
|||||||
---
|
---
|
||||||
- name: apt_package_pinning
|
- name: apt_package_pinning
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
|
src: https://opendev.org/openstack/openstack-ansible-apt_package_pinning
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: ceph_client
|
- name: ceph_client
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-ceph_client
|
src: https://opendev.org/openstack/openstack-ansible-ceph_client
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: pip_install
|
- name: pip_install
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
|
src: https://opendev.org/openstack/openstack-ansible-pip_install
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: galera_client
|
- name: galera_client
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-galera_client
|
src: https://opendev.org/openstack/openstack-ansible-galera_client
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: memcached_server
|
- name: memcached_server
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-memcached_server
|
src: https://opendev.org/openstack/openstack-ansible-memcached_server
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: openstack_hosts
|
- name: openstack_hosts
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-openstack_hosts
|
src: https://opendev.org/openstack/openstack-ansible-openstack_hosts
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: lxc_hosts
|
- name: lxc_hosts
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts
|
src: https://opendev.org/openstack/openstack-ansible-lxc_hosts
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: lxc_container_create
|
- name: lxc_container_create
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-lxc_container_create
|
src: https://opendev.org/openstack/openstack-ansible-lxc_container_create
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: galera_server
|
- name: galera_server
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-galera_server
|
src: https://opendev.org/openstack/openstack-ansible-galera_server
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: rabbitmq_server
|
- name: rabbitmq_server
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-rabbitmq_server
|
src: https://opendev.org/openstack/openstack-ansible-rabbitmq_server
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: openstack_openrc
|
- name: openstack_openrc
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-openstack_openrc
|
src: https://opendev.org/openstack/openstack-ansible-openstack_openrc
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: os_keystone
|
- name: os_keystone
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-os_keystone
|
src: https://opendev.org/openstack/openstack-ansible-os_keystone
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: os_glance
|
- name: os_glance
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-os_glance
|
src: https://opendev.org/openstack/openstack-ansible-os_glance
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: etcd # dependency of os_neutron role
|
- name: etcd # dependency of os_neutron role
|
||||||
@@ -56,11 +56,11 @@
|
|||||||
src: https://github.com/logan2211/ansible-etcd
|
src: https://github.com/logan2211/ansible-etcd
|
||||||
version: master
|
version: master
|
||||||
- name: os_neutron
|
- name: os_neutron
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-os_neutron
|
src: https://opendev.org/openstack/openstack-ansible-os_neutron
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: os_nova
|
- name: os_nova
|
||||||
src: https://git.openstack.org/openstack/openstack-ansible-os_nova
|
src: https://opendev.org/openstack/openstack-ansible-os_nova
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: opendaylight
|
- name: opendaylight
|
||||||
@@ -68,10 +68,10 @@
|
|||||||
src: https://github.com/opendaylight/integration-packaging-ansible-opendaylight
|
src: https://github.com/opendaylight/integration-packaging-ansible-opendaylight
|
||||||
version: master
|
version: master
|
||||||
- name: systemd_service
|
- name: systemd_service
|
||||||
src: https://git.openstack.org/openstack/ansible-role-systemd_service
|
src: https://opendev.org/openstack/ansible-role-systemd_service
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
- name: python_venv_build
|
- name: python_venv_build
|
||||||
src: https://git.openstack.org/openstack/ansible-role-python_venv_build
|
src: https://opendev.org/openstack/ansible-role-python_venv_build
|
||||||
scm: git
|
scm: git
|
||||||
version: master
|
version: master
|
||||||
|
|||||||
@@ -17,12 +17,12 @@
|
|||||||
tempest_run: yes
|
tempest_run: yes
|
||||||
|
|
||||||
# tempestconf specific settings
|
# tempestconf specific settings
|
||||||
tempest_tempestconf_git_repo: https://git.openstack.org/openstack/python-tempestconf
|
tempest_tempestconf_git_repo: https://opendev.org/openstack/python-tempestconf
|
||||||
|
|
||||||
# A sample plugin to activate the code path
|
# A sample plugin to activate the code path
|
||||||
tempest_plugins:
|
tempest_plugins:
|
||||||
- name: sahara-tests
|
- name: sahara-tests
|
||||||
repo: https://git.openstack.org/openstack/sahara-tests
|
repo: https://opendev.org/openstack/sahara-tests
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
neutron_provider_networks:
|
neutron_provider_networks:
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@@ -7,7 +7,7 @@ envlist = docs,linters,functional
|
|||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command =
|
install_command =
|
||||||
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||||
commands =
|
commands =
|
||||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
/usr/bin/find . -type f -name "*.pyc" -delete
|
||||||
passenv =
|
passenv =
|
||||||
|
|||||||
@@ -23,101 +23,101 @@
|
|||||||
_tempest_plugins:
|
_tempest_plugins:
|
||||||
barbican:
|
barbican:
|
||||||
- name: barbican-tempest-plugin
|
- name: barbican-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/barbican-tempest-plugin
|
repo: https://opendev.org/openstack/barbican-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_barbican | bool }}"
|
install: "{{ tempest_service_available_barbican | bool }}"
|
||||||
cinder:
|
cinder:
|
||||||
- name: cinder-tempest-plugin
|
- name: cinder-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/cinder-tempest-plugin
|
repo: https://opendev.org/openstack/cinder-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_cinder | bool }}"
|
install: "{{ tempest_service_available_cinder | bool }}"
|
||||||
cloudkitty:
|
cloudkitty:
|
||||||
- name: cloudkitty-tempest-plugin
|
- name: cloudkitty-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/cloudkitty-tempest-plugin
|
repo: https://opendev.org/openstack/cloudkitty-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_cloudkitty | bool }}"
|
install: "{{ tempest_service_available_cloudkitty | bool }}"
|
||||||
congress:
|
congress:
|
||||||
- name: congress-tempest-plugin
|
- name: congress-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/congress-tempest-plugin
|
repo: https://opendev.org/openstack/congress-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_congress | bool }}"
|
install: "{{ tempest_service_available_congress | bool }}"
|
||||||
designate:
|
designate:
|
||||||
- name: designate-tempest-plugin
|
- name: designate-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/designate-tempest-plugin
|
repo: https://opendev.org/openstack/designate-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_designate | bool }}"
|
install: "{{ tempest_service_available_designate | bool }}"
|
||||||
heat:
|
heat:
|
||||||
- name: heat-tempest-plugin
|
- name: heat-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/heat-tempest-plugin
|
repo: https://opendev.org/openstack/heat-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_heat | bool }}"
|
install: "{{ tempest_service_available_heat | bool }}"
|
||||||
ironic:
|
ironic:
|
||||||
- name: ironic-tempest-plugin
|
- name: ironic-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/ironic-tempest-plugin
|
repo: https://opendev.org/openstack/ironic-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_ironic | bool }}"
|
install: "{{ tempest_service_available_ironic | bool }}"
|
||||||
keystone:
|
keystone:
|
||||||
- name: keystone-tempest-plugin
|
- name: keystone-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/keystone-tempest-plugin
|
repo: https://opendev.org/openstack/keystone-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: yes
|
install: yes
|
||||||
magnum:
|
magnum:
|
||||||
- name: magnum-tempest-plugin
|
- name: magnum-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/magnum-tempest-plugin
|
repo: https://opendev.org/openstack/magnum-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_magnum | bool }}"
|
install: "{{ tempest_service_available_magnum | bool }}"
|
||||||
manila:
|
manila:
|
||||||
- name: manila-tempest-plugin
|
- name: manila-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/manila-tempest-plugin
|
repo: https://opendev.org/openstack/manila-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_manila | bool }}"
|
install: "{{ tempest_service_available_manila | bool }}"
|
||||||
networking-bgpvpn:
|
networking-bgpvpn:
|
||||||
- name: networking-bgpvpn
|
- name: networking-bgpvpn
|
||||||
repo: https://git.openstack.org/openstack/networking-bgpvpn
|
repo: https://opendev.org/openstack/networking-bgpvpn
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_neutron_bgpvpn | bool }}"
|
install: "{{ tempest_service_available_neutron_bgpvpn | bool }}"
|
||||||
neutron-fwaas:
|
neutron-fwaas:
|
||||||
- name: neutron-fwaas
|
- name: neutron-fwaas
|
||||||
repo: https://git.openstack.org/openstack/neutron-fwaas
|
repo: https://opendev.org/openstack/neutron-fwaas
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_neutron_fwaas | bool }}"
|
install: "{{ tempest_service_available_neutron_fwaas | bool }}"
|
||||||
neutron-vpnaas:
|
neutron-vpnaas:
|
||||||
- name: neutron-vpnaas
|
- name: neutron-vpnaas
|
||||||
repo: https://git.openstack.org/openstack/neutron-vpnaas
|
repo: https://opendev.org/openstack/neutron-vpnaas
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_neutron_vpnaas | bool }}"
|
install: "{{ tempest_service_available_neutron_vpnaas | bool }}"
|
||||||
neutron:
|
neutron:
|
||||||
- name: neutron-tempest-plugin
|
- name: neutron-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/neutron-tempest-plugin
|
repo: https://opendev.org/openstack/neutron-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_neutron | bool }}"
|
install: "{{ tempest_service_available_neutron | bool }}"
|
||||||
novajoin:
|
novajoin:
|
||||||
- name: novajoin-tempest-plugin
|
- name: novajoin-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/novajoin-tempest-plugin
|
repo: https://opendev.org/openstack/novajoin-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_novajoin | bool }}"
|
install: "{{ tempest_service_available_novajoin | bool }}"
|
||||||
nova-lxd:
|
nova-lxd:
|
||||||
- name: nova-lxd
|
- name: nova-lxd
|
||||||
repo: https://git.openstack.org/openstack/nova-lxd
|
repo: https://opendev.org/x/nova-lxd
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_nova_lxd | bool }}"
|
install: "{{ tempest_service_available_nova_lxd | bool }}"
|
||||||
octavia:
|
octavia:
|
||||||
- name: octavia-tempest-plugin
|
- name: octavia-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/octavia-tempest-plugin
|
repo: https://opendev.org/openstack/octavia-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_octavia | bool }}"
|
install: "{{ tempest_service_available_octavia | bool }}"
|
||||||
sahara:
|
sahara:
|
||||||
- name: sahara-tests
|
- name: sahara-tests
|
||||||
repo: https://git.openstack.org/openstack/sahara-tests
|
repo: https://opendev.org/openstack/sahara-tests
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_sahara | bool }}"
|
install: "{{ tempest_service_available_sahara | bool }}"
|
||||||
telemetry:
|
telemetry:
|
||||||
- name: telemetry-tempest-plugin
|
- name: telemetry-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/telemetry-tempest-plugin
|
repo: https://opendev.org/openstack/telemetry-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ (tempest_service_available_aodh | bool) or (tempest_service_available_ceilometer | bool) }}"
|
install: "{{ (tempest_service_available_aodh | bool) or (tempest_service_available_ceilometer | bool) }}"
|
||||||
zaqar:
|
zaqar:
|
||||||
- name: zaqar-tempest-plugin
|
- name: zaqar-tempest-plugin
|
||||||
repo: https://git.openstack.org/openstack/zaqar-tempest-plugin
|
repo: https://opendev.org/openstack/zaqar-tempest-plugin
|
||||||
branch: master
|
branch: master
|
||||||
install: "{{ tempest_service_available_zaqar | bool }}"
|
install: "{{ tempest_service_available_zaqar | bool }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user