Dependencies fixed in specification

* Dependencies fixed in specification
* Some lines are adjusted to 80 symbols max length

Change-Id: I2a325ab22e2dcb74d3ce7fb2340a2c4cd3b2083f
This commit is contained in:
Taras Kostyuk 2016-08-26 16:11:22 +03:00 committed by Oleksandr Martsyniuk
parent 81bce06a1f
commit 714d57c1ff
1 changed files with 15 additions and 13 deletions

View File

@ -2,9 +2,9 @@
Google Cloud Storage(GCS) Fuel plugin
=====================================
Google Cloud Storage(GCS) Fuel plugin allows Fuel to deploy Mirantis OpenStack with
a possibility to store VM backups in Google Cloud Storage using Cinder Google Cloud Storage backup
driver.
Google Cloud Storage(GCS) Fuel plugin allows Fuel to deploy Mirantis OpenStack
with a possibility to store VM backups in Google Cloud Storage using
Cinder Google Cloud Storage backup driver.
Problem description
===================
@ -29,20 +29,21 @@ Also other objects are stored in object storage. Fuel GCS plugin impacts only
backups. Other objects will be stored in the object storage selected during
the environment creation.
Before deployment user has to download and install the Fuel GCS plugin into Fuel Master.
Driver inclusion and configuration will be done by Puppet manifests included
in the plugin.
Before deployment user has to download and install the Fuel GCS plugin into
Fuel Master. Driver inclusion and configuration will be done by Puppet
manifests included in the plugin.
The Cinder backup driver for GCS is included in Cinder package since Mitaka
OpenStack release. Fuel GCS plugin should support environments with either LVM
or Ceph used as a block storage.
Before deploying an environment the Fuel GCS plugin has to be configured in Fuel UI or
Fuel API.
Before deploying an environment the Fuel GCS plugin has to be configured in
Fuel UI or Fuel API.
The Fuel GCS plugin will deploy changes in the following way
* Create a credentials file on all cinder nodes with resctrive permissions, readable only by Cinder
* Create a credentials file on all cinder nodes with resctrive permissions,
readable only by Cinder
* Install python packages for Google Cloud Storage client on cinder nodes
* Modify cinder.conf:
@ -462,10 +463,11 @@ Work Items
Dependencies
============
* At least Fuel 9.0
* At least OpenStack Mitaka
* Internet connection on Cinder and Compute nodes
* file with GCS credentials uploaded to Fuel master node
* Fuel 9.0
* Ubuntu 14.04
* OpenStack Mitaka
* Internet connection on Controller and Cinder nodes
* Valid GCS credentials
Testing
=======