Resource Type: vs_config

Defined in:
lib/puppet/type/vs_config.rb
Providers:
ovs

Overview

Switch configurations

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • value

    Configuration value for the parameter

Parameters

  • name (namevar)

    Configuration parameter whose value need to be set

  • provider

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

  • restart (defaults to: false)

    Should the openvswitch service be restarted

    Supported values:
    • true
    • false
  • skip_if_version

    Skip setting the value when ovs version matches

  • wait (defaults to: true)

    Should it wait for ovs-vswitchd to reconfigure itself before it exits

    Supported values:
    • true
    • false