Commit Graph

8 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 f55809a6fd Add SSL limitation
Change-Id: I2549cdc8f45a862d37b3ec5ba354c999105d4bcd
2016-11-17 08:33:34 +00:00
Igor Zinovik b082bbc2c6 Relax UUID regex
Current UUID regular expression is too restrictive, NSX Manager might
generate UUIDs that does not match regex, but are valid UUID values.

Change-Id: I51d12a647bb06cffc02dc0403426825a8f17da35
2016-09-22 16:39:01 +03:00
Igor Zinovik a8caf3e740 Move away from 'text_list' to 'textarea'
text_list type is not supported by stable version of fuel plugin builder
(plugin build process fails due to validation check).

Example value produces multiple text fields for each character written
to 'value' which cannot be removed or edited.

Change-Id: Ief60cef42d10d48bc61d77cd9ca21424679002fe
2016-09-13 11:58:23 +03:00
Artem Savinov fcaa0cc3e5 Setting up compute nodes to work with nsx-t
Added nsx-t components to compute node
Added create predefined network

Change-Id: I8647c220c4f8750b503568655d1be4a1774845d7
2016-09-09 13:13:32 +03:00
Artem Savinov 9728ea3bb4 Deploy controller node with nsx-t support
Change-Id: Iae2b2679b4f7bdbc1fe5b82aa2c0f2b46e032907
2016-09-01 12:21:53 +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