bootstrap-vz/bootstrapvz/providers/oracle
Tiago Ilieve 992100d00a oracle: remove custom gzipped kernel
Since Xen HVM is supported on Oracle Cloud, the default kernels
compressed with XZ can be booted with no problem.
2016-02-06 19:13:55 -02:00
..
tasks oracle: remove custom gzipped kernel 2016-02-06 19:13:55 -02:00
__init__.py oracle: remove custom gzipped kernel 2016-02-06 19:13:55 -02:00
manifest-schema.yml Add Oracle provider (Work-In-Progress) 2016-02-06 19:13:55 -02:00
README.md oracle: remove custom gzipped kernel 2016-02-06 19:13:55 -02:00

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