]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
nfs-ganesha support removal
authorGuillaume Abrioux <gabrioux@ibm.com>
Thu, 14 Mar 2024 09:19:04 +0000 (10:19 +0100)
committerSeena Fallah <seenafallah@gmail.com>
Wed, 20 Mar 2024 19:22:34 +0000 (20:22 +0100)
commit675667e1d60b7080dad7293f2954de23718c5042
tree836294fada011982a9c035c220e5562d1123df6a
parent1ebddeccb38a34d66f96f0c34db2b6958685e5e1
nfs-ganesha support removal

nfs-ganesha support will be implemented in a separate playbook.

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
117 files changed:
CONTRIBUTING.md
Vagrantfile
contrib/vagrant_variables.yml.atomic
contrib/vagrant_variables.yml.linode
contrib/vagrant_variables.yml.openstack
dashboard.yml
docs/source/testing/scenarios.rst
group_vars/all.yml.sample
group_vars/nfss.yml.sample [deleted file]
infrastructure-playbooks/cephadm-adopt.yml
infrastructure-playbooks/cephadm.yml
infrastructure-playbooks/docker-to-podman.yml
infrastructure-playbooks/gather-ceph-logs.yml
infrastructure-playbooks/purge-cluster.yml
infrastructure-playbooks/purge-dashboard.yml
infrastructure-playbooks/rolling_update.yml
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
infrastructure-playbooks/take-over-existing-cluster.yml
plugins/callback/installer_checkpoint.py
roles/ceph-common/tasks/main.yml
roles/ceph-common/tasks/selinux.yml
roles/ceph-container-common/tasks/fetch_image.yml
roles/ceph-defaults/defaults/main.yml
roles/ceph-handler/handlers/main.yml
roles/ceph-handler/tasks/check_running_containers.yml
roles/ceph-handler/tasks/check_socket_non_container.yml
roles/ceph-handler/tasks/handler_nfss.yml [deleted file]
roles/ceph-handler/tasks/main.yml
roles/ceph-handler/templates/restart_nfs_daemon.sh.j2 [deleted file]
roles/ceph-infra/tasks/configure_firewall.yml
roles/ceph-nfs/LICENSE [deleted file]
roles/ceph-nfs/README.md [deleted file]
roles/ceph-nfs/defaults/main.yml [deleted file]
roles/ceph-nfs/meta/main.yml [deleted file]
roles/ceph-nfs/tasks/create_rgw_nfs_user.yml [deleted file]
roles/ceph-nfs/tasks/main.yml [deleted file]
roles/ceph-nfs/tasks/pre_requisite_container.yml [deleted file]
roles/ceph-nfs/tasks/pre_requisite_non_container.yml [deleted file]
roles/ceph-nfs/tasks/pre_requisite_non_container_debian.yml [deleted file]
roles/ceph-nfs/tasks/pre_requisite_non_container_red_hat.yml [deleted file]
roles/ceph-nfs/tasks/start_nfs.yml [deleted file]
roles/ceph-nfs/tasks/systemd.yml [deleted file]
roles/ceph-nfs/templates/ceph-nfs.service.j2 [deleted file]
roles/ceph-nfs/templates/ganesha.conf.j2 [deleted file]
roles/ceph-nfs/templates/idmap.conf.j2 [deleted file]
roles/ceph-nfs/templates/systemd-run.j2 [deleted file]
roles/ceph-validate/tasks/check_nfs.yml [deleted file]
roles/ceph-validate/tasks/main.yml
site-container.yml.sample
site.yml.sample
tests/conftest.py
tests/functional/add-mdss/container/vagrant_variables.yml
tests/functional/add-mdss/vagrant_variables.yml
tests/functional/add-mgrs/container/vagrant_variables.yml
tests/functional/add-mgrs/vagrant_variables.yml
tests/functional/add-mons/container/vagrant_variables.yml
tests/functional/add-mons/vagrant_variables.yml
tests/functional/add-osds/container/vagrant_variables.yml
tests/functional/add-osds/vagrant_variables.yml
tests/functional/add-rbdmirrors/container/vagrant_variables.yml
tests/functional/add-rbdmirrors/vagrant_variables.yml
tests/functional/add-rgws/container/vagrant_variables.yml
tests/functional/add-rgws/vagrant_variables.yml
tests/functional/all-in-one/container/vagrant_variables.yml
tests/functional/all-in-one/vagrant_variables.yml
tests/functional/all_daemons/container/hosts
tests/functional/all_daemons/container/vagrant_variables.yml
tests/functional/all_daemons/group_vars/nfss [deleted file]
tests/functional/all_daemons/hosts
tests/functional/all_daemons/vagrant_variables.yml
tests/functional/all_daemons_ipv6/container/hosts
tests/functional/all_daemons_ipv6/container/vagrant_variables.yml
tests/functional/all_daemons_ipv6/group_vars/nfss [deleted file]
tests/functional/all_daemons_ipv6/hosts
tests/functional/all_daemons_ipv6/vagrant_variables.yml
tests/functional/cephadm/hosts
tests/functional/cephadm/vagrant_variables.yml
tests/functional/collocation/container/hosts
tests/functional/collocation/container/vagrant_variables.yml
tests/functional/collocation/hosts
tests/functional/collocation/vagrant_variables.yml
tests/functional/dev_setup.yml
tests/functional/docker2podman/vagrant_variables.yml
tests/functional/external_clients/container/vagrant_variables.yml
tests/functional/external_clients/vagrant_variables.yml
tests/functional/infra_lv_create/vagrant_variables.yml
tests/functional/lvm-auto-discovery/container/vagrant_variables.yml
tests/functional/lvm-auto-discovery/vagrant_variables.yml
tests/functional/lvm-batch/container/vagrant_variables.yml
tests/functional/lvm-batch/vagrant_variables.yml
tests/functional/lvm-osds/container/vagrant_variables.yml
tests/functional/lvm-osds/vagrant_variables.yml
tests/functional/migrate_ceph_disk_to_ceph_volume/vagrant_variables.yml
tests/functional/podman/hosts
tests/functional/podman/vagrant_variables.yml
tests/functional/rbdmirror/container/secondary/vagrant_variables.yml
tests/functional/rbdmirror/container/vagrant_variables.yml
tests/functional/rbdmirror/secondary/vagrant_variables.yml
tests/functional/rbdmirror/vagrant_variables.yml
tests/functional/shrink_mds/container/vagrant_variables.yml
tests/functional/shrink_mds/vagrant_variables.yml
tests/functional/shrink_mgr/container/vagrant_variables.yml
tests/functional/shrink_mgr/vagrant_variables.yml
tests/functional/shrink_mon/container/vagrant_variables.yml
tests/functional/shrink_mon/vagrant_variables.yml
tests/functional/shrink_osd/container/vagrant_variables.yml
tests/functional/shrink_osd/vagrant_variables.yml
tests/functional/shrink_rbdmirror/container/vagrant_variables.yml
tests/functional/shrink_rbdmirror/vagrant_variables.yml
tests/functional/shrink_rgw/container/vagrant_variables.yml
tests/functional/shrink_rgw/vagrant_variables.yml
tests/functional/subset_update/container/vagrant_variables.yml
tests/functional/subset_update/group_vars/nfss [deleted file]
tests/functional/subset_update/vagrant_variables.yml
tests/functional/tests/nfs/test_nfs_ganesha.py [deleted file]
tests/pytest.ini
vagrant_variables.yml.sample