Skip to content

Commit

Permalink
3.6.0.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-vr committed Jun 15, 2021
1 parent 653b614 commit 376f406
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
3 changes: 3 additions & 0 deletions bootstrap_plugins/os-router.plugin.sh
Expand Up @@ -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
*)
Expand Down
6 changes: 6 additions & 0 deletions release.conf
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions ui/etc/config.yml
Expand Up @@ -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"
8 changes: 4 additions & 4 deletions ui/etc/release.conf
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions ui/run.sh
Expand Up @@ -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 $?
Expand All @@ -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"
Expand Down

0 comments on commit 376f406

Please sign in to comment.