From 2b510e3412e172f30779a87e9d0d4f3582f5ead5 Mon Sep 17 00:00:00 2001 From: jmlim Date: Fri, 7 Dec 2018 13:29:47 +0900 Subject: [PATCH] Add new project called ku.stella Stella is Kore Univ. project to provide performance SLA for cloud infra software. KU.Stella is an OpenStack component to support Stella. (This project is an unofficial OpenStack project) For more information visit http://stella.korea.ac.kr Change-Id: Iee4c189b9582a654dfec03fa29b25afe60ae6107 --- gerrit/acls/openstack/ku.stella.config | 10 ++++++++++ gerrit/projects.yaml | 3 +++ zuul/main.yaml | 1 + 3 files changed, 14 insertions(+) create mode 100644 gerrit/acls/openstack/ku.stella.config diff --git a/gerrit/acls/openstack/ku.stella.config b/gerrit/acls/openstack/ku.stella.config new file mode 100644 index 0000000000..556b358403 --- /dev/null +++ b/gerrit/acls/openstack/ku.stella.config @@ -0,0 +1,10 @@ +[access "refs/heads/*"] +abandon = group ku.stella-core +label-Code-Review = -2..+2 group ku.stella-core +label-Workflow = -1..+1 group ku.stella-core + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 20dabad7d1..28054e618c 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -4819,6 +4819,9 @@ - project: openstack/kosmos-specs description: Global Load Balancing Service (Kosmos) Specifications acl-config: /home/gerrit2/acls/openstack/kosmos.config +- project: openstack/ku.stella + description: Guarantee of performance and security SLA for OpenStack clouds + upstream: https://github.com/KUoslab/Stella-OpenStack.git - project: openstack/kuryr description: Bridge between container framework networking and storage models to OpenStack networking and storage abstractions. diff --git a/zuul/main.yaml b/zuul/main.yaml index f185d38edb..f5c2f37bce 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -780,6 +780,7 @@ - openstack/kuryr-kubernetes - openstack/kuryr-libnetwork - openstack/kuryr-tempest-plugin + - openstack/ku.stella - openstack/kwapi - openstack/ldappool - openstack/liberasurecode