Project

General

Profile

Actions

Feature #24252

closed

Intermediate provisioning step

Added by Arend Lapere almost 6 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Since we are mostly working with headless systems, and thus cannot easily observe progress of provisioning., it would be nice to have step between "pending installation" and "finished".
I'm thinking about something like "busy" or similar. Also, not sure if we externally "fail" a system in provisioning?

This way we can tell if it at least went beyond PXE & the initial bootloader. A few use cases in which I really missed it:
  • Installing centOS over PXE, sometimes the server wasn't accessible, I've waited an hour only to eventually learn internet connectivity was broken => having an intermediate "busy" step could've informed me that the system is either installing or "fail" if the installation did not go through. If I don't have either of the two states withing a few minutes, it can be implied I have network issues
  • Installing windows was very similar, when using the wimaging scripts, I forgot to tell which image inside the WIM file it should use to install, this resulted in a failed build, again, I had to find this one out the hard way (since windows takes some time to install, there is no reason to be alarmed right away)

The caveat is that it should not be mandatory and that, probably, not all provisioning systems have the option to include this intermediate step as part of the templates


Related issues 1 (0 open1 closed)

Related to Foreman - Feature #21007: Templates API to mark a build as failedClosedLukas ZapletalActions
Actions #1

Updated by Arend Lapere almost 6 years ago

  • Description updated (diff)
Actions #2

Updated by Anonymous almost 6 years ago

  • Related to Feature #21007: Templates API to mark a build as failed added
Actions #3

Updated by Anonymous almost 6 years ago

Could please check if #21007 is already covering your needs?

Actions #4

Updated by Arend Lapere almost 6 years ago

The issue mentioned definitely solves the bigger issues. The only addition my issue, at this point, has, is that I also would like to be able to try and detect network issues before the PXE installer kicks in, e.g.:
- DHCP issues
- TFTP (file not available etc.)
- No connection whatsoever

However, I'm pretty sure that 99% of the cases are already covered by the addition of a fail step so I'm going to go ahead and close this on for now.

Actions #5

Updated by Arend Lapere almost 6 years ago

  • Status changed from New to Rejected
Actions #6

Updated by Lukas Zapletal over 5 years ago

Feel free to use "failed" endpoint and use request body to set arbitrary error message like "network error" or whatever.

Actions

Also available in: Atom PDF