github.com/openshift/installer@v1.4.17/upi/ovirt/README.md (about) 1 # oVirt/RHV User Provided Infrastructure 2 3 This folder contains the Ansible scripts to help automate as possible the oVirt/RHV UPI 4 in a step by step installation process documented [here](../../docs/users/ovirt/install_upi.md). 5 6 ## Getting started 7 8 Inspect and customize the [inventory.yml](./inventory.yml) variables. 9 10 Execute every step of the installation like below: 11 12 ```sh 13 $ ansible-playbook -i inventory.yml bootstrap.yml 14 ``` 15 16 Please refer to the [oVirt/RHV documentation](../../docs/user/ovirt/install_upi.md) 17 for the full step-by-step process.