Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. TASK [workshop : Create Eclipse Che subscription] ******************************
  2. task path: /opt/ansible/roles/workshop/tasks/install/install_che.yaml:15
  3. changed: [localhost] => {"changed": true, "result": {"results": [{"changed": true, "method": "create", "result": {"apiVersion": "operators.coreos.com/v1", "kind": "CatalogSourceConfig", "metadata": {"annotations": {"operator-sdk/primary-resource": "rhd-workshop-infra/example-workshop", "operator-sdk/primary-resource-type": "Workshop.developers.redhat.com"}, "creationTimestamp": "2019-09-18T14:22:56Z", "generation": 1, "name": "rhd-workshop-che", "namespace": "openshift-marketplace", "resourceVersion": "215240", "selfLink": "/apis/operators.coreos.com/v1/namespaces/openshift-marketplace/catalogsourceconfigs/rhd-workshop-che", "uid": "cf037952-da1f-11e9-adc8-0654e0c35096"}, "spec": {"packages": "eclipse-che", "source": "community-operators", "targetNamespace": "che"}}, "warnings": []}, {"changed": true, "method": "create", "result": {"apiVersion": "operators.coreos.com/v1", "kind": "OperatorGroup", "metadata": {"annotations": {"operator-sdk/primary-resource": "rhd-workshop-infra/example-workshop", "operator-sdk/primary-resource-type": "Workshop.developers.redhat.com"}, "creationTimestamp": "2019-09-18T14:22:56Z", "generation": 1, "name": "che-workspaces", "namespace": "che", "resourceVersion": "215242", "selfLink": "/apis/operators.coreos.com/v1/namespaces/che/operatorgroups/che-workspaces", "uid": "cf0533f2-da1f-11e9-adc8-0654e0c35096"}, "spec": {"targetNamespaces": ["che"]}}, "warnings": []}, {"changed": true, "method": "create", "result": {"apiVersion": "operators.coreos.com/v1alpha1", "kind": "Subscription", "metadata": {"annotations": {"operator-sdk/primary-resource": "rhd-workshop-infra/example-workshop", "operator-sdk/primary-resource-type": "Workshop.developers.redhat.com"}, "creationTimestamp": "2019-09-18T14:22:56Z", "generation": 1, "name": "eclipse-che", "namespace": "che", "resourceVersion": "215244", "selfLink": "/apis/operators.coreos.com/v1alpha1/namespaces/che/subscriptions/eclipse-che", "uid": "cf0768df-da1f-11e9-adc8-0654e0c35096"}, "spec": {"channel": "stable", "installPlanApproval": "Automatic", "name": "eclipse-che", "source": "rhd-workshop-che", "sourceNamespace": "che", "startingCSV": "eclipse-che.v7.1.0"}}, "warnings": []}]}}
  4.  
  5. TASK [workshop : debug] ********************************************************
  6. task path: /opt/ansible/roles/workshop/tasks/install/install_che.yaml:25
  7. /usr/lib/python2.7/site-packages/kubernetes/config/kube_config.py:496: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  8. config_dict=yaml.load(f),
  9.  
  10. config_dict=yaml.load(f),
  11. FAILED - RETRYING: workshop : debug (3 retries left).Result was: {
  12.  "attempts": 1, 
  13.  "changed": false, 
  14.  "msg": "Waiting Eclipse Che csv to be available", 
  15.  "retries": 4
  16. }
  17. FAILED - RETRYING: workshop : debug (2 retries left).Result was: {
  18.  "attempts": 2, 
  19.  "changed": false, 
  20.  "msg": "Waiting Eclipse Che csv to be available", 
  21.  "retries": 4
  22. }
  23. FAILED - RETRYING: workshop : debug (1 retries left).Result was: {
  24.  "attempts": 3, 
  25.  "changed": false, 
  26.  "msg": "Waiting Eclipse Che csv to be available", 
  27.  "retries": 4
  28. }
  29. fatal: [localhost]: FAILED! => {
  30.  "msg": "Waiting Eclipse Che csv to be available"
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement