How To Install gdeploy on Fedora 34

gdeploy is Tool to deploy and manage GlusterFS cluster

Introduction

In this tutorial we learn how to install gdeploy on Fedora 34.

What is gdeploy

gdeploy is an Ansible based deployment tool. Initially gdeploy was written to install GlusterFS clusters, eventually it grew out to do lot of other things. On a given set of hosts, gdeploy can create physical volumes, volume groups, and logical volumes, install packages, subscribe to RHN channels, run shell commands, create GlusterFS volumes and more. See http

We can use yum or dnf to install gdeploy on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install gdeploy.

Install gdeploy on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gdeploy using dnf by running the following command:

sudo dnf -y install gdeploy

Install gdeploy on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gdeploy using yum by running the following command:

sudo yum -y install gdeploy

How To Uninstall gdeploy on Fedora 34

To uninstall only the gdeploy package we can use the following command:

sudo dnf remove gdeploy

gdeploy Package Contents on Fedora 34

/usr/bin/gdeploy
/usr/bin/gluster-replace-node
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/README.md
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__init__.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/backend_reset.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/backend_reset.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/geo_rep.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/geo_rep.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/kubectl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/kubectl.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/lv.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/lv.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/peer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/peer.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/pv.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/pv.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/quota.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/quota.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/snapshot.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/snapshot.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/vg.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/vg.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/volume.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/volume.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/volume_set.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/__pycache__/volume_set.cpython-39.pyc
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/backend_reset.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/geo_rep.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/kubectl.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/lv.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/peer.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/pv.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/quota.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/snapshot.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/vg.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/volume.py
/usr/lib/python3.9/site-packages/ansible/modules/gdeploy/volume_set.py
/usr/lib/python3.9/site-packages/gdeploy-2.0.2-py3.9.egg-info
/usr/lib/python3.9/site-packages/gdeploy-2.0.2-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/gdeploy-2.0.2-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/gdeploy-2.0.2-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/gdeploy-2.0.2-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/gdeploy-2.0.2-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/gdeploycore
/usr/lib/python3.9/site-packages/gdeploycore/__init__.py
/usr/lib/python3.9/site-packages/gdeploycore/__pycache__
/usr/lib/python3.9/site-packages/gdeploycore/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploycore/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploycore/__pycache__/backend_reset.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploycore/__pycache__/backend_reset.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploycore/__pycache__/backend_setup.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploycore/__pycache__/backend_setup.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploycore/__pycache__/core_function_caller.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploycore/__pycache__/core_function_caller.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploycore/backend_reset.py
/usr/lib/python3.9/site-packages/gdeploycore/backend_setup.py
/usr/lib/python3.9/site-packages/gdeploycore/core_function_caller.py
/usr/lib/python3.9/site-packages/gdeployfeatures
/usr/lib/python3.9/site-packages/gdeployfeatures/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/clients
/usr/lib/python3.9/site-packages/gdeployfeatures/clients/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/clients/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/clients/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/clients/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/clients/__pycache__/clients.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/clients/__pycache__/clients.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/clients/clients.json
/usr/lib/python3.9/site-packages/gdeployfeatures/clients/clients.py
/usr/lib/python3.9/site-packages/gdeployfeatures/ctdb
/usr/lib/python3.9/site-packages/gdeployfeatures/ctdb/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/ctdb/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/ctdb/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/ctdb/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/ctdb/__pycache__/ctdb.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/ctdb/__pycache__/ctdb.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/ctdb/ctdb.json
/usr/lib/python3.9/site-packages/gdeployfeatures/ctdb/ctdb.py
/usr/lib/python3.9/site-packages/gdeployfeatures/firewalld
/usr/lib/python3.9/site-packages/gdeployfeatures/firewalld/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/firewalld/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/firewalld/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/firewalld/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/firewalld/__pycache__/firewalld.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/firewalld/__pycache__/firewalld.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/firewalld/firewalld.json
/usr/lib/python3.9/site-packages/gdeployfeatures/firewalld/firewalld.py
/usr/lib/python3.9/site-packages/gdeployfeatures/geo_replication
/usr/lib/python3.9/site-packages/gdeployfeatures/geo_replication/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/geo_replication/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/geo_replication/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/geo_replication/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/geo_replication/__pycache__/geo_replication.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/geo_replication/__pycache__/geo_replication.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/geo_replication/geo_replication.json
/usr/lib/python3.9/site-packages/gdeployfeatures/geo_replication/geo_replication.py
/usr/lib/python3.9/site-packages/gdeployfeatures/lv
/usr/lib/python3.9/site-packages/gdeployfeatures/lv/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/lv/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/lv/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/lv/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/lv/__pycache__/lv.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/lv/__pycache__/lv.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/lv/lv.json
/usr/lib/python3.9/site-packages/gdeployfeatures/lv/lv.py
/usr/lib/python3.9/site-packages/gdeployfeatures/nfs_ganesha
/usr/lib/python3.9/site-packages/gdeployfeatures/nfs_ganesha/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/nfs_ganesha/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/nfs_ganesha/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/nfs_ganesha/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/nfs_ganesha/__pycache__/nfs_ganesha.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/nfs_ganesha/__pycache__/nfs_ganesha.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/nfs_ganesha/nfs_ganesha.json
/usr/lib/python3.9/site-packages/gdeployfeatures/nfs_ganesha/nfs_ganesha.py
/usr/lib/python3.9/site-packages/gdeployfeatures/openshift_ctl
/usr/lib/python3.9/site-packages/gdeployfeatures/openshift_ctl/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/openshift_ctl/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/openshift_ctl/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/openshift_ctl/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/openshift_ctl/__pycache__/openshift_ctl.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/openshift_ctl/__pycache__/openshift_ctl.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/openshift_ctl/openshift_ctl.json
/usr/lib/python3.9/site-packages/gdeployfeatures/openshift_ctl/openshift_ctl.py
/usr/lib/python3.9/site-packages/gdeployfeatures/peer
/usr/lib/python3.9/site-packages/gdeployfeatures/peer/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/peer/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/peer/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/peer/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/peer/__pycache__/peer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/peer/__pycache__/peer.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/peer/peer.json
/usr/lib/python3.9/site-packages/gdeployfeatures/peer/peer.py
/usr/lib/python3.9/site-packages/gdeployfeatures/pv
/usr/lib/python3.9/site-packages/gdeployfeatures/pv/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/pv/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/pv/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/pv/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/pv/__pycache__/pv.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/pv/__pycache__/pv.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/pv/pv.json
/usr/lib/python3.9/site-packages/gdeployfeatures/pv/pv.py
/usr/lib/python3.9/site-packages/gdeployfeatures/quota
/usr/lib/python3.9/site-packages/gdeployfeatures/quota/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/quota/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/quota/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/quota/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/quota/__pycache__/quota.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/quota/__pycache__/quota.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/quota/quota.json
/usr/lib/python3.9/site-packages/gdeployfeatures/quota/quota.py
/usr/lib/python3.9/site-packages/gdeployfeatures/rh_subscription
/usr/lib/python3.9/site-packages/gdeployfeatures/rh_subscription/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/rh_subscription/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/rh_subscription/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/rh_subscription/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/rh_subscription/__pycache__/rh_subscription.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/rh_subscription/__pycache__/rh_subscription.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/rh_subscription/rh_subscription.json
/usr/lib/python3.9/site-packages/gdeployfeatures/rh_subscription/rh_subscription.py
/usr/lib/python3.9/site-packages/gdeployfeatures/script
/usr/lib/python3.9/site-packages/gdeployfeatures/script/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/script/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/script/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/script/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/script/__pycache__/script.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/script/__pycache__/script.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/script/script.json
/usr/lib/python3.9/site-packages/gdeployfeatures/script/script.py
/usr/lib/python3.9/site-packages/gdeployfeatures/service
/usr/lib/python3.9/site-packages/gdeployfeatures/service/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/service/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/service/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/service/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/service/__pycache__/service.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/service/__pycache__/service.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/service/service.json
/usr/lib/python3.9/site-packages/gdeployfeatures/service/service.py
/usr/lib/python3.9/site-packages/gdeployfeatures/shell
/usr/lib/python3.9/site-packages/gdeployfeatures/shell/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/shell/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/shell/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/shell/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/shell/__pycache__/shell.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/shell/__pycache__/shell.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/shell/shell.json
/usr/lib/python3.9/site-packages/gdeployfeatures/shell/shell.py
/usr/lib/python3.9/site-packages/gdeployfeatures/snapshot
/usr/lib/python3.9/site-packages/gdeployfeatures/snapshot/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/snapshot/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/snapshot/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/snapshot/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/snapshot/__pycache__/snapshot.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/snapshot/__pycache__/snapshot.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/snapshot/snapshot.json
/usr/lib/python3.9/site-packages/gdeployfeatures/snapshot/snapshot.py
/usr/lib/python3.9/site-packages/gdeployfeatures/update_file
/usr/lib/python3.9/site-packages/gdeployfeatures/update_file/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/update_file/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/update_file/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/update_file/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/update_file/__pycache__/update_file.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/update_file/__pycache__/update_file.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/update_file/update_file.json
/usr/lib/python3.9/site-packages/gdeployfeatures/update_file/update_file.py
/usr/lib/python3.9/site-packages/gdeployfeatures/vdo
/usr/lib/python3.9/site-packages/gdeployfeatures/vdo/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/vdo/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/vdo/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/vdo/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/vdo/__pycache__/vdo.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/vdo/__pycache__/vdo.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/vdo/vdo.json
/usr/lib/python3.9/site-packages/gdeployfeatures/vdo/vdo.py
/usr/lib/python3.9/site-packages/gdeployfeatures/vg
/usr/lib/python3.9/site-packages/gdeployfeatures/vg/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/vg/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/vg/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/vg/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/vg/__pycache__/vg.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/vg/__pycache__/vg.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/vg/vg.json
/usr/lib/python3.9/site-packages/gdeployfeatures/vg/vg.py
/usr/lib/python3.9/site-packages/gdeployfeatures/volume
/usr/lib/python3.9/site-packages/gdeployfeatures/volume/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/volume/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/volume/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/volume/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/volume/__pycache__/volume.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/volume/__pycache__/volume.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/volume/volume.json
/usr/lib/python3.9/site-packages/gdeployfeatures/volume/volume.py
/usr/lib/python3.9/site-packages/gdeployfeatures/yum
/usr/lib/python3.9/site-packages/gdeployfeatures/yum/__init__.py
/usr/lib/python3.9/site-packages/gdeployfeatures/yum/__pycache__
/usr/lib/python3.9/site-packages/gdeployfeatures/yum/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/yum/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/yum/__pycache__/yum.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/yum/__pycache__/yum.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeployfeatures/yum/yum.json
/usr/lib/python3.9/site-packages/gdeployfeatures/yum/yum.py
/usr/lib/python3.9/site-packages/gdeploylib
/usr/lib/python3.9/site-packages/gdeploylib/__init__.py
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/add_feature.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/add_feature.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/api.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/api.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/call_features.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/call_features.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/defaults.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/defaults.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/gdeploy_logging.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/gdeploy_logging.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/global_vars.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/global_vars.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/helpers.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/helpers.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/setup_parser.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/setup_parser.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/yaml_writer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/gdeploylib/__pycache__/yaml_writer.cpython-39.pyc
/usr/lib/python3.9/site-packages/gdeploylib/add_feature.py
/usr/lib/python3.9/site-packages/gdeploylib/api.py
/usr/lib/python3.9/site-packages/gdeploylib/call_features.py
/usr/lib/python3.9/site-packages/gdeploylib/defaults.py
/usr/lib/python3.9/site-packages/gdeploylib/gdeploy_logging.py
/usr/lib/python3.9/site-packages/gdeploylib/global_vars.py
/usr/lib/python3.9/site-packages/gdeploylib/helpers.py
/usr/lib/python3.9/site-packages/gdeploylib/setup_parser.py
/usr/lib/python3.9/site-packages/gdeploylib/yaml_writer.py
/usr/share/doc/gdeploy
/usr/share/doc/gdeploy/README.md
/usr/share/doc/gdeploy/TODO
/usr/share/gdeploy
/usr/share/gdeploy/playbooks
/usr/share/gdeploy/playbooks/99-cpu.conf
/usr/share/gdeploy/playbooks/README.md
/usr/share/gdeploy/playbooks/add-remote-file.yml
/usr/share/gdeploy/playbooks/auto_lvcreate_for_gluster.yml
/usr/share/gdeploy/playbooks/backend-reset.yml
/usr/share/gdeploy/playbooks/bootstrap-nfs-ganesha.yml
/usr/share/gdeploy/playbooks/cache_setup.yml
/usr/share/gdeploy/playbooks/check_package_installs_ganesha.yml
/usr/share/gdeploy/playbooks/chkconfig_service.yml
/usr/share/gdeploy/playbooks/client_volume_umount.yml
/usr/share/gdeploy/playbooks/configure-services.yml
/usr/share/gdeploy/playbooks/copy-ssh-key.yml
/usr/share/gdeploy/playbooks/create-brick-dirs.yml
/usr/share/gdeploy/playbooks/create-mount-points.yml
/usr/share/gdeploy/playbooks/define_service_ports.yml
/usr/share/gdeploy/playbooks/delete-line-remote-file.yml
/usr/share/gdeploy/playbooks/delete-remote-file.yml
/usr/share/gdeploy/playbooks/disable-nfs-ganesha.yml
/usr/share/gdeploy/playbooks/disable-repos.yml
/usr/share/gdeploy/playbooks/edit-remote-file.yml
/usr/share/gdeploy/playbooks/enable-nfs-ganesha.yml
/usr/share/gdeploy/playbooks/enable-repos.yml
/usr/share/gdeploy/playbooks/enable-ssl.yml
/usr/share/gdeploy/playbooks/firewalld-ports-op.yml
/usr/share/gdeploy/playbooks/firewalld-service-op.yml
/usr/share/gdeploy/playbooks/fscreate.yml
/usr/share/gdeploy/playbooks/ganesha-bootstrap-new-nodes.yml
/usr/share/gdeploy/playbooks/ganesha-cluster-add.yml
/usr/share/gdeploy/playbooks/ganesha-cluster-delete.yml
/usr/share/gdeploy/playbooks/ganesha-conf-create.yml
/usr/share/gdeploy/playbooks/ganesha-fetch-keys-new-nodes.yml
/usr/share/gdeploy/playbooks/ganesha-ha.conf
/usr/share/gdeploy/playbooks/ganesha-pcs-auth-new-nodes.yml
/usr/share/gdeploy/playbooks/ganesha-refresh-config.yml
/usr/share/gdeploy/playbooks/ganesha-volume-configs.yml
/usr/share/gdeploy/playbooks/generate-public-key.yml
/usr/share/gdeploy/playbooks/georep-fail-back.yml
/usr/share/gdeploy/playbooks/georep-init-session-create.yml
/usr/share/gdeploy/playbooks/georep-init-slave-mountbroker-setup.yml
/usr/share/gdeploy/playbooks/georep-init-slave-pem-setup.yml
/usr/share/gdeploy/playbooks/georep-init-slaves-glusterd-restart.yml
/usr/share/gdeploy/playbooks/georep-init-slaves-group-setup.yml
/usr/share/gdeploy/playbooks/georep-init-ssh-setup-master.yml
/usr/share/gdeploy/playbooks/georep-session-config.yml
/usr/share/gdeploy/playbooks/georep-session-delete.yml
/usr/share/gdeploy/playbooks/georep-session-pause.yml
/usr/share/gdeploy/playbooks/georep-session-resume.yml
/usr/share/gdeploy/playbooks/georep-session-start.yml
/usr/share/gdeploy/playbooks/georep-session-stop.yml
/usr/share/gdeploy/playbooks/gluster-add-brick.yml
/usr/share/gdeploy/playbooks/gluster-client-cifs-mount.yml
/usr/share/gdeploy/playbooks/gluster-client-fuse-mount.yml
/usr/share/gdeploy/playbooks/gluster-client-nfs-mount.yml
/usr/share/gdeploy/playbooks/gluster-peer-detach.yml
/usr/share/gdeploy/playbooks/gluster-peer-probe.yml
/usr/share/gdeploy/playbooks/gluster-quota-disable.yml
/usr/share/gdeploy/playbooks/gluster-quota-dsl.yml
/usr/share/gdeploy/playbooks/gluster-quota-enable.yml
/usr/share/gdeploy/playbooks/gluster-quota-limit-object.yml
/usr/share/gdeploy/playbooks/gluster-quota-limit-size.yml
/usr/share/gdeploy/playbooks/gluster-quota-ops.yml
/usr/share/gdeploy/playbooks/gluster-quota-remove.yml
/usr/share/gdeploy/playbooks/gluster-remove-brick.yml
/usr/share/gdeploy/playbooks/gluster-shared-volume-mount.yml
/usr/share/gdeploy/playbooks/gluster-snapshot-activate.yml
/usr/share/gdeploy/playbooks/gluster-snapshot-clone.yml
/usr/share/gdeploy/playbooks/gluster-snapshot-config.yml
/usr/share/gdeploy/playbooks/gluster-snapshot-create.yml
/usr/share/gdeploy/playbooks/gluster-snapshot-deactivate.yml
/usr/share/gdeploy/playbooks/gluster-snapshot-delete.yml
/usr/share/gdeploy/playbooks/gluster-snapshot-restore.yml
/usr/share/gdeploy/playbooks/gluster-volume-create.yml
/usr/share/gdeploy/playbooks/gluster-volume-delete.yml
/usr/share/gdeploy/playbooks/gluster-volume-export-ganesha.yml
/usr/share/gdeploy/playbooks/gluster-volume-rebalance.yml
/usr/share/gdeploy/playbooks/gluster-volume-replace-brick.yml
/usr/share/gdeploy/playbooks/gluster-volume-set.yml
/usr/share/gdeploy/playbooks/gluster-volume-start.yml
/usr/share/gdeploy/playbooks/gluster-volume-stop.yml
/usr/share/gdeploy/playbooks/glusterfs.slice
/usr/share/gdeploy/playbooks/glusterfs.slice.j2
/usr/share/gdeploy/playbooks/lvchange.yml
/usr/share/gdeploy/playbooks/lvconvert.yml
/usr/share/gdeploy/playbooks/lvcreate.yml
/usr/share/gdeploy/playbooks/lvremove.yml
/usr/share/gdeploy/playbooks/mount-in-samba-server.yml
/usr/share/gdeploy/playbooks/mount.yml
/usr/share/gdeploy/playbooks/move-file-from-local-to-remote.yml
/usr/share/gdeploy/playbooks/oc-create.yml
/usr/share/gdeploy/playbooks/oc-delete.yml
/usr/share/gdeploy/playbooks/oc-get-heketi.yml
/usr/share/gdeploy/playbooks/pcs-authentication.yml
/usr/share/gdeploy/playbooks/pvcreate.yml
/usr/share/gdeploy/playbooks/pvextend.yml
/usr/share/gdeploy/playbooks/pvremove.yml
/usr/share/gdeploy/playbooks/pvshrink.yml
/usr/share/gdeploy/playbooks/redhat_unregister.yml
/usr/share/gdeploy/playbooks/replace_smb_conf_volname.yml
/usr/share/gdeploy/playbooks/run-script.yml
/usr/share/gdeploy/playbooks/samba_for_ctdb.yml
/usr/share/gdeploy/playbooks/service_management.yml
/usr/share/gdeploy/playbooks/set-pcs-auth-passwd.yml
/usr/share/gdeploy/playbooks/set-selinux-labels.yml
/usr/share/gdeploy/playbooks/setup-backend-and-deploy-gluster.yml
/usr/share/gdeploy/playbooks/setup-backend.yml
/usr/share/gdeploy/playbooks/setup.yml
/usr/share/gdeploy/playbooks/setup_ctdb.yml
/usr/share/gdeploy/playbooks/shell_cmd.yml
/usr/share/gdeploy/playbooks/slice_setup.yml
/usr/share/gdeploy/playbooks/sm_register.yml
/usr/share/gdeploy/playbooks/snapshot-setup.yml
/usr/share/gdeploy/playbooks/ssl-gen-keys.yml
/usr/share/gdeploy/playbooks/ssl-restart-services.yml
/usr/share/gdeploy/playbooks/ssl-vol-set.yml
/usr/share/gdeploy/playbooks/ssl-vol-start.yml
/usr/share/gdeploy/playbooks/subscription_manager.yml
/usr/share/gdeploy/playbooks/tear-down-ha-cluster.yml
/usr/share/gdeploy/playbooks/thin_lvcreate.yml
/usr/share/gdeploy/playbooks/tune-profile.yml
/usr/share/gdeploy/playbooks/umount.yml
/usr/share/gdeploy/playbooks/vdo-create.yml
/usr/share/gdeploy/playbooks/vdo-delete.yml
/usr/share/gdeploy/playbooks/vgcreate.yml
/usr/share/gdeploy/playbooks/vgextend.yml
/usr/share/gdeploy/playbooks/vgremove.yml
/usr/share/gdeploy/playbooks/yum-operation.yml
/usr/share/gdeploy/playbooks/yum.repos.d
/usr/share/gdeploy/scripts
/usr/share/gdeploy/scripts/blacklist_all_disks.sh
/usr/share/gdeploy/scripts/disable-gluster-hooks.sh
/usr/share/gdeploy/scripts/disable-multipath.sh
/usr/share/gdeploy/scripts/grafton-sanity-check.sh
/usr/share/gdeploy/scripts/vdo.service
/usr/share/gdeploy/usecases
/usr/share/gdeploy/usecases/nuke-bricks
/usr/share/gdeploy/usecases/nuke-bricks/nuke-bricks.sh
/usr/share/gdeploy/usecases/replace-node
/usr/share/gdeploy/usecases/replace-node/README
/usr/share/gdeploy/usecases/replace-node/gluster-replace-node
/usr/share/gdeploy/usecases/replace-node/replace_node.conf.template
/usr/share/gdeploy/usecases/replace-node/replace_prep.sh
/usr/share/licenses/gdeploy
/usr/share/licenses/gdeploy/LICENSE
/usr/share/man/man1/gdeploy.1.gz
/usr/share/man/man5/gdeploy.conf.5.gz

References

Summary

In this tutorial we learn how to install gdeploy on Fedora 34 using yum and dnf.