[Gluster-devel] CTDB support in gdeploy

Sachidananda URS surs at redhat.com
Wed Jul 27 17:11:49 UTC 2016


Hi,

I have Improved CTDB support in gdeploy and have committed to master.
Now we will be able to setup ctdb end-to-end on a minimal RHEL/Fedora
machine.
gdeploy subscribes to necessary channels and installs the packages and
configures ctdb.

Please find the attached configuration file.

Fixes are available in master: https://github.com/gluster/gdeploy
gdeploy install instructions can be found at:
http://gdeploy.readthedocs.io/en/latest/installation.html#installing-from-source

Comments are welcome!

-sac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gluster.org/pipermail/gluster-devel/attachments/20160727/d481354c/attachment.html>
-------------- next part --------------
[hosts]
10.70.37.192
10.70.37.88

[backend-setup]
devices=/dev/vdb
vgs=vg1
pools=pool1
lvs=lv1
mountpoints=/mnt/brick

[RH-subscription1]
action=register
username=<user>@redhat.com
password=<password>
pool=<pool-id>

[RH-subscription2]
action=disable-repos
repos=

[RH-subscription3]
action=enable-repos
repos=rhel-7-server-rpms,rh-gluster-3-for-rhel-7-server-rpms,rh-gluster-3-samba-for-rhel-7-server-rpms

[yum]
action=install
repolist=
gpgcheck=no
update=no
packages=samba,samba-client,glusterfs-server,ctdb

[firewalld]
action=add
ports=54321/tcp,5900/tcp,5900-6923/tcp,5666/tcp,4379/tcp
services=glusterfs,samba,high-availability

[volume]
action=create
volname=ctdb
transport=tcp
replica_count=2
force=yes
brick_dirs=/mnt/brick/1

[ctdb]
action=setup
public_address=10.70.37.6/24 eth0,10.70.37.8/24 eth0


More information about the Gluster-devel mailing list