]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
selinux: remove chcon calls
authorSébastien Han <seb@redhat.com>
Tue, 17 Apr 2018 13:32:53 +0000 (15:32 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 19 Apr 2018 12:59:37 +0000 (14:59 +0200)
commit641f141c0fd070cdf982401f4529da41614d237e
treeacb48ed7e8843fcf3f68b4602399a114bf381436
parent90e47c5fb0c95f4b1a17cdf2a019bdcebc77a773
selinux: remove chcon calls

We know bindmount with the :z option at the end of the -v command so
this will basically run the exact same command as we used to run. So to
speak:

chcon -Rt svirt_sandbox_file_t /var/lib/ceph

Signed-off-by: Sébastien Han <seb@redhat.com>
29 files changed:
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
roles/ceph-client/tasks/create_users_keys.yml
roles/ceph-client/tasks/pre_requisite.yml
roles/ceph-defaults/tasks/facts.yml
roles/ceph-mds/tasks/containerized.yml
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/tasks/docker/copy_configs.yml [new file with mode: 0644]
roles/ceph-mgr/tasks/docker/main.yml
roles/ceph-mgr/tasks/docker/selinux.yml [deleted file]
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/tasks/docker/copy_configs.yml
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-nfs/tasks/pre_requisite_container.yml
roles/ceph-nfs/templates/ceph-nfs.service.j2
roles/ceph-osd/tasks/copy_configs.yml [new file with mode: 0644]
roles/ceph-osd/tasks/docker/main.yml
roles/ceph-osd/tasks/docker/selinux.yml [deleted file]
roles/ceph-osd/tasks/scenarios/collocated.yml
roles/ceph-osd/tasks/scenarios/non-collocated.yml
roles/ceph-osd/templates/ceph-osd-run.sh.j2
roles/ceph-rbd-mirror/tasks/docker/copy_configs.yml [new file with mode: 0644]
roles/ceph-rbd-mirror/tasks/docker/main.yml
roles/ceph-rbd-mirror/tasks/docker/selinux.yml [deleted file]
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-restapi/tasks/docker/copy_configs.yml
roles/ceph-rgw/tasks/docker/copy_configs.yml [new file with mode: 0644]
roles/ceph-rgw/tasks/docker/main.yml
roles/ceph-rgw/tasks/docker/selinux.yml [deleted file]
roles/ceph-rgw/templates/ceph-radosgw.service.j2