From b936a8793f851306626e3a9e3e0e5c0e5e031df5 Mon Sep 17 00:00:00 2001 From: Spyros Trigazis Date: Mon, 31 Oct 2016 10:46:55 +0100 Subject: [PATCH] [magnum] Add specs repo Add a repo for magnum to host and publish its specs. Needed-By: I1880a7310876c54bd5bd4bc16c6c5132c6ecb706 Change-Id: I81d62b4feed6629877719ac7ea4529cc1c3346b4 --- gerrit/acls/openstack/magnum-specs.config | 11 +++++++++++ gerrit/projects.yaml | 4 ++++ gerritbot/channels.yaml | 1 + jenkins/jobs/projects.yaml | 6 ++++++ zuul/layout.yaml | 9 +++++++++ 5 files changed, 31 insertions(+) create mode 100644 gerrit/acls/openstack/magnum-specs.config diff --git a/gerrit/acls/openstack/magnum-specs.config b/gerrit/acls/openstack/magnum-specs.config new file mode 100644 index 0000000000..406491f039 --- /dev/null +++ b/gerrit/acls/openstack/magnum-specs.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] +abandon = group magnum-specs-core +label-Code-Review = -2..+2 group magnum-specs-core +label-Workflow = -1..+1 group magnum-specs-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 91cd25a52b..d52065d824 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -4652,6 +4652,10 @@ description: Container Infrastructure Management Service for OpenStack options: - translate +- project: openstack/magnum-specs + groups: + - magnum + description: Magnum Design specifications. - project: openstack/magnum-ui description: The UI component for Magnum options: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index bda095e38a..be1a51dc6d 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -502,6 +502,7 @@ openstack-containers: - x-vrif-minus-2 projects: - openstack/magnum + - openstack/magnum-specs - openstack/magnum-ui - openstack/python-magnumclient branches: diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index beee8fc2e1..a5010bba12 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -6400,6 +6400,12 @@ - api-ref-jobs: service: container-infrastructure-management +- project: + name: magnum-specs + + jobs: + - specs-jobs + - project: name: magnum-ui tarball-site: tarballs.openstack.org diff --git a/zuul/layout.yaml b/zuul/layout.yaml index e766632c6e..72110fb511 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -10842,6 +10842,15 @@ projects: - periodic-magnum-dib-buildimage-fedora-atomic-23 - periodic-magnum-dib-buildimage-ubuntu-mesos + - name: openstack/magnum-specs + template: + - name: merge-check + - name: openstack-specs-jobs + check: + - gate-magnum-specs-python27-ubuntu-xenial + gate: + - gate-magnum-specs-python27-ubuntu-xenial + - name: openstack/magnum-ui template: - name: merge-check