Add os_tacker role to OpenStack-Ansible
This patch adds a preseeded repository to OpenStack-Ansible for deploying Tacker. This project will have its own core team with the general openstack-ansible core team included, with the appropriate rights to ensure that they can act as a back-stop in case of any issues. Change-Id: I111d829c0a4ee698d5f927972f1d3c5e6cda5819 Needed-By: I6e594309b3e62597e08f56dfe793b3eaa6c2598a
This commit is contained in:
parent
4cd6520fd4
commit
2abacfff56
18
gerrit/acls/openstack/openstack-ansible-os_tacker.config
Normal file
18
gerrit/acls/openstack/openstack-ansible-os_tacker.config
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group openstack-ansible-core
|
||||||
|
abandon = group openstack-ansible-os_tacker-core
|
||||||
|
create = group openstack-ansible-release
|
||||||
|
label-Code-Review = -2..+2 group openstack-ansible-core
|
||||||
|
label-Code-Review = -2..+2 group openstack-ansible-os_tacker-core
|
||||||
|
label-Workflow = -1..+1 group openstack-ansible-core
|
||||||
|
label-Workflow = -1..+1 group openstack-ansible-os_tacker-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group openstack-ansible-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -5638,6 +5638,12 @@
|
|||||||
- project: openstack/openstack-ansible-os_swift_sync
|
- project: openstack/openstack-ansible-os_swift_sync
|
||||||
description: Role os_swift_sync for OpenStack-Ansible
|
description: Role os_swift_sync for OpenStack-Ansible
|
||||||
acl-config: /home/gerrit2/acls/openstack/retired.config
|
acl-config: /home/gerrit2/acls/openstack/retired.config
|
||||||
|
- project: openstack/openstack-ansible-os_tacker
|
||||||
|
description: Role os_tacker for OpenStack-Ansible
|
||||||
|
upstream: https://github.com/jrametta/openstack-ansible-os_tacker
|
||||||
|
groups:
|
||||||
|
- openstack-ansible
|
||||||
|
docimpact-group: openstack-ansible
|
||||||
- project: openstack/openstack-ansible-os_tempest
|
- project: openstack/openstack-ansible-os_tempest
|
||||||
description: Role os_tempest for OpenStack-Ansible
|
description: Role os_tempest for OpenStack-Ansible
|
||||||
groups:
|
groups:
|
||||||
|
@ -311,6 +311,7 @@ openstack-ansible:
|
|||||||
- openstack/openstack-ansible-os_sahara
|
- openstack/openstack-ansible-os_sahara
|
||||||
- openstack/openstack-ansible-os_searchlight
|
- openstack/openstack-ansible-os_searchlight
|
||||||
- openstack/openstack-ansible-os_swift
|
- openstack/openstack-ansible-os_swift
|
||||||
|
- openstack/openstack-ansible-os_tacker
|
||||||
- openstack/openstack-ansible-os_tempest
|
- openstack/openstack-ansible-os_tempest
|
||||||
- openstack/openstack-ansible-os_trove
|
- openstack/openstack-ansible-os_trove
|
||||||
- openstack/openstack-ansible-os_watcher
|
- openstack/openstack-ansible-os_watcher
|
||||||
|
@ -9086,6 +9086,15 @@
|
|||||||
- multi_reg
|
- multi_reg
|
||||||
- upgrade
|
- upgrade
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: openstack-ansible-os_tacker
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- ansible-role-jobs
|
||||||
|
- gate-{name}-requirements
|
||||||
|
- openstack-publish-jobs
|
||||||
|
- openstack-releasenotes-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: openstack-ansible-os_tempest
|
name: openstack-ansible-os_tempest
|
||||||
|
|
||||||
|
@ -13506,6 +13506,15 @@ projects:
|
|||||||
release:
|
release:
|
||||||
- openstack-ansible-os_swift-announce-release
|
- openstack-ansible-os_swift-announce-release
|
||||||
|
|
||||||
|
- name: openstack/openstack-ansible-os_tacker
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: check-requirements
|
||||||
|
- name: ansible-role-jobs
|
||||||
|
- name: openstack-unified-publish-jobs
|
||||||
|
- name: release-notes-jobs
|
||||||
|
- name: ansible-role-functional-jobs-xenial
|
||||||
|
|
||||||
- name: openstack/openstack-ansible-os_tempest
|
- name: openstack/openstack-ansible-os_tempest
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user