Resource Type: sahara_cluster_template

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

Overview

The name of this cluster template.

Properties

  • auto_config (defaults to: true)

    If enabled, instances of the cluster will be automatically configured

    Supported values:
    • /(t|T)rue/
    • /(f|F)alse/
    • true
    • false
  • description

    The description of this cluster template.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    The unique Id of the cluster template.

  • node_groups

    List of the node groups(names or IDs) and numbers of instances for each one of them.

Parameters

  • name (namevar)

    The name of this cluster template.

    Supported values:
    • /\S+/
  • provider

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