Skip to content

Commit 05cf1c7

Browse files
committed
update README
1 parent 2ad37d5 commit 05cf1c7

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

olvm/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The easiest way to do this is using a Python Virtual environment. For example, o
5151
ansible --version
5252
```
5353

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.
5555

5656
1. Install the OCI SDK for Python
5757

@@ -74,7 +74,7 @@ The easiest way to do this is using a Python Virtual environment. For example, o
7474

7575
## Instructions
7676

77-
1. Create custom varibles file.
77+
1. Create a custom variables file.
7878

7979
Rather than modify the `default_vars.yml` file directly, create a new YAML custom variables file. Provide values specific to your tenancy and environment.
8080

@@ -105,7 +105,7 @@ The easiest way to do this is using a Python Virtual environment. For example, o
105105
106106
1. (Optional) Create an inventory file for localhost.
107107

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.
109109

110110
```shell
111111
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
127127
> ansible-playbook create_instance.yml -e "@sample.yml" -e debug_enabled=true
128128
> ```
129129
130+
## Install Oracle Linux Virtualization Engine
131+
132+
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+
130138
## Related Links
131139
132140
Explore our other tutorials and labs on our [Oracle Linux Training Station](www.oracle.com/goto/oltrain).

0 commit comments

Comments
 (0)