Re: Failing to install containerized version of origin

2017-11-06 Thread Scott Dodson
Ok, thanks for the explanation. I'd just stick with what you have for now. We'll transition origin containerized users to either a fedora or centos etcd image in the near future though. -- Scott On Mon, Nov 6, 2017 at 9:38 PM, Joel Pearson wrote: > Hi Scott, > >

Re: Failing to install containerized version of origin

2017-11-06 Thread Joel Pearson
Hi Scott, The problem is the CA file didn't exist, so it would refuse to pull, it seems a gap in the docker rpm. It blindly creates symlinks to the redhat ca, but doesn't make sure that file actually exists: See here:

Re: Failing to install containerized version of origin

2017-11-06 Thread Joel Pearson
It looks like the docker package was the one to install redhat registry, so I guess the problem lies in there. I guess I'll just make that certificate exist. [root@ip-10-2-7-120 ~]# rpm -qf /etc/docker/certs.d/ registry.access.redhat.com/redhat-ca.crt

Failing to install containerized version of origin

2017-11-06 Thread Joel Pearson
Hi, I'm trying to install Origin 3.6.1 in AWS, and the containerized version isn't working because the redhat registry isn't setup correctly via the ansible scripts. I'm using the release-3.6 branch: https://github.com/openshift/openshift-ansible/tree/release-3.6 And latest master of