Hi,

I'm behind a proxy. After configure docker to use proxy, the following
command run well:

sudo docker pull docker.io/openshift/origin-pod:v3.9.0

Thank you.

Regards,
Carlos Rodrigues

On Thu, 2018-06-14 at 13:43 -0600, Rich Megginson wrote:
> This is a different error than the one described in the links below:
> 
>          "5m          1h           128 
> webconsole-84466b9d97-s4x28.153776d1bf88b3a4 Pod                   
> Warning   FailedCreatePodSandBox   kubelet, openshift-
> ied.install.etux   
> Failed create pod sandbox: rpc error: code = Unknown desc = failed 
> pulling image \"docker.io/openshift/origin-pod:v3.9.0\": Get 
> https://registry-1.docker.io/v2/: net/http: request canceled while 
> waiting for connection (Client.Timeout exceeded while awaiting
> headers)"
> 
> Is it possible that there is some sort of networking issue that you 
> cannot access https://registry-1.docker.io?
> 
> from the machine - can you do
> 
> curl -vs https://registry-1.docker.io
> 
> can you do
> 
> sudo docker pull docker.io/openshift/origin-pod:v3.9.0
> 
> ?
> 
> On 06/14/2018 03:18 AM, Carlos Rodrigues wrote:
> > Hi, i still get the same error as you can see in attachment.
> > 
> > I also send in attachment the ansible log result from run the
> > following
> > command:
> > 
> > 
> > ANSIBLE_LOG_PATH=/tmp/ansible.log ansible-playbook -vvv -e
> > @/root/vars.yaml -i /root/ansible-inventory-origin-39-aio
> > playbooks/deploy_cluster.yml
> > 
> > 
> > Regards,
> > Carlos Rodrigues
> > 
> > 
> > On Tue, 2018-06-12 at 15:11 +0100, Carlos Rodrigues wrote:
> > > Thank you Rich, w'll try this workaround and tell you later.
> > > 
> > > Regards,
> > > Carlos Rodrigues
> > > 
> > > On Tue, 2018-06-12 at 07:54 -0600, Rich Megginson wrote:
> > > > Sorry, did not mean to send an internal link to an external
> > > > list/address.
> > > > 
> > > > On 06/12/2018 07:52 AM, Rich Megginson wrote:
> > > > > http://post-office.corp.redhat.com/archives/aos-devel/2018-Ju
> > > > > ne/m
> > > > > sg
> > > > > 00195.html
> > > > > 
> > > > > 
> > > > > "
> > > > > It smells like https://access.redhat.com/solutions/3480921 /
> > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1583500 to me.
> > > > > "
> > > > > 
> > > > > I think the workaround is to add
> > > > > 
> > > > > oreg_url=registry.access.redhat.com/openshift3/ose-
> > > > > ${component}:${version}
> > > > > 
> > > > > 
> > > > > to your inventory for OCP external and
> > > > > 
> > > > > oreg_url=brew-pulp-
> > > > > docker01.web.prod.ext.phx2.redhat.com:8888/openshift3/ose-
> > > > > ${component}:${version}
> > > > > 
> > > > > 
> > > > > for OCP internal and
> > > > > 
> > > > > oreg_url=docker.io/openshift/origin-${component}:${version}
> > > > > 
> > > > > for Origin
> > > > > 
> > > > > On 06/12/2018 02:47 AM, Shirly Radco wrote:
> > > > > > 
> > > > > > -- 
> > > > > > 
> > > > > > SHIRLY RADCO
> > > > > > 
> > > > > > BI SeNIOR SOFTWARE ENGINEER
> > > > > > 
> > > > > > Red Hat Israel <https://www.redhat.com/>
> > > > > > 
> > > > > > <https://red.ht/sig>
> > > > > > TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
> > > > > > 
> > > > > > 
> > > > > > On Tue, Jun 12, 2018 at 11:43 AM, Shirly Radco <sradco@redh
> > > > > > at.c
> > > > > > om
> > > > > >   
> > > > > > <mailto:sra...@redhat.com>> wrote:
> > > > > > 
> > > > > >      Hi Rich,
> > > > > > 
> > > > > >      Are you families with this OpenShift installation
> > > > > > issue?
> > > > > > 
> > > > > > familiar*
> > > > > > 
> > > > > > 
> > > > > >      Best,
> > > > > > 
> > > > > >      --
> > > > > > 
> > > > > >      SHIRLY RADCO
> > > > > > 
> > > > > >      BI SeNIOR SOFTWARE ENGINEER
> > > > > > 
> > > > > >      Red Hat Israel <https://www.redhat.com/>
> > > > > > 
> > > > > >      <https://red.ht/sig>
> > > > > >      TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
> > > > > > 
> > > > > > 
> > > > > >      On Mon, Jun 11, 2018 at 4:20 PM, Carlos Rodrigues
> > > > > >      <c...@eurotux.com <mailto:c...@eurotux.com>> wrote:
> > > > > > 
> > > > > >          Hi,
> > > > > > 
> > > > > >          i'm trying to install oVirt Metrics following the
> > > > > > installation
> > > > > >          guide (h
> > > > > >          ttps://www.ovirt.org/develop/release-
> > > > > >          <http://www.ovirt.org/develop/release->
> > > > > >          management/features/metrics/metrics-store-
> > > > > > installation/)
> > > > > > but i
> > > > > >          have
> > > > > >          some issues running deploy cluster from here
> > > > > >          https://www.ovirt.org/deve
> > > > > > lop/release-management/features/metrics/setting-up-viaq-
> > > > > > logging/
> > > > > > <https://www.ovirt.org/develop/release-management/features/
> > > > > > metr
> > > > > > ic
> > > > > > s/setting-up-viaq-logging/>
> > > > > > 
> > > > > >          cd /usr/share/ansible/openshift-ansible
> > > > > >          # (or wherever you cloned the git repo if using
> > > > > > git)
> > > > > >          ANSIBLE_LOG_PATH=/tmp/ansible.log ansible-playbook 
> > > > > > -vvv
> > > > > > -e
> > > > > >          @/root/vars.yaml -i /root/ansible-inventory-
> > > > > > origin-39-
> > > > > > aio
> > > > > >          playbooks/deploy_cluster.yml
> > > > > > 
> > > > > >          I fails on Web console installation:
> > > > > > 
> > > > > >          2018-06-06 19:48:24,020 p=17586 u=root |
> > > > > > [DEPRECATION
> > > > > >          WARNING]: Using
> > > > > >          tests as filters is deprecated. Instead of using
> > > > > >          `result|version_compare` instead use `result is
> > > > > >          version_compare`. This
> > > > > >          feature
> > > > > >           will be removed in version 2.9.
> > > > > >          Deprecation warnings can be disabled by setting
> > > > > >          deprecation_warnings=False in ansible.cfg.
> > > > > >          2018-06-06 19:48:24,135 p=17586 u=root |  Using
> > > > > > module
> > > > > > file
> > > > > > /usr/lib/python2.7/site-
> > > > > > packages/ansible/modules/commands/command.py
> > > > > >          2018-06-06 19:48:27,093 p=17586 u=root |  fatal:
> > > > > > [localhost]:
> > > > > >          FAILED!
> > > > > >          => {
> > > > > >              "changed": true,
> > > > > >              "cmd": [
> > > > > >                  "oc",
> > > > > >                  "logs",
> > > > > >                  "deployment/webconsole",
> > > > > >                  "--tail=50",
> > > > > > "--config=/tmp/console-ansible-C8XDuW/admin.kubeconfig",
> > > > > >                  "-n",
> > > > > >                  "openshift-web-console"
> > > > > >              ],
> > > > > >              "delta": "0:00:01.567694",
> > > > > >              "end": "2018-06-06 19:48:26.706407",
> > > > > >              "invocation": {
> > > > > >                  "module_args": {
> > > > > >                      "_raw_params": "oc logs
> > > > > > deployment/webconsole
> > > > > >          --tail=50 --
> > > > > >          config=/tmp/console-ansible-
> > > > > > C8XDuW/admin.kubeconfig -n
> > > > > >          openshift-web-
> > > > > >          console",
> > > > > >                      "_uses_shell": false,
> > > > > >                      "chdir": null,
> > > > > >                      "creates": null,
> > > > > >                      "executable": null,
> > > > > >                      "removes": null,
> > > > > >                      "stdin": null,
> > > > > >                      "warn": true
> > > > > >                  }
> > > > > > 
> > > > > >              },
> > > > > >              "msg": "non-zero return code",
> > > > > >              "rc": 1,
> > > > > >              "start": "2018-06-06 19:48:25.138713",
> > > > > >              "stderr": "Error from server (BadRequest):
> > > > > > container
> > > > > >          \"webconsole\"
> > > > > >          in pod \"webconsole-84466b9d97-s4x28\" is waiting
> > > > > > to
> > > > > > start:
> > > > > >          ContainerCreating",
> > > > > >              "stderr_lines": [
> > > > > >                  "Error from server (BadRequest): container
> > > > > >          \"webconsole\" in
> > > > > >          pod \"webconsole-84466b9d97-s4x28\" is waiting to
> > > > > > start:
> > > > > >          ContainerCreating"
> > > > > >              ],
> > > > > >              "stdout": "",
> > > > > >              "stdout_lines": []
> > > > > >          }
> > > > > >          2018-06-06 19:48:27,097 p=17586 u=root |
> > > > > > ...ignoring
> > > > > > 
> > > > > >          Regards,
> > > > > >          Carlos Rodrigues
> > > > > > 
> > > > > >          On Mon, 2018-06-11 at 13:30 +0300, Shirly Radco
> > > > > > wrote:
> > > > > >          > Dear users,
> > > > > >          >
> > > > > >          > I would love to get some feedback if someone has
> > > > > > tried
> > > > > > to
> > > > > >          install and
> > > > > >          > use the oVirt metrics store, released in 4.2,
> > > > > > for
> > > > > > collecting
> > > > > >          metrics
> > > > > >          > and logs, based on Elasticsearch, Kibana,
> > > > > > Collectd
> > > > > > and
> > > > > >          Fluentd on top
> > > > > >          > of OpenShift.
> > > > > >          >
> > > > > > https://www.ovirt.org/develop/release-management/features/m
> > > > > > etri
> > > > > > cs
> > > > > > /met
> > > > > > <https://www.ovirt.org/develop/release-management/features/
> > > > > > metr
> > > > > > ic
> > > > > > s/met>
> > > > > >          > rics-store/
> > > > > >          >
> > > > > >          > How did the installation go? Are you actively
> > > > > > using
> > > > > > it?
> > > > > >          > And any other feedback would be much
> > > > > > appreciated.
> > > > > >          >
> > > > > >          > Best regards,
> > > > > >          > --
> > > > > >          > SHIRLY RADCO
> > > > > >          > BI SENIOR SOFTWARE ENGINEER
> > > > > >          > Red Hat Israel
> > > > > >          >       TRIED. TESTED. TRUSTED.
> > > > > >          > _______________________________________________
> > > > > >          > Users mailing list -- users@ovirt.org <mailto:us
> > > > > > ers@o
> > > > > > vi
> > > > > > rt.org>
> > > > > >          > To unsubscribe send an email to users-leave@ovir
> > > > > > t.org
> > > > > >          <mailto:users-le...@ovirt.org>
> > > > > >          > Privacy Statement:
> > > > > >          https://www.ovirt.org/site/privacy-policy/
> > > > > >          <https://www.ovirt.org/site/privacy-policy/>
> > > > > >          > oVirt Code of Conduct:
> > > > > >          https://www.ovirt.org/community/about/communit
> > > > > >          <https://www.ovirt.org/community/about/communit>
> > > > > >          > y-guidelines/
> > > > > >          > List Archives:
> > > > > >          https://lists.ovirt.org/archives/list/users@ovirt.
> > > > > > org/
> > > > > > <https://lists.ovirt.org/archives/list/users@ovirt.org/>
> > > > > >          > message/3G2M3Q35UQZLOHDRAEBMX2INPDAQCOHO/
> > > > > >          --         Carlos Rodrigues
> > > > > > 
> > > > > >          Engenheiro de Software Sénior
> > > > > > 
> > > > > >          Eurotux Informática, S.A. | www.eurotux.com
> > > > > >          <http://www.eurotux.com>
> > > > > >          (t) +351 253 680 300 (m) +351 911 926 110
> > > > > > 
> > > > > > 
> > > > > > 
> > > 
> > > -- 
> > > Carlos Rodrigues
> > > 
> > > Engenheiro de Software Sénior
> > > 
> > > Eurotux Informática, S.A. | www.eurotux.com
> > > (t) +351 253 680 300 (m) +351 911 926 110
> > > _______________________________________________
> > > Users mailing list -- users@ovirt.org
> > > To unsubscribe send an email to users-le...@ovirt.org
> > > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > > oVirt Code of Conduct: https://www.ovirt.org/community/about/comm
> > > unit
> > > y-guidelines/
> > > List Archives: https://lists.ovirt.org/archives/list/users@ovirt.
> > > org/
> > > message/CUAHIV5AVLIDPL2YQVWRHM7RDA56QJ5T/
> 
> 
-- 
Carlos Rodrigues

Engenheiro de Software Sénior

Eurotux Informática, S.A. | www.eurotux.com
(t) +351 253 680 300 (m) +351 911 926 110
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5URQHIBIU4I2XTBYFBXAPOV67KR7LDLU/

Reply via email to