summaryrefslogtreecommitdiff
path: root/ironic_python_agent/agent.py
Commit message (Expand)AuthorAgeFilesLines
* Disable MD5 image checksumsJulia Kreger2023-04-241-0/+2
* Increase version of hacking and pycodestyleRiccardo Pittau2021-07-301-6/+5
* Coalesce heartbeatsDmitry Tantsur2021-06-181-3/+18
* Remove the iscsi extensionDmitry Tantsur2021-05-101-1/+0
* Merge "Simplify heartbeating by removing use of select()"Zuul2020-09-291-45/+16
|\
| * Simplify heartbeating by removing use of select()Jay Faulkner2020-09-221-45/+16
* | Generate a TLS certificate and send it to ironicDmitry Tantsur2020-09-111-1/+25
|/
* Update the cache if we don't have a root device hintJulia Kreger2020-08-251-0/+4
* Support changing the protocol part of callback_url to httpsDmitry Tantsur2020-08-061-2/+4
* Merge "Prevent un-needed iscsi cleanup"Zuul2020-07-251-0/+1
|\
| * Prevent un-needed iscsi cleanupJulia Kreger2020-07-201-0/+1
* | Merge "Adds poll mode deployment support"Zuul2020-07-221-43/+48
|\ \ | |/ |/|
| * Adds poll mode deployment supportKaifeng Wang2020-06-211-43/+48
* | Limit Inspection->Lookup->Heartbeat lagJulia Kreger2020-07-031-3/+8
|/
* Add a deploy step for writing an imageDmitry Tantsur2020-06-021-7/+1
* Fix an issue with high cpu usage caused by ironic-python-agentFedor Tarasenko2020-05-251-1/+1
* Fix the token logic to be compatible with older ironicDmitry Tantsur2020-04-151-3/+1
* Bump hacking to 3.0.0Riccardo Pittau2020-03-301-10/+9
* Fix agent token vmedia useJulia Kreger2020-03-201-2/+11
* Agent token supportJulia Kreger2020-03-121-1/+45
* Merge "Add NTP time sync"Zuul2020-03-111-0/+2
|\
| * Add NTP time syncJulia Kreger2020-03-071-0/+2
* | Log the agent versionJulia Kreger2020-03-111-0/+2
|/
* Expose collector and hardware manager names via introspection dataDmitry Tantsur2020-01-221-1/+1
* Replace WSME and Pecan with WerkzeugDmitry Tantsur2019-12-041-21/+9
* Merge "Stop using six library"Zuul2019-12-031-1/+1
|\
| * Stop using six libraryRiccardo Pittau2019-11-291-1/+1
* | Replace netaddr dependency with stdlib ipaddressDmitry Tantsur2019-12-021-6/+14
|/
* Correct string formatting in loggingDmitry Tantsur2019-10-171-2/+2
* manual introspection trigger commandJulia Kreger2019-07-081-2/+7
* Supports fetching API endpoints from mDNSDmitry Tantsur2019-05-291-0/+18
* report the URL when heartbeats failDoug Hellmann2019-05-131-2/+4
* Making ironic-python-agent able to stop with python 3.xRiccardo Pittau2019-02-041-1/+1
* write byte objects when using os.writeMatthew Thode2018-05-171-2/+2
* Follow-up patch for rescue extension for CoreOSShivanand Tendulker2018-01-301-1/+1
* Merge "Rescue extension for CoreOS with DHCP tenant networks"Zuul2017-12-111-18/+27
|\
| * Rescue extension for CoreOS with DHCP tenant networksMario Villaplana2017-11-061-18/+27
* | Ignore IPv6 link local addressesDerek Higgins2017-11-211-1/+7
|/
* Use flake8-import-orderJohn L. Villalovos2017-02-161-1/+1
* Merge "Configure and use SSL-related requests options"Jenkins2017-02-071-0/+3
|\
| * Configure and use SSL-related requests optionsPavlo Shchelokovskyy2017-01-131-0/+3
* | Agent: Listen for connections on both IPv4 and IPv6 portsDerek Higgins2017-01-191-0/+5
|/
* Advertise the correct address when using IPv6Derek Higgins2017-01-111-1/+1
* Skip API related work if no api url configuredYufei2016-12-071-28/+39
* Remove old lookup/heartbeat from IPAPavlo Shchelokovskyy2016-11-091-4/+2
* Remove Python 2.6 format styleJohn L. Villalovos2016-10-061-1/+1
* Use namedtuple to improve code readabilityJohn L. Villalovos2016-08-301-5/+8
* Re-use API client for Heartbeat operationsJulia Kreger2016-08-261-2/+1
* Merge "Add metrics support to IPA"Jenkins2016-08-091-1/+13
|\
| * Add metrics support to IPAJosh Gachnang2016-08-031-1/+13