Fixing typos in the Bagpipe driver environment file
It avoids to successfully deploy BGPVPN with Bagpipe driver. Change-Id: Icfac1a842475e123310cae52f0c701c96cc55bb4 Closes-Bug: #1730859 Signed-off-by: Ricardo Noriega <rnoriega@redhat.com>
This commit is contained in:
parent
d5acaafb7a
commit
fc3c0db9f8
@ -16,11 +16,11 @@ parameter_defaults:
|
|||||||
BgpvpnServiceProvider: 'BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default'
|
BgpvpnServiceProvider: 'BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default'
|
||||||
|
|
||||||
# Required (example)
|
# Required (example)
|
||||||
# BapipeMyAs: 64512
|
# BagpipeMyAs: 64512
|
||||||
|
|
||||||
# Optional (example)
|
# Optional (example)
|
||||||
# BapipeApiPort: 8084
|
# BagpipeApiPort: 8084
|
||||||
# BapipeDataplaneDriverIpVpn: 'ovs'
|
# BagpipeDataplaneDriverIpVpn: 'ovs'
|
||||||
# BapipeEnableRtc: true
|
# BagpipeEnableRtc: true
|
||||||
# BapipeOvsBridge: br-mpls
|
# BagpipeOvsBridge: br-mpls
|
||||||
# BapipePeers: 192.168.10.1,192.168.10.2
|
# BagpipePeers: 192.168.10.1,192.168.10.2
|
||||||
|
@ -4,27 +4,27 @@ description: >
|
|||||||
Bagpipe Driver configured with Puppet
|
Bagpipe Driver configured with Puppet
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
BapipeMyAs:
|
BagpipeMyAs:
|
||||||
default:
|
default:
|
||||||
description: Private Autonomous System number
|
description: Private Autonomous System number
|
||||||
type: number
|
type: number
|
||||||
BapipeApiPort:
|
BagpipeApiPort:
|
||||||
default: 8084
|
default: 8084
|
||||||
description: BGP component API port
|
description: BGP component API port
|
||||||
type: number
|
type: number
|
||||||
BapipeDataplaneDriverIpVpn:
|
BagpipeDataplaneDriverIpVpn:
|
||||||
default: 'ovs'
|
default: 'ovs'
|
||||||
description: IP VPN dataplane drvier class
|
description: IP VPN dataplane drvier class
|
||||||
type: string
|
type: string
|
||||||
BapipeEnableRtc:
|
BagpipeEnableRtc:
|
||||||
default: true
|
default: true
|
||||||
description: Enable Route Target Constraint
|
description: Enable Route Target Constraint
|
||||||
type: boolean
|
type: boolean
|
||||||
BapipeOvsBridge:
|
BagpipeOvsBridge:
|
||||||
default: 'br-mpls'
|
default: 'br-mpls'
|
||||||
description: OVS bridge to use
|
description: OVS bridge to use
|
||||||
type: string
|
type: string
|
||||||
BapipePeers:
|
BagpipePeers:
|
||||||
default: ''
|
default: ''
|
||||||
description: List of peers' IPs to establish BGP connections
|
description: List of peers' IPs to establish BGP connections
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
@ -64,7 +64,7 @@ outputs:
|
|||||||
neutron::agents::bagpipe::my_as: {get_param: BagpipeMyAs}
|
neutron::agents::bagpipe::my_as: {get_param: BagpipeMyAs}
|
||||||
neutron::agents::bagpipe::api_port: {get_param: BagpipeApiPort}
|
neutron::agents::bagpipe::api_port: {get_param: BagpipeApiPort}
|
||||||
neutron::agents::bagpipe::dataplane_driver_ipvpn: {get_param: BagpipeDataplaneDriverIpVpn}
|
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::ovs_bridge: {get_param: BagpipeOvsBridge}
|
||||||
neutron::agents::bagpipe::peers: {get_param: BagpipePeers}
|
neutron::agents::bagpipe::peers: {get_param: BagpipePeers}
|
||||||
step_config: |
|
step_config: |
|
||||||
|
Loading…
Reference in New Issue
Block a user