From 376f4060e3e96a673677d6a37ed9537b815a04f2 Mon Sep 17 00:00:00 2001 From: nikhil-vr Date: Tue, 15 Jun 2021 07:16:35 +0000 Subject: [PATCH] 3.6.0.1 changes --- bootstrap_plugins/os-router.plugin.sh | 3 +++ release.conf | 6 ++++++ ui/etc/config.yml | 4 ++-- ui/etc/release.conf | 8 ++++---- ui/run.sh | 2 ++ 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/bootstrap_plugins/os-router.plugin.sh b/bootstrap_plugins/os-router.plugin.sh index 057ba78f..86b956f0 100755 --- a/bootstrap_plugins/os-router.plugin.sh +++ b/bootstrap_plugins/os-router.plugin.sh @@ -54,6 +54,9 @@ route_os() { centos\ linux\ release\ 7.7*) source ${plugins}/centos77.plugin.sh ;; + centos\ linux\ release\ 7.*) + source ${plugins}/centos77.plugin.sh + ;; # Die on unknowns *) diff --git a/release.conf b/release.conf index cc8ee36f..44e0899f 100644 --- a/release.conf +++ b/release.conf @@ -11,6 +11,12 @@ # DO NOT specify an alternate registry here. Use the -r argument to # bootstrap.sh for that. # + +#### Older versions ( 3.6 ) +## release_artifact="emccorp/ecs-software-3.6.0" +## release_tag="3.6.0.1" +## +# ### Older versions ( 3.5 ) # release_artifact="emccorp/ecs-software-3.5.0" # release_tag="latest" diff --git a/ui/etc/config.yml b/ui/etc/config.yml index 380de4cf..90c39609 100644 --- a/ui/etc/config.yml +++ b/ui/etc/config.yml @@ -32,9 +32,9 @@ ui: ffx_sem: /opt/ffx.sem product: name: ECS - version: 3.5.0.0 + version: 3.6.0.1 vendor: Dell EMC flavor: Community Edition slogan: Free and Frictionless license_file: /usr/local/src/license.txt - common_name: "emccorp/ecs-software:latest" + common_name: "emccorp/ecs-software:3.6.0" diff --git a/ui/etc/release.conf b/ui/etc/release.conf index cc991499..751e05b4 100644 --- a/ui/etc/release.conf +++ b/ui/etc/release.conf @@ -8,11 +8,11 @@ # it is provided by or on behalf of EMC. release_name="ECS Community Edition" -release_version="3.5.0.0" +release_version="3.6.0.1" release_product="ECS Software" -release_artifact="emccorp/ecs-software-3.5.0" -release_tag="3.5.0.0" -release_common_name="emccorp/ecs-software:latest" +release_artifact="emccorp/ecs-software-3.6.0" +release_tag="3.6.0.1" +release_common_name="emccorp/ecs-software:3.6.0" docker_host_root="/opt/emc/ecs-install" docker_host_logs="/var/log/emc" diff --git a/ui/run.sh b/ui/run.sh index 273e89c3..f02c8f4d 100755 --- a/ui/run.sh +++ b/ui/run.sh @@ -130,6 +130,7 @@ case "$(basename ${0})" in run ecsdeploy bootstrap || exit $? run ecsdeploy deploy || exit $? run ecsdeploy start || exit $? + sh /home/admin/ECS-CommunityEdition/patches/3.5.0.0/vnest_patch > /dev/null 2>&1 ;; step1) #run ecsdeploy load || exit $? @@ -141,6 +142,7 @@ case "$(basename ${0})" in run ping_until_clear run ecsdeploy deploy || exit $? run ecsdeploy start || exit $? + sh /home/admin/ECS-CommunityEdition/patches/3.5.0.0/vnest_patch > /dev/null 2>&1 ;; step2|island-step3|ova-step2) o "Pinging Management API Endpoint until ready"