source: client/shared/etc/engine.cfg @ b242c72

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since b242c72 was b51a508, checked in by ramon <ramongomez@…>, 7 years ago

#730: Eliminar ficheros y código en desuso.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5583 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[c6a5f77]1## Definicion general
[7bb2f3f]2set -a
[7c5536c]3OGENGINECONFIGURATE="TRUE"
[0fb7e9f]4OGLOGSESSION="/tmp/session.log"
[c6a5f77]5OGLOGCOMMAND="/tmp/command.log"
6
[7f517c2]7##Configuracion de la PostConfiguracion OS WIndows
8#Hacer chkdisk tras la clonacion
[758267a]9OGWINCHKDISK=TRUE
10
[7f517c2]11#Configuracion de interface restauracion
12#Que hacer cuando la cache no tenga espacio libre.  [ NONE | FORMAT ]  ]
[9cd6cd3]13ACTIONCACHEFULL=NONE
[1a2fa9d8]14#Que protocolo de restauracion usar en el caso de que no exista cache o no exista espacio sufiente. [NONE | UNICAST | MULTICAST].NONE retorna error
15RESTOREPROTOCOLNOTCACHE=UNICAST
[9cd6cd3]16
17#script Creacion imagen
[758267a]18IMGPROG="partclone"
19IMGCOMP="lzop"
20IMGEXT="img"
21IMGREDUCE="TRUE"
22
[7f517c2]23#Configuracion del asistente de Clonacion remota usando master
24#Al enviar particion reducir el sistema de archivos previamente.
[cad1e1b]25OGWINREDUCE=TRUE
26
[2ee1f60]27# MULTICAST: timeout si la transferencia no comienza o se interrumpe.
28MCASTWAIT=30
29
[cad1e1b]30# Imagenes sincronizadas
31# Factor para calcular el time-out al crear la imagen.  100000k -> 4s
32CREATESPEED=100000*4
[32ac61d]33# Factor de compresion para las imagenes (windos en ext4).
[81ae95c]34FACTORSYNC=120
[32ac61d]35# Realizar copia de seguridad antes de crear la imagen.
[d72ef09]36BACKUP=false
37# Sistema de archivo de la imagenes sincronizadas. EXT4 o BTRFS
38IMGFS=EXT4
[3b8969b]39
40# Tiempo de sleep antes de realizar el reboot
41OGSLEEP="20"
[1a2fa9d8]42
[b51a508]43# La variable INSTALLOSCLIENT no se utiliza en OpenGnsys 1.1.0.
[7bb2f3f]44
45# Funciones que no deben mostrar salida de avisos si son llamadas por otras funciones.
[5827bb9]46NODEBUGFUNCTIONS="ogCreateImageSyntax ogGetHivePath ogGetOsType ogRestoreImageSyntax ogUnmountAll ogUnmountCache"
[7bb2f3f]47
[dd5efc6]48# Velocidad de comunicación por defecto (muestra aviso en Browser si no se cumple):
49#   "", no usar esta característica.
50#   "100Mb/s", Fast Ethernet.
51#   "1000Mb/s", Gigabit Ethernet.
52DEFAULTSPEED=""
53
Note: See TracBrowser for help on using the repository browser.