From 7df1247e212c47a274ce9c9d856fef1a46304ed2 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Mon, 3 May 2021 15:33:19 +0200 Subject: [PATCH] Add skyline project 99cloud has been proposing the Skyline project, a modern dashboard for OpenStack. This has been discussed during the Xena PTG with the Horizon team and it was decided to set it up as a parallel project for now, with close connections to the Horizon team. 99cloud will clean up its current proof-of-concept code, post it under two repositories (skyline-apiserver and skyline-console), start openly collaborating around it, and in the future propose it to the TC for future inclusion in OpenStack. In the mean time, those repositories will be set up under the "skyline" namespace. For more details on Skyline, see: https://www.youtube.com/watch?v=Ro8tROYKDlE Change-Id: Ia92fcb251f4c37510d343b1a963a6e4f8efb06a4 --- gerrit/acls/skyline/skyline.config | 13 +++++++++++++ gerrit/projects.yaml | 6 ++++++ zuul/main.yaml | 2 ++ 3 files changed, 21 insertions(+) create mode 100644 gerrit/acls/skyline/skyline.config diff --git a/gerrit/acls/skyline/skyline.config b/gerrit/acls/skyline/skyline.config new file mode 100644 index 0000000000..26f464a507 --- /dev/null +++ b/gerrit/acls/skyline/skyline.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] +abandon = group skyline-core +label-Code-Review = -2..+2 group skyline-core +label-Workflow = -1..+1 group skyline-core + +[access "refs/tags/*"] +pushSignedTag = group skyline-release + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 9ac12a71be..aa4c702682 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -5810,6 +5810,12 @@ - project: sardonic/sardonic description: A hardware inventory system use-storyboard: true +- project: skyline/skyline-apiserver + description: A modern dashboard for OpenStack - API server + acl-config: /home/gerrit2/acls/skyline/skyline.config +- project: skyline/skyline-console + description: A modern dashboard for OpenStack - UI + acl-config: /home/gerrit2/acls/skyline/skyline.config - project: stackforge-attic/cookbook-ceph acl-config: /home/gerrit2/acls/opendev/retired.config - project: stackforge-attic/cookbook-monasca-agent diff --git a/zuul/main.yaml b/zuul/main.yaml index e30669d37c..11645543a8 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1011,6 +1011,8 @@ - recordsansible/ara-infra - recordsansible/ara-web - sardonic/sardonic + - skyline/skyline-apiserver + - skyline/skyline-console - starlingx/ansible-playbooks - starlingx/cert-manager-armada-app - starlingx/clients