You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Configure the CEX in KVM host
2. Use the right device type ignition for MCO
3. Attach the CEX mediated device to guest vm
Signed-off-by: Madhu Pillai <madhupillai80@gmail.com>
Copy file name to clipboardExpand all lines: docs/set-variables-group-vars.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@
12
12
:--- | :--- | :---
13
13
**installation_type** | Can be of type kvm or lpar. Some packages will be ignored for installation in case of non lpar based installation. | kvm
14
14
**controller_sudo_pass** | The password to the machine running Ansible (localhost). This will only be used for two things. To ensure you've installed the pre-requisite packages if you're on Linux, and to add the login URL to your /etc/hosts file. | Pas$w0rd!
15
+
**cex** | Whether to enable cex based luks encryption, default to False.
16
+
**luks_device** | Specify the storage device type used for LUKS encryption. This setting determines which MCO Ignition configuration will be applied. Use in combination with the cex parameter. [dasd, fcp, virt]
15
17
16
18
## 2 - LPAR(s)
17
19
**Variable Name** | **Description** | **Example**
@@ -123,6 +125,7 @@
123
125
**env.cluster.nodes.control.ipv6** | IPv6 address for the control nodes. Use iprovided list formatting (if use_ipv6 variable is 'True'). | fd00::5fd00::6fd00::7
124
126
**env.cluster.nodes.control.mac** | MAC address for the control node if use_dhcp variable is 'True'. | 52:54:00:18:1A:2B
125
127
**env.cluster.nodes.control.hostname** | Hostnames for control nodes. Must match the total number of IP addresses for control nodes (usually 3). If DNS is hosted on the bastion, this can be anything. If DNS is hosted elsewhere, this must match DNS definition. This will be combined with the metadata_name and base_domain to create a Fully Qualififed Domain Name (FQDN). | control-01control-02control-03
128
+
**env.cluster.nodes.control.cex_card** | Configure the CCA Crypto Express (CEX) card and assign the domain number to correspond with the control hostname specified in the environment configuration. The UUID's are hardcoded. Add more as needed using the format: UUID:00.0028
126
129
127
130
## 9 - Compute Nodes
128
131
**Variable Name** | **Description** | **Example**
@@ -136,6 +139,7 @@
136
139
**env.cluster.nodes.control.ipv6** | IPv6 address for the compute nodes. Use iprovided list formatting (if use_ipv6 variable is 'True'). | fd00::8fd00::9
137
140
**env.cluster.nodes.compute.mac** | MAC address for the compute node if use_dhcp variable is 'True'. | 52:54:00:18:1A:2B
138
141
**env.cluster.nodes.compute.hostname** | Hostnames for compute nodes. Must match the total number of IP addresses and VM names for compute nodes. If DNS is hosted on the bastion, this can be anything. If DNS is hosted elsewhere, this must match DNS definition. This will be combined with the metadata_name and base_domain to create a Fully Qualififed Domain Name (FQDN). | compute-01compute-02
142
+
**env.cluster.nodes.compute.cex_card** | Configure the CCA Crypto Express (CEX) card and assign the domain number to correspond with the compute hostname specified in the environment configuration. The UUID's are hardcoded. Add more as needed using the format: UUID:00.0028
--extra-args "nameserver={{ env.cluster.networking.nameserver1 }}{% if env.cluster.networking.nameserver2 is defined %},{{ env.cluster.networking.nameserver2 }}{% endif %}" \
0 commit comments