From 5e8d30e7e34cca22af5fa2cb5ed2ca45631df182 Mon Sep 17 00:00:00 2001 From: Benny Wibanks Date: Fri, 13 May 2016 08:45:51 -0500 Subject: [PATCH] New project request for SwiftOnHPSS Change-Id: Ie9fcfe111132462a1f66356b0c80b0aa78348641 --- accessbot/channels.yaml | 1 + gerrit/acls/openstack/swiftonhpss.config | 15 +++++++++++++++ gerrit/projects.yaml | 5 +++++ gerritbot/channels.yaml | 10 ++++++++++ jenkins/jobs/projects.yaml | 8 ++++++++ zuul/layout.yaml | 11 +++++++++++ 6 files changed, 50 insertions(+) create mode 100644 gerrit/acls/openstack/swiftonhpss.config diff --git a/accessbot/channels.yaml b/accessbot/channels.yaml index 3f773d8262..0507cf8afe 100755 --- a/accessbot/channels.yaml +++ b/accessbot/channels.yaml @@ -220,6 +220,7 @@ channels: - name: storyboard - name: surveil - name: swiftonfile + - name: swiftonhpss - name: swift3 - name: syscompass mask: full_mask diff --git a/gerrit/acls/openstack/swiftonhpss.config b/gerrit/acls/openstack/swiftonhpss.config new file mode 100644 index 0000000000..15b1f2eb33 --- /dev/null +++ b/gerrit/acls/openstack/swiftonhpss.config @@ -0,0 +1,15 @@ +[access "refs/heads/*"] +abandon = group swiftonhpss-core +create = group swiftonhpss-release +label-Code-Review = -2..+2 group swiftonhpss-core +label-Workflow = -1..+1 group swiftonhpss-core + +[access "refs/tags/*"] +pushSignedTag = group swiftonhpss-release + +[receive] +requireChangeId = true +requireContributorAgreement = false + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 30d333c437..0a3b6d9f59 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -3722,6 +3722,11 @@ - project: openstack/swiftonfile description: Swift Object Server implementation that enables objects created using the Swift API to be accessed as files on a POSIX filesystem. +- project: openstack/swiftonhpss + description: Swift Object Server implementation that enables objects created using + the Swift API to be accessed as files on a High Performance Storage System (HPSS) + mount point. + upstream: https://github.com/hpss-collaboration/swiftonhpss.git - project: openstack/synergy-scheduler-manager description: 'Provide advanced scheduling capability for OpenStack using a fairshare algorithm. This is a manager for synergy-service. diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index c6beed88ab..65d2e76d89 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -2040,6 +2040,16 @@ swiftonfile: branches: - master +swiftonhpss: + events: + - patchset-created + - change-merged + - x-vrif-minus-2 + projects: + - openstack/swiftonhpss + branches: + - master + syscompass: events: - patchset-created diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index bb43be7c33..c385c73162 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -8688,6 +8688,14 @@ jobs: - python-jobs +- project: + name: swiftonhpss + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - pypi-jobs + - project: name: synergy-scheduler-manager tarball-site: tarballs.openstack.org diff --git a/zuul/layout.yaml b/zuul/layout.yaml index b96cc1e2c3..620b298cd4 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -11552,6 +11552,17 @@ projects: - gate-swiftonfile-pep8 - gate-swiftonfile-python27 + - name: openstack/swiftonhpss + template: + - name: merge-check + - name: publish-to-pypi + check: + - gate-swiftonhpss-pep8 + - gate-swiftonhpss-python27 + gate: + - gate-swiftonhpss-pep8 + - gate-swiftonhpss-python27 + - name: openstack/synergy-scheduler-manager template: - name: merge-check