From d22d4820d99635f3c59fce8592f48fc46bdbd124 Mon Sep 17 00:00:00 2001 From: Yih Leong Sun Date: Wed, 30 Nov 2016 17:45:16 -0800 Subject: [PATCH] Create repo for Enterprise Work Group Workload Reference Architectures. The OpenStack Enterprise Work Group is developing a series of 'tenant-level' reference architectures to help users to learn and understand how to deploy different types of workloads on an OpenStack Cloud. These reference architectures describe the list of OpenStack services that can be used to support the workload and provides sample code to bootstrap the workload environment on an OpenStack Cloud. This repo will be used to maintain the documents of these reference architectures and sample code. Change-Id: Icbb14771e577da74c8212ee6ce32b83ba648d8cd --- gerrit/acls/openstack/workload-ref-archs.config | 11 +++++++++++ gerrit/projects.yaml | 2 ++ zuul/layout.yaml | 5 +++++ 3 files changed, 18 insertions(+) create mode 100644 gerrit/acls/openstack/workload-ref-archs.config diff --git a/gerrit/acls/openstack/workload-ref-archs.config b/gerrit/acls/openstack/workload-ref-archs.config new file mode 100644 index 0000000000..1720f5df39 --- /dev/null +++ b/gerrit/acls/openstack/workload-ref-archs.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] +abandon = group workload-ref-archs-core +label-Code-Review = -2..+2 group workload-ref-archs-core +label-Workflow = -1..+1 group workload-ref-archs-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 2dca0468c5..997f1ac618 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6618,6 +6618,8 @@ description: Watcher Specifications - project: openstack/windmill description: An Ansible deployment to validate ansible roles for Continuous Integration. +- project: openstack/workload-ref-archs + description: OpenStack tenant-level workload reference architectures. - project: openstack/wsme description: Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate diff --git a/zuul/layout.yaml b/zuul/layout.yaml index ce6b9d45e4..ef20aad5cb 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -17943,6 +17943,11 @@ projects: - name: windmill-jobs-trusty - name: windmill-jobs-xenial + - name: openstack/workload-ref-archs + template: + - name: merge-check + - name: noop-jobs + - name: openstack/wsme template: - name: merge-check