Project

General

Profile

Actions

Bug #37141

open

SmartProxy Plugin cannot be disabled

Added by Vidas Staugaitis 3 months ago. Updated 3 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Apparently there is a display error on the proxy details page under: Infrastructure-->Smart Proxies--> Proxy-Name -->Overview

After executing the command " foreman-installer --no-enable-foreman-proxy-plugin-ansible " to disable Ansible on the proxy, Ansible is still displayed as an active feature on the GUI page:

However, the changes are made in the " /etc/foreman-installer/scenarios.d/foreman-proxy-content-answers.yaml " file:

foreman_proxy::plugin::ansible: false

The value was true before executing the above command.


Files

Actions #1

Updated by Markus Bucher 3 months ago

  • Found in Releases 3.9.1 added
  • Found in Releases deleted (3.5.3)
Actions #2

Updated by Markus Bucher 3 months ago

Looks to me like the SmartProxy Ansible plugin cannot be disabled using `foreman-installer --no-enable-foreman-proxy-plugin-ansible`.

The --no-enable-... parameter will set foreman_proxy::plugin::ansible: false in the answers.yml. This means puppet will turn back to the default parameters, setting $enabled to true.

It can be disabled by setting the following in the answers.yml:

foreman_proxy::plugin::ansible:
  enabled: false

This might be the same for other Smart Proxy plugins.

Actions #3

Updated by Jeremy Lenz 3 months ago

  • Project changed from Foreman to Installer
Actions #4

Updated by Markus Bucher 3 months ago

  • Subject changed from Display error on the proxy details page to SmartProxy Plugin cannot be disabled
Actions

Also available in: Atom PDF