Add infra-ansible project to OpenStack Infra
I will add a follow-up patch to this one for Governance repo Change-Id: I400d65597bfee738e0a05605c9ad19d37e6fb364
This commit is contained in:
parent
112a7a3caa
commit
ba23cd37ed
14
gerrit/acls/openstack-infra/infra-ansible.config
Normal file
14
gerrit/acls/openstack-infra/infra-ansible.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group infra-ansible-core
|
||||
create = group infra-ansible-release
|
||||
label-Code-Review = -2..+2 group infra-ansible-core
|
||||
label-Workflow = -1..+1 group infra-ansible-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group infra-ansible-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -160,6 +160,12 @@
|
||||
groups:
|
||||
- groups-portal
|
||||
description: Community portal static pages
|
||||
- project: openstack-infra/infra-ansible
|
||||
use-storyboard: true
|
||||
description: Collection of Ansible playbooks to bring up an OpenStack Infra
|
||||
upstream: git://github.com/rcarrillocruz/infra-ansible.git
|
||||
groups:
|
||||
- openstack-ci
|
||||
- project: openstack-infra/infra-manual
|
||||
use-storyboard: true
|
||||
groups:
|
||||
|
@ -3400,6 +3400,14 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: infra-ansible
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- ansible-lint-jobs
|
||||
|
||||
- project:
|
||||
name: infra-manual
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -5376,6 +5376,11 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack-infra/infra-ansible
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: ansible-lint-jobs
|
||||
|
||||
- name: openstack-infra/infra-manual
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user