Resource Type: nova_aggregate

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

Overview

Manage creation of nova aggregations.

Properties

  • availability_zone

    The availability zone of the aggregate

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • hosts

    Single host or comma separated list of hosts

  • id

    The unique Id of the aggregate

  • metadata

    The metadata of the aggregate

Parameters

  • filter_hosts (defaults to: false)

    Toggle to filter given hosts so that only known nova-compute service hosts are added to the aggregate

    Supported values:
    • true
    • false
  • name (namevar)

    Name for the new aggregate

  • provider

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