Create a new repository for Tobiko DevStack plugin

Tobiko project repo (x/tobiko) grown fast since past few years
and from since a simple Python framework adquired additional
components that could be considered separate sub projects.

One of them is its DevStack plugin. As Tobiko can today connect
to an DevStack deployed cloud without requiring any configuration
this plugin has become optional and there this change serves
to the need of migrating it to its own location.

This new repo should also serve as location for DevStack related
Zuul jobs that are intended for running Tobiko test cases
against a DevStack provided cloud on OpenDev CI.

It this way we would also remove Zuul's dependency of Tobiko
main project jobs from DevStack project jobs helping making
a more granular an rational use of CI resources at the time
of submitting new changes to Tobiko main repo itself by triggering
build only when changing the framework or test cases, while
ignorin the rest of related dayly changes.

Change-Id: I8ec33cefd5a83fe111d4d9b58c4088ef4b990dbe
This commit is contained in:
Federico Ressi 2020-06-29 08:05:02 +02:00
parent ac49fc6967
commit c7ca7592a9
2 changed files with 5 additions and 0 deletions

View File

@ -6586,6 +6586,10 @@
acl-config: /home/gerrit2/acls/opendev/retired.config
- project: x/devstack-plugin-tar-installer
description: DevStack plugin to install software from tar releases
- project: x/devstack-plugin-topiko
description: DevStack plugin for configuring Tobiko test cases
use-storyboard: true
acl-config: /home/gerrit2/acls/x/tobiko.config
- project: x/devstack-plugin-vmax
description: DevStack plugin to configure VMAX backend
- project: x/distil

View File

@ -1164,6 +1164,7 @@
- x/devstack-plugin-libvirt-qemu
- x/devstack-plugin-mariadb
- x/devstack-plugin-tar-installer
- x/devstack-plugin-topiko
- x/devstack-plugin-vmax
- x/distil
- x/distil-ui