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
Line 
1## Definicion general
2set -a
3OGENGINECONFIGURATE="TRUE"
4OGLOGSESSION="/tmp/session.log"
5OGLOGCOMMAND="/tmp/command.log"
6
7##Configuracion de la PostConfiguracion OS WIndows
8#Hacer chkdisk tras la clonacion
9OGWINCHKDISK=TRUE
10
11#Configuracion de interface restauracion
12#Que hacer cuando la cache no tenga espacio libre.  [ NONE | FORMAT ]  ]
13ACTIONCACHEFULL=NONE
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
16
17#script Creacion imagen
18IMGPROG="partclone"
19IMGCOMP="lzop"
20IMGEXT="img"
21IMGREDUCE="TRUE"
22
23#Configuracion del asistente de Clonacion remota usando master
24#Al enviar particion reducir el sistema de archivos previamente.
25OGWINREDUCE=TRUE
26
27# MULTICAST: timeout si la transferencia no comienza o se interrumpe.
28MCASTWAIT=30
29
30# Imagenes sincronizadas
31# Factor para calcular el time-out al crear la imagen.  100000k -> 4s
32CREATESPEED=100000*4
33# Factor de compresion para las imagenes (windos en ext4).
34FACTORSYNC=120
35# Realizar copia de seguridad antes de crear la imagen.
36BACKUP=false
37# Sistema de archivo de la imagenes sincronizadas. EXT4 o BTRFS
38IMGFS=EXT4
39
40# Tiempo de sleep antes de realizar el reboot
41OGSLEEP="20"
42
43# La variable INSTALLOSCLIENT no se utiliza en OpenGnsys 1.1.0.
44
45# Funciones que no deben mostrar salida de avisos si son llamadas por otras funciones.
46NODEBUGFUNCTIONS="ogCreateImageSyntax ogGetHivePath ogGetOsType ogRestoreImageSyntax ogUnmountAll ogUnmountCache"
47
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.