update readme
This commit is contained in:
parent
ab7d9aaf52
commit
008511ac39
24
README.md
24
README.md
@ -18,15 +18,15 @@ Overview
|
|||||||
|
|
||||||
The OpenStack Puppet Modules are a flexible Puppet implementation capable of configuring the core [OpenStack](http://docs.openstack.org/) services:
|
The OpenStack Puppet Modules are a flexible Puppet implementation capable of configuring the core [OpenStack](http://docs.openstack.org/) services:
|
||||||
|
|
||||||
* Nova (compute)
|
* [Nova](https://github.com/stackforge/puppet-nova) (compute)
|
||||||
* Glance (image)
|
* [Glance](https://github.com/stackforge/puppet-glance) (image)
|
||||||
* Keystone (identity)
|
* [Keystone](https://github.com/stackforge/puppet-keystone) (identity)
|
||||||
* Cinder (volume)
|
* [Cinder](https://github.com/stackforge/puppet-cinder) (volume)
|
||||||
* Horizon (dashboard)
|
* [Horizon](https://github.com/stackforge/puppet-horizon) (dashboard)
|
||||||
* Heat (orchestration)
|
* [Heat](https://github.com/stackforge/puppet-heat) (orchestration)
|
||||||
* Ceilometer (telemetry)
|
* [Ceilometer](https://github.com/stackforge/puppet-ceilometer) (telemetry)
|
||||||
* Neutron (networking)
|
* [Neutron](https://github.com/stackforge/puppet-neutron) (networking)
|
||||||
* Swift (object storage)
|
* [Swift](https://github.com/stackforge/puppet-swift) (object storage)
|
||||||
|
|
||||||
Cinder, Glance and Nova can use Ceph as backend storage, using [puppet-ceph](https://github.com/enovance/puppet-ceph).
|
Cinder, Glance and Nova can use Ceph as backend storage, using [puppet-ceph](https://github.com/enovance/puppet-ceph).
|
||||||
|
|
||||||
@ -76,8 +76,9 @@ The swift portions of this module needs Puppet's [exported resources](http://doc
|
|||||||
cd /etc/puppet/modules
|
cd /etc/puppet/modules
|
||||||
git clone git@github.com:enovance/puppet-cloud.git cloud
|
git clone git@github.com:enovance/puppet-cloud.git cloud
|
||||||
cd cloud
|
cd cloud
|
||||||
gem install librarian-puppet
|
gem install --no-ri --no-rdoc r10k
|
||||||
librarian-puppet install --path ../
|
# a debian package is available in jessie
|
||||||
|
PUPPETFILE=./Puppetfile PUPPETFILE_DIR=../ r10k puppetfile install
|
||||||
|
|
||||||
**Pre-puppet setup**
|
**Pre-puppet setup**
|
||||||
|
|
||||||
@ -117,7 +118,6 @@ Issues should be opened here:
|
|||||||
https://github.com/enovance/puppet-cloud/issues
|
https://github.com/enovance/puppet-cloud/issues
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user