Create new repo to host legacy heat-cfn client.
Our cfn compatible clients (heat-cfn, heat-boto, heat-watch) need to be moved out of the main heat server repo. These tools are only useful to heat developers to debug the CloudFormation compatible API, so openstack-dev has been chosen as the most appropriate home. There is no intention to do any pypi released from this repo, and we will be instructing distro packagers to not package these scripts. Change-Id: I5a1f8cb51f20733fa9b91ebbd60fe3066e3313f8
This commit is contained in:
parent
13e6c73316
commit
fe9d555463
@ -157,6 +157,7 @@ heat:
|
|||||||
- openstack/python-heatclient
|
- openstack/python-heatclient
|
||||||
- openstack/heat-cfntools
|
- openstack/heat-cfntools
|
||||||
- openstack/heat-templates
|
- openstack/heat-templates
|
||||||
|
- openstack-dev/heat-cfnclient
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -0,0 +1,16 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group heat-core
|
||||||
|
label-Approved = +0..+1 group heat-core
|
||||||
|
[access "refs/heads/milestone-proposed"]
|
||||||
|
label-Code-Review = -2..+2 group heat-milestone
|
||||||
|
label-Approved = +0..+1 group heat-milestone
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group heat-ptl
|
||||||
|
pushTag = group heat-ptl
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -341,6 +341,16 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: heat-cfnclient
|
||||||
|
github-org: openstack-dev
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: horizon
|
name: horizon
|
||||||
github-org: openstack
|
github-org: openstack
|
||||||
|
@ -1520,6 +1520,16 @@ projects:
|
|||||||
- post-mirror-python33
|
- post-mirror-python33
|
||||||
- heat-cfntools-docs
|
- heat-cfntools-docs
|
||||||
|
|
||||||
|
- name: openstack-dev/heat-cfnclient
|
||||||
|
check:
|
||||||
|
- gate-heat-cfnclient-pep8
|
||||||
|
- gate-heat-cfnclient-python26
|
||||||
|
- gate-heat-cfnclient-python27
|
||||||
|
gate:
|
||||||
|
- gate-heat-cfnclient-pep8
|
||||||
|
- gate-heat-cfnclient-python26
|
||||||
|
- gate-heat-cfnclient-python27
|
||||||
|
|
||||||
- name: openstack/heat-templates
|
- name: openstack/heat-templates
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
@ -355,5 +355,8 @@
|
|||||||
- project: stackforge/python-ipmi
|
- project: stackforge/python-ipmi
|
||||||
description: A Pure python IPMI library
|
description: A Pure python IPMI library
|
||||||
upstream: git://git.code.sf.net/p/xcat/python-ipmi
|
upstream: git://git.code.sf.net/p/xcat/python-ipmi
|
||||||
|
- project: openstack-dev/heat-cfnclient
|
||||||
|
description: CloudFormation compatibile Heat client
|
||||||
|
upstream: git://github.com/steveb/heat-cfnclient.git
|
||||||
- project: stackforge/pycadf
|
- project: stackforge/pycadf
|
||||||
description: CADF Python module
|
description: CADF Python module
|
||||||
|
Loading…
Reference in New Issue
Block a user