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:
21
.gitmodules
vendored
21
.gitmodules
vendored
@@ -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
5
README
@@ -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
apt
Submodule apt deleted from a11af502cd
@@ -1,3 +0,0 @@
|
||||
class bzr {
|
||||
package { 'bzr': ensure => present }
|
||||
}
|
1
gcc
1
gcc
Submodule gcc deleted from 690249cd57
1
git
1
git
Submodule git deleted from 3ab03f32fa
1
glance
1
glance
Submodule glance deleted from 70c652874d
1
mysql
1
mysql
Submodule mysql deleted from fb00c75ced
@@ -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
|
@@ -1,6 +0,0 @@
|
||||
class puppet {
|
||||
user { 'puppet':
|
||||
ensure => present,
|
||||
shell => '/usr/sbin/nologin',
|
||||
}
|
||||
}
|
@@ -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
rabbitmq
1
rabbitmq
Submodule rabbitmq deleted from b804bd1ca3
1
stdlib
1
stdlib
Submodule stdlib deleted from df2398b59c
Reference in New Issue
Block a user