*** uzumaki has quit IRC | 00:27 | |
*** uzumaki has joined #airshipit | 00:31 | |
*** uzumaki has quit IRC | 01:00 | |
*** uzumaki has joined #airshipit | 01:03 | |
*** uzumaki has quit IRC | 01:08 | |
*** uzumaki has joined #airshipit | 01:12 | |
*** uzumaki has quit IRC | 02:15 | |
*** uzumaki has joined #airshipit | 02:18 | |
*** uzumaki has quit IRC | 02:30 | |
*** uzumaki has joined #airshipit | 02:33 | |
*** uzumaki has quit IRC | 02:53 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #airshipit | 05:33 | |
*** uzumaki has joined #airshipit | 06:33 | |
*** uzumaki has quit IRC | 11:39 | |
*** roman_g has joined #airshipit | 15:54 | |
airship-irc-bot | <sb464f> with `airshipctl phase render bootstrap` can I expect it printing yaml manifests. for me it is exiting with success but not giving any yaml. | 16:06 |
---|---|---|
airship-irc-bot | <kk6740> can u show phase yaml description for it? | 16:06 |
airship-irc-bot | <sirajudeen.yasin> kind: ImageConfiguration | 16:07 |
airship-irc-bot | <sb464f> ```--- apiVersion: airshipit.org/v1alpha1 kind: Phase metadata: name: bootstrap config: executorRef: apiVersion: airshipit.org/v1alpha1 kind: ImageConfiguration name: isogen documentEntryPoint: manifests/site/test-site/ephemeral/bootstrap --- apiVersion: airshipit.org/v1alpha1 kind: Phase metadata: name: initinfra-ephemeral clusterName: ephemeral-cluster config: documentEntryPoint: | 16:07 |
airship-irc-bot | manifests/site/test-site/ephemeral/initinfra --- apiVersion: airshipit.org/v1alpha1 kind: Phase metadata: name: controlplane-ephemeral clusterName: ephemeral-cluster config: documentEntryPoint: manifests/site/test-site/ephemeral/controlplane --- apiVersion: airshipit.org/v1alpha1 kind: Phase metadata: name: initinfra-target clusterName: target-cluster config: documentEntryPoint: manifests/site/test-site/target/initinfra --- | 16:07 |
airship-irc-bot | apiVersion: airshipit.org/v1alpha1 kind: Phase metadata: name: workers-target clusterName: target-cluster config: documentEntryPoint: manifests/site/test-site/target/workers``` | 16:07 |
airship-irc-bot | <kk6740> so the render command works differently for each executor, and executor implements it, rather than phase itself. i am not sure if we should change it. But currently only kubernetes apply renders the documentEntryPoint | 16:08 |
airship-irc-bot | <sb464f> Okay got it, so here is the thing. I tried by changing it to `kubernetes-apply` to see if my docs are rendering correctly. because i am getting 401 unauthorized while doing `remotedirect` and checked the rendered bmh it seems to have correct credentials. My question is will remotedirect get docs correctly rendred by generating correct bmh objects using host-generator | 16:11 |
airship-irc-bot | <kk6740> are you building from master? | 16:13 |
airship-irc-bot | <sb464f> yes | 16:13 |
airship-irc-bot | <kk6740> ok, there is a community meeting right now, we can double check that everything is working fine after it | 16:14 |
airship-irc-bot | <sb464f> sure thanks. | 16:14 |
airship-irc-bot | <kk6740> @sb464f i have 20 minutes now, that should be enough | 16:34 |
airship-irc-bot | <sb464f> cool let me open my bridge | 16:34 |
*** awander has joined #airshipit | 16:34 | |
airship-irc-bot | <mattmceuen> Would appreciate review of this small airshipctl manifest change; some of Siraj's work depends on it: https://review.opendev.org/#/c/761477/ | 17:10 |
*** muhaha has joined #airshipit | 17:43 | |
*** roman_g has quit IRC | 18:20 | |
*** roman_g has joined #airshipit | 18:28 | |
airship-irc-bot | <mattmceuen> Seeing this from our linting gate: | 18:52 |
airship-irc-bot | <mattmceuen> ```toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit make: *** [docker-image] Error 1 Sending build context to Docker daemon 25MB Step 1/13 : ARG GO_IMAGE=docker.io/golang:1.13.1-stretch Step 2/13 : ARG RELEASE_IMAGE=scratch Step 3/13 : FROM ${GO_IMAGE} as builder Makefile:137: recipe for target 'docker-image' | 18:53 |
airship-irc-bot | failed``` | 18:53 |
airship-irc-bot | <alexander.hughes> I put that in committee chat a few days ago :( | 18:53 |
airship-irc-bot | <alexander.hughes> https://docs.docker.com/docker-hub/download-rate-limit/ | 18:53 |
airship-irc-bot | <mattmceuen> Anyone know what that rate limiting is based on? Source IP or something else? | 18:53 |
airship-irc-bot | <alexander.hughes> IP | 18:53 |
airship-irc-bot | <alexander.hughes> the general consensus is we thought it was using cache | 18:54 |
airship-irc-bot | <mattmceuen> In any case this is one more reason to spread load to third party gates, which I added to the team meeting agenda for tomorrow | 18:54 |
airship-irc-bot | <alexander.hughes> even going to 3rd party gates we only get 100 pulls per IP a month unless we upgrade. can we use Quay mirrors instead of dockerhub? | 18:55 |
airship-irc-bot | <mattmceuen> I'll add that to the agenda to discuss tomorrow too :slightly_smiling_face: | 18:56 |
airship-irc-bot | <mattmceuen> Sounds good to me personally | 18:56 |
airship-irc-bot | <alexander.hughes> eager to hear other ideas on this tomorrow. is any critical work blocked by the gate failures right now? and have we heard from OIF on any prior art the other projects are leveraging? | 18:58 |
airship-irc-bot | <pb269f> Has it been confirmed that airship is using the infra mirrors? | 18:59 |
airship-irc-bot | <pb269f> I just took a quick look at the playbooks- and it looks like airship has its own roles for docker installation | 18:59 |
airship-irc-bot | <pb269f> https://github.com/openstack/loci/blob/master/playbooks/vars.yaml#L4 | 19:01 |
airship-irc-bot | <pb269f> We should have this in the docker.json config | 19:01 |
airship-irc-bot | <pb269f> Which means we'd only hit docker once per day for an image on average afaik | 19:02 |
airship-irc-bot | <pb269f> On mobile so can't check from here though:( | 19:02 |
airship-irc-bot | <alexander.hughes> if your assumption holds that helps us for next month but puts us in a bind for the remainder of this month til quota resets | 19:02 |
airship-irc-bot | <pb269f> Shouldn't really | 19:03 |
airship-irc-bot | <pb269f> As its done by source ip | 19:03 |
airship-irc-bot | <pb269f> The mirror would be that source, rather than those of the workers | 19:03 |
*** roman_g has quit IRC | 19:09 | |
*** muhaha has quit IRC | 19:30 | |
airship-irc-bot | <mattmceuen> one line change to test image publishing for hostconfig-operator: https://review.opendev.org/#/c/760643 | 23:22 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!