Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit ed90a3c

Browse files
committed
Updated README
1 parent f363797 commit ed90a3c

1 file changed

Lines changed: 12 additions & 19 deletions

File tree

README.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,34 @@
11
pyflex
22
==============
33

4-
# ABOUT
4+
# About PyFlex
55

6-
A framework for deploying and otherwise configuring a Flexpod.
6+
PyFlex is a tool for deploying and otherwise configuring a Flexpod.
77

8-
This README will get updated as the project progresses.
8+
PyFlex operates on the DRY principle, and used a single, nonredundant source of data to deploy configuration artifacts throughout the various components in a Flexpod. The goal is to define your data in one place (a YAML configuration file), and PyFlex will automatically derive things from it.
99

10-
# STATUS
10+
Please consider this project an unstable alpha until otherwise notified here. This is currently under active development, and I am trying to get to a point where the UCS portion works. After I can make a first release with that functionality, I will perform all additional functionality in a dev branch.
1111

12-
WORK IN PROGRESS - UNDER ACTIVE DEVELOPMENT
12+
# Dependencies
1313

14-
# SUPPORTED PRODUCTS
14+
- Python (>=2.7)
15+
- [Cisco UCS Python SDK 0.8.2](https://communities.cisco.com/docs/DOC-37174)
16+
- Other dependencies listed in requirements.txt
1517

16-
# DEPENDENCIES
17-
18-
Powershell, Cisco UCS, Netapp Cluster mode, Cisco 5596UP switches.
19-
Will update with tested platforms and code releases
20-
21-
[Cisco UCS Python SDK 0.8.2](https://communities.cisco.com/docs/DOC-37174)
22-
23-
# CONTRIBUTORS
24-
25-
Matt Oswalt, [@Mierdin](http://twitter.com/mierdin)
26-
27-
#Installation
18+
# Installation
2819

2920
Simply run
3021

3122
````python setup.py install````
3223

3324
to build the library and automatically install dependencies.
3425

26+
# Notes for Running on Windows
27+
3528
If you have issues with pycrypto on Windows while building this library, just download the pre-built binaries here:
3629
http://www.voidspace.org.uk/python/modules.shtml#pycrypto
3730

38-
# REFERENCES
31+
# References
3932

4033
This is a list of vendor-supplied documentation used as references in building PyFlex.
4134

0 commit comments

Comments
 (0)