diff --git a/gerrit/acls/stackforge/fuel-octane.config b/gerrit/acls/stackforge/fuel-octane.config new file mode 100644 index 0000000000..551c3d4d35 --- /dev/null +++ b/gerrit/acls/stackforge/fuel-octane.config @@ -0,0 +1,16 @@ +[access "refs/heads/*"] +abandon = group fuel-octane-core +create = group fuel-octane-core +label-Code-Review = -2..+2 group fuel-octane-core +label-Verified = -1..+1 group fuel-ci +label-Workflow = -1..+1 group fuel-octane-core + +[access "refs/tags/*"] +pushSignedTag = group fuel-octane-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index d2462aec17..fe53335630 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1833,6 +1833,12 @@ - fuel description: Node discovery agent for Fuel docimpact-group: fuel +- project: stackforge/fuel-octane + upstream: https://github.com/Mirantis/octane.git + description: Tools to upgrade OpenStack cloud managed by the Fuel installer. + groups: + - fuel + docimpact-group: fuel - project: stackforge/fuel-ostf description: Fuel testing groups: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 102e9ec9b0..131fc23acb 100644 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -91,6 +91,7 @@ fuel-tracker: - stackforge/fuel-docs - stackforge/fuel-library - stackforge/fuel-devops + - stackforge/fuel-octane - stackforge/fuel-specs - stackforge/fuel-stats - stackforge/fuel-plugins diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 4485a1e09b..b47142c431 100755 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -4605,6 +4605,14 @@ - pypi-jobs - gate-{name}-pylint +- project: + name: fuel-octane + node: 'bare-precise || bare-trusty' + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: fuel-specs node: 'bare-precise || bare-trusty' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 69b98c78ac..e8806814e6 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -6582,6 +6582,18 @@ projects: - name: merge-check - name: noop-jobs + - name: stackforge/fuel-octane + template: + - name: merge-check + check: + - gate-fuel-octane-pep8 + - gate-fuel-octane-python26 + - gate-fuel-octane-python27 + gate: + - gate-fuel-octane-pep8 + - gate-fuel-octane-python26 + - gate-fuel-octane-python27 + - name: stackforge/fuel-ostf template: - name: merge-check