diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2015-04-15 07:16:42 +0000 |
---|---|---|
committer | Pedro Alvarez <pedro.alvarez@codethink.co.uk> | 2015-04-17 15:35:24 +0000 |
commit | 4d37f04a808298da53d720b85ca1bfb0f866e3bc (patch) | |
tree | e5d294d0ada3983c7fc92bb32d36c54b6d46c6db /openstack/manifest | |
parent | 16ec568ee57045464cd2435358a28c25820a6a61 (diff) | |
download | definitions-4d37f04a808298da53d720b85ca1bfb0f866e3bc.tar.gz |
OpenStack: Split Cinder into config, db and lv setup
Change-Id: Iae387e39c4a62ef608496d31c748493fa88ce3e1
Diffstat (limited to 'openstack/manifest')
-rw-r--r-- | openstack/manifest | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/openstack/manifest b/openstack/manifest index 3968630c..4dc44b34 100644 --- a/openstack/manifest +++ b/openstack/manifest @@ -6,7 +6,10 @@ template 0100644 0 0 /etc/tempest/tempest.conf 0040755 0 0 /usr/share/openstack 0100644 0 0 /usr/share/openstack/hosts 0040755 0 0 /usr/share/openstack/cinder -0100644 0 0 /usr/share/openstack/cinder.yml +0100644 0 0 /usr/share/openstack/cinder-config.yml +0100644 0 0 /usr/share/openstack/cinder-db.yml +0100644 0 0 /usr/share/openstack/cinder-iscsi.yml +0100644 0 0 /usr/share/openstack/cinder-lvs.yml 0100644 0 0 /usr/share/openstack/cinder/cinder.conf 0100644 0 0 /usr/share/openstack/cinder/api-paste.ini 0100644 0 0 /usr/share/openstack/cinder/policy.json @@ -151,7 +154,10 @@ template 0100644 0 0 /etc/tempest/tempest.conf 0100644 0 0 /usr/lib/systemd/system/openstack-nova-cert.service 0100644 0 0 /usr/lib/systemd/system/openstack-nova-serialproxy.service 0100644 0 0 /usr/lib/systemd/system/rabbitmq-server.service -0100644 0 0 /usr/lib/systemd/system/openstack-cinder-setup.service +0100644 0 0 /usr/lib/systemd/system/openstack-cinder-config-setup.service +0100644 0 0 /usr/lib/systemd/system/openstack-cinder-db-setup.service +0100644 0 0 /usr/lib/systemd/system/openstack-cinder-iscsi-setup.service +0100644 0 0 /usr/lib/systemd/system/openstack-cinder-lv-setup.service 0100644 0 0 /usr/lib/systemd/system/openstack-cinder-api.service 0100644 0 0 /usr/lib/systemd/system/openstack-cinder-scheduler.service 0100644 0 0 /usr/lib/systemd/system/openstack-cinder-volume.service |