From edd8a7137068cf917fd37ecfbbf9e2a84c46c86f Mon Sep 17 00:00:00 2001 From: "Vladimir Sharshov (warpc)" Date: Thu, 2 Jul 2015 19:08:57 +0300 Subject: [PATCH] Add project fuel-nailgun-agent repo Before this we kept node discovery agent in stackforge/fuel-web repo: * https://github.com/stackforge/fuel-web/blob/master/bin/agent * https://github.com/stackforge/fuel-web/blob/master/bin/nailgun-agent.cron I am suggesting to move it because: * written on Ruby instead of Python; * installed on nodes unlike Nailgun; * it is client for Nailgun API; * need another core-reviewers team; * need to be tested differently. We kept changes history from fuel-web repository Closes-Bug: #1473893 Change-Id: I4ac73151f076ba230fa7951d55e9b2d13236ad7d --- gerrit/acls/stackforge/fuel-nailgun-agent.config | 16 ++++++++++++++++ gerrit/projects.yaml | 6 ++++++ gerritbot/channels.yaml | 1 + zuul/layout.yaml | 5 +++++ 4 files changed, 28 insertions(+) create mode 100644 gerrit/acls/stackforge/fuel-nailgun-agent.config diff --git a/gerrit/acls/stackforge/fuel-nailgun-agent.config b/gerrit/acls/stackforge/fuel-nailgun-agent.config new file mode 100644 index 0000000000..1e8b272d6a --- /dev/null +++ b/gerrit/acls/stackforge/fuel-nailgun-agent.config @@ -0,0 +1,16 @@ +[access "refs/heads/*"] +abandon = group fuel-nailgun-agent-core +create = group fuel-nailgun-agent-core +label-Code-Review = -2..+2 group fuel-nailgun-agent-core +label-Verified = -1..+1 group fuel-ci +label-Workflow = -1..+1 group fuel-nailgun-agent-core + +[access "refs/tags/*"] +pushSignedTag = group fuel-nailgun-agent-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 8d70e71643..d5044c5a03 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1775,6 +1775,12 @@ is capable of doing bare metal provisioning of physical nodes, installing OpenStack on them, and much more. docimpact-group: fuel +- project: stackforge/fuel-nailgun-agent + upstream: https://github.com/warpc/fuel-nailgun-agent.git + groups: + - fuel + description: Node discovery agent for Fuel + docimpact-group: fuel - project: stackforge/fuel-ostf description: Fuel testing groups: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index ea8e93bc9d..c1e4ac7d2c 100644 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -84,6 +84,7 @@ fuel-tracker: - stackforge/fuel-astute - stackforge/fuel-ostf - stackforge/fuel-main + - stackforge/fuel-nailgun-agent - stackforge/fuel-provision - stackforge/fuel-dev-tools - stackforge/fuel-docs diff --git a/zuul/layout.yaml b/zuul/layout.yaml index ec9ae467f3..c535087def 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -6338,6 +6338,11 @@ projects: - name: merge-check - name: noop-jobs + - name: stackforge/fuel-nailgun-agent + template: + - name: merge-check + - name: noop-jobs + - name: stackforge/fuel-ostf template: - name: merge-check