diff --git a/docs/source/conf.py b/docs/source/conf.py index 96f53d5f..c3e6864e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/release.conf b/release.conf index 77f19df8..f2e5bfc7 100644 --- a/release.conf +++ b/release.conf @@ -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" diff --git a/ui/etc/config.yml b/ui/etc/config.yml index ef47ba96..d7590e4b 100644 --- a/ui/etc/config.yml +++ b/ui/etc/config.yml @@ -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 @@ -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 diff --git a/ui/etc/release.conf b/ui/etc/release.conf index 21294836..66a1f5ca 100644 --- a/ui/etc/release.conf +++ b/ui/etc/release.conf @@ -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" @@ -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 diff --git a/ui/run.sh b/ui/run.sh index 273e89c3..3cba917d 100755 --- a/ui/run.sh +++ b/ui/run.sh @@ -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 $? @@ -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 $? @@ -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" @@ -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"