add craton project
two repos that are the basis of the fleet management project, craton Craton (Fleet Management) is a new proposed OpenStack project that augments operating OpenStack clouds by providing scalable device/host management: -Inventory of configurable physical device/hosts (the fleet) -Audit and remediation workflows against this inventory -REST APIs, CLI, and Python client to manage Change-Id: I447ca2ee73865a08e6807d42bc1806ca873280cf
This commit is contained in:

committed by
Chris Spencer

parent
e5a508a5de
commit
65fc91f5f2
15
gerrit/acls/openstack/craton.config
Normal file
15
gerrit/acls/openstack/craton.config
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group craton-core
|
||||||
|
create = group craton-release
|
||||||
|
label-Code-Review = -2..+2 group craton-core
|
||||||
|
label-Workflow = -1..+1 group craton-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group craton-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@@ -1291,6 +1291,9 @@
|
|||||||
acl-config: /home/gerrit2/acls/openstack/ironic.config
|
acl-config: /home/gerrit2/acls/openstack/ironic.config
|
||||||
- project: openstack/coupler
|
- project: openstack/coupler
|
||||||
description: Coupling Storage Service VM for OpenStack
|
description: Coupling Storage Service VM for OpenStack
|
||||||
|
- project: openstack/craton
|
||||||
|
description: Fleet management for OpenStack
|
||||||
|
upstream: https://github.com/rackerlabs/craton.git
|
||||||
- project: openstack/cue
|
- project: openstack/cue
|
||||||
description: Message Broker provisioning service for OpenStack.
|
description: Message Broker provisioning service for OpenStack.
|
||||||
- project: openstack/cue-dashboard
|
- project: openstack/cue-dashboard
|
||||||
@@ -3372,6 +3375,10 @@
|
|||||||
- project: openstack/python-congressclient
|
- project: openstack/python-congressclient
|
||||||
description: Client for OpenStack Congress
|
description: Client for OpenStack Congress
|
||||||
acl-config: /home/gerrit2/acls/openstack/congress.config
|
acl-config: /home/gerrit2/acls/openstack/congress.config
|
||||||
|
- project: openstack/python-cratonclient
|
||||||
|
description: Fleet management for OpenStack
|
||||||
|
acl-config: /home/gerrit2/acls/openstack/craton.config
|
||||||
|
upstream: https://github.com/opstooling/python-cratonclient.git
|
||||||
- project: openstack/python-cueclient
|
- project: openstack/python-cueclient
|
||||||
description: Message Broker Service (Cue) Client
|
description: Message Broker Service (Cue) Client
|
||||||
acl-config: /home/gerrit2/acls/openstack/cue.config
|
acl-config: /home/gerrit2/acls/openstack/cue.config
|
||||||
|
@@ -5484,6 +5484,11 @@ projects:
|
|||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
- name: check-requirements
|
- name: check-requirements
|
||||||
|
|
||||||
|
- name: openstack/craton
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: noop-jobs
|
||||||
|
|
||||||
- name: openstack/cue
|
- name: openstack/cue
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
@@ -10537,6 +10542,11 @@ projects:
|
|||||||
- gate-python-congressclient-pep8
|
- gate-python-congressclient-pep8
|
||||||
- gate-python-congressclient-python27
|
- gate-python-congressclient-python27
|
||||||
|
|
||||||
|
- name: openstack/python-cratonclient
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
- name: noop-jobs
|
||||||
|
|
||||||
- name: openstack/python-cueclient
|
- name: openstack/python-cueclient
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Reference in New Issue
Block a user