Create new project Solar
Solar provides flexible orchestration and resource management framework for deploying distributed systems. It leverages abstraction layer over commonly used configuration management systems like puppet, ansible etc. to enable complex, multi node orchestration. Solar can be used as separate tool for quick prototyping deployment topology, but as a framework it can be also integrated with existing tools used to configure and deploy distributed systems including OpenStack clouds. Solar also provides control over resulting changes by introducing changes log and history for deployment entities. This enables more control over lifecycle management of infrastructure. Change-Id: Idce849eab4014d28ecb8c32453c29608946d0a20
This commit is contained in:
parent
213913acad
commit
c37921a7f4
@ -177,6 +177,7 @@ channels:
|
||||
- name: openstack-security
|
||||
- name: openstack-searchlight
|
||||
- name: openstack-smaug
|
||||
- name: openstack-solar
|
||||
- name: openstack-sprint
|
||||
- name: openstack-stable
|
||||
- name: openstack-state-management
|
||||
|
16
gerrit/acls/openstack/solar.config
Normal file
16
gerrit/acls/openstack/solar.config
Normal file
@ -0,0 +1,16 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group solar-core
|
||||
create = group solar-release
|
||||
label-Code-Review = -2..+2 group solar-core
|
||||
label-Verified = -1..+1 group solar-ci
|
||||
label-Workflow = -1..+1 group solar-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group solar-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2866,6 +2866,9 @@
|
||||
docimpact-group: fuel
|
||||
- project: openstack/smaug
|
||||
description: Application Data Protection as a Service in OpenStack
|
||||
- project: openstack/solar
|
||||
description: Resource management and orchestration engine for distributed systems
|
||||
upstream: https://github.com/Mirantis/solar.git
|
||||
- project: openstack/solum
|
||||
description: 'An OpenStack project designed to make cloud services easier to consume
|
||||
and integrate into your application development process. See: https://wiki.openstack.org/wiki/Solum'
|
||||
|
@ -1501,6 +1501,16 @@ openstack-smaug:
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-solar:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/solar
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-state-management:
|
||||
events:
|
||||
- patchset-created
|
||||
|
@ -6842,6 +6842,14 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: solar
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: solum
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -8921,6 +8921,12 @@ projects:
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/solar
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
|
||||
- name: openstack/solum
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user