Hi, I'm trying to install OpenShift Origin on a CentOS 7 host (just for initial testing), and I'm trying to follow the instructions from here: https://wiki.centos.org/SpecialInterestGroup/PaaS/OpenShift-Quickstart On that page we need to run: "atomic-openshift-installer install" to configure OpenShift... after run the script it throws this errors: Failure summary: 1. Hosts: c7-oc-master Play: OpenShift Health Checks Task: Run health checks (install) - EL Message: One or more checks failed Details: check "docker_image_availability": One or more required container images are not available: openshift3/ose-deployer:v3.7.0, openshift3/ose-docker-registry:v3.7.0, openshift3/ose-haproxy-router:v3.7.0, openshift3/ose-pod:v3.7.0, openshift3/registry-console:v3.7 Checked with: skopeo inspect [--tls-verify=false] [--creds=<user>:<pass>] docker://<registry>/<image> Default registries searched: registry.access.redhat.com check "package_availability": Cannot install all of the necessary packages. Unavailable: atomic-openshift atomic-openshift-clients atomic-openshift-master atomic-openshift-node atomic-openshift-sdn-ovs You may need to enable one or more yum repositories to make this content available. My problem is with the "atomic-openshift" packages it can't find... they are necessary? I can't find it anywhere! Thanks, Antonio. -- *Antonio da Silva Martins Jr. * *Analista de Suporte* NPD - N?cleo de Processamento de Dados UEM - Universidade Estadual de Maring? email: *asmartins at uem.br* <asmartins at uem.br> / asmartins.uem at gmail.com fone: +55 (44) 3011-4015 / 3011-4411 inoc-dba: 263076*100 "Real Programmers don?t need comments ? the code is obvious."
On 15 February 2018 at 12:31, Antonio da Silva Martins Junior <asmartins at uem.br> wrote:> Hi, > > I'm trying to install OpenShift Origin on a CentOS 7 host (just for > initial testing), and I'm trying to follow the instructions from here: > https://wiki.centos.org/SpecialInterestGroup/PaaS/OpenShift-Quickstart > > On that page we need to run: "atomic-openshift-installer install" to > configure OpenShift... after run the script it throws this errors:hi Antonio, I believe you're facing the problems because OCP 3.7 was released and that page notes that only up to 3.6 that bit works. Based on the page you mention I was able to get ocp up and running as follows : yum install centos-release-openshift-origin yum install wget git net-tools bind-utils iptables-services bridge-utils bash-completion origin-clients yum install -y docker vim /etc/sysconfig/docker yum install -y vim nano vim /etc/sysconfig/docker systemctl enable --now docker systemctl status docker yum install origin openshift -h openshift start & WebUI is available on https://yourserver:8443 (admin/admin) HTH Fran
Hi Fran, Thanks for your help! Now it's almost working :) The biggest problem we are encountering is the lack of concise documentation. What we find diverges in key points, and often does not work in the latest version which is the one we are using. Thanks, Antonio. 2018-02-17 18:43 GMT-02:00 Fran Garcia <franchu.garcia at gmail.com>:> On 15 February 2018 at 12:31, Antonio da Silva Martins Junior > <asmartins at uem.br> wrote: > > Hi, > > > > I'm trying to install OpenShift Origin on a CentOS 7 host (just for > > initial testing), and I'm trying to follow the instructions from here: > > https://wiki.centos.org/SpecialInterestGroup/PaaS/OpenShift-Quickstart > > > > On that page we need to run: "atomic-openshift-installer install" to > > configure OpenShift... after run the script it throws this errors: > > > hi Antonio, > > I believe you're facing the problems because OCP 3.7 was released and > that page notes that only up to 3.6 that bit works. > > Based on the page you mention I was able to get ocp up and running as > follows : > > yum install centos-release-openshift-origin > yum install wget git net-tools bind-utils iptables-services > bridge-utils bash-completion origin-clients > yum install -y docker > vim /etc/sysconfig/docker > yum install -y vim nano > vim /etc/sysconfig/docker > systemctl enable --now docker > systemctl status docker > yum install origin > openshift -h > openshift start & > > > WebUI is available on https://yourserver:8443 (admin/admin) > > HTH > > Fran > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >-- *Antonio da Silva Martins Jr. * *Analista de Suporte* NPD - N?cleo de Processamento de Dados UEM - Universidade Estadual de Maring? email: *asmartins at uem.br* <asmartins at uem.br> / asmartins.uem at gmail.com fone: +55 (44) 3011-4015 / 3011-4411 inoc-dba: 263076*100 "Real Programmers don?t need comments ? the code is obvious."
Maybe Matching Threads
- OpenShift Origin Install
- Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
- Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
- Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
- [PaaS SIG Openshift] Wrong Bugzilla Entry RedHat Product