Converted into nova module repo.

- removed all submodules
  I will create an openstack repo to
  hold all modules (including nova) as
  submodules
- moved nova module to top dir
This commit is contained in:
Dan Bode
2011-06-16 20:29:58 -07:00
parent aff9389798
commit 072e519171
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

Submodule apt deleted from a11af502cd

View File

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

1
gcc

Submodule gcc deleted from 690249cd57

1
git

Submodule git deleted from 3ab03f32fa

1
glance

Submodule glance deleted from 70c652874d

1
mysql

Submodule mysql deleted from fb00c75ced

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'],
}
}

Submodule rabbitmq deleted from b804bd1ca3

1
stdlib

Submodule stdlib deleted from df2398b59c