]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
podman: Add systemd dependency on network.target
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 6 Jun 2019 19:41:35 +0000 (15:41 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 7 Jun 2019 07:28:58 +0000 (09:28 +0200)
commitf49090df7ef82419c69dfd7a22250a79c17de42f
tree40b0b4f66c48986a551a4a8cd40ae1ba63796c25
parent44c63903cacb06fd6a32fcc591d31b2be3c7e82a
podman: Add systemd dependency on network.target

When using podman, the systemd unit scripts don't have a dependency
on the network. So we're not sure that the network is up and running
when the containers are starting.
With docker this behaviour is already handled because the systemd
unit scripts depend on docker service which is started after the
network.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
14 files changed:
roles/ceph-grafana/templates/grafana-server.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-api.service.j2
roles/ceph-iscsi-gw/templates/rbd-target-gw.service.j2
roles/ceph-iscsi-gw/templates/tcmu-runner.service.j2
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-nfs/templates/ceph-nfs.service.j2
roles/ceph-node-exporter/templates/node_exporter.service.j2
roles/ceph-osd/templates/ceph-osd.service.j2
roles/ceph-prometheus/templates/alertmanager.service.j2
roles/ceph-prometheus/templates/prometheus.service.j2
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2