diff --git a/README.md b/README.md index b7e2190..f83369c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ScaleIO Plugin for Fuel +# ScaleIO Plugin for Fuel ## Overview @@ -34,12 +34,12 @@ To install the ScaleIO plugin, follow these steps: 2. Copy the plugin file to the Fuel Master node. Follow the [Quick start guide](https://software.mirantis.com/quick-start/) if you don't have a running Fuel Master node yet. ``` - $ scp scaleio-1.0-1.0.0-1.noarch.rpm root@:/tmp/ + $ scp scaleio-1.0-1.0.1-1.noarch.rpm root@:/tmp/ ``` 3. Log into the Fuel Master node and install the plugin using the fuel command line. ``` - $ fuel plugins --install /tmp/scaleio-1.0-1.0.0-1.noarch.rpm + $ fuel plugins --install /tmp/scaleio-1.0-1.0.1-1.noarch.rpm ``` 4. Verify that the plugin is installed correctly. @@ -91,7 +91,7 @@ need further instructions about how to build the Fuel Plugin Builder.* 7. Now you have created an RPM file that you can install using the steps described above. The RPM file will be located in: ``` - $ ./fuel-plugin-scaleio/scaleio-1.0-1.0.0-1.noarch.rpm + $ ./fuel-plugin-scaleio/scaleio-1.0-1.0.1-1.noarch.rpm ``` # User Guide diff --git a/doc/TestPlanforScaleIOFuelPlugin.docx b/doc/TestPlanforScaleIOFuelPlugin.docx index 580f3ec..7cc1b66 100644 Binary files a/doc/TestPlanforScaleIOFuelPlugin.docx and b/doc/TestPlanforScaleIOFuelPlugin.docx differ diff --git a/doc/TestPlanforScaleIOFuelPlugin.pdf b/doc/TestPlanforScaleIOFuelPlugin.pdf index 8735c23..eb7691b 100644 Binary files a/doc/TestPlanforScaleIOFuelPlugin.pdf and b/doc/TestPlanforScaleIOFuelPlugin.pdf differ diff --git a/doc/TestReportforScaleIOFuelPlugin.docx b/doc/TestReportforScaleIOFuelPlugin.docx index 430078d..c7d9947 100644 Binary files a/doc/TestReportforScaleIOFuelPlugin.docx and b/doc/TestReportforScaleIOFuelPlugin.docx differ diff --git a/doc/TestReportforScaleIOFuelPlugin.pdf b/doc/TestReportforScaleIOFuelPlugin.pdf index c8326dd..2bef50a 100644 Binary files a/doc/TestReportforScaleIOFuelPlugin.pdf and b/doc/TestReportforScaleIOFuelPlugin.pdf differ diff --git a/doc/source/conf.py b/doc/source/conf.py index b4f1bad..c063575 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -12,7 +12,7 @@ project = u'The ScaleIO plugin for Fuel' copyright = u'2015, EMC Corporation' version = '1.0' -release = '1.0-1.0.0-1' +release = '1.0-1.0.1-1' exclude_patterns = [] diff --git a/doc/source/guide.rst b/doc/source/guide.rst index 69a0106..1f9c35c 100644 --- a/doc/source/guide.rst +++ b/doc/source/guide.rst @@ -16,12 +16,11 @@ At least 5 nodes are required to successfully deploy Mirantis OpenStack with Sca #. OpenStack Controller #3 node #. OpenStack Compute node -Each node shall have at least 2 CPUs, 4GB RAM, 200GB disk, 4 Network interfaces. The 4 networks are: +Each node shall have at least 2 CPUs, 4GB RAM, 200GB disk, 3 Network interfaces. The 3 interfaces will be used for the following purposes: -#. PXE Network -#. Public Network -#. Private Network -#. Management Network +#. Admin (PXE) network: Mirantis OpenStack uses PXE booting to install the operating system, and then loads the OpenStack packages for you. +#. Public, Management and Storage networks: All of the OpenStack management traffic will flow over this network (“Management” and “Storage” will be separated by VLANs), and to re-use the network it will also host the public network used by OpenStack service nodes and the floating IP address range. +#. Private network: This network will be added to Virtual Machines when they boot. It will therefore be the route where traffic flows in and out of the VM. Controllers 1, 2, and 3 will be used as ScaleIO MDMs, being the primary, secondary, and tie-breaker, respectively. Moreover, they will also host the ScaleIO Gateway in HA mode. diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 9acdd87..9c2d6f6 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -12,7 +12,7 @@ To install the ScaleIO Fuel plugin: #. Copy the *rpm* file to the Fuel Master node: :: - [root@home ~]# scp fuel-plugin-scaleio-1.0-1.0.0-1.noarch.rpm + [root@home ~]# scp fuel-plugin-scaleio-1.0-1.0.1-1.noarch.rpm root@fuel-master:/tmp #. Log into Fuel Master node and install the plugin using the @@ -21,7 +21,7 @@ To install the ScaleIO Fuel plugin: :: [root@fuel-master ~]# fuel plugins --install - /tmp/fuel-plugin-scaleio-1.0-1.0.0-1.noarch.rpm + /tmp/fuel-plugin-scaleio-1.0-1.0.1-1.noarch.rpm #. Verify that the plugin is installed correctly: :: @@ -29,7 +29,7 @@ To install the ScaleIO Fuel plugin: [root@fuel-master ~]# fuel plugins id | name | version | package_version ---|-----------------------|---------|---------------- - 9 | fuel-plugin-scaleio | 1.0.0 | 2.0.0 + 9 | fuel-plugin-scaleio | 1.0.1 | 2.0.0 .. _Fuel Plugins Catalog: https://www.mirantis.com/products/openstack-drivers-and-plugins/fuel-plugins/