problem with installation of Okd 3.11

2018-11-25 Thread Erekle Magradze
Hello, At the final steps of command ansible-playbook /usr/share/ansible/openshift-ansible/playbooks/deploy_cluster.yml I am facing the following problem TASK [openshift_node_group : Wait for sync DS to set annotations on master nodes] **

Re: Can't upgrade okd from 3.10 --> 3.11, odd "failed to backup etcd" error

2018-11-25 Thread Marc Boorshtein
figured out the issue. my ansible box was running 2.7. Downgraded to 2.6 and was able to run the install On Sun, Nov 25, 2018 at 2:37 PM Marc Boorshtein wrote: > I'm trying to ugprade okd from 3.10 to 3.11. When I run the control plane > upgrade I get the following error: > > TASK [fail] > **

Can't upgrade okd from 3.10 --> 3.11, odd "failed to backup etcd" error

2018-11-25 Thread Marc Boorshtein
I'm trying to ugprade okd from 3.10 to 3.11. When I run the control plane upgrade I get the following error: TASK [fail] *** fatal: [localhost]: FAILED! => {"changed": false, "msg": "Upgrade ca

Jenkins with OpenShift login enabled, how to enable webhooks?

2018-11-25 Thread Marc Boorshtein
I'm trying to use a webhook to trigger a job. When I'm authenticated it works great, but coming from an anonymous point the request always takes me to the openshift login. Is there a way to exclude specific URLs from having to authenticate via openshift? I see that I can create a bearer token us