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

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 a86a15b was 31eb4dd, checked in by ramon <ramongomez@…>, 9 years ago

#718: Script configureOs configura por defecto el nuevo OGAgent y, si éste no está instalado en el SO y se solicita en la configuración, instala el antiguo cliente de SO.

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

  • Property mode set to 100644
File size: 1.4 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
27# Imagenes sincronizadas
28# Factor para calcular el time-out al crear la imagen.  100000k -> 4s
29CREATESPEED=100000*4
[32ac61d]30# Factor de compresion para las imagenes (windos en ext4).
[81ae95c]31FACTORSYNC=120
[32ac61d]32# Realizar copia de seguridad antes de crear la imagen.
[d72ef09]33BACKUP=false
34# Sistema de archivo de la imagenes sincronizadas. EXT4 o BTRFS
35IMGFS=EXT4
[3b8969b]36
37# Tiempo de sleep antes de realizar el reboot
38OGSLEEP="20"
[1a2fa9d8]39
40# Indica si se instala automáticamente el cliente OpenGnSys en el despliegue de un SO (por defecto, no instalar).
41INSTALLOSCLIENT=FALSE
[7bb2f3f]42
43# Funciones que no deben mostrar salida de avisos si son llamadas por otras funciones.
[30afd953]44NODEBUGFUNCTIONS="ogGetHivePath ogGetOsType ogUnmountAll ogUnmountCache"
[7bb2f3f]45
Note: See TracBrowser for help on using the repository browser.