]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
container: cleanup container systemd units
authorSeena Fallah <seenafallah@gmail.com>
Sun, 18 Feb 2024 02:41:41 +0000 (03:41 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 7 Mar 2024 20:03:33 +0000 (21:03 +0100)
commit71c5e6a816a1eb2c69f70499dc5aadd9bf81fb37
tree61f488941154b2ed3cfb2c295089f81e7ae416a8
parentd81b633c7a6de3b36fcf2cdcb8c7cf2452c29a0a
container: cleanup container systemd units

* Make common params of container args in a var to avoid duplication
* The /var/lib/ceph/crash mount was missing after 637ca81c9cf801e4d1d125dc8a2492b90fd78eea
* Add CEPH_USE_RANDOM_NONCE as it's needed when running inside container (can be removed for squid later)
* Add NODE_NAME as some part of ceph code relies on this var
* add default logging opts for

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
group_vars/all.yml.sample
roles/ceph-config/tasks/create_ceph_initial_dirs.yml
roles/ceph-crash/templates/ceph-crash.service.j2
roles/ceph-defaults/defaults/main.yml
roles/ceph-facts/tasks/facts.yml
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-osd/tasks/crush_rules.yml
roles/ceph-osd/templates/systemd-run.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2