|
|
|
@ -4,27 +4,27 @@ description: >
|
|
|
|
|
Bagpipe Driver configured with Puppet |
|
|
|
|
|
|
|
|
|
parameters: |
|
|
|
|
BapipeMyAs: |
|
|
|
|
BagpipeMyAs: |
|
|
|
|
default: |
|
|
|
|
description: Private Autonomous System number |
|
|
|
|
type: number |
|
|
|
|
BapipeApiPort: |
|
|
|
|
BagpipeApiPort: |
|
|
|
|
default: 8084 |
|
|
|
|
description: BGP component API port |
|
|
|
|
type: number |
|
|
|
|
BapipeDataplaneDriverIpVpn: |
|
|
|
|
BagpipeDataplaneDriverIpVpn: |
|
|
|
|
default: 'ovs' |
|
|
|
|
description: IP VPN dataplane drvier class |
|
|
|
|
type: string |
|
|
|
|
BapipeEnableRtc: |
|
|
|
|
BagpipeEnableRtc: |
|
|
|
|
default: true |
|
|
|
|
description: Enable Route Target Constraint |
|
|
|
|
type: boolean |
|
|
|
|
BapipeOvsBridge: |
|
|
|
|
BagpipeOvsBridge: |
|
|
|
|
default: 'br-mpls' |
|
|
|
|
description: OVS bridge to use |
|
|
|
|
type: string |
|
|
|
|
BapipePeers: |
|
|
|
|
BagpipePeers: |
|
|
|
|
default: '' |
|
|
|
|
description: List of peers' IPs to establish BGP connections |
|
|
|
|
type: comma_delimited_list |
|
|
|
@ -64,7 +64,7 @@ outputs:
|
|
|
|
|
neutron::agents::bagpipe::my_as: {get_param: BagpipeMyAs} |
|
|
|
|
neutron::agents::bagpipe::api_port: {get_param: BagpipeApiPort} |
|
|
|
|
neutron::agents::bagpipe::dataplane_driver_ipvpn: {get_param: BagpipeDataplaneDriverIpVpn} |
|
|
|
|
neutron::agents::bagpipe::enable_rtc: {get_param: BapipeEnableRtc} |
|
|
|
|
neutron::agents::bagpipe::enable_rtc: {get_param: BagpipeEnableRtc} |
|
|
|
|
neutron::agents::bagpipe::ovs_bridge: {get_param: BagpipeOvsBridge} |
|
|
|
|
neutron::agents::bagpipe::peers: {get_param: BagpipePeers} |
|
|
|
|
step_config: | |
|
|
|
|