Skip to content

Commit

Permalink
fix: Remove empty array values in template file (#256)
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
Co-authored-by: Amadeuds Podvratnik <pod@de.ibm.com>
  • Loading branch information
smolin-de and AmadeusPodvratnik committed Mar 25, 2024
1 parent 5fbd34d commit 44979a4
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions inventories/default/group_vars/all.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -118,25 +118,25 @@ env:
vcpu: 4
vcpu_model_option: "--cpu host"
vm_name:
- #X
- #X
- #X
# - X
# - X
# - X
ip:
- #X
- #X
- #X
# - X
# - X
# - X
ipv6:
- #X
- #X
- #X
# - X
# - X
# - X
mac:
- #X
- #X
- #X
# - X
# - X
# - X
hostname:
- #X
- #X
- #X
# - X
# - X
# - X

# Section 9 - Compute Nodes
compute:
Expand All @@ -145,20 +145,20 @@ env:
vcpu: 4
vcpu_model_option: "--cpu host"
vm_name:
- #X
- #X
# - X
# - X
ip:
- #X
- #X
# - X
# - X
ipv6:
- #X
- #X
# - X
# - X
mac:
- #X
- #X
# - X
# - X
hostname:
- #X
- #X
# - X
# - X

# Section 10 - Infra Nodes
# infra:
Expand All @@ -175,8 +175,8 @@ env:
# - fd00::11
# - fd00::12
# mac:
# - #X
# - #X
# - X
# - X
# hostname:
# - infra1
# - infra2
Expand Down Expand Up @@ -350,10 +350,10 @@ hypershift:
gateway:

nodes:
- name:
host:
user:
password:
- name:
host:
user:
password:
interface:
ifname: encbdf0
nettype: qeth
Expand All @@ -372,10 +372,10 @@ hypershift:
- wwpn:
fcp:

- name:
host:
user:
password:
- name:
host:
user:
password:
interface:
ifname: encbdf0
nettype: qeth
Expand Down

0 comments on commit 44979a4

Please sign in to comment.