|
@@ -25,16 +25,26 @@
|
|
retries: 30
|
|
retries: 30
|
|
delay: 10
|
|
delay: 10
|
|
|
|
|
|
-- name: Make sure the do280-catalog is not there
|
|
|
|
|
|
+- name: Make sure the course catalog is not there
|
|
k8s:
|
|
k8s:
|
|
kubeconfig: tmp/kubeconfig-ocp4
|
|
kubeconfig: tmp/kubeconfig-ocp4
|
|
validate_certs: no
|
|
validate_certs: no
|
|
api_version: operators.coreos.com/v1alpha1
|
|
api_version: operators.coreos.com/v1alpha1
|
|
kind: catalogsource
|
|
kind: catalogsource
|
|
namespace: openshift-marketplace
|
|
namespace: openshift-marketplace
|
|
- name: do280-catalog
|
|
|
|
|
|
+ name: "{{ removed_catalog }}"
|
|
state: absent
|
|
state: absent
|
|
|
|
|
|
|
|
+- name: Make sure the pull secret will do for online sources
|
|
|
|
+ k8s:
|
|
|
|
+ kubeconfig: tmp/kubeconfig-ocp4
|
|
|
|
+ validate_certs: no
|
|
|
|
+ api_version: v1
|
|
|
|
+ kind: secret
|
|
|
|
+ namespace: openshift-config
|
|
|
|
+ name: pull-secret
|
|
|
|
+ src: files/pull-secret.yml
|
|
|
|
+
|
|
- name: Ensure the standard catalog sources are there
|
|
- name: Ensure the standard catalog sources are there
|
|
k8s:
|
|
k8s:
|
|
kubeconfig: tmp/kubeconfig-ocp4
|
|
kubeconfig: tmp/kubeconfig-ocp4
|