summaryrefslogtreecommitdiffstats
path: root/installer
Commit message (Collapse)AuthorAgeFilesLines
* #1026 The installation and upgrade scripts display messages with the ↵Irina Gómez2021-03-042-0/+24
| | | | OpenGnsys version prerequisites; in case of update, they also show the current version.
* #997: Vagrant files adapted to use ogServer REST API to assign PXE template ↵Ramón M. Gómez2021-02-252-10/+12
| | | | to defined clients.
* #1029 Installation and update show a warning about debug level of syslog.Irina Gómez2021-02-152-4/+4
|
* #1027 opengnsys_update.sh and opengnsys_installer.sh configure ogclient.Irina Gómez2021-02-152-1/+8
|
* #1028 opengnsys_uninstall.sh remove ogserver service.OpenGnsys2021-02-151-0/+8
|
* #988 opengnsys_export.sh compatibility with 1.1.1c versionIrina Gómez2021-02-151-6/+10
|
* #1018 opengnsys_update.sh starts ogserver after compilation.Irina Gómez2021-02-101-0/+1
|
* #997 Updating release in Vagrantfile and VERSION.json.Irina Gómez2021-01-212-1/+174
|
* #997 Installer and updater download the latest versions of OGAgent and ogLive.Irina Gómez2020-12-172-4/+3
|
* #988 Add ogserver.json creation when running opengnsys_update.shJavier Sánchez Parra2020-11-031-3/+24
| | | | | | | | | | This patch enables the creation of a default json config for the ogserver when running opengnsys_update.sh, if no prior json config is detected. Eg. when updating from 1.1.1c to 1.2.0 Reviewed-by: Jose M. Guisado <jguisado@soleta.eu>
* #804 Fix updater php package retrievingJavier Sánchez Parra2020-10-301-1/+1
| | | | | | | | Updater script retrieves php7.1-mapi package instead of php7.2 metapackage. Otherwise, updating from 1.1.1c to 1.2.0 fails. This commit changes "apt-cache" search for the "php7.2" specific package dependency which is available in Ubuntu 18.04.
* #988 Read json config file in scriptsRoberto Hueso Gómez2020-10-223-5/+13
| | | | | | | | This patch implements the function source_json_config() that is used to read the new ogserver.json config file in the scripts. This replaces the old 'source .../ogserver.cfg'. Co-authored-by: Javier Sánchez Parra <jsanchez@soleta.eu>
* #988 Add ogServer JSON config to installerJavier Sánchez Parra2020-10-161-6/+18
| | | | | This commit changes legacy ogServer configuration file to new ogServer JSON configuration file.
* #997: Support for Initrd compressed in several formats.Ramón M. Gómez2020-09-032-2/+2
| | | | Adding compatibility with Ubuntu 20.04 Initrd, which is compressed in LZ4 format.
* #1003 Fix ogClient updateJavier Sánchez Parra2020-08-281-1/+1
| | | | | | | | ogClient is not updated when the update script runs. The update script is using "mv", which can not merge folders and is putting the update inside a folder. This patch updates the script to use "rsync", which can merge folders.
* #1002 Fix update script to not remove ogAdmRepo.cfgJavier Sánchez Parra2020-08-281-1/+4
| | | | | | | The ogAdmRepo config file is removed on update. Update script deletes ogAdmRepo.cfg file as it was deprecated, but it is still in use. This patch updates the script to not remove ogAdmRepo config file.
* #997 #755 opengnsys_export: database dump does not export tablespaces due to ↵Irina Gómez2020-08-101-1/+3
| | | | mysql 5.7.31 compatibility (no tablespaces used).
* #993 opengnsys_installer.sh: Fixs inconsistent number of array items in ↵Irina Gómez2020-08-041-1/+0
| | | | copyServerFiles.
* #993 Remove ogAdmServerAuxRoberto Hueso Gómez2020-07-312-3/+0
| | | | | | This patch removes ogAdmServerAux which is no longer needed. This script is replaced by the modifications performed on 'setclientmode' and a call to the ogServer API POST /modes.
* #943: Updater also looks for the old version file.Ramón M. Gómez2020-07-211-2/+3
|
* #971: Updater backward compatibility.Ramón M. Gómez2020-06-251-11/+15
|
* #987 Use systemctl to disable/enable services in UbuntuJavier Sánchez Parra2020-06-242-3/+3
| | | | | | OpenGnsys install and update scripts were still using update-rc to disable and enable services in Debian/Ubuntu. But, since Debian 8 and Ubuntu 15, this should be done with systemd systemctl.
* #986 More renaming to ogserverJavier Sánchez Parra2020-06-231-1/+1
| | | | | Another step into renaming all references of ogAdmServer to ogServer. This commit mostly rename references to ogAdmServer.cfg in scripts.
* #986 Rename to ogserverJavier Sánchez Parra2020-06-194-11/+11
| | | | Step forward to rename all ogAdmServer references to ogServer
* #981 Use new ogServer systemd unit fileJavier Sánchez Parra2020-06-192-0/+25
| | | | | This commit adapts installer, updater and init scripts to work with new ogServer systemd unit file.
* #985 Install and update scripts now use ogServer repoJavier Sánchez Parra2020-06-192-18/+42
| | | | | | OpenGnsys is separating the different parts of the project in different git repositories. Now ogServer, formerly ogAdmServer, has is own repo, so is necessary to adapt install and update script to use this new repo.
* #984: Installer and updater download the OGAgent tarball defined in the ↵Ramón M. Gómez2020-06-162-5/+15
| | | | version file.
* #983: Merge branch `v1.1.1c` into `master`.Ramón M. Gómez2020-06-153-9/+9
|\
| * #983: Updating release Vagrantfile.Ramón M. Gómez2020-06-092-1/+1
| |
| * #983: Releasing OpenGnsys 1.1.1cRamón M. Gómez2020-06-092-2/+2
| |
| * #943: Fix a bug in getting Git tag data before updating.Ramón M. Gómez2020-06-091-7/+7
| |
* | Revert "#959: Fix update bug when obtaining Git tags data."Ramón M. Gómez2020-06-091-6/+6
| | | | | | | | This reverts commit d4daa3475e859b94226aa081dd7d0765f0be4581.
* | Revert "#959: Update script checks all defined tags."Ramón M. Gómez2020-06-091-1/+1
| | | | | | | | This reverts commit efbe3cae676d640ff6ad16fae527a23d421af2bc.
* | #959: Update script checks all defined tags.Ramón M. Gómez2020-06-081-1/+1
| |
* | #959: Fix update bug when obtaining Git tags data.Ramón M. Gómez2020-06-081-6/+6
| |
* | #971 Remove ogAdmClient code from update scriptJavier Sánchez Parra2020-06-081-15/+0
| | | | | | | | | | ogAdmClient is deprecated, new versions of OpenGnsys use ogClient as clients software.
* | #971 Add ogClient update to the update scriptJavier Sánchez Parra2020-06-081-0/+30
| | | | | | | | | | | | | | New versions of OpenGnsys use ogClient as daemon for clients. Now update script downloads new version of ogClient from GitHub to update the code, maintaining the configuration file ogclient.json.
* | #971 Update ogClient repo URL in installerJavier Sánchez Parra2020-06-041-1/+1
| | | | | | | | Use opengnsys github repository for installer.
* | #980 use json file format in ogClientJavier Sánchez Parra2020-06-021-2/+1
| |
* | #970 Add automake depencency for ogAdmServerJavier Sánchez Parra2020-06-022-4/+4
| | | | | | | | New version of ogAdmServer need automake to generate the Makefile.
* | #981 Add systemd unit fileJavier Sánchez Parra2020-06-022-0/+16
| | | | | | | | | | | | | | | | The ogAdmServer needs to be started after MySQL, because it queries the DB at the beginning to obtain the schedules. This commit adds a systemd unit file that force OpenGnsys service to start after MySQL service
* | #971 Remove ogAdmAgent initializationJavier Sánchez Parra2020-06-022-26/+8
| | | | | | | | | | | | | | | | | | | | | | All the functionalities of the ogAdmAgent are now in the ogAdmServer. So, the it is not needed anymore. This commit remove the installation and update of the ogAdmAgent, adds a check to remove it if exists and removes it from the OpenGnsys init script. A future patch will remove all the code related to the ogAdmAgent.
* | #973 Restart OpenGnsys service after stopping itJavier Sánchez Parra2020-06-021-1/+3
| | | | | | | | | | | | | | | | | | After updating OpenGnsys with the script, if there is a new version of the ogAdmServer, the script stop the service. So, you had to start manually the service once the update has finished. This commit makes a restart of the service after copying the new version of the ogAdmServer.
* | #980 Add ogClient to the installer and update the setserveraddr scriptJavier Sánchez Parra2020-06-021-13/+21
| | | | | | | | This also removes the legacy ogAdmClient for these scripts.
* | #970 autotools support for ogAdmServerOpenGnSys Support Team2020-06-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To build and to install ogAdmServer: autoreconf -fi ./configure make make install Default prefix is /opt/opengnsys/ as usual. ogAdmServer uses autotools for compilation, so this patch adapts OpenGnsys updater and installer to use autotools for compilation.
* | #959: Defining new development version.Ramón M. Gómez2020-05-271-1/+1
|/
* #959: Releasing OpenGnsys 1.1.1b.opengnsys-1.1.1bRamón M. Gómez2020-05-271-1/+1
|
* #959: Updating release Vagrant file.Ramón M. Gómez2020-05-272-4/+3
|
* #959: OGAgent installer downloads from its new repository.Ramón M. Gómez2020-05-271-1/+1
|
* #959: Vagrant files download from the new repositores.Ramón M. Gómez2020-05-272-2/+2
|