Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Jaeger 96a651dd10 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

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/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I9227181bae1ac7c39f1dd714d31e9d23e8dbc969
2019-12-18 09:51:59 +01:00
Maksim Malchuk 5cdbcc30d1 Fix PATH issue for VirtualBox on Windows
The support to deploy on a remote machine is broke the
default behaviour on the Windows OS, so now it always
needs to set the $PATH manually before using the scripts.

Also, the new functionality didn't work on the remote
Windows machine because the scripts change the $PATH on
the local system only.

This commit adds some more checks and fixes the local
$PATH setup. It didn't check remote system requirements
so deploy on a remote machine still have some problems.
Added several messages in the scripts.

Also this commit contain increased timeouts to fix
failures during network interfaces add/change operations
on some Windows systems.

Change-Id: If5dadc1ece3931f42eac423aae4d7016d45c2040
Closes-Bug: #1534129
Partial-Bug: #1491925
2016-01-22 08:22:10 +03:00
Kyrylo Romanenko 598cf17d8a Add script to delete host-only network interfaces
Set VirtualBox directory to PATH in clean.sh.
Call interfaces deletion from clean.sh.

Closes-Bug: #1493275
Change-Id: I9d3a62997e22210129418cdab603f4f43ace510e
2015-10-22 18:58:35 +03:00
Kyrylo Romanenko b9ff0a1619 Add script to shutdown VMs and clean environment quickly
Closes-Bug: #1454742
Change-Id: If06a5ca225a68fe20b027830ed88e7e964cd27c3
2015-07-28 15:20:25 +00:00