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: olvm/README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The easiest way to do this is using a Python Virtual environment. For example, o
51
51
ansible --version
52
52
```
53
53
54
-
The output reports the version 2.16 if everything installed correctly.
54
+
The output should report the version as 2.16 if everything installs correctly.
55
55
56
56
1. Install the OCI SDK for Python
57
57
@@ -74,7 +74,7 @@ The easiest way to do this is using a Python Virtual environment. For example, o
74
74
75
75
## Instructions
76
76
77
-
1. Create custom varibles file.
77
+
1. Create a custom variables file.
78
78
79
79
Rather than modify the `default_vars.yml` file directly, create a new YAML custom variables file. Provide values specific to your tenancy and environment.
80
80
@@ -105,7 +105,7 @@ The easiest way to do this is using a Python Virtual environment. For example, o
105
105
106
106
1. (Optional) Create an inventory file for localhost.
107
107
108
-
This is required in environments that use non-venv environments for the Python and Ansible to ensure that Ansible can find the OCI and oVirt modules.
108
+
The control node requires this step in environments that use non-venv environments for Python and Ansible to ensure that Ansible can find the OCI and oVirt modules.
109
109
110
110
```shell
111
111
cat <<EOF | tee hosts > /dev/null
@@ -127,6 +127,14 @@ The easiest way to do this is using a Python Virtual environment. For example, o
The `default_vars.yml` file contains several variables that enable you to automate steps in the setup and configuration of Oracle Linux Virtualization Manager. Here is a list of those variables and what they do:
133
+
134
+
- **install_engine:** Runs the *provision_olvm_engine.yml* playbook, which installs the packages for the engine and KVM hosts and then executes `engine-setup`.
135
+
- **copy_engine_publickey:** Runs the *provision_olvm_engine_publickey.yml* playbook, which copies the engine public key to each KVM host.
136
+
- **config_olvm:** Runs a series of *ovirt* playbooks that configure Oracle Linux Virtualization Manager based on the steps provided in the associated [lab](https://luna.oracle.com/lab/c912c867-a5cd-420e-9ee5-ee9017b2b957).
137
+
130
138
## Related Links
131
139
132
140
Explore our other tutorials and labs on our [Oracle Linux Training Station](www.oracle.com/goto/oltrain).
0 commit comments