Back to bug 2211748

Who When What Removed Added
Red Hat Bugzilla 2023-06-01 19:17:33 UTC Pool ID sst_system_roles_rhel_9
RHEL Program Management 2023-06-01 19:18:39 UTC Keywords Triaged
Rich Megginson 2023-06-01 19:20:46 UTC Status NEW ASSIGNED
Doc Type If docs needed, set a value Enhancement
Target Release --- 9.3
Assignee rmeggins ptoscano
Rich Megginson 2023-06-01 19:21:21 UTC Link ID Github linux-system-roles/rhc/pull/106
Red Hat One Jira (issues.redhat.com) 2023-06-01 19:22:21 UTC Link ID Red Hat Issue Tracker RHELPLAN-158830
Rich Megginson 2023-06-01 21:37:18 UTC Status ASSIGNED POST
Assignee ptoscano rmeggins
Rich Megginson 2023-06-01 21:37:59 UTC Blocks 2211778
Rich Megginson 2023-06-02 01:44:39 UTC Flags needinfo?(djez) needinfo?(jharuda) needinfo?(vdanek) needinfo?(cdonnell)
CC cdonnell, djez, jharuda, vdanek
Pino Toscano 2023-06-02 02:49:58 UTC Link ID Github linux-system-roles/rhc/pull/107
CC ptoscano
Rich Megginson 2023-06-07 01:09:02 UTC Fixed In Version rhel-system-roles-1.22.0-0.9.el9
Status POST MODIFIED
errata-xmlrpc 2023-06-07 01:10:30 UTC Status MODIFIED ON_QA
Jakub Haruda 2023-06-19 13:13:18 UTC QA Contact rhel-cs-system-management-subsystem-qe jharuda
Jakub Haruda 2023-07-18 13:51:29 UTC Flags needinfo?(jharuda)
Jakub Haruda 2023-07-18 13:52:21 UTC Status ON_QA VERIFIED
Deadline 2023-07-31
Rich Megginson 2023-08-10 13:37:22 UTC Doc Text Starting with community.general 6.2.0, the `redhat_subscription` module has a `server_proxy_scheme` parameter to configure the type of proxy server that subscription-manager uses (see [1], backported to community.general 6.x with [2]).
Hence, add a `scheme` attribute for the `rhc_proxy` role parameter, allowing users to configure the proxy type. To make sure to be able to test this, also add new optional test variables, using them in "tests_proxy" if specified.
[1] https://github.com/ansible-collections/community.general/pull/5662
[2] https://github.com/ansible-collections/community.general/pull/5671
Pino Toscano 2023-08-16 09:02:37 UTC Doc Text Starting with community.general 6.2.0, the `redhat_subscription` module has a `server_proxy_scheme` parameter to configure the type of proxy server that subscription-manager uses (see [1], backported to community.general 6.x with [2]).
Hence, add a `scheme` attribute for the `rhc_proxy` role parameter, allowing users to configure the proxy type. To make sure to be able to test this, also add new optional test variables, using them in "tests_proxy" if specified.
[1] https://github.com/ansible-collections/community.general/pull/5662
[2] https://github.com/ansible-collections/community.general/pull/5671
Feature:
The possibility to configure the type of proxy server.

Reason:
The `rhc` system role did not have a way to configure the type of the proxy server used to connect a system.

Result:
There is a new `scheme` attribute for the `rhc_proxy` role parameter, allowing users to configure the proxy type. Recognized values are `http` (the default) and `https`.
Flags needinfo?(djez) needinfo?(vdanek) needinfo?(cdonnell)
Sagar Dubewar 2023-08-16 10:19:21 UTC Docs Contact sdubewar
CC sdubewar
Sagar Dubewar 2023-08-17 09:35:46 UTC Doc Text Feature:
The possibility to configure the type of proxy server.

Reason:
The `rhc` system role did not have a way to configure the type of the proxy server used to connect a system.

Result:
There is a new `scheme` attribute for the `rhc_proxy` role parameter, allowing users to configure the proxy type. Recognized values are `http` (the default) and `https`.
.The `rhc` System Role now supports setting a proxy server type

The newly introduced attribute `scheme` under the `rhc_proxy` parameter enables you to configure the proxy server type by using the `rhc` system role. You can set two values: `http`, the default and `https`.

Back to bug 2211748