Skip to content

Commit

Permalink
install operators from market place
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kim authored and John Kim committed Feb 14, 2019
1 parent 6b3f160 commit e1fb0fd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@
action: "shell sed 's|kube-service-catalog|openshift-operators|g' {{ playbook_dir }}/files/svcat-aggregated-roles.yaml | kubectl {{ action }} -f -"
tags: svcat

# TODO: Remove this when move to install from marketplace
- name: osb-operators catalog source state={{ state }}
vars:
name: osb-operators
image: "{{ osb_operators_image }}"
k8s:
state: "{{ state }}"
definition: "{{ lookup('template', 'catalogsource.yaml.j2') | from_yaml }}"

# TODO: Replace this with an install from marketplace
- name: ansible-service-broker state={{ state }}
vars:
Expand All @@ -70,6 +61,7 @@
loop:
- namespace.yaml.j2
- operatorgroup.yaml.j2
- catalogsourceconfig.yaml.j2
- subscription.yaml.j2
loop_control:
pause: 2
Expand Down Expand Up @@ -125,6 +117,7 @@
loop:
- namespace.yaml.j2
- operatorgroup.yaml.j2
- catalogsourceconfig.yaml.j2
- subscription.yaml.j2
loop_control:
pause: 2
Expand Down

0 comments on commit e1fb0fd

Please sign in to comment.