Actions
Bug #6000
closedon 1.5 hosts build on compute resources remain in "building" indefinitely
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
It seems that in the latest release of Foreman, machines are not moved from building state.
We have this in our cloud-init:
phone_home:
url: <%= foreman_url('built') %>
The URL is accessed at the end (we can see this in the foreman logs), but the host is never moved to "built" state.
Please let me know if you need any logs from our side.
Updated by Dominic Cleal over 10 years ago
- Status changed from New to Feedback
Can you try making this change to your cloud-init template?
https://github.com/theforeman/community-templates/commit/adc4761238bbf1a1a1fecb6f64772a2c19619bf8
Updated by Dominic Cleal over 10 years ago
- Is duplicate of Bug #5754: Cloud-init phone_home raise 500 error because of POST content added
Updated by Dominic Cleal over 10 years ago
- Status changed from Feedback to Duplicate
Actions