Giter VIP home page Giter VIP logo

Comments (3)

nandajavarma avatar nandajavarma commented on May 22, 2024

Can I have the configuration file, please?

from gdeploy.

mykaul avatar mykaul commented on May 22, 2024

Configuration file for setting up ROBO

[hosts]
lago_basic_suite_hc_host0
lago_basic_suite_hc_host1
lago_basic_suite_hc_host2

[backend-setup]
devices=/dev/vdb,/dev/vdc,/dev/vdd
mountpoints=/mnt/engine,/mnt/vmstore,/mnt/data

[yum]
action=install
gpgcheck=no
repos=http://download.gluster.org/pub/gluster/glusterfs/nightly/glusterfs/epel-7-x86_64
packages=vdsm,vdsm-gluster,ovirt-hosted-engine-setup,screen,gluster-nagios-addons,xauth
update=yes

[service1]
action=restart
service=glusterd

[service2]
action=stop
service=multipathd

[service3]
action=disable
service=multipathd

[firewalld]
action=add
ports=111/tcp,2049/tcp,54321/tcp,5900/tcp,5900-6923/tcp,5666/tcp,16514/tcp
services=glusterfs,dhcp

[selinux]
yes

[update-file]
action=edit
dest=/etc/nagios/nrpe.cfg
replace=allowed_hosts
line=allowed_hosts='host.redhat.com'

[service4]
action=restart
service=nrpe

[script]
action=execute
file=/tmp/hc-setup.sh

Create GlusterFS volumes on the nodes

[volume1]
action=create
volname=engine
transport=tcp,rdma
replica=yes
replica_count=3
force=yes
key=group,storage.owner-uid,storage.owner-gid,features.shard,features.shard-block-size,performance.low-prio-threads,cluster.data-self-heal-algorithm
value=virt,36,36,on,512MB,32,full
brick_dirs=/mnt/engine/brick

[volume2]
action=create
volname=vmstore
transport=tcp,rdma
replica=yes
replica_count=3
force=yes
key=group,storage.owner-uid,storage.owner-gid,features.shard,features.shard-block-size,performance.low-prio-threads,cluster.data-self-heal-algorithm
value=virt,36,36,on,512MB,32,full
brick_dirs=/mnt/vmstore/brick

[volume3]
action=create
volname=data
transport=tcp,rdma
replica=yes
replica_count=3
force=yes
key=group,storage.owner-uid,storage.owner-gid,features.shard,features.shard-block-size,performance.low-prio-threads,cluster.data-self-heal-algorithm
value=virt,36,36,on,512MB,32,full
brick_dirs=/mnt/data/brick

[shell:lago_basic_suite_hc_host0]
action=execute
command=hosted-engine --deploy --otopi-environment='OVEHOSTED_CORE/screenProceed=bool:True --config-append=/tmp/hosted-engine-answer-file.conf

from gdeploy.

sac avatar sac commented on May 22, 2024

Fixed this error in master. Available in latest release.

from gdeploy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.