Bug #37696
closedConvert2rhel env facts are getting filtered due to env ethernet regex
Description
Convert2rhel creates a custom fact with an env variable if it got converted through Satellite or through the customer portal. It looks like this:
[root@toledo8 ~]# cat /etc/rhsm/facts/convert2rhel.facts
{
"conversions.version": "1",
"conversions.activity": "conversion",
"conversions.packages.0.nevra": "convert2rhel-0:2.0.0-1.el8.noarch",
"conversions.packages.0.signature": "RSA/SHA256, Thu May 30 13:31:33 2024, Key ID 199e2f91fd431d51",
"conversions.executed": "/usr/bin/convert2rhel",
"conversions.success": true,
"conversions.activity_started": "2024-07-11T17:28:54.281664Z",
"conversions.activity_ended": "2024-07-11T17:48:47.026664Z",
"conversions.source_os.id": "Cerulean Leopard",
"conversions.source_os.name": "AlmaLinux",
"conversions.source_os.version": "8.10",
"conversions.target_os.id": "Ootpa",
"conversions.target_os.name": "Red Hat Enterprise Linux",
"conversions.target_os.version": "8.10",
"conversions.env.CONVERT2RHEL_THROUGH_FOREMAN": "1",
"conversions.run_id": "null"
}
The convert2rhel team wants that fact reported through RH cloud so they know if they should keep working on enhancing this process and to see how many people are using it.
Once this is in, I will make a PR to RH Cloud to add that into the report we send off.
Updated by The Foreman Bot 5 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10256 added
Updated by Chris Roberts 5 months ago
- Pull request https://github.com/Katello/katello/pull/11096 added
- Pull request deleted (
https://github.com/theforeman/foreman/pull/10256)
Updated by Chris Roberts 5 months ago
- Project changed from Foreman to Katello
- Category changed from Facts to Hosts
- Target version changed from 3.12.0 to Katello 4.14.0
- Difficulty deleted (
easy)
Updated by Chris Roberts 4 months ago
- Status changed from Ready For Testing to Closed
- Difficulty set to medium
Updated by The Foreman Bot 4 months ago
- Pull request https://github.com/Katello/katello/pull/11109 added
Updated by The Foreman Bot 4 months ago
- Pull request https://github.com/Katello/katello/pull/11110 added