Resource Type: neutron_router

Defined in:
lib/puppet/type/neutron_router.rb
Providers:
neutron

Overview

Symbolic name for the router

Properties

  • admin_state_up

    The administrative status of the router

    Supported values:
    • /(t|T)rue/
    • /(f|F)alse/
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • external_gateway_info

    External network that this router connects to for gateway services (e.g., NAT).

  • gateway_network_id

    The uuid of the external network that this router connects to for gateway services (e.g. NAT).

  • gateway_network_name

    The name of the external network that this router connects to for gateway services (e.g. NAT).

  • id

    The unique id of the router

  • status

    Whether the router is currently operational or not.

  • tenant_id

    A uuid identifying the tenant which will own the router.

Parameters

  • name (namevar)

    Symbolic name for the router

    Supported values:
    • /.*/
  • provider

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

  • tenant_name

    The name of the tenant which will own the router.