siamaksade / openshift-demos-ansible

Ansible Roles and Playbook for Deploying OpenShift Demos
9 stars 31 forks source link

link broken for che-single-user.yml #7

Open magicalyak opened 5 years ago

magicalyak commented 5 years ago

Looks like this link is broken and I'm not sure what a working link is? I'm happy to submit a PR and fix but again, not sure the replacement.

https://raw.githubusercontent.com/minishift/minishift/master/addons/che/templates/che-single-user.yml\", server reported 404 Not Found

Thursday 31 January 2019 09:53:26 -0500 (0:00:00.077) 0:09:52.170 ** fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc --server=https://openshift.rdu.salab.redhat.com:443 --insecure-skip-tls-verify=true apply -f https://raw.githubusercontent.com/minishift/minishift/master/addons/che/templates/che-single-user.yml -n cicd-demo", "delta": "0:00:01.486254", "end": "2019-01-31 09:53:27.884485", "msg": "non-zero return code", "rc": 1, "start": "2019-01-31 09:53:26.398231", "stderr": "error: unable to read URL \"https://raw.githubusercontent.com/minishift/minishift/master/addons/che/templates/che-single-user.yml\", server reported 404 Not Found, status code=404", "stderr_lines": ["error: unable to read URL \"https://raw.githubusercontent.com/minishift/minishift/master/addons/che/templates/che-single-user.yml\", server reported 404 Not Found, status code=404"], "stdout": "", "stdout_lines": []}

NO MORE HOSTS LEFT **** to retry, use: --limit @/root/openshift-demos-ansible/playbooks/coolstore/msa-cicd-eap-full.retry

PLAY RECAP **** localhost : ok=52 changed=16 unreachable=0 failed=1

magicalyak commented 5 years ago

My PR may not fix it though. If we use the old raw I think it works https://raw.githubusercontent.com/minishift/minishift/b3facfae1f0a3cb96be73a4bdc4edc01798853b3/addons/che/templates/che-single-user.yml

I used the new template but I'm not sure that works 1:1 with older file.