Skip to content

Commit 1cdb12b

Browse files
author
Dougal Ballantyne
committed
Prepping for 0.0.10 release
1 parent f2a8bad commit 1cdb12b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
CHANGELOG
33
=========
44

5+
0.0.10
6+
======
7+
8+
* updates:``ami``: Pulled latest CentOS errata
9+
* updates:``ami``: Updated packages to match base RHEL AMI's
10+
* feature:``cli``: Improved region handling and added support for AWS_DEFAULT_REGION
11+
512
0.0.9
613
=====
714

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
cfncluster
22
==========
33

4-
cfncluster is a sample code framework that deploys and maintains clusters on
4+
cfncluster is a framework that deploys and maintains HPC clusters on
55
AWS. It is reasonably agnostic to what the cluster is for and can easily be
66
extended to support different frameworks. The the CLI is stateless,
77
everything is done using CloudFormation or resources within AWS.
88

99
### Installation
1010

11-
The current working version is cfncluster-0.0.8. The CLI is written in python and uses BOTO for AWS actions. You can install the CLI with the following command:
11+
The current working version is cfncluster-0.0.10. The CLI is written in python and uses BOTO for AWS actions. You can install the CLI with the following command:
1212

1313
#### Linux/OSX
1414

@@ -27,8 +27,6 @@ Install the following packages:
2727

2828
Python2.7 - https://www.python.org/download/
2929

30-
pyCrypto - http://www.voidspace.org.uk/python/modules.shtml#pycrypto
31-
3230
setuptools - https://pypi.python.org/pypi/setuptools#windows-7-or-graphical-install
3331

3432
Once installed, you should update the Environment Variables to have the Python install directory and Python Scripts directory in the PATH, for example: C:\Python27;C:\Python27\Scripts

0 commit comments

Comments
 (0)