Skip to content

Commit

Permalink
Failed to find exact match for operators.coreos.com/v1.OperatorSource…
Browse files Browse the repository at this point in the history
… by [kind, name, singularName, shortNames]

 * ansible/ansible#55221
 * openshift/origin#21668
 * ansible/ansible#58130
 * ansible/ansible#49100
  • Loading branch information
Rayford Johnson committed Sep 30, 2019
1 parent 3adf0c5 commit d396426
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions roles/mig_controller_prereqs/tasks/deploy_operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,18 @@
block:

- name: "Create OperatorSource"
k8s:
state: present
definition: "{{ lookup('file', '{{ mig_operator_location }}/mig-operator-source.yaml' )}}"
command: "oc create -n openshift-marketplace -f {{ mig_operator_location }}/mig-operator-source.yaml"
#########
# ## Failed to find exact match for operators.coreos.com/v1.OperatorSource by [kind, name, singularName, shortNames]
# ## https://github.com/ansible/ansible/issues/55221
# ## https://github.com/openshift/origin/issues/21668
# ## https://github.com/ansible/ansible/issues/58130
# ## https://github.com/ansible/ansible/issues/49100
# k8s:
# state: present
# definition: "{{ lookup('file', '{{ mig_operator_location }}/mig-operator-source.yaml' )}}"
# ##
#########

- name: "Wait for OLM to reconcile OperatorSource creation"
k8s_facts:
Expand Down

0 comments on commit d396426

Please sign in to comment.