From 4b928ed04df8e427fa2e07059be1e301c566bdef Mon Sep 17 00:00:00 2001 From: Paarhati Ozkasgarli Date: Sat, 5 Nov 2016 11:57:04 +0200 Subject: [PATCH] New Project dash-stack dash-stack is next generation cloud control/seller panel aimed for providers, data centers and small IT businesses who want to sell or resell cloud infrastructure from OpenStack public cloud providers. dash-stack will achieve this by letting users to add multiple OpenStack infrastructure through standard OpenStack API. With out of the box accounting, ACL systems and selling/marketing tools users will no longer need extra tools or software to create ready to sell products with OpenStack. Change-Id: Ia39731218f069e659de27b998aa96c6e0a569fc9 --- gerrit/acls/openstack/dash-stack.config | 12 ++++++++++++ gerrit/projects.yaml | 5 ++++- zuul/layout.yaml | 5 +++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 gerrit/acls/openstack/dash-stack.config diff --git a/gerrit/acls/openstack/dash-stack.config b/gerrit/acls/openstack/dash-stack.config new file mode 100644 index 0000000000..33ea32ee9f --- /dev/null +++ b/gerrit/acls/openstack/dash-stack.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] +abandon = group dash-stack-core +create = group dash-stack-core +label-Code-Review = -2..+2 group dash-stack-core +label-Workflow = -1..+1 group dash-stack-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index cd9f7f2706..adafda2f29 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1511,6 +1511,9 @@ description: Library for validation of digital signatures. - project: openstack/daisycloud-core description: The core API implementation for Daisycloud OpenStack installer. +- project: openstack/dash-stack + description: Cloud control/seller dashboard for providers, data centers and small IT businesses. + upstream: https://github.com/dash-stack/dash-stack.git - project: openstack/deb-alembic description: Debian package build scripts for alembic project acl-config: /home/gerrit2/acls/openstack/deb-packaging.config @@ -6841,4 +6844,4 @@ acl-config: /home/gerrit2/acls/stackforge/retired.config - project: stackforge/xstatic-angular-animate description: Angular Animate JavaScript library packaged as XStatic. - acl-config: /home/gerrit2/acls/stackforge/retired.config + acl-config: /home/gerrit2/acls/stackforge/retired.config \ No newline at end of file diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 676e53eeba..a8f6645a18 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -6581,6 +6581,11 @@ projects: - name: merge-check - name: noop-jobs + - name: openstack/dash-stack + template: + - name: merge-check + - name: noop-jobs + - name: openstack/deb-alembic template: - name: merge-check