Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #288 from eslutsky/remove-ovirt-host-deploy
Browse files Browse the repository at this point in the history
Remove ovirt-host-deploy files requirement
  • Loading branch information
arachmani committed Feb 20, 2020
2 parents ff37dd2 + fc3e080 commit 7fbf901
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions tasks/bootstrap_local_vm/05_add_host.yml
Expand Up @@ -85,10 +85,6 @@
vlan_tag: "{{ vlan_id_out.stdout }}"
auth: "{{ ovirt_auth }}"
when: vlan_id_out.stdout|length > 0
- name: Force host-deploy in offline mode
template:
src: templates/70-hosted-engine-setup.conf.j2
dest: /etc/ovirt-host-deploy.conf.d/70-hosted-engine-setup.conf
- name: Get active list of active firewalld zones
shell: set -euo pipefail && firewall-cmd --get-active-zones | grep -v "^\s*interfaces"
environment: "{{ he_cmd_lang }}"
Expand Down Expand Up @@ -188,11 +184,6 @@
host_result_up_check is succeeded and
host_result_up_check.ansible_facts.ovirt_hosts|length >= 1 and
host_result_up_check.ansible_facts.ovirt_hosts[0].status == 'non_operational'
- name: Remove host-deploy configuration file
file:
state: absent
path: /etc/ovirt-host-deploy.conf.d/70-hosted-engine-setup.conf
rescue:
- name: Fetch logs from the engine VM
include_tasks: fetch_engine_logs.yml
Expand Down
3 changes: 0 additions & 3 deletions templates/70-hosted-engine-setup.conf.j2

This file was deleted.

0 comments on commit 7fbf901

Please sign in to comment.