stable/2023.1
master
bugfix/11.3
stable/zed
bugfix/10.9
bugfix/11.0
stable/train
stable/ussuri
stable/victoria
stable/wallaby
bugfix/10.7
stable/xena
stable/yoga
bugfix/10.12
bugfix/11.2
11.4.0
11.3.0
bugfix/10.10-eol
bugfix/10.5-eol
bugfix/10.3-eol
bugfix/10.2-eol
11.2.0
wallaby-em
10.8.1
stein-eol
rocky-eol
queens-eol
11.1.0
10.6.2
11.0.0
pike-eol
10.12.0
victoria-em
10.11.0
ussuri-em
10.1.3
10.10.0
10.4.2
10.9.0
10.8.0
10.6.1
10.1.2
10.7.0
ocata-eol
train-em
10.6.0
9.2.4
10.5.0
10.4.1
stein-em
10.4.0
10.1.1
10.3.0
10.2.1
8.2.5
10.2.0
9.2.3
9.2.2
10.1.0
rocky-em
10.0.0
9.2.1
8.2.4
8.0.4
queens-em
9.2.0
8.2.3
9.1.0
8.2.2
9.0.0
8.2.1
8.0.3
7.2.4
pike-em
ocata-em
8.2.0
8.0.2
7.2.3
7.2.2
8.0.1
8.1.0
8.0.0
6.0.3
7.2.1
7.3.0
6.0.2
7.2.0
6.0.1
5.0.2
7.1.0
7.0.0
6.1.0
newton-eol
6.0.0
mitaka-eol
4.2.2
5.0.1
5.1.0
5.0.0
liberty-eol
4.2.1
4.2.0
4.1.0
4.0.0
3.2.2
2.2.7
3.3.0
3.2.1
2.2.6
3.2.0
2.2.5
3.1.0
2.2.4
3.0.0
2.2.3
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
${ noResults }
2 Commits (fc2e029fa6318384f840bdc8bc54894396308299)
Author | SHA1 | Message | Date |
---|---|---|---|
![]() |
59cf107e17 |
Remove the generic eventlet monkey patch from test
ironic-inspector tempest plugin caused unexplained ssh issues to tempest due to the eventlet monkey patch. Tempest does not uses eventlet and will not, and a late monkey patch just causes strange issues. Looks like safe to simply remove it from the __init__.py, the monkey happens in the right time when needed, even without this part. Change-Id: I2595277105236c371fdb76532f66ef2af3dddeb6 |
6 years ago |
![]() |
d6404d2f99 |
Rename discoverd -> inspector
As agreed on the summit I'm renaming the python modules and doing some adjustments: * This is a breaking change, so version is bumped to 2.0.0 * Used this chance to split conf options over proper sections * RELEASES.rst is gone; it's too hard to keep it up-to-date; anyway git does better job at doing history * Dropped deprecated option ports_for_inactive_interfaces * Dropped old /v1/discover endpoint and associated client call * No longer set on_discovery and newly_discovered in Node.extra (deprecated since 1.0.0, superseded by the get status API) * Default firewall chain name is "ironic-inspector" and is configurable Notes: * Some links will be updated after real move. * Stable branches will probably use the old name. * Some usage of discovery word is left in context of "discovered data" * DIB element will probably be deprecated, so leaving it alone for now. * Some usages of word "discovery" in the README will be updated later to make this patch a bit smaller * Ramdisk code will be moved to IPA, so not touching it too much Change-Id: I59f1f5bfb1248ab69973dab845aa028df493054e |
8 years ago |