Skip to content

Commit

Permalink
release prep for 2.7.0 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
padthaitofuhot committed Apr 26, 2018
1 parent 45a1e93 commit 5585423
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -34,7 +34,7 @@ Because of these differences, ECS Community Edition is absolutely **not** qualif
## Quick Start Guide
If you have the following:

1. A CentOS 7.3 Minimal instance with:
1. A CentOS 7.4 Minimal instance with:
1. 16GB RAM
2. 16GB block device for system
3. 104GB block device for ECS
Expand Down Expand Up @@ -70,7 +70,7 @@ Hardware or virtual machine with:
* 16GB RAM
* 16GB root block storage
* 104GB additional block storage
* CentOS 7.3 Minimal installation
* CentOS 7.4 Minimal installation

### Recommended
Hardware or virtual machine with:
Expand All @@ -79,7 +79,7 @@ Hardware or virtual machine with:
* 64GB RAM
* 16GB root block storage
* 1TB additional block storage
* CentOS 7.3 Minimal installation
* CentOS 7.4 Minimal installation

## Deployment Scenarios
### Deploy into Internet-Connected Environments
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -53,7 +53,7 @@ Quick Start Guide

If you have the following:

1. A CentOS 7.3 Minimal instance with:
1. A CentOS 7.4 Minimal instance with:

1. 16GB RAM
2. 16GB block device for system
Expand Down Expand Up @@ -97,7 +97,7 @@ Hardware or virtual machine with:
- 16GB RAM
- 16GB root block storage
- 104GB additional block storage
- CentOS 7.3 Minimal installation
- CentOS 7.4 Minimal installation

Recommended
~~~~~~~~~~~
Expand All @@ -108,7 +108,7 @@ Hardware or virtual machine with:
- 64GB RAM
- 16GB root block storage
- 1TB additional block storage
- CentOS 7.3 Minimal installation
- CentOS 7.4 Minimal installation

Deployment Scenarios
--------------------
Expand Down
2 changes: 1 addition & 1 deletion bootstrap_plugins/centos72.plugin.sh
Expand Up @@ -9,7 +9,7 @@
# limited to the terms and conditions of the License Agreement under which
# it is provided by or on behalf of EMC.

# OS Support library for CentOS 7.3
# OS Support library for CentOS 7.2

os_supported=true

Expand Down
2 changes: 1 addition & 1 deletion bootstrap_plugins/centos74.plugin.sh
Expand Up @@ -9,7 +9,7 @@
# limited to the terms and conditions of the License Agreement under which
# it is provided by or on behalf of EMC.

# OS Support library for CentOS 7.3
# OS Support library for CentOS 7.4

os_supported=true

Expand Down
2 changes: 1 addition & 1 deletion docs/design/reference.deploy.yml
@@ -1,4 +1,4 @@
# deploy.yml reference implementation v2.6.0
# deploy.yml reference implementation v2.7.0

# [Optional]
# By changing the license_accepted boolean value to "true" you are
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/ECS-Installation.rst
Expand Up @@ -52,7 +52,7 @@ The recommended technical requirements for each ECS data node are:
- 64GB RAM
- 16GB root block storage
- 1TB additional block storage
- CentOS 7.3 Minimal installation
- CentOS 7.4 Minimal installation

For multi-node installations each data node must fulfill these minimum
qualifications. The installer will do a pre-flight check to ensure that
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/Island_Installation.md
Expand Up @@ -33,7 +33,7 @@ The recommended technical requirements for each ECS data node are:
* 64GB RAM
* 16GB root block storage
* 1TB additional block storage
* CentOS 7.3 Minimal installation
* CentOS 7.4 Minimal installation

For multi-node installations each data node must fulfill these minimum qualifications. The installer will do a pre-flight check to ensure that the minimum qualifications are met. If they are not, the installation will not continue.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/OVA_Installation.md
Expand Up @@ -33,7 +33,7 @@ The recommended technical requirements for each ECS data node are:
* 64GB RAM
* 16GB root block storage
* 1TB additional block storage
* CentOS 7.3 Minimal installation
* CentOS 7.4 Minimal installation

For multi-node installations each data node must fulfill these minimum qualifications. The installer will do a pre-flight check to ensure that the minimum qualifications are met. If they are not, the installation will not continue.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/Standard_Installation.md
Expand Up @@ -33,7 +33,7 @@ The recommended technical requirements for each ECS data node are:
* 64GB RAM
* 16GB root block storage
* 1TB additional block storage
* CentOS 7.3 Minimal installation
* CentOS 7.4 Minimal installation

For multi-node installations each data node must fulfill these minimum qualifications. The installer will do a pre-flight check to ensure that the minimum qualifications are met. If they are not, the installation will not continue.

Expand Down
2 changes: 1 addition & 1 deletion ui/etc/config.yml
Expand Up @@ -13,7 +13,7 @@
---
ui:
name: ECS Community Edition Install Node
version: 2.7.1
version: 2.7.0
host_root_dir: /opt/emc/ecs-install
state_file: /opt/state.yml
deploy_file: /opt/deploy.yml
Expand Down
2 changes: 1 addition & 1 deletion ui/etc/release.conf
Expand Up @@ -34,7 +34,7 @@ tag='latest'
ver_maj='2'
ver_min='7'
ver_rev='0'
ver_tag='a'
ver_tag='r'
serial=0

# TODO: Fill in ecsdeploy_ vars with production values!
Expand Down

0 comments on commit 5585423

Please sign in to comment.