Commit Graph

6 Commits

Author SHA1 Message Date
Ghanshyam Mann 0976964257 Retire oswin-tempest-plugin: remove repo content
Winstackers project has been retired
- https://review.opendev.org/c/openstack/governance/+/886880

this commit removes the content of oswin-tempest-plugin
deliverables of this project

Change-Id: I489d36a539cb943c1d7216390e469a471719a2cf
2023-09-09 12:30:57 -07:00
Andreas Jaeger 13506c22a8 Update requirements manually
The global requirments sync for this repo fails since it lists
packages that are not in the global list. Manually sync
requirements.

Failure log from requirements sync:
http://logs.openstack.org/d8/d89aad257d43fe02e42e44b2a0187dbd9f505c36/post/propose-update-requirements/15a7777/job-output.txt.gz#_2018-01-31_07_10_14_115335

Errors are:
'pywinrm' is not in global-requirements.txt or blacklist.txt

Change-Id: I24dd3c7ea9fa0a907c26ff62773b336c9d2d0b80
2018-01-31 09:14:33 +01:00
Claudiu Belu 76fe6540d2 Increase the test_qos disk usage limit
The lowest limit for disk usage for Hyper-V instances is 8 KB/s.
Setting it that low, however, can lead to some test timeouts, as
the VM may fail to finish booting in time.

Increases the QoS limit to 1 MB/s.

Change-Id: Iedc8f1add74e4c299f76613a622976b348f278f0
2017-08-31 11:53:12 -07:00
Claudiu Belu 4212a327ee Fixes flake8 and unittest errors
Change-Id: I4398a098da08ed8e086edac86fe8d68a06cf8eda
2017-07-31 02:46:46 -07:00
Claudiu Belu 763348b367 Adds Hyper-V Cluster scenario
Hyper-V VMs can be clustered, making them highly available.

We can force a VM failover through WinRM, causing the VM to
restart on another host. For this, the Hyper-V hosts must have
WinRM enabled.

A VM must have network connectivity after the failover,
and operations (resize, migrate, etc.) must still succeed after failover.

Adds the following config options:
- cluster_enabled (default = False)
- username
- password
- failover_timeout (default = 120 seconds)
- failover_sleep_interval (default = 5 seconds)

Adds HyperVClusterTest.
2017-07-18 03:27:54 -07:00
Claudiu Belu 6e24ab066d Apply cookiecutter template 2017-06-22 14:48:08 -07:00