Skip to content

Commit

Permalink
only add a katello proxy box for el7
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 11, 2020
1 parent 79b0865 commit 8139cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/vars/forklift_katello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ server_box:
- "--puppet-server-jvm-min-heap-size 1G"
- "--puppet-server-jvm-max-heap-size 1G"
bats_tests_additional:
- fb-proxy.bats
"{{ ['fb-proxy.bats'] if pipeline_os != 'centos8' else [] }}"
proxy_box:
box: "{{ pipeline_os }}"
memory: 3072
Expand All @@ -27,4 +27,4 @@ proxy_box:
foreman_installer_additional_packages:
- foreman-proxy-content
forklift_boxes:
"{{ {forklift_server_name: server_box, forklift_proxy_name: proxy_box, forklift_smoker_name: smoker_box} }}"
"{{ {forklift_server_name: server_box, forklift_smoker_name: smoker_box} | combine({forklift_proxy_name: proxy_box} if pipeline_os != 'centos8' else {}) }}"

0 comments on commit 8139cc3

Please sign in to comment.