Project

General

Profile

Actions

Bug #28705

closed

Katello scenario does not expose dynflow foreman proxy plugin options

Added by Adam Ruzicka over 4 years ago. Updated over 1 year ago.

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

Description

# foreman-installer --scenario foreman --full-help | grep foreman-proxy-plugin-dynflow && echo "===== and that's all folks =====" 
    --[no-]enable-foreman-proxy-plugin-dynflow Enable 'foreman_proxy_plugin_dynflow' puppet module (default: false)
    --foreman-proxy-plugin-dynflow-console-auth  Whether to enable trusted hosts and ssl for the dynflow console (current: true)
    --reset-foreman-proxy-plugin-dynflow-console-auth Reset console_auth to the default value (true)
    --foreman-proxy-plugin-dynflow-database-path  Path to the SQLite database file, set empty for in-memory sqlite (current: UNDEF)
    --reset-foreman-proxy-plugin-dynflow-database-path Reset database_path to the default value (UNDEF)
    --foreman-proxy-plugin-dynflow-core-listen  Address to listen on for the dynflow core service (current: "0.0.0.0")
    --reset-foreman-proxy-plugin-dynflow-core-listen Reset core_listen to the default value ("0.0.0.0")
    --foreman-proxy-plugin-dynflow-core-port  Port to use for the local dynflow core service (current: 8008)
    --reset-foreman-proxy-plugin-dynflow-core-port Reset core_port to the default value (8008)
    --foreman-proxy-plugin-dynflow-enabled  Enables/disables the dynflow plugin (current: true)
    --reset-foreman-proxy-plugin-dynflow-enabled Reset enabled to the default value (true)
    --foreman-proxy-plugin-dynflow-external-core  Forces usage of external/internal Dynflow core (current: true)
    --reset-foreman-proxy-plugin-dynflow-external-core Reset external_core to the default value (true)
    --foreman-proxy-plugin-dynflow-listen-on  Proxy feature listens on https, http, or both (current: "https")
    --reset-foreman-proxy-plugin-dynflow-listen-on Reset listen_on to the default value ("https")
    --foreman-proxy-plugin-dynflow-open-file-limit  Limit number of open files - Only Red Hat Operating Systems with Software Collections. (current: 1000000)
    --reset-foreman-proxy-plugin-dynflow-open-file-limit Reset open_file_limit to the default value (1000000)
    --foreman-proxy-plugin-dynflow-ssl-disabled-ciphers  Disable SSL ciphers. For example: ['NULL-MD5', 'NULL-SHA'] (current: UNDEF)
    --reset-foreman-proxy-plugin-dynflow-ssl-disabled-ciphers Reset ssl_disabled_ciphers to the default value (UNDEF)
    --foreman-proxy-plugin-dynflow-tls-disabled-versions  Disable TLS versions. Version 1.0 is always disabled. For example: ['1.1'] (current: UNDEF)
    --reset-foreman-proxy-plugin-dynflow-tls-disabled-versions Reset tls_disabled_versions to the default value (UNDEF)
===== and that's all folks =====

vs

# foreman-installer --scenario katello --full-help | grep foreman-proxy-plugin-dynflow && echo "===== and that's all folks =====" 
===== and that's all folks =====

Related issues 1 (1 open0 closed)

Related to Foreman - Tracker #28683: IPv6 only supportNew

Actions
Actions #1

Updated by Adam Ruzicka over 4 years ago

Actions #2

Updated by Ewoud Kohl van Wijngaarden over 1 year ago

  • Status changed from New to Rejected

We have dropped dynflow core and merged it into foreman-proxy.service. The listen options for foreman-proxy are exposed which means this is no longer an issue.

Actions

Also available in: Atom PDF