index
:
delta/openstack/ironic-python-agent.git
bugfix/6.2
bugfix/6.3
bugfix/6.5
bugfix/6.6
bugfix/8.0
bugfix/8.1
bugfix/8.3
bugfix/8.6
bugfix/9.0
bugfix/9.2
bugfix/9.3
master
stable/2023.1
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/ironic-python-agent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ironic_python_agent
/
agent.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore IPv6 link local addresses
Derek Higgins
2017-11-21
1
-1
/
+7
*
Use flake8-import-order
John L. Villalovos
2017-02-16
1
-1
/
+1
*
Merge "Configure and use SSL-related requests options"
Jenkins
2017-02-07
1
-0
/
+3
|
\
|
*
Configure and use SSL-related requests options
Pavlo Shchelokovskyy
2017-01-13
1
-0
/
+3
*
|
Agent: Listen for connections on both IPv4 and IPv6 ports
Derek Higgins
2017-01-19
1
-0
/
+5
|
/
*
Advertise the correct address when using IPv6
Derek Higgins
2017-01-11
1
-1
/
+1
*
Skip API related work if no api url configured
Yufei
2016-12-07
1
-28
/
+39
*
Remove old lookup/heartbeat from IPA
Pavlo Shchelokovskyy
2016-11-09
1
-4
/
+2
*
Remove Python 2.6 format style
John L. Villalovos
2016-10-06
1
-1
/
+1
*
Use namedtuple to improve code readability
John L. Villalovos
2016-08-30
1
-5
/
+8
*
Re-use API client for Heartbeat operations
Julia Kreger
2016-08-26
1
-2
/
+1
*
Merge "Add metrics support to IPA"
Jenkins
2016-08-09
1
-1
/
+13
|
\
|
*
Add metrics support to IPA
Josh Gachnang
2016-08-03
1
-1
/
+13
*
|
Use new agent API if available
Dmitry Tantsur
2016-08-05
1
-1
/
+3
|
/
*
Wait for at least one interface before node lookup
vmud213
2016-06-14
1
-0
/
+26
*
Merge "Get root device hints from the node object"
Jenkins
2016-05-30
1
-0
/
+1
|
\
|
*
Get root device hints from the node object
Lucas Alvares Gomes
2016-05-26
1
-0
/
+1
*
|
Add a configurable sleep before IPA starts working
Dmitry Tantsur
2016-05-24
1
-1
/
+9
|
/
*
Revert "Add hardware manager interface for hardware initialization"
Jay Faulkner
2016-05-23
1
-2
/
+0
*
Add hardware manager interface for hardware initialization
Dmitry Tantsur
2016-05-20
1
-0
/
+2
*
Bind to interface routable to the ironic host, not a random one
Dmitry Tantsur
2016-03-21
1
-39
/
+44
*
Change to use WARNING level for heartbeat conflict errors
Zhenguo Niu
2016-03-06
1
-0
/
+4
*
Replace all the 'self.log' calls with global LOG
Zhenguo Niu
2016-02-24
1
-8
/
+9
*
Enforce all flake8 rules except E129
John L. Villalovos
2015-10-02
1
-2
/
+2
*
Add support for inspection using ironic-inspector
Dmitry Tantsur
2015-09-07
1
-1
/
+7
*
Load Hardware Managers at runtime
Jay Faulkner
2015-08-28
1
-0
/
+4
*
Use oslo_log lib
Ghe Rivero
2015-03-24
1
-1
/
+1
*
Allow use of multiple simultaneous HW managers
Jay Faulkner
2015-01-08
1
-5
/
+5
*
Add standalone mode for IPA
Josh Gachnang
2014-12-16
1
-8
/
+13
*
Force heartbeat immediately after async command completes
Jim Rollenhagen
2014-10-13
1
-0
/
+7
*
Use poll instead of threading.Event in heartbeat thread
Jim Rollenhagen
2014-10-13
1
-11
/
+29
*
Delete unused method get_agent_mac_address()
Jim Rollenhagen
2014-09-22
1
-7
/
+0
*
Add docstrings for agent.py
Jim Rollenhagen
2014-09-11
1
-3
/
+59
*
Fix exception that is not properly raised
Jim Rollenhagen
2014-09-10
1
-2
/
+2
*
Tries to advertise valid default IP
Ellen Hui
2014-06-10
1
-0
/
+44
*
Flow extension uses extension manager from agent
Vladimir Kozhukalov
2014-06-02
1
-7
/
+5
*
Merge "Make encoding.serialize() more programmatical"
Jenkins
2014-05-29
1
-8
/
+2
|
\
|
*
Make encoding.serialize() more programmatical
Alexander Gordeev
2014-05-06
1
-8
/
+2
*
|
Don't begin heartbeating until the API server is listening
Russell Haering
2014-05-20
1
-1
/
+4
|
/
*
Organize agent extensions
Russell Haering
2014-04-14
1
-1
/
+1
*
Use configurable driver name in lookup URL
Jim Rollenhagen
2014-04-14
1
-3
/
+6
*
Merge "Kill the build_agent function"
Jenkins
2014-04-14
1
-15
/
+0
|
\
|
*
Kill the build_agent function
Russell Haering
2014-04-14
1
-15
/
+0
*
|
Resolve circular import, introduce ExecuteCommandMixin
Alexander Gordeev
2014-04-14
1
-40
/
+8
|
/
*
Use # instead of """ for copyright blocks
Jim Rollenhagen
2014-04-10
1
-15
/
+13
*
Merge "Move split_command to utils"
Jenkins
2014-04-07
1
-9
/
+1
|
\
|
*
Move split_command to utils
Alexander Gordeev
2014-04-07
1
-9
/
+1
*
|
Compatibility fixes for Python 3.3
Jay Faulkner
2014-04-07
1
-3
/
+4
|
/
*
Adding DynamicLoopingCall around lookup
Josh Gachnang
2014-03-31
1
-8
/
+17
*
Get rid of modes. Introduce pluggable extensions
Alexander Gordeev
2014-03-27
1
-38
/
+15
[next]