summaryrefslogtreecommitdiffstats
path: root/client/shared/scripts/deployImage
Commit message (Collapse)AuthorAgeFilesLines
* #1062 Support tiptorrent image transfer modeJavier Sánchez Parra2022-06-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for tiptorrent image transfer mode to client's bash scripts (aka cloning engine). If desired, clients receive images to restore with the new unicast transfer mode tiptorrent. See also: http://git.soleta.eu/tiptorrent/ #1062 Add tiptorrent support to WebConsole Add tiptorrent option to WebConsole restore image form. #1062 Launch tiptorrent on oglive init This commit adds tiptorrent launch to oglive init process. Clients launch tiptorrent daemon if they have cache partition. #1062 Fix minor tiptorrent integration bugs * Fix md5sum pipe typo * Use correct variable for checksum download #1062 Calculate checksum on image creation Otherwise, OpenGnsys depends on cron and bittorrent specific scripts to obtain images checksums. Support cache cleaning for tiptorrent image parts Tiptorrent downloads and saves images to the cache in parts. With this commit, WebConsole shows and deletes all parts as one. #1062 Rename TIPTORRENT-CACHE in restore image form This commit changes TIPTORRENT for TIPTORRENT-CACHE to keep naming consistency. #1062 tiptorrent stores whole file instead of chunks Tiptorrent now stores the whole file instead of the split chunks. Removes any chunk related code from cloning engine scripts. Requires newer version of tiptorrent installed (tiptorrent-static >= 1.0.0-6). Always compute MD5 of cached image Do not rely on MD5 checksum file from the cache on tiptorrent transfers. Otherwise, cloning engine could restore a corrupted image. #1062 Check tiptorrent exit code Otherwise, the image restoration continues in failed downloads.
* #914 deployImagen shows error message when image file is corrupt or was ↵Irina Gómez2019-11-081-1/+6
| | | | created with other partclone version.
* #923 deployImage exits if detects error in updateCache. updateCache exits if ↵Irina Gómez2019-08-091-0/+4
| | | | it detects error when copying torrent file.
* #905 Fix deployImage: When protocol is '*-CACHE' remove string after the hyphenIrina Gómez2019-03-221-0/+2
|
* Se corrigen erratas por usar el código de error de ogGetPathirina2018-03-281-1/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5688 a21b9725-9963-47de-94b9-378ad31fedc9
* #797 deployImage: Muestra información de la imagen en los archivos de log.irina2017-07-261-8/+15
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5412 a21b9725-9963-47de-94b9-378ad31fedc9
* #781 rama version 1.1: ogMcastRequest y ogMcastReceiverFile se salen con ↵irina2017-04-211-0/+7
| | | | | | error si falla la transferencia multicast. updateCache, restoreImage y deployImage controlan estos errores. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5274 a21b9725-9963-47de-94b9-378ad31fedc9
* #679 Cambio Repo: script de clonación y librerías de imagenes ↵irina2015-06-161-10/+16
| | | | | | monolíticas comprobados con todos los protocolos git-svn-id: https://opengnsys.es/svn/branches/version1.1@4653 a21b9725-9963-47de-94b9-378ad31fedc9
* #673: Actualizar código incluido en OepnGnSys? 1.0.6 sobre la rama ↵ramon2015-05-061-12/+17
| | | | | | {{{version1.1}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4617 a21b9725-9963-47de-94b9-378ad31fedc9
* #673: Actualizar código incluido en OepnGnSys 1.0.6 sobre la rama ↵ramon2015-04-201-15/+36
| | | | | | {{{version1.1}}} para desarrollar la nueva versión. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4609 a21b9725-9963-47de-94b9-378ad31fedc9
* #653: Rehacer la plantilla {{{configureOsCustom.template}}} para que pueda ↵ramon2014-12-111-1/+1
| | | | | | recibir 2 parámetros obligatorios (nº disco y nº partición) y otros 2 opcioneales (repositorio y nombre de imagen). git-svn-id: https://opengnsys.es/svn/branches/version1.0@4459 a21b9725-9963-47de-94b9-378ad31fedc9
* deployImage: se corrige el mensaje de formato incluyendo protocolos ↵irina2014-10-091-1/+1
| | | | | | UNICAST-DIRECT y MULTICAST-DIRECT git-svn-id: https://opengnsys.es/svn/branches/version1.0@4401 a21b9725-9963-47de-94b9-378ad31fedc9
* #640: Más scripts adaptados al nuevo formato de la función {{{ogEcho}}}.ramon2014-03-181-7/+7
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4193 a21b9725-9963-47de-94b9-378ad31fedc9
* #640 algunos script adaptados al nuevo formato de la funcion {{{ogRaiseError}}}irina2014-03-131-7/+7
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4184 a21b9725-9963-47de-94b9-378ad31fedc9
* #640: Algunos scripts adaptados al nuevo formato de la función {{{ogEcho}}}.ramon2014-03-121-18/+18
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4182 a21b9725-9963-47de-94b9-378ad31fedc9
* #565 #637 correccion erratas de mensajes de erroririna2014-03-051-3/+3
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4176 a21b9725-9963-47de-94b9-378ad31fedc9
* #565 #636 revisión mensajes de error en las sincronizadas.irina2014-03-041-12/+9
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4173 a21b9725-9963-47de-94b9-378ad31fedc9
* #565 #537 #636 Log en tiempo real para imagenes sincronizadas.irina2014-02-211-2/+0
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4153 a21b9725-9963-47de-94b9-378ad31fedc9
* #636 #537 errata en deployImageirina2014-02-171-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4150 a21b9725-9963-47de-94b9-378ad31fedc9
* #636 #537 Log en tiempo real. En los script de restauracion los mensajes se ↵irina2014-02-171-13/+22
| | | | | | envian a session.log y las salidas de los comandos a commad.log. utf-8 en la pagina que muestra los log git-svn-id: https://opengnsys.es/svn/branches/version1.0@4149 a21b9725-9963-47de-94b9-378ad31fedc9
* #636 log en tiempo real: mejora para unicast y mcast-direct.irina2014-02-111-2/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4145 a21b9725-9963-47de-94b9-378ad31fedc9
* #537: Corregir errata en descripción de parámetros del script ↵ramon2014-02-071-6/+5
| | | | | | {{{deployImage}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4142 a21b9725-9963-47de-94b9-378ad31fedc9
* #537 #565: Solución problema al obtener salida de error de comando ↵ramon2013-12-131-2/+2
| | | | | | redirigido a tubería. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4108 a21b9725-9963-47de-94b9-378ad31fedc9
* #537 #533: Integrar código del ticket:337 en rama de versión.ramon2013-12-111-54/+164
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@4103 a21b9725-9963-47de-94b9-378ad31fedc9
* #477 internacionalizacion deployImage adv2012-02-221-10/+33
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2639 a21b9725-9963-47de-94b9-378ad31fedc9
* #477 internacionalizacion deployImageadv2012-02-221-5/+5
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2638 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0.2 httpd-log #421 #422adv2011-10-191-6/+14
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2354 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0.2 boot-tools #404 #420 id.version instalador adv2011-08-031-0/+17
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2258 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0.1 deployImage corrección llamada a configureOsadv2011-05-181-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@1982 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0.1 #381 errores en deployImage y updateCacheadv2011-05-121-7/+9
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@1967 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0.1 #381 codigos erroradv2011-05-081-5/+10
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@1948 a21b9725-9963-47de-94b9-378ad31fedc9
* Rama version1.0:ramon2011-03-021-0/+20
* Redistribución de directorios para el cliente. * Modificación del instalador para adaptarse a la nueva estructura de directorios. * Desinstalador quita los recursos de OpenGnSys en Samba. * Documentación actualizada para la nueva versión. git-svn-id: https://opengnsys.es/svn/branches/version1.0@1526 a21b9725-9963-47de-94b9-378ad31fedc9