From 26d09d37768f256d16e70aaa04435b24473c1baa Mon Sep 17 00:00:00 2001 From: Tiago Ilieve Date: Sat, 6 Feb 2016 19:50:36 -0200 Subject: [PATCH] Oracle Compute Cloud Service images are official - Update main README - Move manifest to the appropriate folder --- README.rst | 8 +++++--- manifests/{examples => official}/oracle/jessie.yml | 0 2 files changed, 5 insertions(+), 3 deletions(-) rename manifests/{examples => official}/oracle/jessie.yml (100%) diff --git a/README.rst b/README.rst index d8839b5..a5bfbc3 100644 --- a/README.rst +++ b/README.rst @@ -10,12 +10,14 @@ generates images for the following virtualization platforms: (supports both HVM and PVM; S3 and EBS backed; `used for official Debian images `__; `Quick start <#amazon-ec2-ebs-backed-ami>`__) +- `Docker `__ (`Quick start <#docker>`__) - `Google Compute Engine `__ (`used by Google for official Debian images `__) -- `Oracle VirtualBox `__ (`with Vagrant support <#virtualbox-vagrant>`__) -- `Docker `__ (`Quick start <#docker>`__) -- `Microsoft Azure `__ - `KVM `__ (Kernel-based Virtual Machine) +- `Microsoft Azure `__ +- `Oracle Compute Cloud Service `__ + (`used for official Debian images `__) +- `Oracle VirtualBox `__ (`with Vagrant support <#virtualbox-vagrant>`__) Its aim is to provide a reproducable bootstrapping process using `manifests `__ diff --git a/manifests/examples/oracle/jessie.yml b/manifests/official/oracle/jessie.yml similarity index 100% rename from manifests/examples/oracle/jessie.yml rename to manifests/official/oracle/jessie.yml