From c7ca7592a98b9b9e229f3e73521f5b12a4945a2e Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Mon, 29 Jun 2020 08:05:02 +0200 Subject: [PATCH] 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 --- gerrit/projects.yaml | 4 ++++ zuul/main.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index be5b0ac02b..a79db80751 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -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 diff --git a/zuul/main.yaml b/zuul/main.yaml index 3855719c97..1eaef7e99a 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -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