Add new projects: fuel-ccp-murano and fuel-ccp-sahara
This projects will be contain image definitions and service definitions for Murano and Sahara deployments via fuel-ccp tool Change-Id: I315cb98bb4c67cb242b97292f491f62be0332f14
This commit is contained in:
parent
9560cbdf8d
commit
bc1576d3c3
15
gerrit/acls/openstack/fuel-ccp-murano.config
Normal file
15
gerrit/acls/openstack/fuel-ccp-murano.config
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group fuel-ccp-murano-core
|
||||||
|
label-Code-Review = -2..+2 group fuel-ccp-murano-core
|
||||||
|
label-Verified = -1..+1 group fuel-ccp-ci
|
||||||
|
label-Workflow = -1..+1 group fuel-ccp-murano-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group fuel-ccp-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
15
gerrit/acls/openstack/fuel-ccp-sahara.config
Normal file
15
gerrit/acls/openstack/fuel-ccp-sahara.config
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group fuel-ccp-sahara-core
|
||||||
|
label-Code-Review = -2..+2 group fuel-ccp-sahara-core
|
||||||
|
label-Verified = -1..+1 group fuel-ccp-ci
|
||||||
|
label-Workflow = -1..+1 group fuel-ccp-sahara-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group fuel-ccp-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -2593,6 +2593,10 @@
|
|||||||
groups:
|
groups:
|
||||||
- fuel-ccp
|
- fuel-ccp
|
||||||
description: Fuel CCP - Memcached deployment
|
description: Fuel CCP - Memcached deployment
|
||||||
|
- project: openstack/fuel-ccp-murano
|
||||||
|
groups:
|
||||||
|
- fuel-ccp
|
||||||
|
description: Fuel CCP - Murano deployment
|
||||||
- project: openstack/fuel-ccp-neutron
|
- project: openstack/fuel-ccp-neutron
|
||||||
groups:
|
groups:
|
||||||
- fuel-ccp
|
- fuel-ccp
|
||||||
@ -2609,6 +2613,10 @@
|
|||||||
groups:
|
groups:
|
||||||
- fuel-ccp
|
- fuel-ccp
|
||||||
description: Fuel CCP - Rabbitmq deployment
|
description: Fuel CCP - Rabbitmq deployment
|
||||||
|
- project: openstack/fuel-ccp-sahara
|
||||||
|
groups:
|
||||||
|
- fuel-ccp
|
||||||
|
description: Fuel CCP - Sahara deployment
|
||||||
- project: openstack/fuel-ccp-searchlight
|
- project: openstack/fuel-ccp-searchlight
|
||||||
groups:
|
groups:
|
||||||
- fuel-ccp
|
- fuel-ccp
|
||||||
|
@ -4186,6 +4186,13 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- linters-jobs
|
- linters-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: fuel-ccp-murano
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- linters-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: fuel-ccp-neutron
|
name: fuel-ccp-neutron
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
@ -4214,6 +4221,13 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- linters-jobs
|
- linters-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: fuel-ccp-sahara
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- linters-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: fuel-ccp-searchlight
|
name: fuel-ccp-searchlight
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
|
@ -8490,6 +8490,11 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
- name: fuel-ccp-component
|
- name: fuel-ccp-component
|
||||||
|
|
||||||
|
- name: openstack/fuel-ccp-murano
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: fuel-ccp-component
|
||||||
|
|
||||||
- name: openstack/fuel-ccp-neutron
|
- name: openstack/fuel-ccp-neutron
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
@ -8510,6 +8515,11 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
- name: fuel-ccp-component
|
- name: fuel-ccp-component
|
||||||
|
|
||||||
|
- name: openstack/fuel-ccp-sahara
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: fuel-ccp-component
|
||||||
|
|
||||||
- name: openstack/fuel-ccp-searchlight
|
- name: openstack/fuel-ccp-searchlight
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user