From 6f6e65d28bbbe34153dc01ddf18219f7c82eb53e Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Sat, 6 Feb 2016 19:47:13 -0200 Subject: [PATCH] oracle: update README - Convert from markdown to rst - Remove step-by-step build tutorial, which was moved to the Debian Wiki --- bootstrapvz/providers/oracle/README.md | 25 ------------------------- bootstrapvz/providers/oracle/README.rst | 6 ++++++ 2 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 bootstrapvz/providers/oracle/README.md create mode 100644 bootstrapvz/providers/oracle/README.rst 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.