Bug #15295
"Reset Puppet Environment to match selected Content View" does not work
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1336802
Description of problem:
When creating a new Host in Satellite 6.2 BETA, one always needs to select the "Puppet Environment" because "Reset Puppet Environment to match selected Content View" does not work/set the Environment as expected respectively as done in Satellite 6.1.
It's also not possible to leave "Puppet Environment" blank and therefore simply inherit what was defined in the HostGroup. Since this was working on Satellite 6.1, customers are expecting this to work again.
Version-Release number of selected component (if applicable):
- foreman-1.11.0.24-1.el7sat.noarch
- katello-3.0.0-3.el7sat.noarch
- puppet-3.8.6-2.el7sat.noarch
- candlepin-0.9.54.5-1.el7.noarch
How reproducible:
Always
Steps to Reproduce:
1. Setup Satellite 6.2 BETA (I'm using SNAP 11)
2. Configure Satellite 6.2 BETA
3. Define new Host and use "Reset Puppet Environment to match selected Content View" for the selection of the "Puppet Environment"
Actual results:
No "Puppet Environment" defined
Expected results:
The "Puppet Environment" defined in the HostGroup should be selected and added to this host
Additional info:
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6102 added
#2
Updated by Justin Sherrill about 6 years ago
- Legacy Backlogs Release (now unused) set to 144
#3
Updated by David Davis about 6 years ago
- Has duplicate Bug #15294: "Reset Puppet Environment to match selected Content View" does not work in Satellite 6.2 BETA added
#4
Updated by David Davis about 6 years ago
- Has duplicate Bug #15293: "Reset Puppet Environment to match selected Content View" does not work in Satellite 6.2 BETA added
#5
Updated by David Davis about 6 years ago
- Has duplicate Bug #15332: Various fields stay empty when creating a new host based on a hostgroup with those fields not being empty added
#6
Updated by Partha Aji about 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|525a381b1c053bde4907fa7ce705b8f6ee394b0b.
#7
Updated by Eric Helms about 6 years ago
- Legacy Backlogs Release (now unused) deleted (
144)
#8
Updated by Justin Sherrill about 6 years ago
- Legacy Backlogs Release (now unused) set to 143
#9
Updated by Justin Sherrill about 6 years ago
- Subject changed from "Reset Puppet Environment to match selected Content View" does not work in Satellite 6.2 BETA to "Reset Puppet Environment to match selected Content View" does not work
Fixes #15295 - Puppet env populated in New Hosts
Prior to this commit on a new hosts page if you selected a Hostgroup,
the Puppet Environment property will not get inherited automatically.
This commit addresses that issue.