Skip to content

Commit

Permalink
Merge pull request #3956 from dougsland/ovirtdocs-min-perm
Browse files Browse the repository at this point in the history
ovirt: docs - minimum permissions for installation
  • Loading branch information
openshift-merge-robot committed Jul 26, 2020
2 parents 0224256 + 31b5e7f commit c72e502
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/user/ovirt/install_ipi.md
Expand Up @@ -7,6 +7,7 @@
* [Prerequisite](#prerequisite)
* [Minimum resources](#minimum-resources)
* [Install](#install)
+ [Minimum permission for installation](#minimum-permission-for-installation)
+ [ovirt-config.yaml](#ovirt-configyaml)
+ [Bootstrap VM](#bootstrap-vm)
+ [Install using the wizard](#install-using-the-wizard)
Expand Down Expand Up @@ -69,6 +70,21 @@ is included in the minimum resources calculation.


## Install

### Minimum permission for installation

It's **not recommended** to users use admin@internal during the installation. Instead, create an exclusive user to install and manage OCP on oVirt.

The minimum permissions are:
- DiskOperator
- DiskCreator
- UserTemplateBasedVm
- TemplateOwner
- TemplateCreator
- ClusterAdmin (on the specific cluster targeted for OCP deployment)

There is an [ansible playbook available](https://github.com/oVirt/ocp-on-ovirt/tree/master/installer-tools/ocpadmin) which helps to setup an internal user and group with the minimum privileges to run the openshift-install on oVirt.

### ovirt-config.yaml

The ovirt-config.yaml is created under ${HOME}/.ovirt directory by the installer.
Expand Down

0 comments on commit c72e502

Please sign in to comment.