In cfme 5.7, We added CustomAttributesMixin to ContainerProvider. The custom attributes allows us to set various environment variables like NO_PROXY, HTTP_PROXY adn HTTPS_PROXY. This rfe introduced the feature, https://bugzilla.redhat.com/show_bug.cgi?id=1365369 This rfe added the backend support, frontend support to input the values is still not implemented. Currently we have to input them through rails console : for example with `a` being your provider (`a = ExtManagementSystem.find_ by_name('<NAME FOR YOUR PROVIDER>')` ) you can add `no_proxy`, `http_proxy` and `https_proxy` with this command: This rfe is to get ui support for setting custom attributes of container provider through the UI. Advance Setting?
Note: we don't want to let the user being able to set any custom attribute at his will but just the ones related to the proxy. (Title edited).
Erez can you add the relevant PRs here? Please move to ON_DEV if you have all the PRs up for review.
This is not implemented yet, and more PRs will be needed, currently: The main PR in the UI, still WIP: https://github.com/ManageIQ/manageiq-ui-classic/pull/1652 It depends on: ManageIQ/manageiq#15398 ManageIQ/manageiq-schema#23 ManageIQ/manageiq-providers-kubernetes#45 ManageIQ/manageiq-providers-openshift#32
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, 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-2018:0380