Adds cloudbase-init to StackForge

cloudbase-init is a cross-platform instance initialization tool, currently lergely adopted on Windows.
FreeBSD and Linux support is currently under development as well.

cloudbase-init supports Nova, EC2 and ConfigDrive metadata, Heat templates and any OpenStack related content.

Supports Python 2.7 and Python 3.3.

Change-Id: I80285664bd6210136997b85f36faa44df9fa9af8
This commit is contained in:
Alessandro Pilotti 2014-09-08 23:43:29 +03:00
parent a362e0aa3d
commit e4db9bdc03
4 changed files with 41 additions and 0 deletions

View File

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

View File

@ -15,6 +15,14 @@
jobs:
- 'gate-aviator-tests'
- project:
name: cloudbase-init
node: bare-trusty
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- project:
name: freezer
node: 'bare-precise || bare-trusty'

View File

@ -562,6 +562,9 @@
- project: stackforge/cl-openstack-client
description: Common Lisp OpenStack client libraries
upstream: git://github.com/jd/cl-openstack-client.git
- project: stackforge/cloudbase-init
description: Cross-platform instance initialization
upstream: git://github.com/cloudbase/cloudbase-init.git
- project: stackforge/cloudcafe
upstream: https://github.com/samu4924/cloudcafe
description: OpenStack based test automation framework. Based on OpenCAFE engine

View File

@ -1862,6 +1862,22 @@ projects:
- gate-git-upstream-pep8
- gate-git-upstream-python27
- name: stackforge/cloudbase-init
template:
- name: merge-check
check:
- gate-cloudbase-init-docs
- gate-cloudbase-init-pep8
- gate-cloudbase-init-python27
- gate-cloudbase-init-python33
gate:
- gate-cloudbase-init-docs
- gate-cloudbase-init-pep8
- gate-cloudbase-init-python27
- gate-cloudbase-init-python33
post:
- cloudbase-init-coverage
- name: stackforge/dox
template:
- name: merge-check