fuel-plugin-cinder-netapp/doc/source/guide.rst

4.8 KiB

Configuring NetApp plugin

Once the Fuel Cinder NetApp plugin has been installed, you can create OpenStack environments that use NetApp storage as a Cinder backend.

  1. Create an OpenStack environment using the Fuel UI wizard:

    image

  2. Finish environment creation following the instructions.

  3. Once the environment is created, open the Settings tab of the Fuel Web UI and then Storage. Scroll down the page. Select the Cinder and NetApp integration checkbox:

    image

  4. Choose the number of NetApp backends to use:

    image

  5. Choose storage family and storage protocol. Several options are available. For details consult Cinder NetApp driver configuration.

    • If you plan to use Clustered Data mode through NFS, click Clustered Data ONTAP/ONTAP 9 radio button and select NFS option in NetApp Storage Protocol. You should also choose NetApp transport type (http or https).

      Specify the following parameters in the text fields:

      • Username
      • Password
      • NetApp Storage Hostname/IP
      • CDOT Data LIF IP address
      • CDOT FlexVol volume junction path
      • Storage Virtual Machine

      image

    • If you plan to use Clustered Data mode through iSCSI, click Clustered Data ONTAP/ONTAP 9 radiobutton and select iSCSI option in NetApp Storage Protocol. You should also choose NetApp transport type (http or https).

      Specify the following parameters in the text fields:

      • Username
      • Password
      • NetApp Storage Hostname/IP
      • Storage Virtual Machine

      image

    • If you plan to use E-Series or EF-Series, click E-Series/EF-Series radiobutton and select the only available iSCSI option in NetApp Storage Protocol. You should also choose NetApp transport type (http or https). Specify the following parameters in the text fields:

      • Username
      • Password
      • NetApp Storage Hostname/IP
      • Controller IPs
      • Storage Array Password

      image

    • If you plan to use SolidFire, click SolidFire radiobutton and select the only available iSCSI option in NetApp Storage Protocol. Specify the following parameters in the text fields:

      • Login for Cluster Admin account
      • Password for Cluster Admin account
      • Cluster MVIP

      image

  6. When you use Clustered Data ONTAP or E-Series, you can configure additional options. These options are global, and will affect all the devices.

Global Options are Hidden:

image

Global Options are Shown:

image

  1. Using Nodes tab, add nodes and assign roles to them.

  2. This step is needed only when local fuel mirrors are used Following packages nfs-common, open-iscsi, multipath-tools aren't included by default when local mirror is created. To have these packages available during deploy you have to add them into /usr/share/fuel-mirror/ubuntu.yaml file in packages: &packages section.

    &packages
      - "nfs-common
      - "open-iscsi"
      - "multipath-tools"
  3. Press Deploy button once you are done with environment configuration.

  4. When the deployment is done, you may perform functional testing. You can find instructions in NetApp Mirantis Unlocked Reference Architecture, paragraph 8.3.

    Note

    Only if using Ceph. Do not be confused by error when removing Ceph OSD node. For details see Fuel bug.