Merge "Adding puppet-vswitch project to Stackforge"
This commit is contained in:
commit
334876ce8b
@ -209,6 +209,7 @@ puppet-openstack:
|
|||||||
- stackforge/puppet-openstack_dev_env
|
- stackforge/puppet-openstack_dev_env
|
||||||
- stackforge/puppet-swift
|
- stackforge/puppet-swift
|
||||||
- stackforge/puppet-tempest
|
- stackforge/puppet-tempest
|
||||||
|
- stackforge/puppet-vswitch
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- stable/grizzly
|
- stable/grizzly
|
||||||
|
@ -1164,6 +1164,17 @@
|
|||||||
- gate-{name}-puppet-syntax
|
- gate-{name}-puppet-syntax
|
||||||
- puppet-module-unit
|
- puppet-module-unit
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: puppet-vswitch
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-puppet-lint
|
||||||
|
- gate-{name}-puppet-syntax
|
||||||
|
- puppet-module-unit
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: openstack-chef-repo
|
name: openstack-chef-repo
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -291,6 +291,11 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-python-tuskarclient-python33
|
- name: gate-python-tuskarclient-python33
|
||||||
voting: false
|
voting: false
|
||||||
|
# puppet-openstack targets
|
||||||
|
- name: gate-puppet-vswitch-puppet-lint
|
||||||
|
voting: false
|
||||||
|
- name: gate-puppet-vswitch-puppet-syntax
|
||||||
|
voting: false
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
- name: openstack-infra/zuul
|
- name: openstack-infra/zuul
|
||||||
@ -2689,6 +2694,18 @@ projects:
|
|||||||
- gate-puppet-tempest-puppet-unit-3.0
|
- gate-puppet-tempest-puppet-unit-3.0
|
||||||
- gate-puppet-tempest-puppet-unit-3.1
|
- gate-puppet-tempest-puppet-unit-3.1
|
||||||
|
|
||||||
|
- name: stackforge/puppet-vswitch
|
||||||
|
check:
|
||||||
|
- gate-puppet-vswitch-puppet-lint
|
||||||
|
- gate-puppet-vswitch-puppet-syntax
|
||||||
|
- gate-puppet-vswitch-puppet-unit-2.7
|
||||||
|
- gate-puppet-vswitch-puppet-unit-3.0
|
||||||
|
- gate-puppet-vswitch-puppet-unit-3.1
|
||||||
|
gate:
|
||||||
|
- gate-puppet-vswitch-puppet-unit-2.7
|
||||||
|
- gate-puppet-vswitch-puppet-unit-3.0
|
||||||
|
- gate-puppet-vswitch-puppet-unit-3.1
|
||||||
|
|
||||||
- name: stackforge/puppet-openstack_dev_env
|
- name: stackforge/puppet-openstack_dev_env
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
@ -259,6 +259,10 @@
|
|||||||
description: OpenStack Neutron Puppet Module
|
description: OpenStack Neutron Puppet Module
|
||||||
acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
upstream: git://github.com/bodepd/puppet-quantum.git
|
upstream: git://github.com/bodepd/puppet-quantum.git
|
||||||
|
- project: stackforge/puppet-vswitch
|
||||||
|
description: "Puppet provider for virtual switches."
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
|
upstream: git://github.com/hogepodge/puppet-vswitch.git
|
||||||
- project: stackforge/opencafe
|
- project: stackforge/opencafe
|
||||||
upstream: https://github.com/samu4924/opencafe
|
upstream: https://github.com/samu4924/opencafe
|
||||||
description: "Common Automation Framework Engine. Core driver for CloudCAFE"
|
description: "Common Automation Framework Engine. Core driver for CloudCAFE"
|
||||||
|
Loading…
Reference in New Issue
Block a user