Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger 1c1a103a7c 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: I1ed27af26dc9b8284bf180a523b0e0cc6ab58069
2019-12-18 20:09:51 +01:00
Igor Zinovik b789817f66 Set +x on post_install.sh
Otherwise script is not executed

Change-Id: Icdd46e65ae314abd0a6a5dd6c2ce225c126fda61
Closes-bug: #1597336
2016-06-29 17:33:26 +03:00
Artem Savinov 2940fc9aff Fix warnings from code check utilites(shellcheck/flake8)
Change-Id: I7c3759639b3edca41860c1c47590237afa3e8092
2016-04-26 13:30:32 +03:00
Artem Savinov 1051ed6607 Disable incompatible roles with NSXv
* Script adds restrictions to built-in roles, so they get hidden when
  plugin is enabled for environment. Hidden roles: compute, ironic,
  cinder, cinder-block-device

Change-Id: I9dfe7ae1abd30f3846740ebc6f102677465282af
2016-04-21 15:16:21 +00:00
Artem Savinov cc08392248 Improvements in the neutron reconfiguration after adding new vcenter clusters
* Deleted post_deployment tasks
* Added reexecute_on for netron tasks
* Added stop neutron service to apply the new settings

Change-Id: I522b7a25f1c9fec154b6074d610ed81c4a0684d5
2016-04-13 14:20:08 +03:00
Artem Savinov ef0348db96 Added reconfigure neutron after add new vcenter cluster
* Added get vcenter cluster name from "Vmware" tab
* Added convert cluster name to morefid
* Added public/private key to controller/compute nodes
* Added script, what check and configure neutron, if need
* Added task for connect to controller from compute-vmware via ssh and
  execute neutron reconfigure script
* Update documentation

Change-Id: I0dbd6b15fc2cb1efd0de009ee79a27222fe4bab3
2016-02-05 14:01:39 +03:00
Artem Savinov cd852c4a99 NSXv component registry
* Add NSXv component registry in fuel web
* Remove dirty hack for enable neutron with vcenter
* Fix add hiera override file in hiera config

Change-Id: I8c3a3f30e7c558ae4777d3f13066dd9f37ff7d8f
2015-12-25 00:28:10 +03:00
Artem Savinov 7997f0d927 Change default route via management network for compute-vmware/cinder-vmware roles
Change-Id: Idbca709f2abddb340cbbb93b6286224f8cf1c946
2015-10-16 13:33:49 +00:00
Artem Savinov 733daf12f9 Fuel plugin to install NSXv with Neutron UI in wizard
* Plugin removes restriction on 'Neutron with tunnelling' in cluster
  creation wizard
* Plugin ships two .deb packages:
  python-vmware-nsx - Neutron NSXv plugin
  python-nova - Nova package with NSXv support in nova-compute
  https://review.openstack.org/#/c/209372/
  https://review.openstack.org/#/c/209374/

For build plugin need fpb version 3.

Change-Id: If6ba42abd7aaabca7a02c45718a82c6f8ca1e5a2
2015-09-30 17:33:08 +03:00