From cca2fa2e1d1b4e412ddf09cd70fe5754312f9b78 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 15 Apr 2015 07:16:42 +0000 Subject: OpenStack: Split Cinder into config, db and lv setup Change-Id: Iae387e39c4a62ef608496d31c748493fa88ce3e1 --- .../usr/lib/systemd/system/openstack-cinder-lv-setup.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service (limited to 'openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service') diff --git a/openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service b/openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service new file mode 100644 index 00000000..82e9b08d --- /dev/null +++ b/openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service @@ -0,0 +1,12 @@ +[Unit] +Description=Run cinder-lvs-setup Ansible scripts +ConditionPathExists=/etc/openstack/cinder.conf +Wants=lvm2-lvmetad.service + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/cinder-lvs.yml + +[Install] +WantedBy=multi-user.target -- cgit v1.2.1