fuel-plugin-cinder-gcs/doc/user_guide/install.rst

1.3 KiB

Install Google Cloud Storage(GCS) Fuel plugin

Before you proceed with Google Cloud Storage(GCS) Fuel plugin installation, please verify next:

  1. You have completed steps from prerequisites section.
  2. All the nodes of your future environment are DISCOVERED by the Fuel Master node.

To install the Google Cloud Storage(GCS) Fuel plugin:

#. Download Google Cloud Storage(GCS) Fuel plugin from the

Fuel Plugin Catalog.

  1. Copy the plugin .rpm package to the Fuel Master node:

    $ scp fuel-plugin-cinder-gcs-1.0-1.0.0-1.noarch.rpm <Fuel Master nodeip>:/tmp
  2. Log in to the Fuel Master node CLI as root.

  3. Install the plugin:

    # fuel plugins --install /tmp/fuel-plugin-cinder-gcs-1.0-1.0.0-1.noarch.rpm
  4. Verify that the plugin was installed successfully:

    # fuel plugins
    
    id | name                   | version | package_version | releases
    ---+------------------------+---------+-----------------+--------------------
    2  | fuel-plugin-cinder-gcs | 1.0.0   | 4.0.0           | ubuntu (mitaka-9.0)
  5. Proceed to configure section.