From c2a65387061ae0f42f7277c705555bd77c1e7ec5 Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Fri, 12 Oct 2018 16:25:34 -0500 Subject: [PATCH] New Airship project - Tempest Plugin This PS adds a Tempest plugin project for Airship, which will be used to confirm the correctness of APIs for Airship projects. This is being created as a standalone project per OpenStack conventions. The existing airship-tempest-plugin project to be imported contains a subset of tests for the Shipyard project; the tests will expand over time to test other Airship projects as well. Change-Id: I58d09f41d7f696de628d42cc5504572811d38c61 --- gerrit/projects.yaml | 10 ++++++++++ zuul/main.yaml | 1 + 2 files changed, 11 insertions(+) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index c6c30ae792..b0df5fab61 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -997,6 +997,16 @@ cgit-alias: site: git.airshipit.org path: airship-specs +- project: openstack/airship-tempest-plugin + description: Tempest plugin for validation of Airship components. + use-storyboard: true + acl-config: /home/gerrit2/acls/openstack/airship.config + groups: + - airship + cgit-alias: + site: git.airshipit.org + path: airship-tempest-plugin + upstream: https://github.com/att-comdev/airship-tempest-plugin.git - project: openstack/airship-treasuremap description: Reference Airship manifests, CICD, and reference architecture. use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index 393987266a..c1d246b3e6 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -196,6 +196,7 @@ - openstack/airship-promenade - openstack/airship-shipyard - openstack/airship-specs + - openstack/airship-tempest-plugin - openstack/airship-treasuremap - openstack/alexandria - openstack/almanach