Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionJitendra Yejare
2021-06-09 12:49:27 UTC
Description of problem:
The host provisioning in Azure CR fails with error :
```
{"errors":{"base":["Prepare post installation script for test-exefipdhem.gpihtq0b3c task failed with the following error: ERF42-7327 [Foreman::Exception]: The snippet 'puppet.conf' threw an error: undefined method '#present?' for Safemode::Jail (Environment)"]}}
```
Version-Release number of selected component (if applicable):
Satellite 6.10 snap 3
How reproducible:
Always
Steps to Reproduce:
1. Create an Azure Compute Resource in satellite.
2. Attempt to provision the host using that Azure Compute Resource.
Actual results:
The host provisioning in Azure fails while provisioning in process with following error:
```
{"errors":{"base":["Prepare post installation script for test-exefipdhem.gpihtq0b3c task failed with the following error: ERF42-7327 [Foreman::Exception]: The snippet 'puppet.conf' threw an error: undefined method '#present?' for Safemode::Jail (Environment)"]}}
```
Expected results:
Successful host provisioning in Azure CR from Satellite.
Additional info:
Accidentally submit Comment 4! Continuing to that comment :
Verification Steps(Ran an automated test case to verify this bug):
1. Created an Azure Compute Resource in satellite.
2. Attempted to provision the host using that Azure Compute Resource.
Behaviour:
1. The host is provisioned onto the Azure CR successfully.
2. The host provisioning didn't throw the bug description or any other error.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Moderate: Satellite 6.10 Release), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2021:4702
Description of problem: The host provisioning in Azure CR fails with error : ``` {"errors":{"base":["Prepare post installation script for test-exefipdhem.gpihtq0b3c task failed with the following error: ERF42-7327 [Foreman::Exception]: The snippet 'puppet.conf' threw an error: undefined method '#present?' for Safemode::Jail (Environment)"]}} ``` Version-Release number of selected component (if applicable): Satellite 6.10 snap 3 How reproducible: Always Steps to Reproduce: 1. Create an Azure Compute Resource in satellite. 2. Attempt to provision the host using that Azure Compute Resource. Actual results: The host provisioning in Azure fails while provisioning in process with following error: ``` {"errors":{"base":["Prepare post installation script for test-exefipdhem.gpihtq0b3c task failed with the following error: ERF42-7327 [Foreman::Exception]: The snippet 'puppet.conf' threw an error: undefined method '#present?' for Safemode::Jail (Environment)"]}} ``` Expected results: Successful host provisioning in Azure CR from Satellite. Additional info: