Project

General

Profile

Actions

Bug #3598

closed

Make timeouts configurable

Added by Greg Sutcliffe over 10 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Foreman commands (obsolete)
Target version:
Difficulty:
Triaged:
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:

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


Related issues 2 (0 open2 closed)

Related to Foreman - Feature #3566: expose Orchestration tasks via the APIClosedOhad Levy11/04/2013Actions
Blocked by Hammer CLI - Feature #3897: Replace foreman_api with dynamic bindingsClosedMartin Bacovsky12/17/2013Actions
Actions #1

Updated by Greg Sutcliffe over 10 years ago

  • Related to Feature #3566: expose Orchestration tasks via the API added
Actions #2

Updated by Martin Bacovsky about 10 years ago

  • Blocked by Feature #3897: Replace foreman_api with dynamic bindings added
Actions #3

Updated by Martin Bacovsky about 10 years ago

  • Assignee set to Martin Bacovsky

This will be possible to set with dynamic bindings

Actions #4

Updated by Dominic Cleal about 10 years ago

  • Target version set to 1.9.1
Actions #5

Updated by Sam Kottler about 10 years ago

  • Status changed from New to Assigned
  • Assignee changed from Martin Bacovsky to Sam Kottler
Actions #6

Updated by Sam Kottler about 10 years ago

This is the first step toward making this happen: https://github.com/theforeman/foreman_api/pull/25.

Actions #7

Updated by Dominic Cleal about 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.

Actions #8

Updated by Anonymous about 10 years ago

  • Target version changed from 1.9.1 to 1.9.0
Actions #9

Updated by Tomáš Strachota about 10 years ago

  • Status changed from New to Assigned
  • Assignee set to Tomáš Strachota
Actions #10

Updated by Tomáš Strachota about 10 years ago

  • Status changed from Assigned to Ready For Testing
Actions #11

Updated by Anonymous about 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

Also available in: Atom PDF