Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger ed78691242 Retire repository
Fuel repositories are all retired in openstack namespace, retire
remaining fuel repos in x namespace since they are unused now.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011675.html

A related change is: https://review.opendev.org/699752 .

Change-Id: I3264a66913afced9d149fd88f897b843e81c4b67
2019-12-18 19:43:38 +01:00
Jenkins e5d1d26e5e Merge "Add plugin documentation" 2017-02-24 08:21:38 +00:00
Igor Zinovik 9a2bf3a825 Add plugin documentation
* add documentation in .rst format, using sphinx as documentation
  builder
* add requirements.txt with needed python modules for documentation
* add Makefile that allow to build documentation
* add entry got `.gitignore' file to ignore doc/build directory

Change-Id: Ie484a9cb0f8a49daa00b450e9e6e51a7ed306ecb
2017-02-20 17:37:37 +03:00
Romanos Skiadas c1be687a93 Install and start quagga/zrpcd
- compile and install zrpcd on the controller node using the compile script
  provided by upstream zrpcd
- install a systemd file for zrpcd
- start the service
- increase the timeout for odl-install.pp to account for the compilation time

Change-Id: Ia75cd9a2c9fa76ba128c943d373de4be96292e86
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
2017-02-17 12:19:07 +02:00
Nikolas Hermanns c6573ae567 Enable BGPVPN_extension/SDNVPN_feature
To enable SDNVPN feature we have to do:
- setup the transport endpoint that it
  has the correct ip in ovs and ODL
- Add br-int
- Configure ODL as the controller for br-int
- disable ovsdb feature and enable sdnpvpn feature
- fuel network setup has to be changed
  to stick to sdnvpn network concept

Change-Id: I320c9597b4b760f3a7d273aad710b5e43f4ba754
2016-03-10 14:47:24 +01:00
Michal Skalski 5d11066250 Support MOS 8.0.
- Support MOS 8.0.
 - Move ODL installation and configuration
   to main phase of deployment.
 - L3 traffic managed by ODL possible when vxlan
   tunneling is used.
 - Include snapshot of OpenDaylight Beryllium,
   stable version not available at this moment.
 - Get rid of hardcoded configuration related to specific ODL version.
   Now plugin is more elastic and should support a broader
   number of ODL versions.
 - odl_network_scheme function overrided standard network scheme
   so custom network templates are not required.
 - ODL is no longer patched to use br-floating bridge

Change-Id: I8d1391817ff3a012697aac487ce9eaea489d8df6
2016-01-19 00:53:39 +01:00