Bug 1198015
| Summary: | katello-installer should show option to enable BMC on smart-proxy | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Sachin Ghai <sghai> |
| Component: | Installation | Assignee: | Stephen Benjamin <stbenjam> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Sachin Ghai <sghai> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | bbuckingham, daobrien, lzap |
| Target Milestone: | Unspecified | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://projects.theforeman.org/issues/9743 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-08-12 13:55:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Sachin Ghai
2015-03-03 08:42:31 UTC
The draft doc contains this: To enable BMC power management as part of the installation process, add the following lines to the capsule-installer command: --bmc "enabled"\ --bmc_default_provider "freeipmi" Does this only work for the Sat Server and not for Capsule? For the record upstream has those flags, we only need to expose them:
[root@fsix ~]# foreman-installer --help | grep bmc
--foreman-proxy-bmc Enable BMC feature (default: false)
--foreman-proxy-bmc-default-provider BMC default provider. (default: "ipmitool")
--foreman-proxy-bmc-listen-on BMC proxy to listen on https, http, or both (default: "https")
Created redmine issue http://projects.theforeman.org/issues/9743 from this bug This was pulled in to the katello-installer upstream by this commit: fixes #9668 - update capsule module https://github.com/Katello/katello-installer/pull/191 59adba41b17bad6e0b54d3acd880cac237e2e463 Verified with sat6.1 GA snap1 compose 2 (Satellite-6.1.0-RHEL-7-20150424.0):
on capsule..Now we have capsule-installer and it shows correct options to enable BMC:
--
[root@cloud-qe-6 ~]# capsule-installer --help | grep bmc
--bmc Enable BMC feature (default: false)
--bmc-default-provider BMC default provider. (default: "ipmitool")
[root@cloud-qe-6 ~]#
--
on sat6.. katello-installer also shows these options:
[root@cloud-qe-9 ~]# katello-installer --help | grep bmc
--capsule-bmc Enable BMC feature (default: false)
--capsule-bmc-default-provider BMC default provider. (default: "ipmitool")
moving this to verified.
This bug is slated to be released with Satellite 6.1. This bug was fixed in version 6.1.1 of Satellite which was released on 12 August, 2015. |