Adding Murano project
Please, refer to https://wiki.openstack.org/wiki/Murano for more details about project Change-Id: I6605bb39c7b28643ec83eb1f971e8bc39af804d5 Reviewed-on: https://review.openstack.org/27471 Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
124c3da71a
commit
433bc80493
@ -224,3 +224,20 @@ chef-openstack:
|
|||||||
- stackforge/cookbook-openstack-object-storage
|
- stackforge/cookbook-openstack-object-storage
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
murano:
|
||||||
|
events:
|
||||||
|
- patchset-created
|
||||||
|
- change-merged
|
||||||
|
- x-vrif-minus-2
|
||||||
|
projects:
|
||||||
|
- stackforge/murano-agent
|
||||||
|
- stackforge/murano-api
|
||||||
|
- stackforge/murano-conductor
|
||||||
|
- stackforge/murano-dashboard
|
||||||
|
- stackforge/murano-deployment
|
||||||
|
- stackforge/murano-docs
|
||||||
|
- stackforge/murano-tests
|
||||||
|
- stackforge/python-muranoclient
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
[access "refs/*"]
|
||||||
|
create = group murano-core
|
||||||
|
pushTag = group murano-core
|
||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group murano-core
|
||||||
|
label-Approved = +0..+1 group murano-core
|
||||||
|
workInProgress = group murano-core
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1,3 +1,48 @@
|
|||||||
|
- project:
|
||||||
|
name: murano-api
|
||||||
|
github-org: stackforge
|
||||||
|
node: quantal
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- gate-{name}-pyflakes
|
||||||
|
- gate-{name}-docs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: murano-conductor
|
||||||
|
github-org: stackforge
|
||||||
|
node: quantal
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- gate-{name}-pyflakes
|
||||||
|
- gate-{name}-docs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: murano-dashboard
|
||||||
|
github-org: stackforge
|
||||||
|
node: quantal
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- gate-{name}-pyflakes
|
||||||
|
- gate-{name}-docs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: python-muranoclient
|
||||||
|
github-org: stackforge
|
||||||
|
node: quantal
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
- gate-{name}-pyflakes
|
||||||
|
- gate-{name}-docs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: climate
|
name: climate
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -1644,6 +1644,107 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/murano-agent
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/murano-api
|
||||||
|
check:
|
||||||
|
- gate-murano-api-pyflakes
|
||||||
|
- gate-murano-api-pep8
|
||||||
|
- gate-murano-api-python26
|
||||||
|
- gate-murano-api-python26-rhel6
|
||||||
|
- gate-murano-api-python27
|
||||||
|
gate:
|
||||||
|
- gate-murano-api-pep8
|
||||||
|
- gate-murano-api-pyflakes
|
||||||
|
- gate-murano-api-python26
|
||||||
|
- gate-murano-api-python27
|
||||||
|
post:
|
||||||
|
- murano-api-branch-tarball
|
||||||
|
pre-release:
|
||||||
|
- murano-api-tarball
|
||||||
|
release:
|
||||||
|
- murano-api-tarball
|
||||||
|
|
||||||
|
- name: stackforge/murano-conductor
|
||||||
|
check:
|
||||||
|
- gate-murano-conductor-pyflakes
|
||||||
|
- gate-murano-conductor-pep8
|
||||||
|
- gate-murano-conductor-python26
|
||||||
|
- gate-murano-conductor-python26-rhel6
|
||||||
|
- gate-murano-conductor-python27
|
||||||
|
gate:
|
||||||
|
- gate-murano-conductor-pep8
|
||||||
|
- gate-murano-conductor-pyflakes
|
||||||
|
- gate-murano-conductor-python26
|
||||||
|
- gate-murano-conductor-python27
|
||||||
|
post:
|
||||||
|
- murano-conductor-branch-tarball
|
||||||
|
pre-release:
|
||||||
|
- murano-conductor-tarball
|
||||||
|
release:
|
||||||
|
- murano-conductor-tarball
|
||||||
|
|
||||||
|
- name: stackforge/murano-dashboard
|
||||||
|
check:
|
||||||
|
- gate-murano-dashboard-pyflakes
|
||||||
|
- gate-murano-dashboard-pep8
|
||||||
|
- gate-murano-dashboard-python26
|
||||||
|
- gate-murano-dashboard-python26-rhel6
|
||||||
|
- gate-murano-dashboard-python27
|
||||||
|
gate:
|
||||||
|
- gate-murano-dashboard-pep8
|
||||||
|
- gate-murano-dashboard-pyflakes
|
||||||
|
- gate-murano-dashboard-python26
|
||||||
|
- gate-murano-dashboard-python27
|
||||||
|
post:
|
||||||
|
- murano-dashboard-branch-tarball
|
||||||
|
pre-release:
|
||||||
|
- murano-dashboard-tarball
|
||||||
|
release:
|
||||||
|
- murano-dashboard-tarball
|
||||||
|
|
||||||
|
- name: stackforge/murano-deployment
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/murano-docs
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/murano-tests
|
||||||
|
check:
|
||||||
|
- gate-noop
|
||||||
|
gate:
|
||||||
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/python-muranoclient
|
||||||
|
check:
|
||||||
|
- gate-python-muranoclient-pyflakes
|
||||||
|
- gate-python-muranoclient-pep8
|
||||||
|
- gate-python-muranoclient-python26
|
||||||
|
- gate-python-muranoclient-python26-rhel6
|
||||||
|
- gate-python-muranoclient-python27
|
||||||
|
gate:
|
||||||
|
- gate-python-muranoclient-pep8
|
||||||
|
- gate-python-muranoclient-pyflakes
|
||||||
|
- gate-python-muranoclient-python26
|
||||||
|
- gate-python-muranoclient-python27
|
||||||
|
post:
|
||||||
|
- python-muranoclient-branch-tarball
|
||||||
|
pre-release:
|
||||||
|
- python-muranoclient-tarball
|
||||||
|
release:
|
||||||
|
- python-muranoclient-tarball:
|
||||||
|
- python-muranoclient-pypi-upload
|
||||||
|
|
||||||
- name: stackforge/opencafe
|
- name: stackforge/opencafe
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
@ -220,3 +220,27 @@
|
|||||||
- project: stackforge/cookbook-openstack-metering
|
- project: stackforge/cookbook-openstack-metering
|
||||||
description: Chef Cookbook - OpenStack Metering
|
description: Chef Cookbook - OpenStack Metering
|
||||||
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
|
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
|
||||||
|
- project: stackforge/murano-agent
|
||||||
|
upstream: git://github.com/Mirantis/murano-agent.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
|
- project: stackforge/murano-api
|
||||||
|
upstream: git://github.com/Mirantis/murano-api.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
|
- project: stackforge/murano-conductor
|
||||||
|
upstream: git://github.com/Mirantis/murano-conductor.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
|
- project: stackforge/murano-dashboard
|
||||||
|
upstream: git://github.com/Mirantis/murano-dashboard.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
|
- project: stackforge/murano-deployment
|
||||||
|
upstream: git://github.com/Mirantis/murano-deployment.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
|
- project: stackforge/murano-docs
|
||||||
|
upstream: git://github.com/Mirantis/murano-docs.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
|
- project: stackforge/murano-tests
|
||||||
|
upstream: git://github.com/Mirantis/murano-tests.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
|
- project: stackforge/python-muranoclient
|
||||||
|
upstream: git://github.com/Mirantis/python-muranoclient.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user