Add os_searchlight to OpenStack-Ansible
This patch adds new blank git repository to OpenStack-Ansible for deploying Searchlight. 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. Needed-By: I2e5e4e7dfd12d45fe40b9dd57af56c875f2fd0d7 Change-Id: I26e29386da6661516bd61622590bdcd46d5b8102
This commit is contained in:
parent
a6b87d74d1
commit
e06e478b30
@ -0,0 +1,18 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group openstack-ansible-core
|
||||
abandon = group openstack-ansible-os_searchlight-core
|
||||
create = group openstack-ansible-release
|
||||
label-Code-Review = -2..+2 group openstack-ansible-core
|
||||
label-Code-Review = -2..+2 group openstack-ansible-os_searchlight-core
|
||||
label-Workflow = -1..+1 group openstack-ansible-core
|
||||
label-Workflow = -1..+1 group openstack-ansible-os_searchlight-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group openstack-ansible-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -5280,6 +5280,11 @@
|
||||
groups:
|
||||
- openstack-ansible
|
||||
docimpact-group: openstack-ansible
|
||||
- project: openstack/openstack-ansible-os_searchlight
|
||||
description: Role os_searchlight for OpenStack-Ansible
|
||||
groups:
|
||||
- openstack-ansible
|
||||
docimpact-group: openstack-ansible
|
||||
- project: openstack/openstack-ansible-os_swift
|
||||
description: Role os_swift for OpenStack-Ansible
|
||||
groups:
|
||||
|
@ -274,6 +274,7 @@ openstack-ansible:
|
||||
- openstack/openstack-ansible-os_nova
|
||||
- openstack/openstack-ansible-os_rally
|
||||
- openstack/openstack-ansible-os_sahara
|
||||
- openstack/openstack-ansible-os_searchlight
|
||||
- openstack/openstack-ansible-os_swift
|
||||
- openstack/openstack-ansible-os_tempest
|
||||
- openstack/openstack-ansible-os_trove
|
||||
|
@ -9089,6 +9089,16 @@
|
||||
- openstack-publish-jobs
|
||||
- openstack-releasenotes-jobs
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-os_searchlight
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- ansible-role-jobs
|
||||
- gate-{name}-requirements
|
||||
- openstack-publish-jobs
|
||||
- openstack-releasenotes-jobs
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-os_swift
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
@ -13173,6 +13173,15 @@ projects:
|
||||
release:
|
||||
- openstack-ansible-os_sahara-announce-release
|
||||
|
||||
- name: openstack/openstack-ansible-os_searchlight
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: check-requirements
|
||||
- name: ansible-role-jobs
|
||||
- name: openstack-server-publish-jobs
|
||||
- name: release-notes-jobs
|
||||
- name: ansible-role-functional-jobs-xenial
|
||||
|
||||
- name: openstack/openstack-ansible-os_swift
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user