https://github.com/zeridon/bootstrap-vz-plugin-rightscale
bootstrap-vz plugin for enabling rightscale
https://github.com/zeridon/bootstrap-vz-plugin-rightscale
Last synced: 2 months ago
JSON representation
bootstrap-vz plugin for enabling rightscale
- Host: GitHub
- URL: https://github.com/zeridon/bootstrap-vz-plugin-rightscale
- Owner: zeridon
- License: apache-2.0
- Created: 2014-06-16T14:00:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T13:43:50.000Z (over 2 years ago)
- Last Synced: 2024-04-24T06:22:02.416Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bootstrap-vz plugin rightscale
==============================
This is the initial version of a bootstrap-vz plugin for integrating rightscale
into your image.
What does this plugin do
========================
This plugin will add the necessary packages to create a RightScale compatible
image.
In details
==========
* Adds necessary RightScale repositories (and keys)
* Installs base dependencies
* Installs latest rightlink for the cloud you are provisioning.
```
"plugins": {
"rightscale": {
"enable": true
}
}
```
Supported options
=================
The only currently supported option is: ``enable``. Possible values are:
* ``true`` - enable Rightscale integration
* ``false`` - disable Rightscale integration
Supported distributions
=======================
* precise (12.04)
* raring (13.10)
* the debs in fact support almost any Debian/Ubuntu but testing is required
Known Issues
============
This has been tested only with EC2 provider. Some trickery will be required for
others.
TODO
====
* Make it possible to select speciffic version
* Do some more tests