Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Jaeger 47efe1f1e3 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: I016c6c7263df9aefc9758d7f58168ec595894726
2019-12-18 20:09:39 +01:00
Igor Zinovik 324f540868 Update Neutron NSX plugin to latest commit from stable/mitaka branch
Plugin contains changes that allow to work with
python-neutron-lib-0.0.1, this means that we no longer need to carry
this package inside the plugin.

Plugin git commit revision: 53beb032bdaa2090820e78e166054450c0273b9f

Change-Id: I86a8dbb5d97163b6562c3757e2007a4d41a5d159
2016-10-24 19:35:09 +03:00
Igor Zinovik 1a39ecce98 Add 'python-neutron-lib' package
neutron-lib 0.0.1 breaks Neutron NSX security group functionality.
Package available with Fuel 9 is too old (0.0.1) for Neutron NSX plugin,
we need version higher than 0.0.1.

We need to raise plugins package priority using APT preferences file,
because by default plugin repository on the master node has lower
priority than default repositories.

Closes-bug: #1632233
Change-Id: Ib5e19729a6ae456100fefd4a5cf8a1d1b9160cbc
2016-10-12 11:31:06 +00:00
Igor Zinovik c6eac64196 Implement plugin actions: install package, configure nsx.ini
Implement two deployment actions:
* python-vmware-nsx (contains Neutron NSX plugin) installation
* pass UI parameters into nsx.ini file

Plugin contains custom type `nsx_config' to configure settings in
nsx.ini file.

Plugin reuses network:neutron:core:nsx component due to a hardcoded
restriction in fuel UI. This makes impossible simultaneous usage of
NSX-T and NSXv plugins.

Change-Id: I963a9a8c1d5d8c27324bf01a6ae10be23075f413
2016-08-16 19:30:16 +03:00
Igor Zinovik 19755eb391 Add plugin stub 2016-07-25 17:50:26 +03:00