Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test Discovery on EL9 again #1774

Merged
merged 2 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pipelines/vars/forklift_luna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ server_box:

- "--enable-foreman-plugin-bootdisk"

- "{{ '--enable-foreman-cli-discovery' if ('9' not in pipeline_os) else '' }}"
- "{{ '--enable-foreman-plugin-discovery' if ('9' not in pipeline_os) else '' }}"
- "{{ '--enable-foreman-proxy-plugin-discovery' if ('9' not in pipeline_os) else '' }}"
- "--enable-foreman-cli-discovery"
- "--enable-foreman-plugin-discovery"
- "--enable-foreman-proxy-plugin-discovery"

- "--enable-foreman-cli-google"
- "--enable-foreman-plugin-google"
Expand Down Expand Up @@ -81,7 +81,7 @@ proxy_box:
- foreman-installer-katello
foreman_installer_options:
- "--enable-foreman-proxy-plugin-ansible"
- "{{ '--enable-foreman-proxy-plugin-discovery' if ('9' not in pipeline_os) else '' }}"
- "--enable-foreman-proxy-plugin-discovery"
- "--enable-foreman-proxy-plugin-openscap"
- "--enable-foreman-proxy-plugin-remote-execution-script"
- "--foreman-proxy-content-enable-ostree true"
Expand Down
6 changes: 3 additions & 3 deletions pipelines/vars/forklift_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ server_box:

- "--enable-foreman-plugin-bootdisk"

- "{{ '--enable-foreman-cli-discovery' if ('9' not in pipeline_os) else '' }}"
- "{{ '--enable-foreman-plugin-discovery' if ('9' not in pipeline_os) else '' }}"
- "{{ '--enable-foreman-proxy-plugin-discovery' if ('9' not in pipeline_os) else '' }}"
- "--enable-foreman-cli-discovery"
- "--enable-foreman-plugin-discovery"
- "--enable-foreman-proxy-plugin-discovery"

- "--enable-foreman-cli-google"
- "--enable-foreman-plugin-google"
Expand Down
Loading