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
This commit is contained in:
David Moreau Simard 2017-12-15 12:43:30 -05:00
parent 84a6467d6e
commit aea2b18f49
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
3 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -7,6 +7,7 @@ ara:
projects:
- openstack/ansible-role-ara
- openstack/ara
- openstack/ara-web
branches:
- master
- feature/1.0

View File

@ -234,6 +234,7 @@
- openstack/api-site
- openstack/api-wg
- openstack/ara
- openstack/ara-web
- openstack/arch-wg
- openstack/astara
- openstack/astara-appliance