new project puppet-n1k-vsm creation
This project provides the puppet logic for the installation of Cisco Nexus 1000V virtual swtich VSM (Virtual Supervisor Module) virtual machine on a KVM host. Puppet logic is responsbile for the following tasks at its completion: * Prepare the packages needed for VSM to function * Host interfaces set-up * Virtual switch for VSM's connectity * VSM ISO image repackaging with puppet class parameters * VSM bring-up Change-Id: I3c321ea9c3d8488247d1975907cecbceb0d3e6c1
This commit is contained in:
parent
86aeb6803b
commit
021cb10250
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group puppet-n1k-vsm-core
|
||||||
|
label-Code-Review = -2..+2 group puppet-n1k-vsm-core
|
||||||
|
label-Workflow = -1..+1 group puppet-n1k-vsm-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group puppet-n1k-vsm-ptl
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -2881,6 +2881,16 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: puppet-n1k-vsm
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-puppet-lint
|
||||||
|
- gate-{name}-puppet-syntax
|
||||||
|
- puppet-module-unit
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: python-magnetodbclient
|
name: python-magnetodbclient
|
||||||
node: bare-precise
|
node: bare-precise
|
||||||
|
@ -1015,6 +1015,9 @@
|
|||||||
description: OpenStack Keystone Puppet Module
|
description: OpenStack Keystone Puppet Module
|
||||||
acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
acl-config: /home/gerrit2/acls/stackforge/puppet-modules.config
|
||||||
upstream: git://github.com/puppetlabs/puppetlabs-keystone.git
|
upstream: git://github.com/puppetlabs/puppetlabs-keystone.git
|
||||||
|
- project: stackforge/puppet-n1k-vsm
|
||||||
|
description: Foreman Puppet installer for Cisco N1KV Virtual Supervisor Module
|
||||||
|
upstream: git://github.com/CiscoSystems/puppet-n1k-vsm
|
||||||
- project: stackforge/puppet-neutron
|
- project: stackforge/puppet-neutron
|
||||||
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
|
||||||
|
@ -4209,6 +4209,24 @@ projects:
|
|||||||
- gate-puppet-keystone-puppet-unit-3.3
|
- gate-puppet-keystone-puppet-unit-3.3
|
||||||
- gate-puppet-keystone-puppet-unit-3.4
|
- gate-puppet-keystone-puppet-unit-3.4
|
||||||
|
|
||||||
|
- name: stackforge/puppet-n1k-vsm
|
||||||
|
check:
|
||||||
|
- gate-puppet-n1k-vsm-puppet-lint
|
||||||
|
- gate-puppet-n1k-vsm-puppet-syntax
|
||||||
|
- gate-puppet-n1k-vsm-puppet-unit-2.7
|
||||||
|
- gate-puppet-n1k-vsm-puppet-unit-3.1
|
||||||
|
- gate-puppet-n1k-vsm-puppet-unit-3.2
|
||||||
|
- gate-puppet-n1k-vsm-puppet-unit-3.3
|
||||||
|
- gate-puppet-n1k-vsm-puppet-unit-3.4
|
||||||
|
gate:
|
||||||
|
- gate-puppet-n1k-vsm-puppet-lint
|
||||||
|
- gate-puppet-n1k-vsm-puppet-syntax
|
||||||
|
- gate-puppet-n1k-vsm-puppet-unit-2.7
|
||||||
|
- gate-puppet-n1k-vsm-puppet-unit-3.1
|
||||||
|
- gate-puppet-n1k-vsm-puppet-unit-3.2
|
||||||
|
- gate-puppet-n1k-vsm-puppet-unit-3.3
|
||||||
|
- gate-puppet-n1k-vsm-puppet-unit-3.4
|
||||||
|
|
||||||
- name: stackforge/puppet-neutron
|
- name: stackforge/puppet-neutron
|
||||||
check:
|
check:
|
||||||
- gate-puppet-neutron-puppet-lint
|
- gate-puppet-neutron-puppet-lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user