Wednesday, 2021-04-14

airship-irc-bot<vkozhukalov> Please review this https://review.opendev.org/c/airship/airshipctl/+/784532 (super easy to review and safe to merge)05:38
*** rpioso has quit IRC06:34
*** ildikov has quit IRC06:35
*** iamweswilson has quit IRC06:35
*** srwilkers has quit IRC06:35
*** jayahn has quit IRC06:35
*** iamweswilson has joined #airshipit06:36
*** jayahn has joined #airshipit06:36
*** ildikov has joined #airshipit06:36
*** rpioso has joined #airshipit06:37
*** srwilkers has joined #airshipit06:37
airship-irc-bot<chumkidas22> Hi, Please review https://review.opendev.org/c/airship/airshipctl/+/78113509:47
*** uzumaki has quit IRC10:57
*** uzumaki has joined #airshipit11:57
*** uzumaki has quit IRC12:26
*** uzumaki has joined #airshipit12:30
airship-irc-bot<digambar.patil> @mattmceuen @ih616h @dwalt please review - https://review.opendev.org/c/airship/treasuremap/+/78583413:29
airship-irc-bot<digambar.patil> It's passing zuul13:29
airship-irc-bot<ratnopam.chakrabarti> Hi, I am getting the following error when trying to deploy nw policies using airshipctl. AFAIK, this is related to the namespace. But in this case, there's no namespace because calico global network policies are not namespace specific (that's why they are global)...any idea on how to get validate docs work in this case?  ```[airshipctl] 2021/04/14 04:07:19 Using kubeconfig at '/home/zuul/.airship/kubeconfig-500215040'13:40
airship-irc-botand context 'target-cluster' [airshipctl] 2021/04/14 04:07:19 Dryrun strategy is specified, otherwise Namespace 'airshipit' would have been created [airshipctl] 2021/04/14 04:07:19 Received error on event channel {can't find scope for resource GlobalNetworkPolicy.projectcalico.org hosts-ingress-rule} Error events received on channel, errors are: [can't find scope for resource GlobalNetworkPolicy.projectcalico.org hosts-ingress-rule]```13:40
airship-irc-bot<ma257n> GM Team. Could you please review my changes for AIAP supporting configuring manifest location. https://review.opendev.org/c/airship/airshipctl/+/78353313:49
airship-irc-bot<kk6740> @ratnopam.chakrabarti can u show patchset?13:50
airship-irc-bot<kk6740> i think if u mark these resources with special label it would pass13:50
airship-irc-bot<ratnopam.chakrabarti> @kk6740, sure here it is -> https://review.opendev.org/c/airship/treasuremap/+/78572613:56
airship-irc-bot<sirishagopigiri> Hi Team Requesting reviews on below PSs: https://review.opendev.org/c/airship/charts/+/780846 https://review.opendev.org/c/airship/treasuremap/+/776175 https://review.opendev.org/c/airship/airshipctl/+/784358 Thank you in advance!14:22
airship-irc-bot<kk6740> @ratnopam.chakrabarti The problem is that the job is applying everything to k8s, it seems like only solution is another `if` into a job, so that the phase is skipped14:23
airship-irc-bot<kk6740> and wait for `validation` immplementation14:24
airship-irc-bot<james.gu> does airshipit config set-manifest support "commitHash" flag in addiiton to the tag and branch?15:10
airship-irc-bot<raliev> @james.gu there is a commithash flag in set-manifest command, it should work https://github.com/airshipit/airshipctl/blob/master/cmd/config/set_manifest.go#L109-L11315:16
airship-irc-bot<raliev> never tested it though :slightly_smiling_face:15:16
airship-irc-bot<james.gu> Urgent GA release:  can I have some core review/WF on a cherry picked PS from treasuremap v2 branch to the v2.0 release branch? https://review.opendev.org/c/airship/treasuremap/+/786225. Many thanks!15:25
airship-irc-bot<kk6740> are there test tthat cover it? because i dont see zuul vote yet15:26
airship-irc-bot<james.gu> it was tested on the v2 commit :slightly_smiling_face:, no zull yet on the cherry-pick on the v2.015:27
airship-irc-bot<james.gu> Airjit tested in the stl lab15:27
airship-irc-bot<kk6740> @james.gu so `AIRSHIP_CONFIG_PHASE_REPO_URL`  isn’t used anywhere anymore?15:36
airship-irc-bot<james.gu> @kk6740 It was only used to extract the last item on the url path to get the local directory name.15:42
airship-irc-bot<niha.twinkle> Hi Team, When I’m running the ./tools/gate/20_run_gate_runner.sh script in airshipctl , I’m getting “ The connection to the server 10.23.25.101:6443 was refused - did you specify the right host or port?” and it fails after retries with “Could not reach the apiserver” . I’m doing this in my dev vm in auk56b lab. Can I please get any suggestions on this?  When I do virsh list --all, I’m getting this  Id Name Stat17:46
airship-irc-bot-------------------------------- 7 air-ephemeral running - air-target-1 shut off - air-worker-1 shut off  These are the logs in /var/log/libvirt-consoles17:46
*** ianychoi__ has quit IRC18:08
airship-irc-bot<kk6740> @niha.twinkle did it timeout ?18:24
airship-irc-bot<kk6740> it is suppose to keep trying untill the the cluster is reachable18:25
airship-irc-bot<kk6740> there also maybe an issue with image-builder, which is building ephemeral-iso18:26
airship-irc-bot<kk6740> can u run: ```airshipctl phase render --source config -k GenericContainer | grep 'image:'```18:29
airship-irc-bot<niha.twinkle> @kk6740  Thanks for the reply Kostiantyn, yes It failed after the retries of reaching apiserver with “could not reach apiserver” I’m getting this when I do  airshipctl phase render --source config -k GenericContainer | grep 'image:'  *image:* gcr.io/kpt-fn-contrib/sops:v0.1.0  *image:* gcr.io/kpt-fn-contrib/sops:v0.1.0  *image:* quay.io/airshipit/image-builder:latest-ubuntu_focal  *image:* quay.io/airshipit/cloud-init18:36
airship-irc-bot*image:* quay.io/airshipit/toolbox:latest  *image:* quay.io/airshipit/toolbox:latest  *image:* quay.io/airshipit/toolbox:latest18:36
airship-irc-bot<kk6740> i think the problem is related to `quay.io/airshipit/image-builder:latest-ubuntu_focal`18:37
airship-irc-bot<kk6740> you are not the first hitting this issue18:38
airship-irc-bot<kk6740> @craig.anderson do you know by any chance if there were any changes recently that may have broken ephemeral host iso-generation18:38
airship-irc-bot<kk6740> @niha.twinkle are u deploying Treasuremap or plan airshipctl?18:38
airship-irc-bot<niha.twinkle> @kk6740 oh okay, I'm trying to setup airshipctl18:40
airship-irc-bot<kk6740> are u using latest master?18:40
airship-irc-bot<niha.twinkle> yes18:40
airship-irc-bot<kk6740> can u change the image to `quay.io/airshipit/image-builder:88a2792eb5e986039502945e152617b36a188d07-ubuntu_focal` and retry ?18:43
airship-irc-bot<kk6740> from the begining18:43
airship-irc-bot<kk6740> @niha.twinkle also, could you run `kvm-ok` ?18:45
*** ashferg has joined #airshipit18:47
airship-irc-bot<niha.twinkle> okay I will do that. when I do kvm-ok, I'm getting this INFO: /dev/kvm exists KVM acceleration can be used18:50
airship-irc-bot<craig.anderson> @kk6740 I don't see any other updates made to image-builder repo so what you listed should be the latest and matches what we used in v2.0 branch I believe19:00
airship-irc-bot<sidney.shiba> I am getting the following error when executing `10_build_gate.sh`. I have cleaned up with `airshipctl/tools/deployment/clean.sh` , even added some clean up commands shared by Matt. Then followed by `00_setup.sh`. Have you encounter this issue? If so, how did you fix it? `TASK [libvirt-pool : Ensure libvirt storage pools are defined] ***********************************************` `fatal: [primary]: FAILED! => {"changed":19:33
airship-irc-botfalse, "msg": "operation failed: Storage source conflict with pool: 'images'"}`19:33
airship-irc-bot<mf4716> URGENT V2.0 GA Core & WF+1 needed for @lindsey.durway Release Notes PS:  https://review.opendev.org/c/airship/docs/+/78448621:34
*** uzumaki has quit IRC21:50
*** thansen has quit IRC22:23
airship-irc-bot<mf4716> *URGENT V2.0 GA Core & WF+1 needed* for @lindsey.durway (revised) Release Notes PS:  https://review.opendev.org/c/airship/docs/+/78448622:44
*** uzumaki has joined #airshipit23:22
*** irclogbot_2 has quit IRC23:50
*** irclogbot_2 has joined #airshipit23:55
*** thansen has joined #airshipit23:56

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!