Commit Graph

14 Commits

Author SHA1 Message Date
Andreas Jaeger 08db3ad05f 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: I37b6a82c9c3c3893bb4b9b6a4c4b5a83a6d8193c
2019-12-18 09:50:01 +01:00
Mykyta Karpin db717d243b Fix nodes enrolling method
Change-Id: Ida7fdfa63fc503412a006571d5af1af551d055ca
Closes-Bug: #1674356
2017-03-21 07:20:20 +00:00
Kyrylo Romanenko 254445e089 Test cluster upscaling and downscaling with Ironic
Verify that Ironic works properly after addition
and deletion of Controller and Ironic nodes.

Change-Id: I71e16182159ad4a4a34d9e68677c7b3a97bb536f
Partial-Bug: #1541847
2016-05-18 11:47:59 +03:00
Kyrylo Romanenko c61f4efff6 Increase _wait_for_ironic_hypervisor timeout
Fix test for job review_fuel_agent_ironic_deploy by
increasing timeout for ironic hypervisors.
Increase timeout for vm boot.

Change-Id: I58fe6964e111f920a2d52d19074c23b8c777b63b
Closes-Bug: #1571997
2016-04-28 12:54:17 +03:00
Kyrylo Romanenko ca9b08cb7d Simplify environment configuration for review_fuel_agent_ironic_deploy test
Use less resource-consuming cluster configuration.
Fix _wait_for_ironic_hypervisor to work without computes.

Change-Id: I2abb01faca3e5fbfa1ef5d548432a7be65ecaae1
Closes-Bug: #1571997
2016-04-22 13:57:14 +00:00
Alexey Stepanov 235959b861 Pylint: fix trivial issues 8
fix: make methods static, if self is not used inside
(call is not changed, backward change is possible without code change,
  if self will be required)
Related-bug: #1556791

Change-Id: I48175c0179e0fde69ed9b527ab570a267b9191a5
2016-03-18 10:35:15 +03:00
Alexey Stepanov b661d47b32 Pylint: fix trivial issues 2
Change-Id: Id29cb8831714fd96960f85c29d866084a5565f5c
fix: invalid import order, double import, relative import, no super call, instance defined outside of init, incorrect __all__ variable
Related-bug: #1556791
2016-03-16 10:30:31 +03:00
Alexey Stepanov 37009b912a Pylint: fix trivial issues 1
Change-Id: Ie847c0c91f4de31d19e559ab6becaf0a3934a7d0
fix: invalid indent, incorrect formatting, incorrect type check
Related-bug: #1556791
2016-03-16 10:30:12 +03:00
Jenkins 60d67e3116 Merge "Change mos_disk_info to fuel_disk_info" 2016-01-29 18:01:05 +00:00
vsaienko 124e3d1bfa Encrease wait timeouts for ironic VM
Wait 10 min for SSH on VM
Wait 5 min to update hypervisor details

Closes-Bug: #1539450
Change-Id: Ic8fe4090db78230e8d4e30f0bbf036cfddcb6582
2016-01-29 08:13:38 +00:00
Pavlo Shchelokovskyy 11d894855f Change mos_disk_info to fuel_disk_info
this is glance image metadata field filled when uploading images
for Ironic tests.

Change-Id: I586425c4b68ab77b93ad4d2888eccf3cd5109423
Related-Bug: #1539040
Depends-On: I83c462424422722f210d1659eaa7cf3c1bc14aa9
2016-01-28 14:17:00 +02:00
Vasyl Saienko e918673387 Revert "Revert "Introduce deployment test for Ironic""
fuel-devops 2.9.16 has been released, and updated on jenkins slave. Also python-ironicclient has been installed.

This reverts commit 87a7bca7ee.

Change-Id: I072370299a16a02f98a79402a1c9c3efa379275e
2016-01-21 16:44:14 +02:00
tatyana-leontovich 87a7bca7ee Revert "Introduce deployment test for Ironic"
We do not have ironicclient in venv - so test will fail all the tests. So revert it until CI team updates venvs on all the Jenkins slaves
This reverts commit 689b7c409d.

Related-Bug: #1534986
Change-Id: I3157d128788e609b0805fae6a80ab8f8dbdca99c
2016-01-16 20:17:56 +00:00
vsaienko 689b7c409d Introduce deployment test for Ironic
Depends-On: I15dbde05327d45f96894a9fa31e2e685cfef1033
Related-Bug: #1524773
Change-Id: Ife957ca0fcb3780b228a0bcafbd7cf5d5985a2b3
2016-01-14 10:49:02 +02:00