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
Copy file name to clipboardExpand all lines: libvirt/tunnel/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@ sudo systemctl status apici.service
33
33
To generate the associated ports for a new profile:
34
34
1. Create a yaml file with name ```profile_${HOSTNAME}.yaml```.[1]
35
35
2. Add the respective token, arch, cluster_capacity, cluster_id and environment.
36
-
3. Execute the ```generate-ports.sh``` script to update the yaml file libvirt port configuration with the default values for libvirt, api, http and https using the cluster capacity and cluster id.
36
+
3. If the environment will be running httpd (e.g. ppc64le to support agent-based installs), add an httpd_port.
37
+
4. If you want to set the ports manually and not rely on the automation, set the key `generate_ports: false` in the profile.
38
+
5. Execute the ```generate-ports.sh``` script to update the yaml file libvirt port configuration with the default values for libvirt, api, http and https using the cluster capacity and cluster id.
37
39
38
40
[1] Sample ```profile_${HOSTNAME}.yaml``` file
39
41
```
@@ -54,4 +56,4 @@ To generate the ```libvirt-${arch}.json``` files for your profiles:
54
56
4. Select an architecture, and click on the corresponding `libvirt-${arch}` entry. Then, select `leases` followed by `Create a new version +`.
55
57
5. Copy the contents of the generated ```libvirt-${arch}.json``` in its entity, click on the eye icon in the value (i.e. second column) of the row whose first column value is `leases`, and replace the contents of that text box with the contents of your clipboard.
56
58
6. Finally, scroll to the bottom of the page and hit save. Then, hit save again.
57
-
7. To verify that you entered the data correctly, you may need to reload the vault page before displaying the entries since it takes a second to propagate.
59
+
7. To verify that you entered the data correctly, you may need to reload the vault page before displaying the entries since it takes a second to propagate.
0 commit comments