Adds cloud-init to StackForge

Cloud-Init is a cross-platform instance initialization tool, currently
lergely adopted on Linux based distributions.

Cloud-Init V2 supports Nova, EC2 and ConfigDrive metadata, Heat templates
and any OpenStack related content.

Cloud-Init V2 is a complete rewrite resulted from merging Cloud-Init with
Cloudbase-Init.

Change-Id: I586c29eae2a6c3aad3bc8dedd71160c89b5ed8e1
This commit is contained in:
Claudiu Belu 2015-03-31 15:49:07 +03:00
parent d49e769706
commit 1aa9758d22
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,14 @@
[access "refs/heads/*"]
abandon = group cloud-init-core
label-Code-Review = -2..+2 group cloud-init-core
label-Workflow = -1..+1 group cloud-init-core
[access "refs/tags/*"]
pushSignedTag = group cloud-init-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1192,6 +1192,9 @@
acl-config: /home/gerrit2/acls/stackforge/salt-formula.config
- project: stackforge/cl-openstack-client
description: Common Lisp OpenStack client libraries
- project: stackforge/cloud-init
description: Cross-platform instance initialization
upstream: https://github.com/cloud-init/cloud-init
- project: stackforge/cloud-pydashie
description: Monitoring dashboard for OpenStack based on PyDashie.
- project: stackforge/cloudbase-init

View File

@ -3121,6 +3121,14 @@
jobs:
- gate-{name}-run-tests
- project:
name: cloud-init
node: bare-trusty
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: cloudbase-init
node: bare-trusty

View File

@ -4485,6 +4485,12 @@ projects:
gate:
- gate-cl-openstack-client-run-tests
- name: stackforge/cloud-init
template:
- name: merge-check
- name: python-jobs
- name: python3-jobs
- name: stackforge/cloud-pydashie
template:
- name: merge-check