Skip to content

Commit

Permalink
Add monitoring install params and sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffin-Sullivan committed Nov 6, 2023
1 parent 17d6f86 commit 6c9e8e3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/foreman/installer/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'-',
'--[no-]colors',
'--[no-]enable-certs',
'--[no-]enable-apache-mod-status',
'--[no-]enable-foreman',
'--[no-]enable-foreman-cli',
'--[no-]enable-foreman-cli-ansible',
Expand Down Expand Up @@ -76,6 +77,9 @@
'--[no-]lock-package-versions',
'--[no-]parser-cache',
'--[no-]verbose',
'--apache-mod-status-extended-status',
'--apache-mod-status-requires',
'--apache-mod-status-status-path',
'--certs-ca-common-name',
'--certs-ca-expiration',
'--certs-city',
Expand Down Expand Up @@ -240,6 +244,7 @@
'--foreman-proxy-content-pulpcore-telemetry',
'--foreman-proxy-content-pulpcore-worker-count',
'--foreman-proxy-content-reverse-proxy',
'--foreman-proxy-content-reverse-proxy-backend-protocol',
'--foreman-proxy-content-reverse-proxy-port',
'--foreman-proxy-dhcp',
'--foreman-proxy-dhcp-additional-interfaces',
Expand Down Expand Up @@ -499,6 +504,7 @@
'--puppet-ca-crl-filepath',
'--puppet-ca-port',
'--puppet-ca-server',
'--puppet-certificate-revocation',
'--puppet-classfile',
'--puppet-client-certname',
'--puppet-client-package',
Expand Down Expand Up @@ -662,6 +668,9 @@
'--puppet-vardir',
'--puppet-version',
'--register-with-insights',
'--reset-apache-mod-status-extended-status',
'--reset-apache-mod-status-requires',
'--reset-apache-mod-status-status-path',
'--reset-certs-ca-common-name',
'--reset-certs-ca-expiration',
'--reset-certs-city',
Expand Down Expand Up @@ -815,6 +824,7 @@
'--reset-foreman-proxy-content-pulpcore-telemetry',
'--reset-foreman-proxy-content-pulpcore-worker-count',
'--reset-foreman-proxy-content-reverse-proxy',
'--reset-foreman-proxy-content-reverse-proxy-backend-protocol',
'--reset-foreman-proxy-content-reverse-proxy-port',
'--reset-foreman-proxy-dhcp',
'--reset-foreman-proxy-dhcp-additional-interfaces',
Expand Down Expand Up @@ -1065,6 +1075,7 @@
'--reset-puppet-ca-crl-filepath',
'--reset-puppet-ca-port',
'--reset-puppet-ca-server',
'--reset-puppet-certificate-revocation',
'--reset-puppet-classfile',
'--reset-puppet-client-certname',
'--reset-puppet-client-package',
Expand Down Expand Up @@ -1244,6 +1255,7 @@

LAST_SAVED_SECTIONS = {
'= Generic:',
'= Module apache_mod_status:',
'= Module certs:',
'= Module foreman:',
'= Module foreman_cli:',
Expand Down

0 comments on commit 6c9e8e3

Please sign in to comment.