Merge pull request #18 from bodepd/feautre/master/reorganize

Converted into nova module repo.
This commit is contained in:
Dan Bode 2011-06-16 20:32:37 -07:00
commit 5e59e325f8
65 changed files with 4 additions and 81 deletions

21
.gitmodules vendored
View File

@ -1,21 +0,0 @@
[submodule "apt"]
path = apt
url = git://github.com/puppetlabs/puppet-apt.git
[submodule "mysql"]
path = mysql
url = git://github.com/puppetlabs/puppetlabs-mysql.git
[submodule "gcc"]
path = gcc
url = git://github.com/puppetlabs/puppetlabs-gcc.git
[submodule "git"]
path = git
url = git://github.com/puppetlabs/puppetlabs-git.git
[submodule "rabbitmq"]
path = rabbitmq
url = git://github.com/puppetlabs/puppetlabs-rabbitmq.git
[submodule "stdlib"]
path = stdlib
url = git://github.com/puppetlabs/puppetlabs-stdlib.git
[submodule "glance"]
path = glance
url = git://github.com/puppetlabs/puppetlabs-glance.git

5
README
View File

@ -1 +1,4 @@
This is actively under development, please do not use!!!!!
h1. Prerequisites
The openstack repo should be made available:
see: http://docs.openstack.org/cactus/openstack-compute/admin/content/installing-the-cloud-controller.html

1
apt

@ -1 +0,0 @@
Subproject commit a11af502cd839efbdab56da95aa1965e75d7ae1c

View File

@ -1,3 +0,0 @@
class bzr {
package { 'bzr': ensure => present }
}

1
gcc

@ -1 +0,0 @@
Subproject commit 690249cd576c76cc1f104b5d790033b546679d68

1
git

@ -1 +0,0 @@
Subproject commit 3ab03f32facab72cebc7c5acd00d3b5715e46985

1
glance

@ -1 +0,0 @@
Subproject commit 70c652874dc5e7c390759e96aee4c91e37105d40

1
mysql

@ -1 +0,0 @@
Subproject commit fb00c75cedc2c35fbd3ebd0031934c3e1192c377

View File

@ -1,4 +0,0 @@
h1. Prerequisites
The openstack repo should be made available:
see: http://docs.openstack.org/cactus/openstack-compute/admin/content/installing-the-cloud-controller.html

View File

@ -1,6 +0,0 @@
class puppet {
user { 'puppet':
ensure => present,
shell => '/usr/sbin/nologin',
}
}

View File

@ -1,39 +0,0 @@
# this is all of the python deps for openstack
# I should probably split these up to be more
# compartamelalzed
class python {
package {
[
'python-gflags',
'python-carrot',
'python-eventlet',
'python-ipy',
'python-sqlalchemy',
'python-mysqldb',
'python-webob',
'python-mox',
'python-routes',
'python-daemon',
'python-boto',
'python-m2crypto',
'python-cheetah',
'python-netaddr',
'python-pastedeploy',
'python-migrate',
'python-tempita',
'python-twisted',
'python-setuptools',
'python-nose',
'python-dev',
'python-pip',
'python-sphinx',
'python-argparse'
]:
ensure => present,
}
package { ['pep8', 'xenapi']:
provider => 'pip',
ensure => present,
require => Package['python-pip'],
}
}

@ -1 +0,0 @@
Subproject commit b804bd1ca334b34437abb7ad38535e3bae2ccf1d

1
stdlib

@ -1 +0,0 @@
Subproject commit df2398b59c295c3e27cea5e41a76167a797139d4