Skip to content

Commit

Permalink
Add babylon_agnostics Anarchy role (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
fridim authored Nov 17, 2020
1 parent b802908 commit c074a81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spec:
babylonAnarchyGovernorRepo: https://github.com/redhat-gpte-devopsautomation/babylon_anarchy_governor.git
babylonAnarchyGovernorVersion: {{ agnosticv_repo.babylon_anarchy_governor_version | default(babylon_anarchy_governor_version) | to_json }}
babylonAwsSandboxVersion: {{ agnosticv_repo.babylon_aws_sandbox_version | default(babylon_aws_sandbox_version) | to_json }}
babylonAgnosticsVersion: {{ agnosticv_repo.babylon_agnostics_version | default(babylon_agnostics_version) | to_json }}
{% if agnosticv_repo.ssh_key %}
sshKey: {{ (agnosticv_repo.name ~ '-sshkey') | to_json }}
---
Expand Down
3 changes: 2 additions & 1 deletion openshift/config/common/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Component Versions
agnosticv_operator_version: v0.2.0
agnosticv_operator_version: v0.3.0
babylon_anarchy_version: v0.12.5
babylon_anarchy_governor_version: v0.3.0
babylon_aws_sandbox_version: v0.0.5
babylon_agnostics_version: v0.0.1
poolboy_version: v0.3.12

# Variables defaults for a variables without the "default_" prefix
Expand Down

0 comments on commit c074a81

Please sign in to comment.