Skip to content

Commit

Permalink
fix: Sync with main
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Smolin <[email protected]>
  • Loading branch information
smolin-de committed Feb 22, 2024
1 parent d23557c commit c10baaf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions roles/create_compute_nodes/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
--autostart \
--disk pool={{ env.cluster.networking.metadata_name }}-vdisk,size={{ env.cluster.nodes.compute.disk_size }} \
--ram {{ env.cluster.nodes.compute.ram }} \
{% if env.cluster.nodes.compute.vcpu_model_option is defined %}
{{ env.cluster.nodes.compute.vcpu_model_option }} \
{% else %}
--cpu host \
{% endif %}
--vcpus {{ env.cluster.nodes.compute.vcpu }} \
--network network={{ env.bridge_name }}{{ (',mac=' + env.cluster.nodes.compute.mac[i]) if (env.cluster.nodes.compute.mac[i] is defined and env.use_dhcp) }} \
--location {{ rhcos_download_url }},kernel={{ rhcos_live_kernel }},initrd={{ rhcos_live_initrd }} \
Expand Down Expand Up @@ -98,11 +94,7 @@
--autostart \
--disk pool={{ env.cluster.networking.metadata_name }}-vdisk,size={{ env.cluster.nodes.compute.disk_size }} \
--ram {{ env.cluster.nodes.compute.ram }} \
{% if env.cluster.nodes.compute.vcpu_model_option is defined %}
{{ env.cluster.nodes.compute.vcpu_model_option }} \
{% else %}
--cpu host \
{% endif %}
--vcpus {{ env.cluster.nodes.compute.vcpu }} \
--network network={{ env.bridge_name }}{{ (',mac=' + compute_mac[i] if (compute_mac[i] is defined and env.use_dhcp) }} \
--location {{ rhcos_download_url }},kernel={{ rhcos_live_kernel }},initrd={{ rhcos_live_initrd }} \
Expand Down Expand Up @@ -135,11 +127,7 @@
--autostart \
--disk pool={{ env.cluster.networking.metadata_name }}-vdisk,size={{ env.cluster.nodes.infra.disk_size }} \
--ram {{ env.cluster.nodes.infra.ram }} \
{% if env.cluster.nodes.infra.vcpu_model_option is defined %}
{{ env.cluster.nodes.infra.vcpu_model_option }} \
{% else %}
--cpu host \
{% endif %}
--vcpus {{ env.cluster.nodes.infra.vcpu }} \
--network network={{ env.bridge_name }} \
--location {{ rhcos_download_url }},kernel={{ rhcos_live_kernel }},initrd={{ rhcos_live_initrd }} \
Expand Down

0 comments on commit c10baaf

Please sign in to comment.