Skip to content

Commit

Permalink
Merge pull request #30 from Obihoernchen/influence
Browse files Browse the repository at this point in the history
Add colocation influence option - thanks to @Obihoernchen for contribution
  • Loading branch information
OndrejHome authored Jul 2, 2023
2 parents d8ac3cc + 9a310fc commit 917bf09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ Role Variables
resource2: required
resource2_role: optional
score: optional
influence: optional
```
- Configure cluster location constraints (Not mandatory)
Expand Down
1 change: 1 addition & 0 deletions tasks/cluster_constraint_colocation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
resource1_role: "{{ item.resource1_role | default(omit) }}"
resource2_role: "{{ item.resource2_role | default(omit) }}"
score: "{{ item.score | default(omit) }}"
influence: "{{ item.influence | default(omit) }}"
with_items: "{{ cluster_constraint_colocation }}"
run_once: true

0 comments on commit 917bf09

Please sign in to comment.