Will AIAB install when behind a proxy? I’ve set the proxy env variables (http_proxy and https_proxy) but the install fails with: docker: error pulling image configuration: Get https://storage.googleapis.com/artifacts.google-containers.appspot.com/conta...: dial tcp [2607:f8b0:4000:80f::2010]:443: i/o timeout. See 'docker run --help'. .Unable to find image 'gcr.io/google_containers/hyperkube-amd64:v1.10.2' locally + error 'running genesis' + set +x Error when running genesis. + exit 1 + clean + set +x To remove files generated during this script's execution, delete /root/deploy. This VM is disposable. Re-deployment in this same VM will lead to unpredictable results. Jim Baresich Infrastructure Technology Planning and Engineering Mobile - 7329273072 Skype - 9083261982
Hello Jim, It should. Let me retry tomorrow morning, and I hope to get the issue fixed. Best regards, — Roman Gorshunov
On 22 Jan 2019, at 20:11, BARESICH, JIM <jb2592@att.com> wrote:
Will AIAB install when behind a proxy?
I’ve set the proxy env variables (http_proxy and https_proxy) but the install fails with:
docker: error pulling image configuration: Get https://storage.googleapis.com/artifacts.google-containers.appspot.com/conta...: <https://storage.googleapis.com/artifacts.google-containers.appspot.com/containers/images/sha256:1c5cc31eb552c29e0c71c295b4abcf5264000c2e58fa5ce0ecab9ad6f95d181a:> dial tcp [2607:f8b0:4000:80f::2010]:443: i/o timeout. See 'docker run --help'. .Unable to find image 'gcr.io/google_containers/hyperkube-amd64:v1.10.2 <http://gcr.io/google_containers/hyperkube-amd64:v1.10.2>' locally
+ error 'running genesis' + set +x Error when running genesis. + exit 1 + clean + set +x To remove files generated during this script's execution, delete /root/deploy. This VM is disposable. Re-deployment in this same VM will lead to unpredictable results.
Jim Baresich Infrastructure Technology Planning and Engineering Mobile - 7329273072 Skype - 9083261982
_______________________________________________ Airship-discuss mailing list Airship-discuss@lists.airshipit.org <mailto:Airship-discuss@lists.airshipit.org> http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss <http://lists.airshipit.org/cgi-bin/mailman/listinfo/airship-discuss>
On Jan 22, 2019, at 1:26 PM, Roman Gorshunov <paye600@gmail.com> wrote:
Hello Jim,
It should. Let me retry tomorrow morning, and I hope to get the issue fixed.
Best regards, — Roman Gorshunov
Roman (and Jim), Any update on the outcome of your retry? Additionally, it’s helpful if you can specify which Airship-in-a-Bottle configuration you are using, as not all are compatible behind proxy servers. Thanks! Drew Walters
Drew, I'm attempting the install on a ub 16.04 KVM VM: https://github.com/openstack/airship-in-a-bottle Which installs are not compatible behind a proxy? Jim Baresich -----Original Message----- From: Drew Walters <drewwalters96@gmail.com> Sent: Wednesday, January 23, 2019 10:26 PM To: Roman Gorshunov <paye600@gmail.com>; BARESICH, JIM <jb2592@att.com> Cc: airship-discuss@lists.airshipit.org Subject: Re: [Airship-discuss] AIAB behind a proxy
On Jan 22, 2019, at 1:26 PM, Roman Gorshunov <paye600@gmail.com> wrote:
Hello Jim,
It should. Let me retry tomorrow morning, and I hope to get the issue fixed.
Best regards, — Roman Gorshunov
Roman (and Jim), Any update on the outcome of your retry? Additionally, it’s helpful if you can specify which Airship-in-a-Bottle configuration you are using, as not all are compatible behind proxy servers. Thanks! Drew Walters
Jim, This one https://github.com/openstack/airship-in-a-bottle/tree/master/manifests/dev_s... is not set up for proxy at the moment, however there is a patch which possibly solves it: https://review.openstack.org/#/c/615387/ (it has it's own issues, though). This one https://github.com/openstack/airship-in-a-bottle/tree/master/manifests/dev_s... is set up for proxy, I'm running a test on it now. Note the README file and instructions in it. This one https://github.com/openstack/airship-in-a-bottle/tree/master/tools/multi_nod... is set up for running behind the proxy (I did not try it yet). There is also README with some info. -- Roman Gorshunov On Thu, Jan 24, 2019 at 3:44 PM BARESICH, JIM <jb2592@att.com> wrote:
Drew,
I'm attempting the install on a ub 16.04 KVM VM: https://github.com/openstack/airship-in-a-bottle Which installs are not compatible behind a proxy?
Jim Baresich
-----Original Message----- From: Drew Walters <drewwalters96@gmail.com> Sent: Wednesday, January 23, 2019 10:26 PM To: Roman Gorshunov <paye600@gmail.com>; BARESICH, JIM <jb2592@att.com> Cc: airship-discuss@lists.airshipit.org Subject: Re: [Airship-discuss] AIAB behind a proxy
On Jan 22, 2019, at 1:26 PM, Roman Gorshunov <paye600@gmail.com> wrote:
Hello Jim,
It should. Let me retry tomorrow morning, and I hope to get the issue fixed.
Best regards, — Roman Gorshunov
Roman (and Jim),
Any update on the outcome of your retry? Additionally, it’s helpful if you can specify which Airship-in-a-Bottle configuration you are using, as not all are compatible behind proxy servers.
Thanks!
Drew Walters
Jim, fixing mistypes and providing some additional info: 1) https://github.com/openstack/airship-in-a-bottle/tree/master/manifests/dev_s... this one is not set up for proxy, however this https://review.openstack.org/#/c/615387/ patch might allow it. Git clone AIAB repository, cd airship-in-a-bottle/, and then copy and run commands listed in top right corner here https://review.openstack.org/#/c/615387/ in Download -> Checkout field. 2) https://github.com/openstack/airship-in-a-bottle/tree/master/manifests/dev_m... seems to have instructions for proxy set up, but looks to be a bit outdated. I will look into it later. 3) https://github.com/openstack/airship-in-a-bottle/tree/master/tools/multi_nod... I don't really have more details rather than provided in the README in this directory. setup_gate.sh script imports proxy-related environment variables and sets up at least docker and apt to use proxy for images and pachage downloads. Why it's so hard to get it running behind the proxy? - because most developers either have direct access to the Internet, or they use internal repositories of containers and packages. I understand that not everyone has access to big VMs running not behind proxy. Best regards, -- Roman Gorshunov On Thu, Jan 24, 2019 at 3:44 PM BARESICH, JIM <jb2592@att.com> wrote:
Drew,
I'm attempting the install on a ub 16.04 KVM VM: https://github.com/openstack/airship-in-a-bottle Which installs are not compatible behind a proxy?
Jim Baresich
-----Original Message----- From: Drew Walters <drewwalters96@gmail.com> Sent: Wednesday, January 23, 2019 10:26 PM To: Roman Gorshunov <paye600@gmail.com>; BARESICH, JIM <jb2592@att.com> Cc: airship-discuss@lists.airshipit.org Subject: Re: [Airship-discuss] AIAB behind a proxy
On Jan 22, 2019, at 1:26 PM, Roman Gorshunov <paye600@gmail.com> wrote:
Hello Jim,
It should. Let me retry tomorrow morning, and I hope to get the issue fixed.
Best regards, — Roman Gorshunov
Roman (and Jim),
Any update on the outcome of your retry? Additionally, it’s helpful if you can specify which Airship-in-a-Bottle configuration you are using, as not all are compatible behind proxy servers.
Thanks!
Drew Walters
participants (3)
-
BARESICH, JIM
-
Drew Walters
-
Roman Gorshunov