Rename climate to blazar
Keep old channel #openstack-climate for some transition period. Change-Id: Iea44afdbd69a43e0d6c349587ecb50318130b8b4
This commit is contained in:
parent
7a7b414df7
commit
9b26f18aaa
@ -202,7 +202,7 @@ node 'eavesdrop.openstack.org' {
|
||||
statusbot_nick => hiera('statusbot_nick'),
|
||||
statusbot_password => hiera('statusbot_nick_password'),
|
||||
statusbot_server => 'chat.freenode.net',
|
||||
statusbot_channels => 'edeploy, fuel-dev, heat, magnetodb, murano, openstack, openstack-101, openstack-anvil, openstack-bacon, openstack-barbican, openstack-board, openstack-ceilometer, openstack-chef, openstack-cinder, openstack-climate, openstack-cloudkeep, openstack-community, openstack-containers, openstack-dev, openstack-dns, openstack-doc, openstack-entropy, openstack-foundation, openstack-gantt, openstack-gate, openstack-hyper-v, openstack-infra, openstack-ironic, openstack-keystone, openstack-manila, openstack-marconi, openstack-meeting, openstack-meeting-3, openstack-meeting-alt, openstack-meniscus, openstack-merges, openstack-metering, openstack-neutron, openstack-nova, openstack-opw, openstack-oslo, openstack-packaging, openstack-qa, openstack-raksha, openstack-relmgr-office, openstack-sdks, openstack-state-management, openstack-swift, openstack-translation, openstack-trove, packstack-dev, refstack, storyboard, syscompass, tripleo',
|
||||
statusbot_channels => 'edeploy, fuel-dev, heat, magnetodb, murano, openstack, openstack-101, openstack-anvil, openstack-bacon, openstack-barbican, openstack-blazar, openstack-board, openstack-ceilometer, openstack-chef, openstack-cinder, openstack-climate, openstack-cloudkeep, openstack-community, openstack-containers, openstack-dev, openstack-dns, openstack-doc, openstack-entropy, openstack-foundation, openstack-gantt, openstack-gate, openstack-hyper-v, openstack-infra, openstack-ironic, openstack-keystone, openstack-manila, openstack-marconi, openstack-meeting, openstack-meeting-3, openstack-meeting-alt, openstack-meniscus, openstack-merges, openstack-metering, openstack-neutron, openstack-nova, openstack-opw, openstack-oslo, openstack-packaging, openstack-qa, openstack-raksha, openstack-relmgr-office, openstack-sdks, openstack-state-management, openstack-swift, openstack-translation, openstack-trove, packstack-dev, refstack, storyboard, syscompass, tripleo',
|
||||
statusbot_auth_nicks => 'jeblair, ttx, fungi, mordred, clarkb, sdague, SergeyLukjanov',
|
||||
statusbot_wiki_user => hiera('statusbot_wiki_username'),
|
||||
statusbot_wiki_password => hiera('statusbot_wiki_password'),
|
||||
|
@ -456,9 +456,21 @@ openstack-climate:
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/climate
|
||||
- stackforge/climate-nova
|
||||
- stackforge/python-climateclient
|
||||
- stackforge/blazar
|
||||
- stackforge/blazar-nova
|
||||
- stackforge/python-blazarclient
|
||||
branches:
|
||||
- master
|
||||
|
||||
openstack-blazar:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/blazar
|
||||
- stackforge/blazar-nova
|
||||
- stackforge/python-blazarclient
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -64,6 +64,7 @@ channels:
|
||||
- name: openstack-anvil
|
||||
- name: openstack-bacon
|
||||
- name: openstack-barbican
|
||||
- name: openstack-blazar
|
||||
- name: openstack-board
|
||||
- name: openstack-ceilometer
|
||||
- name: openstack-chef
|
||||
|
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group blazar-core
|
||||
label-Workflow = -1..+1 group blazar-core
|
||||
abandon = group blazar-core
|
||||
[access "refs/tags/*"]
|
||||
create = group blazar-core
|
||||
pushSignedTag = group blazar-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1,14 +0,0 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group climate-core
|
||||
label-Workflow = -1..+1 group climate-core
|
||||
abandon = group climate-core
|
||||
[access "refs/tags/*"]
|
||||
create = group climate-core
|
||||
pushSignedTag = group climate-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1,5 +1,5 @@
|
||||
- job:
|
||||
name: gate-climate-devstack-dsvm
|
||||
name: gate-blazar-devstack-dsvm
|
||||
node: devstack-precise
|
||||
|
||||
wrappers:
|
||||
@ -16,17 +16,17 @@
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export ENABLED_SERVICES=climate,climate-a,climate-m
|
||||
export PROJECTS="stackforge/climate $PROJECTS"
|
||||
export PROJECTS="stackforge/climate-nova $PROJECTS"
|
||||
export PROJECTS="stackforge/python-climateclient $PROJECTS"
|
||||
export ENABLED_SERVICES=blazar,blazar-a,blazar-m
|
||||
export PROJECTS="stackforge/blazar $PROJECTS"
|
||||
export PROJECTS="stackforge/blazar-nova $PROJECTS"
|
||||
export PROJECTS="stackforge/python-blazarclient $PROJECTS"
|
||||
|
||||
function pre_test_hook {
|
||||
# Install climate devstack integration
|
||||
CLIMATE_BASE=/opt/stack/new/climate/contrib/devstack
|
||||
# Install blazar devstack integration
|
||||
BLAZAR_BASE=/opt/stack/new/blazar/contrib/devstack
|
||||
DEVSTACK_BASE=/opt/stack/new/devstack
|
||||
cp $CLIMATE_BASE/lib/* $DEVSTACK_BASE/lib
|
||||
cp $CLIMATE_BASE/extras.d/* $DEVSTACK_BASE/extras.d
|
||||
cp $BLAZAR_BASE/lib/* $DEVSTACK_BASE/lib
|
||||
cp $BLAZAR_BASE/extras.d/* $DEVSTACK_BASE/extras.d
|
||||
}
|
||||
export -f pre_test_hook
|
||||
|
@ -126,7 +126,7 @@
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: climate
|
||||
name: blazar
|
||||
github-org: stackforge
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
@ -135,7 +135,7 @@
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: climate-nova
|
||||
name: blazar-nova
|
||||
github-org: stackforge
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
@ -144,7 +144,7 @@
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: python-climateclient
|
||||
name: python-blazarclient
|
||||
github-org: stackforge
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -462,19 +462,19 @@
|
||||
- project: stackforge/bindep
|
||||
description: Binary dependency automation
|
||||
upstream: git://github.com/rbtcollins/bindep.git
|
||||
- project: stackforge/blazar
|
||||
description: Reservation Service for OpenStack
|
||||
upstream: git://github.com/jd/climate.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/blazar.config
|
||||
- project: stackforge/blazar-nova
|
||||
description: Specific Nova part of the Blazar Reservation Service for OpenStack
|
||||
upstream: git://github.com/scroiset/climate-nova.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/blazar.config
|
||||
- project: stackforge/bufunfa
|
||||
upstream: git://github.com/ekarlso/bufunfa.git
|
||||
- project: stackforge/cl-openstack-client
|
||||
description: Common Lisp OpenStack client libraries
|
||||
upstream: git://github.com/jd/cl-openstack-client.git
|
||||
- project: stackforge/climate
|
||||
description: Reservation Service for OpenStack
|
||||
upstream: git://github.com/jd/climate.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/climate.config
|
||||
- project: stackforge/climate-nova
|
||||
description: Specific Nova part of the Climate Reservation Service for OpenStack
|
||||
upstream: git://github.com/scroiset/climate-nova.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/climate.config
|
||||
- project: stackforge/cloudcafe
|
||||
upstream: https://github.com/samu4924/cloudcafe
|
||||
description: OpenStack based test automation framework. Based on OpenCAFE engine
|
||||
@ -875,9 +875,9 @@
|
||||
- project: stackforge/pyghmi
|
||||
description: A Pure python IPMI library
|
||||
upstream: git://git.code.sf.net/p/xcat/python-ipmi
|
||||
- project: stackforge/python-climateclient
|
||||
description: Client for OpenStack Climate
|
||||
acl-config: /home/gerrit2/acls/stackforge/climate.config
|
||||
- project: stackforge/python-blazarclient
|
||||
description: Client for OpenStack Blazar
|
||||
acl-config: /home/gerrit2/acls/stackforge/blazar.config
|
||||
- project: stackforge/python-designateclient
|
||||
- project: stackforge/python-jenkins
|
||||
upstream: git://github.com/jeblair/python-jenkins.git
|
||||
|
@ -562,7 +562,7 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-manila-tempest-dsvm-neutron
|
||||
voting: false
|
||||
- name: gate-climate-devstack-dsvm
|
||||
- name: gate-blazar-devstack-dsvm
|
||||
voting: false
|
||||
- name: gate-storyboard-python33
|
||||
voting: false
|
||||
@ -3401,34 +3401,34 @@ projects:
|
||||
post:
|
||||
- hook-bufunfa-rtfd
|
||||
|
||||
- name: stackforge/climate
|
||||
- name: stackforge/blazar
|
||||
template:
|
||||
- name: python-jobs
|
||||
- name: check-requirements
|
||||
check:
|
||||
- gate-climate-devstack-dsvm
|
||||
- gate-blazar-devstack-dsvm
|
||||
pre-release:
|
||||
- climate-tarball
|
||||
- blazar-tarball
|
||||
release:
|
||||
- climate-tarball
|
||||
- blazar-tarball
|
||||
|
||||
- name: stackforge/climate-nova
|
||||
- name: stackforge/blazar-nova
|
||||
template:
|
||||
- name: check-requirements
|
||||
check:
|
||||
- gate-climate-nova-pep8
|
||||
- gate-climate-nova-python26
|
||||
- gate-climate-nova-python27
|
||||
- gate-blazar-nova-pep8
|
||||
- gate-blazar-nova-python26
|
||||
- gate-blazar-nova-python27
|
||||
gate:
|
||||
- gate-climate-nova-pep8
|
||||
- gate-climate-nova-python26
|
||||
- gate-climate-nova-python27
|
||||
- gate-blazar-nova-pep8
|
||||
- gate-blazar-nova-python26
|
||||
- gate-blazar-nova-python27
|
||||
post:
|
||||
- climate-nova-branch-tarball
|
||||
- blazar-nova-branch-tarball
|
||||
pre-release:
|
||||
- climate-nova-tarball
|
||||
- blazar-nova-tarball
|
||||
release:
|
||||
- climate-nova-tarball
|
||||
- blazar-nova-tarball
|
||||
|
||||
- name: stackforge/cl-openstack-client
|
||||
check:
|
||||
@ -4478,23 +4478,23 @@ projects:
|
||||
- post-mirror-python27
|
||||
- post-mirror-python33
|
||||
|
||||
- name: stackforge/python-climateclient
|
||||
- name: stackforge/python-blazarclient
|
||||
template:
|
||||
- name: check-requirements
|
||||
check:
|
||||
- gate-python-climateclient-pep8
|
||||
- gate-python-climateclient-python26
|
||||
- gate-python-climateclient-python27
|
||||
- gate-python-blazarclient-pep8
|
||||
- gate-python-blazarclient-python26
|
||||
- gate-python-blazarclient-python27
|
||||
gate:
|
||||
- gate-python-climateclient-pep8
|
||||
- gate-python-climateclient-python26
|
||||
- gate-python-climateclient-python27
|
||||
- gate-python-blazarclient-pep8
|
||||
- gate-python-blazarclient-python26
|
||||
- gate-python-blazarclient-python27
|
||||
post:
|
||||
- python-climateclient-branch-tarball
|
||||
- python-blazarclient-branch-tarball
|
||||
pre-release:
|
||||
- python-climateclient-tarball
|
||||
- python-blazarclient-tarball
|
||||
release:
|
||||
- python-climateclient-tarball
|
||||
- python-blazarclient-tarball
|
||||
|
||||
- name: stackforge/python-designateclient
|
||||
check:
|
||||
|
@ -40,6 +40,7 @@ class openstack_project::eavesdrop (
|
||||
'#magnetodb',
|
||||
'#murano',
|
||||
'#openstack',
|
||||
'#openstack-blazar',
|
||||
'#openstack-ceilometer',
|
||||
'#openstack-climate',
|
||||
'#openstack-containers',
|
||||
|
Loading…
x
Reference in New Issue
Block a user