cdf0ee0f60
To integrate Hozizon to BGPVPN feature: - create links from plugin dashboard py files into horizon dashboard - restart apache Code fixes Change-Id: I7740f9454cfbf8d076cf96e7bfade337090fb539
22 lines
643 B
YAML
22 lines
643 B
YAML
- id: bgpvpn_configure
|
|
version: 2.0.0
|
|
role: ['primary-controller', 'controller']
|
|
requires: [post_deployment_start]
|
|
required_for: [post_deployment_end]
|
|
type: puppet
|
|
parameters:
|
|
puppet_manifest: puppet/manifests/install-bgpvpn.pp
|
|
puppet_modules: puppet/modules:/etc/puppet/modules
|
|
timeout: 1400
|
|
|
|
- id: horizon_integration
|
|
version: 2.0.0
|
|
role: ['primary-controller', 'controller']
|
|
requires: [post_deployment_start]
|
|
required_for: [post_deployment_end]
|
|
type: puppet
|
|
parameters:
|
|
puppet_manifest: puppet/manifests/horizon_integration.pp
|
|
puppet_modules: puppet/modules:/etc/puppet/modules
|
|
timeout: 1400
|