From 0fad865d442b4fb864d009b14b5f16e0d7ec1aa7 Mon Sep 17 00:00:00 2001 From: Imre Farkas Date: Mon, 18 Jan 2016 15:51:06 +0100 Subject: [PATCH] Add openstack/python-wsmanclient project The project is going to be used by the AMT and DRAC drivers in Ironic. Change-Id: I431f1607f01c0fedda1ab91b602ed440b2f7508a Needed-By: If40283a24a6656808e43e5b010222f5b5d80da7e --- gerrit/acls/openstack/python-wsmanclient.config | 12 ++++++++++++ gerrit/projects.yaml | 2 ++ jenkins/jobs/projects.yaml | 9 +++++++++ zuul/layout.yaml | 12 ++++++++++++ 4 files changed, 35 insertions(+) create mode 100644 gerrit/acls/openstack/python-wsmanclient.config diff --git a/gerrit/acls/openstack/python-wsmanclient.config b/gerrit/acls/openstack/python-wsmanclient.config new file mode 100644 index 0000000000..3625015e59 --- /dev/null +++ b/gerrit/acls/openstack/python-wsmanclient.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] +abandon = group python-wsmanclient-core +create = group python-wsmanclient-release +label-Code-Review = -2..+2 group python-wsmanclient-core +label-Workflow = -1..+1 group python-wsmanclient-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index cc264b9d36..b49113ee22 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -2849,6 +2849,8 @@ - project: openstack/python-watcherclient description: Client for resource optimization service for OpenStack. acl-config: /home/gerrit2/acls/openstack/watcher.config +- project: openstack/python-wsmanclient + description: Python client that speaks Web Services-Management protocol. - project: openstack/python-zaqarclient description: OpenStack Messaging (Zaqar) Client - project: openstack/qa-specs diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index be090bc75b..51dd25f58c 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -6614,6 +6614,15 @@ - python-jobs - pypi-jobs +- project: + name: python-wsmanclient + node: bare-trusty + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - pypi-jobs + - project: name: python-zaqarclient tarball-site: tarballs.openstack.org diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 26f993ef2e..a8efa8bbb9 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -8869,6 +8869,18 @@ projects: check: - python-watcherclient-coverage + - name: openstack/python-wsmanclient + template: + - name: merge-check + - name: publish-to-pypi + - name: python3-jobs + check: + - gate-python-wsmanclient-pep8 + - gate-python-wsmanclient-python27 + gate: + - gate-python-wsmanclient-pep8 + - gate-python-wsmanclient-python27 + - name: openstack/python-zaqarclient template: - name: merge-check