| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
The latest python 2.x release is 2.7.9 and not
2.7.7 so when people are using this script to build
a useful environment (that is lacking py2.7) use this
newer version instead.
Change-Id: I2fdd035e0b4efcacd6ef2da04d6cd8a56dcca512
|
| |
|
|
|
|
|
|
|
|
|
| |
This just adjusts to install wget and certain other packages
before further work commences to ensure they are ready and
avaiable for further use.
Tested on rhel6.x as a cloud-init userdata script and it appears
to continue to work as expected.
Change-Id: Ia85715e27bc8342fd61d23e2c8a659dbce20aea9
|
|
|
It can be difficult to figure out what to install to get a test
environment that can be used to test all the opportunistic tests,
zookeeper and mysql (with the right user and password and test
database).
This script provides a way to do this on rhel/ubuntu based
environments and can be used to examine how to do this for other
environment types.
I use it with nova boot (on rhel images) and it has worked out
great as a way to rebuild a clean test environment as I need.
Change-Id: I9aef7e5536aa38e951a6411a8e83097339a43955
|