Resource Type: neutron_router_interface

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

Overview

This is currently used to model the creation of neutron router interfaces.

Router interfaces are an association between a router and a subnet.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id
  • port

    An existing neutron port to which a rounter interface should be assigned

  • router_name
  • subnet_name

Parameters

  • name (namevar)
    Supported values:
    • /^\S+:\S+$/
  • provider

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