Commit Graph

11 Commits

Author SHA1 Message Date
Andreas Jaeger 9e22aa5af0 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: I7b6da23a9ca05fb94f9f14e0f304cce596c469e8
2019-12-18 09:55:16 +01:00
Dennis Dmitriev a736489db9 Revert only the latest snapshot that matches the test requirements
- add pytest marks 'revert_snapshot' to all required fixtures instead
  of reverting the snapshots inside them
- add get_top_fixtures_marks() that extracts all the marks
  'revert_snapshot' from the test and it's fixtures, order the marks
  in the same way as the fixtures depends on each other,
- in the fixture 'revert_snapshot' try to find the most suitable
  snapshot for reverting, from latest to earliest.
- mark 'revert_snapshot' removed from system tests which use fixtures
  with the same mark (for example, 'k8s_deployed' mark removed from
  system tests where the fixture 'k8scluster' is used as a top fixture)

Change-Id: Iad9e56d96d870aa4204ba23e76a5b4df01d4385b
Co-Authored-By: Dmitry Tyzhnenko <dtyzhnenko@mirantis.com>
2016-11-18 12:38:23 +02:00
Artem Grechanichenko 9704b23fa8 Add negative tests for checking --to-revision arg for kubectl unroll undo daemonset/<name>
Change-Id: I0a25341c71d83337f32f5eb2d1d572c6299afa86
2016-10-27 09:43:08 +00:00
Artem Grechanichenko de0f5deced Test rollout skipping
Change-Id: Iff0eef8115486d98013009d2d35e07a259142f03
2016-10-26 16:33:29 +00:00
Artem Grechanichenko a1f1304fba Rollback multiple times a daemonset using updateStrategy type: RollingUpdate and --to-revision=0 arg
Change-Id: I368ccd75b668457467400052c4307a085da76f0a
2016-10-26 16:26:30 +00:00
Artem Grechanichenko a1246475ff Rollout multiple times a daemonset using --revision key
Change-Id: I3e43a32fd1234df166b421422ee80d8923a92caf
2016-10-26 16:26:14 +00:00
Artem Grechanichenko 9dae0cd4a5 Rollout multiple times a daemonset using updateStrategy type: RollingUpdate
Change-Id: I1c17849b193f38eaa4805eae941c519b45bf0bbd
2016-10-24 17:46:56 +03:00
Artem Grechanichenko 21eed7f77f Rollout a daemonset using updateStrategy type: Noop
Change-Id: Ic95d5cbe511596aec25726264f63b81d735577d9
2016-10-24 17:44:04 +03:00
Artem Grechanichenko c60b9e3bb7 Rollout a daemonset using updateStrategy type: RollingUpdate
Change-Id: I43b5f96082dcea1fb474c1bb48eae49594a5e5a6
2016-10-24 17:36:18 +03:00
Artem Grechanichenko ee7412e754 Update a daemonset using updateStrategy type: RollingUpdate
Change-Id: Ie278788e2b7f8638e8bebf8f096c36e3b75408ad
2016-10-24 11:15:40 +00:00
Dennis Dmitriev dc7c1bb232 Update a daemonset using updateStrategy type: Noop
Change-Id: I809e462bdc5431fa24485af2a74f289280a484e2
2016-10-24 13:32:06 +03:00