Resource Type: manila_type

Defined in:
lib/puppet/type/manila_type.rb
Providers:
openstack

Overview

Type for managing manila types.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • create_share_from_snapshot_support (defaults to: false)

    Filter backends by their capability to create shares from snapshots.

    Supported values:
    • true
    • false
  • driver_handles_share_servers (defaults to: false)

    Whether the driver handles share servers. Default to ‘false`

    Supported values:
    • true
    • false
  • is_public (defaults to: true)

    Whether the type is public or not. Default to ‘true`

    Supported values:
    • true
    • false
  • mount_snapshot_support (defaults to: false)

    Filter backends by their capability to mount share snapshots.

    Supported values:
    • true
    • false
  • name (namevar)
    Supported values:
    • /\S+/
  • provider

    The specific backend to use for this ‘manila_type` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • revert_to_snapshot_support (defaults to: false)

    Filter backends by their capability to revert shares to snapshots.

    Supported values:
    • true
    • false
  • snapshot_support (defaults to: false)

    Filter backends by their capability to create share snapshots

    Supported values:
    • true
    • false