Actions
Bug #3598
closedMake timeouts configurable
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman commands (obsolete)
Target version:
Description
Creating Hosts can be slow, particularly for image-based Compute Resources, which block until the image is up and the Finish template has been run. This leads to a timeout from Hammer:
[greg:~/github/hammer-cli]$ bundle exec bin/hammer host create --name test1 --hostgroup-id 11 --compute-resource-id 9 --compute-attributes "flavor_ref=1,image_ref=9c9d4946-3e33-4f6e-92f0-f3527ef42862,network=public"
Could not create the host:
Error: Request Timeout
The host is actually created fine:
Body: {"host":{"name":"test1.elysium.emeraldreverie.org","id":3871,"ip":"172.20.10.156","environment_id":6, ... <snip> }}
Completed 200 OK in 117643ms (Views: 54.6ms | ActiveRecord: 2454.5ms)
It would be nice to be able to increase the timeout for these actions
Updated by Greg Sutcliffe about 11 years ago
- Related to Feature #3566: expose Orchestration tasks via the API added
Updated by Martin Bacovsky almost 11 years ago
- Blocked by Feature #3897: Replace foreman_api with dynamic bindings added
Updated by Martin Bacovsky almost 11 years ago
- Assignee set to Martin Bacovsky
This will be possible to set with dynamic bindings
Updated by Sam Kottler almost 11 years ago
- Status changed from New to Assigned
- Assignee changed from Martin Bacovsky to Sam Kottler
Updated by Sam Kottler almost 11 years ago
This is the first step toward making this happen: https://github.com/theforeman/foreman_api/pull/25.
Updated by Dominic Cleal over 10 years ago
- Status changed from Assigned to New
- Assignee deleted (
Sam Kottler)
Above PR still stands, but we'll somebody else to pick this up for completion.
Updated by Anonymous over 10 years ago
- Target version changed from 1.9.1 to 1.9.0
Updated by Tomáš Strachota over 10 years ago
- Status changed from New to Assigned
- Assignee set to Tomáš Strachota
Updated by Tomáš Strachota over 10 years ago
- Status changed from Assigned to Ready For Testing
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman:hammer-cli-foreman|commit:01c89046763ebbe4bbe9435174c1ba938f90d24e.
Actions