diff --git a/bootstrapvz/providers/oracle/README.md b/bootstrapvz/providers/oracle/README.md deleted file mode 100644 index 53554a3..0000000 --- a/bootstrapvz/providers/oracle/README.md +++ /dev/null @@ -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 diff --git a/bootstrapvz/providers/oracle/README.rst b/bootstrapvz/providers/oracle/README.rst new file mode 100644 index 0000000..64ae96e --- /dev/null +++ b/bootstrapvz/providers/oracle/README.rst @@ -0,0 +1,6 @@ +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.