Fix bug 1744 to update installers and manifests for Release ELEVEN

Change-Id: I40af57c22e28e6b4a22d25edb8e0a0110f251093
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/install_osm.sh b/installers/install_osm.sh
index b1b8548..d66ceb3 100755
--- a/installers/install_osm.sh
+++ b/installers/install_osm.sh
@@ -13,9 +13,9 @@
 #   limitations under the License.
 #
 REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian
-RELEASE=ReleaseTEN
+RELEASE=ReleaseELEVEN
 REPOSITORY=stable
-DOCKER_TAG=10
+DOCKER_TAG=11
 DEVOPS_PATH=/usr/share/osm-devops
 
 function usage(){