diff --git a/gerrit/acls/openstack/sushy-tools.config b/gerrit/acls/openstack/sushy-tools.config new file mode 100644 index 0000000000..9c0d73b110 --- /dev/null +++ b/gerrit/acls/openstack/sushy-tools.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group sushy-core +label-Code-Review = -2..+2 group sushy-core +label-Workflow = -1..+1 group sushy-core + +[access "refs/tags/*"] +pushSignedTag = group sushy-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 96b06bca8c..f7701768d5 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6611,6 +6611,8 @@ acl-config: /home/gerrit2/acls/openstack/surveil.config - project: openstack/sushy description: Sushy is a small Python library to communicate with Redfish based systems +- project: openstack/sushy-tools + description: A set of tools to support the development and test of the Sushy library - project: openstack/swauth description: An alternative authentication system for Swift - project: openstack/swift diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index fa53f7e841..66738ba259 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1069,6 +1069,7 @@ openstack-ironic: - openstack/python-ironicclient - openstack/python-oneviewclient - openstack/sushy + - openstack/sushy-tools - openstack/virtualbmc branches: - master diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index c42140aeda..9916217216 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -14188,6 +14188,13 @@ - pypi-jobs - hook-{name}-rtfd +- project: + name: sushy-tools + + jobs: + - python-jobs + - pypi-jobs + - project: name: swauth diff --git a/zuul/layout.yaml b/zuul/layout.yaml index bc815b378b..d700effeee 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -17855,6 +17855,14 @@ projects: - name: publish-to-pypi - name: docs-on-rtfd + - name: openstack/sushy-tools + template: + - name: merge-check + - name: python-jobs + - name: python35-jobs + - name: check-requirements + - name: publish-to-pypi + - name: openstack/swauth template: - name: merge-check