Skip to content

Commit

Permalink
Add support for repository rpms in HE setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Kress committed Nov 23, 2020
1 parent af73080 commit 493c5d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/hosted_engine_setup/tasks/enable_repositories.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- name: Setup Repositories on Local VM
import_role:
name: ovirt.ovirt.repositories
delegate_to: "{{ groups.engine[0] }}"
when: ovirt_repositories_ovirt_release_rpm is defined
3 changes: 3 additions & 0 deletions roles/hosted_engine_setup/tasks/full_execution.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
- name: Install packages and bootstrap local engine VM
block:
- name: Enable Repositories for oVirt Hosted Engine deployment
import_tasks: enable_repositories.yml

- name: Install required packages for oVirt Hosted Engine deployment
import_tasks: install_packages.yml

Expand Down

0 comments on commit 493c5d0

Please sign in to comment.