From b30343bc1f8f9005633f9789df3964752acf4f81 Mon Sep 17 00:00:00 2001 From: rdecoupe <remy.decoupes@inrae.fr> Date: Wed, 19 Feb 2020 14:06:33 +0100 Subject: [PATCH] fix issue #1 --- README.md | 2 ++ playbook/roles/tomcat/vars/main.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 006453b..31d41e7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Acutally, this project does (you have to choose if you want 1 single node HDFS o * Deploy a cluster HDFS on : * [Your own computer using as many virtual machine you want using Vagrant & ansible](#deploy-cluster-hdfs-with-multiple-vms) * [multiple servers using ansible](#deploy-cluster-hdfs-on-servers) + +You can add, on top of your HDFS, un metadata system management with a search engine : * Deploy a geonetwork as metadata system management * [Your own computer using a virtual machine with Vagrant & ansible provision](#geonetwork-with-vagrant-and-ansible) * [deploy on a server](#geonetwork-on-erver) diff --git a/playbook/roles/tomcat/vars/main.yml b/playbook/roles/tomcat/vars/main.yml index 3e254ae..2892130 100644 --- a/playbook/roles/tomcat/vars/main.yml +++ b/playbook/roles/tomcat/vars/main.yml @@ -1 +1 @@ -donwloadTomcatUrl: http://apache.mirrors.ovh.net/ftp.apache.org/dist/tomcat/tomcat-8/v8.5.50/bin/apache-tomcat-8.5.50.tar.gz \ No newline at end of file +donwloadTomcatUrl: http://apache.mirrors.ovh.net/ftp.apache.org/dist/tomcat/tomcat-8/v8.5.51/bin/apache-tomcat-8.5.51.tar.gz \ No newline at end of file -- GitLab