Skip to content

Commit

Permalink
tendrl-storage-node: install tendrl-gluster-integration
Browse files Browse the repository at this point in the history
Install tendrl-gluster-integration on all storage nodes. This package
was previously installed during import cluster operation and installing
it here should work no matter if the package is installed during import
or not.

Fixing Tendrl#126
  • Loading branch information
mbukatov committed Jan 8, 2019
1 parent 014f916 commit 970033f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/tendrl-ansible.tendrl-storage-node/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

- include: rsyslog.yml
- include: tendrl-node-agent.yml
- include: tendrl-gluster-integration.yml
- include: firewalld.yml
when: configure_firewalld_for_tendrl == True
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---

- name: Install tendrl-gluster-integration
yum:
name: tendrl-gluster-integration
state: latest
tags:
- rpm-installation

# Nothing else beyond sheer installation is done here, as the rest is
# configured by Tendrl itself during import cluster operation, see:
# https://github.com/Tendrl/tendrl-ansible/issues/126#issuecomment-449099471

0 comments on commit 970033f

Please sign in to comment.