oracle: update README

- Convert from markdown to rst
- Remove step-by-step build tutorial, which was moved to the Debian Wiki
This commit is contained in:
Tiago Ilieve 2016-02-06 19:47:13 -02:00
parent 992100d00a
commit 6f6e65d28b
2 changed files with 6 additions and 25 deletions

View file

@ -1,25 +0,0 @@
Oracle
======
The Oracle provider creates RAW images compressed in a `.tar.gz` tarball. Those image have to be uploaded using the web interface of the Oracle Compute Cloud Service dashboard.
## Quick Start
Install `apt`/`pip` dependencies:
$ sudo apt-get install debootstrap git parted kpartx qemu-utils python-pip
$ sudo pip install termcolor jsonschema fysom docopt pyyaml
Clone this repository:
$ cd ~/
$ git clone https://github.com/myhro/bootstrap-vz.git
Create a new local branch from this one:
$ cd bootstrap-vz/
$ git checkout -b oracle origin/oracle
Bootstrap a new image:
$ sudo ./bootstrap-vz --debug manifests/examples/oracle/jessie.yml

View file

@ -0,0 +1,6 @@
Oracle
======
The `Oracle <https://cloud.oracle.com/en_US/compute>`__ provider creates RAW
images compressed in a ``.tar.gz`` tarball. Those image have to be uploaded
using the web interface of the Oracle Compute Cloud Service dashboard.