Skip to content

Commit

Permalink
3.7.0.0_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Feb 15, 2022
1 parent 17d89cc commit e5516ba
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'3.5'
version = u'3.7'
# The full version, including alpha/beta/rc tags.
release = u'3.5.1.2'
release = u'3.7.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 5 additions & 0 deletions release.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
# DO NOT specify an alternate registry here. Use the -r argument to
# bootstrap.sh for that.
#
#### Older versions ( 3.7 )
## release_artifact="emccorp/ecs-software-3.7.0"
## release_tag="3.7.0.0"
## release_tag="latest"
##
### Older versions ( 3.5 )
# release_artifact="emccorp/ecs-software-3.5.0"
# release_tag="3.5.1.2"
Expand Down
4 changes: 2 additions & 2 deletions ui/etc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
---
ui:
name: ECS Community Edition Install Node
version: 2.11.0r
version: 2.9.1r
host_root_dir: /opt/emc/ecs-install
state_file: /opt/state.yml
deploy_file: /opt/deploy.yml
Expand All @@ -32,7 +32,7 @@ ui:
ffx_sem: /opt/ffx.sem
product:
name: ECS
version: 3.5.1.2
version: 3.7.0.0
vendor: Dell EMC
flavor: Community Edition
slogan: Free and Frictionless
Expand Down
10 changes: 5 additions & 5 deletions ui/etc/release.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
# it is provided by or on behalf of EMC.

release_name="ECS Community Edition"
release_version="3.5.1.2"
release_version="3.7.0.0"
release_product="ECS Software"
release_artifact="emccorp/ecs-software-3.5.0"
release_tag="3.5.1.2"
release_artifact="emccorp/ecs-software-3.7.0"
release_tag="3.7.0.0"
release_common_name="emccorp/ecs-software:latest"

docker_host_root="/opt/emc/ecs-install"
Expand All @@ -31,8 +31,8 @@ repo_name='emccorp'
image_name='ecs-install'
tag='latest'
ver_maj='2'
ver_min='11'
ver_rev='0'
ver_min='9'
ver_rev='1'
ver_tag='r'
serial=0

Expand Down
12 changes: 11 additions & 1 deletion ui/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ case "$(basename ${0})" in
run ping_until_clear
run ecsdeploy deploy || exit $?
run ecsdeploy start || exit $?
o "Please wait for 30 minutes before running next step for services to bootstrap"
;;
ova-step1)
#run ecsdeploy load || exit $?
Expand All @@ -130,6 +131,7 @@ case "$(basename ${0})" in
run ecsdeploy bootstrap || exit $?
run ecsdeploy deploy || exit $?
run ecsdeploy start || exit $?
o "Please wait for 30 minutes before running next step for services to bootstrap"
;;
step1)
#run ecsdeploy load || exit $?
Expand All @@ -141,6 +143,7 @@ case "$(basename ${0})" in
run ping_until_clear
run ecsdeploy deploy || exit $?
run ecsdeploy start || exit $?
o "Please wait for 30 minutes before running next step for services to bootstrap"
;;
step2|island-step3|ova-step2)
o "Pinging Management API Endpoint until ready"
Expand All @@ -149,8 +152,15 @@ case "$(basename ${0})" in
o "Pinging Management API Endpoint until ready"
run ecsconfig ping -c -x || exit $?
run ecsconfig sp -a || exit $?
o "Pinging Management API Endpoint until ready"
o "Waiting for Storagepool to get ready , takes 15 minutes"
run ecsconfig ping -c -x || exit $?
sleep 300
o "Waiting for Storagepool to get ready , takes 15 minutes"
run ecsconfig ping -c -x || exit $?
sleep 300
o "Waiting for Storagepool to get ready , takes 15 minutes"
run ecsconfig ping -c -x || exit $?
sleep 300
run ecsconfig vdc -a || exit $?
run ecsconfig vdc -p || exit $?
o "Pinging Management API Endpoint until ready"
Expand Down

0 comments on commit e5516ba

Please sign in to comment.