From aea2b18f49f1e0abc28e090d25199932ac7f8cd8 Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 15 Dec 2017 12:43:30 -0500 Subject: [PATCH] Create the "ara-web" project One of the features in the upcoming release of ARA is the separation and clear physical and logical boundaries between the different components such as: - Core (backend/model/API) - Web (web application interface) - Callbacks (Ansible callbacks and their dependencies) - Clients (CLI and API clients) This allows users to install what they need without being burdened by the dependencies of components they are not interested in. For example, one might want to use the callbacks somewhere without having to install all the web application dependencies. Users installing "ara" will still pull everything but the opportunity to install only what is necessary will be available. The "ara-web" project is the first of those components being split out. There are no upstream to import, we will start from a clean repository. Change-Id: Ic46bff4a152560d787d40bb10ee94a6abee16485 --- gerrit/projects.yaml | 8 ++++++++ gerritbot/channels.yaml | 1 + zuul/main.yaml | 1 + 3 files changed, 10 insertions(+) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index cefbd536fc..532fe8896f 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -970,8 +970,16 @@ acl-config: /home/gerrit2/acls/openstack/retired.config - project: openstack/ara use-storyboard: true + groups: + - ara description: ARA records Ansible Playbook runs and provides intuitive interfaces to browse them +- project: openstack/ara-web + use-storyboard: true + groups: + - ara + description: Web application to browse data provided by ARA - Ansible Run Analysis + acl-config: /home/gerrit2/acls/openstack/ara.config - project: openstack/arch-wg description: Architecture Working Group homepage: https://wiki.openstack.org/wiki/Meetings/Arch-WG diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index b24edf9db2..6eb3a0125d 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -7,6 +7,7 @@ ara: projects: - openstack/ansible-role-ara - openstack/ara + - openstack/ara-web branches: - master - feature/1.0 diff --git a/zuul/main.yaml b/zuul/main.yaml index 3a5da3794f..a668e572e2 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -234,6 +234,7 @@ - openstack/api-site - openstack/api-wg - openstack/ara + - openstack/ara-web - openstack/arch-wg - openstack/astara - openstack/astara-appliance