Skip to content

Commit

Permalink
fix: Missing day-2 variable definitions (#259)
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Smolin <smolin@de.ibm.com>
  • Loading branch information
smolin-de committed Mar 26, 2024
1 parent 44979a4 commit 83aad6c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/set-variables-group-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@
**day2_compute_node.vm_hostname** | Hostnames for compute node. | compute-4
**day2_compute_node.vm_vm_ip** | IPv4 address of the compute node. | 192.168.10.99
**day2_compute_node.vm_vm_ipv6** | IPv6 address of the compute node. | fd00::99
**day2_compute_node.vm_mac** | MAC address of the compute node if use_dhcp variable is 'True'. | 52:54:00:18:1A:2B
**day2_compute_node.vm_vm_interface** | The network interface used for given IP addresses of the compute node. | enc1
**day2_compute_node.hostname** | The hostname of the KVM host | kvm-host-01
**day2_compute_node.host_arch** | KVM host architecture. | s390x
1 change: 1 addition & 0 deletions inventories/default/group_vars/all.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ day2_compute_node:
vm_hostname:
vm_ip:
vm_ipv6:
vm_mac:
vm_interface:
hostname:
host_arch:
1 change: 1 addition & 0 deletions playbooks/create_compute_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# vm_hostname: <your VM host name>
# vm_ip: <your VM IP address>
# vm_ipv6: <your VM IPv6 address>
# vm_mac: <your VM MAC address, when DHCP is used>
# vm_interface: <your VM network interface used for the IP addresses>
# hostname: <KVM host name where the VM is created>
# host_arch: <KVM host architecture>
Expand Down
3 changes: 3 additions & 0 deletions playbooks/delete_compute_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# vm_name: <your VM name>
# vm_hostname: <your VM host name>
# vm_ip: <your VM IP address>
# vm_ipv6: <your VM IPv6 address>
# vm_mac: <your VM MAC address, when DHCP is used>
# vm_interface: <your VM network interface used for the IP addresses>
# hostname: <KVM host name where the VM is created>
# host_arch: <KVM host architecture>
#
Expand Down

0 comments on commit 83aad6c

Please sign in to comment.