From 79b54649459f6ee06ebadaddc52a561e053e8aea Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 29 Apr 2016 16:34:34 +0200 Subject: [PATCH] Import ansible cloud launcher into Gerrit Renaming the project name from github to ansible-role-cloud-launcher, just to follow the current naming on other ansible roles. Will work on tests and gate config after import. Change-Id: Id502aec8059af85b5f365058e7513686e0fef050 --- .../openstack/ansible-role-cloud-launcher.config | 14 ++++++++++++++ gerrit/projects.yaml | 3 +++ zuul/layout.yaml | 5 +++++ 3 files changed, 22 insertions(+) create mode 100644 gerrit/acls/openstack/ansible-role-cloud-launcher.config diff --git a/gerrit/acls/openstack/ansible-role-cloud-launcher.config b/gerrit/acls/openstack/ansible-role-cloud-launcher.config new file mode 100644 index 0000000000..0c7391406c --- /dev/null +++ b/gerrit/acls/openstack/ansible-role-cloud-launcher.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group ansible-role-cloud-launcher-core +label-Code-Review = -2..+2 group ansible-role-cloud-launcher-core +label-Workflow = -1..+1 group ansible-role-cloud-launcher-core + +[access "refs/tags/*"] +pushSignedTag = group ansible-role-cloud-launcher-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 528354b480..a78d1fcc3e 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -738,6 +738,9 @@ - project: openstack/anchor description: An Ephemeral PKI system that can act as a trust anchor for OpenStack PKI operations +- project: openstack/ansible-role-cloud-launcher + description: Ansible role to deploy multiple clouds resources + upstream: https://github.com/rcarrillocruz/ansible-openstack-cloud-launcher.git - project: openstack/ansible-role-diskimage-builder description: Ansible role to manage diskimage-builder - project: openstack/ansible-role-jenkins diff --git a/zuul/layout.yaml b/zuul/layout.yaml index c0c5975d66..438d36e6b1 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -4219,6 +4219,11 @@ projects: experimental: - gate-anchor-tox-bandit + - name: openstack/ansible-role-cloud-launcher + template: + - name: merge-check + - name: noop-jobs + - name: openstack/ansible-role-diskimage-builder template: - name: merge-check