summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-cinder-db-setup.service
blob: a3c66d67579b72b38809627f91e6642ad3ae38d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Run cinder-db-setup Ansible scripts
ConditionPathExists=/etc/openstack/cinder.conf
After=network-online.target postgres-server-setup.service openstack-keystone-setup.service openstack-cinder-config-setup.service
Wants=network-online.target

[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-db.yml

[Install]
WantedBy=multi-user.target