add something
This commit is contained in:
parent
f409e7a23f
commit
e792d146dd
@ -1,7 +1,7 @@
|
|||||||
- id: manila-start
|
- id: manila-start
|
||||||
type: puppet
|
type: puppet
|
||||||
role: [primary-controller, controller]
|
groups: [primary-controller, controller]
|
||||||
version: 2.0.0
|
version: 2.1.0
|
||||||
cross-depends:
|
cross-depends:
|
||||||
- name: deploy_start
|
- name: deploy_start
|
||||||
cross-depended-by:
|
cross-depended-by:
|
||||||
@ -13,8 +13,8 @@
|
|||||||
|
|
||||||
- id: manila-hiera
|
- id: manila-hiera
|
||||||
type: puppet
|
type: puppet
|
||||||
role: [primary-controller, controller]
|
groups: [primary-controller, controller]
|
||||||
version: 2.0.0
|
version: 2.1.0
|
||||||
cross-depends:
|
cross-depends:
|
||||||
- name: manila-start
|
- name: manila-start
|
||||||
cross-depended-by:
|
cross-depended-by:
|
||||||
@ -26,8 +26,8 @@
|
|||||||
|
|
||||||
- id: manila-keystone
|
- id: manila-keystone
|
||||||
type: puppet
|
type: puppet
|
||||||
role: [primary-controller, controller]
|
groups: [primary-controller, controller]
|
||||||
version: 2.0.0
|
version: 2.1.0
|
||||||
cross-depends:
|
cross-depends:
|
||||||
- name: manila-hiera
|
- name: manila-hiera
|
||||||
cross-depended-by:
|
cross-depended-by:
|
||||||
@ -37,3 +37,15 @@
|
|||||||
puppet_modules: "."
|
puppet_modules: "."
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
|
|
||||||
|
- id: manila-main
|
||||||
|
type: puppet
|
||||||
|
groups: [primary-controller, controller]
|
||||||
|
version: 2.1.0
|
||||||
|
cross-depends:
|
||||||
|
- name: manila-kestone
|
||||||
|
cross-depended-by:
|
||||||
|
- name: deploy_end
|
||||||
|
parameters:
|
||||||
|
puppet_manifest: "puppet/manifests/install.pp"
|
||||||
|
puppet_modules: "."
|
||||||
|
timeout: 3600
|
||||||
|
@ -24,9 +24,10 @@ Steps for installation and configuration of the manila:
|
|||||||
--adminurl http://$adminurl:8786/v2/%\(tenant_id\)s \
|
--adminurl http://$adminurl:8786/v2/%\(tenant_id\)s \
|
||||||
sharev2
|
sharev2
|
||||||
** TODO install manila
|
** TODO install manila
|
||||||
|
** TODO make /var/log and init files
|
||||||
** TODO edit config
|
** TODO edit config
|
||||||
** TODO do db staff
|
** TODO do db staff
|
||||||
** TODO iptables
|
** TODO iptables
|
||||||
* Notest
|
* Notest
|
||||||
** Receive the puppet-manila module when the plugin is bulded
|
** Receive the puppet-manila module when the plugin is bulded
|
||||||
** How to generate password in puppet?
|
** DONE How to generate password in puppet?
|
||||||
|
@ -8,7 +8,7 @@ curdir=$(pwd)
|
|||||||
tmpdir=$(mktemp -d); cd $tmpdir
|
tmpdir=$(mktemp -d); cd $tmpdir
|
||||||
|
|
||||||
git clone --depth 1 -b stable/mitaka https://github.com/openstack/manila.git
|
git clone --depth 1 -b stable/mitaka https://github.com/openstack/manila.git
|
||||||
fpm -s python -t deb manila/setup.py
|
fpm -s python -t deb --python-install-bin /usr/bin --python-install-lib /usr/lib/python2.7/dist-packages/ manila/setup.py
|
||||||
|
|
||||||
git clone --depth 1 -b stable/mitaka https://github.com/openstack/python-manilaclient.git
|
git clone --depth 1 -b stable/mitaka https://github.com/openstack/python-manilaclient.git
|
||||||
fpm -s python -t deb python-manilaclient/setup.py
|
fpm -s python -t deb python-manilaclient/setup.py
|
||||||
|
Loading…
Reference in New Issue
Block a user