Monday, 2019-11-11

*** kskels has joined #airshipit00:13
*** jamesgu_ has joined #airshipit03:48
*** jamesgu_ has quit IRC03:54
*** tumtarm has joined #airshipit05:38
*** tumtarm has joined #airshipit06:06
*** tumtarm has quit IRC06:19
*** kskels has quit IRC06:53
*** tumtarm has joined #airshipit06:53
*** tumtarm has quit IRC07:22
*** tumtarm has joined #airshipit07:25
*** tumtarm has quit IRC07:29
*** tumtarm has joined #airshipit07:41
openstackgerritDeepak proposed airship/airshipctl master: AIR-61 - Adding gate test in zuul for vbmc  https://review.opendev.org/69087007:52
*** tumtarm has quit IRC08:02
*** tumtarm has joined #airshipit08:03
*** nick_kar has joined #airshipit08:17
*** tumtarm has quit IRC08:41
*** outerrim has joined #airshipit08:42
*** tumtarm has joined #airshipit08:43
*** outerrim has quit IRC08:57
openstackgerritDeepak proposed airship/airshipctl master: AIR-61 - Adding gate test in zuul for vbmc  https://review.opendev.org/69087009:07
*** avolkov has joined #airshipit09:39
*** tumtarm has quit IRC09:59
*** santku123 has joined #airshipit10:00
santku123Hello10:01
santku123Can some one suggest reason for the failure below10:02
santku123in the unit test10:02
santku123--- FAIL: TestRedfishRemoteDirectNormal (0.00s)10:02
santku123ResetSystem(*context.emptyCtx,string,client.ResetRequestBody)10:02
openstackgerritSmruti Soumitra Khuntia proposed airship/treasuremap master: Disable TaintBasedEviction feature gate for kubernetes-apiserver  https://review.opendev.org/68886310:17
*** santku123 has quit IRC10:33
*** outerrim has joined #airshipit10:39
*** JaredSchooley has quit IRC10:40
*** outerrim has quit IRC10:41
*** JaredSchooley has joined #airshipit10:41
*** outerrim has joined #airshipit10:41
*** krypto has joined #airshipit10:47
openstackgerritDeepak proposed airship/airshipctl master: AIR-61 - Adding gate test in zuul for vbmc  https://review.opendev.org/69087011:00
openstackgerritDeepak proposed airship/airshipctl master: AIR-61 - Adding gate test in zuul for vbmc  https://review.opendev.org/69087011:26
openstackgerritDeepak proposed airship/airshipctl master: AIR-61 - Adding gate test in zuul for vbmc  https://review.opendev.org/69087012:36
outerrimHi! Visited the PTG last Friday. Was told that I get some help using / installing AirShip here. So starting to ask questions here. :-)12:54
outerrimFirst question: in the documentation you write that there is the need to *copy* the site description. This is very inconvinient: I have my own git repo where I want to store the config.12:56
outerrimI tried to have a symbolic link of the site directory from the treasuremap/site/mysite to the appropriate dir in my repo.12:56
outerrimIt looks that this does not work:12:57
openstackgerritDeepak proposed airship/airshipctl master: AIR-61 - Adding gate test in zuul for vbmc  https://review.opendev.org/69087012:57
outerrimsudo tools/airship pegleg site -r /target lint MySiteLink12:57
outerrimgives:12:57
outerrimsite-definition.yaml not found. Pegleg must be run from the root of a configuration repository.12:58
outerrimCan please somebody explain why this does not work? Or even better: a best practice to split the original treasuremap and the own configuration?12:59
openstackgerritDeepak proposed airship/airshipctl master: AIR-61 - Adding gate test in zuul for vbmc  https://review.opendev.org/69087013:21
*** roman_g has joined #airshipit13:41
openstackgerritDeepak proposed airship/airshipctl master: AIR-61 - Adding gate test in zuul for vbmc  https://review.opendev.org/69087013:45
dwalto/ outerrim - Pegleg can clone git repositories for you, or you can point it to a locally-cloned git repository. As far as I am aware, sym-links are not supported. We recommend committing the global, type, and seaworthy site to your own repository because it provides a starting point and those documents deploy a real world, baremetal site.14:38
dwaltAlternatively, you could configure Pegleg to use the treasuremap repository and apply your own layer on top of it, but this can get confusing since the site layer is usually the lowest layer (I think this is the best way to accomplish splitting treasuremap and applying your own configuration)14:40
dwaltI'm happy to provide more information or help you get started once you choose a path :)14:41
outerrimThanks dwalt: I'll stay with the current approach to have a copy of the config repo in the treasuremap/site directory.14:45
outerrimNext problem I run in:14:46
outerrimsudo tools/airship promenade build-all --validators   -o /target/${NEW_SITE}_bundle /target/${NEW_SITE}_collected/*.yaml14:46
outerrimfails with:14:47
outerrimdeckhand.errors.SubstitutionSourceDataNotFound: Required substitution source secret was not found at path .ucp.postgres.replica in source document [pegleg/AccountCatalogue/v1, site] ucp_service_accounts which is referenced by destination document [armada/Chart/v1, global] ucp-postgresql under its `metadata.substitutions`14:47
outerrimI copied over the seaworthy site over already some month ago.14:48
dwaltouterrim: it's looking for this entry14:51
dwalthttps://github.com/airshipit/treasuremap/blob/16cdf842d2f0d2410b5d156bfbc9f123f233070a/site/seaworthy/software/config/service_accounts.yaml#L1914:51
dwaltCan you grep for ucp_service_accounts and make sure that document is present?14:52
*** tumtarm has joined #airshipit14:53
*** tumtarm has quit IRC15:01
*** tumtarm has joined #airshipit15:02
*** tumtarm has quit IRC15:05
*** kskels has joined #airshipit15:08
*** spilla has joined #airshipit15:19
outerrimThanks - this (and a couple of other) values were missing. Added those. But now I'm at:15:33
outerrimdeckhand.errors.SubstitutionSourceDataNotFound: Required substitution source secret was not found at path .osh.oslo_messaging in source document [pegleg/EndpointCatalogue/v1, site] osh_endpoints which is referenced by destination document [armada/Chart/v1, global] keystone under its `metadata.substitutions`15:33
outerrimCan you maybe explain what is missing here that I don't need to ask the same over and over?15:34
*** tumtarm has joined #airshipit16:08
*** michael-beaver has joined #airshipit16:15
dwaltouterrim: that one is here16:15
dwalthttps://github.com/airshipit/treasuremap/blob/master/site/seaworthy/software/config/endpoints.yaml#L55516:15
dwaltIt might be easiest just to overwrite all contents of that file with the latest, unless you have made significant config changes16:16
*** outerrim has quit IRC16:17
*** krypto has quit IRC16:17
openstackgerritIan Howell proposed airship/airshipctl master: This tests get-cluster with the pre-built CmdTest  https://review.opendev.org/69372416:21
openstackgerritIan Howell proposed airship/airshipctl master: This tests get-cluster with the pre-built CmdTest  https://review.opendev.org/69372416:23
*** tumtarm has quit IRC16:27
openstackgerritSamuel Pilla proposed airship/promenade master: Update pause version for k8s 1.16  https://review.opendev.org/69372516:30
openstackgerritSamuel Pilla proposed airship/promenade master: Update hyperkube version for k8s 1.16  https://review.opendev.org/69372616:30
openstackgerritSamuel Pilla proposed airship/promenade master: Update coredns version for k8s 1.16  https://review.opendev.org/69372716:31
*** tumtarm has joined #airshipit16:32
openstackgerritSamuel Pilla proposed airship/promenade master: Upgrade pause version for k8s 1.16  https://review.opendev.org/69372516:34
openstackgerritSamuel Pilla proposed airship/promenade master: Upgrade hyperkube version for k8s 1.16  https://review.opendev.org/69372616:34
openstackgerritSamuel Pilla proposed airship/promenade master: Upgrade coredns version for k8s 1.16  https://review.opendev.org/69372716:34
*** tumtarm has quit IRC16:36
*** AlexNoskov has joined #airshipit16:38
*** jamesgu_ has joined #airshipit16:49
*** tumtarm has joined #airshipit16:55
*** outerrim has joined #airshipit17:43
*** tumtarm has quit IRC17:52
*** tumtarm has joined #airshipit17:53
openstackgerritAlexander Noskov proposed airship/maas master: Add Keystone V3 support for MaaS nova power driver.  https://review.opendev.org/69374117:57
*** tumtarm has quit IRC18:04
*** outerrim has quit IRC18:10
*** tumtarm has joined #airshipit18:12
openstackgerritKostyantyn Kalynovskyi proposed airship/airshipctl master: [AIR-97] Adding initinfra subcommand  https://review.opendev.org/69323818:13
*** tumtarm has quit IRC18:14
*** kskels has quit IRC18:18
*** tumtarm has joined #airshipit18:38
*** tumtarm has quit IRC18:39
openstackgerritRahul Khiyani proposed airship/porthole master: Adjust code to project conventions  https://review.opendev.org/69140018:46
*** michael-beaver has quit IRC18:55
*** kimhindart has joined #airshipit19:04
*** kimhin has joined #airshipit19:07
*** kimhindart has quit IRC19:08
*** jamesgu_ has quit IRC19:28
*** avolkov has quit IRC20:08
*** jamesgu_ has joined #airshipit20:12
openstackgerritIan Howell proposed airship/airshipctl master: Clean up the reconcileClusters function  https://review.opendev.org/69374620:49
openstackgerritKostyantyn Kalynovskyi proposed airship/airshipctl master: [AIR-97] Adding initinfra subcommand  https://review.opendev.org/69323820:51
openstackgerritPrateek Dodda proposed airship/divingbell master: Implement Security Context for Divingbell  https://review.opendev.org/69308720:58
openstackgerritPrateek Dodda proposed airship/divingbell master: Implement Security Context for Divingbell  https://review.opendev.org/69308721:00
openstackgerritdiwakar thyagaraj proposed airship/porthole master: Add Gate jobs to check docker default apparmor profile for openstack-utility Containers  https://review.opendev.org/69374821:11
openstackgerritdiwakar thyagaraj proposed airship/porthole master: Add Gate jobs to check docker default apparmor profile  for openstack-utility Containers.  https://review.opendev.org/69374821:26
openstackgerritDan Crank proposed airship/airship-in-a-bottle master: [WIP] Make AIAB container-runtime-agnostic  https://review.opendev.org/69245521:27
openstackgerritdiwakar thyagaraj proposed airship/porthole master: Add Gate jobs to check docker default apparmor profile  for openstack-utility Containers.  https://review.opendev.org/69374821:29
openstackgerritdiwakar thyagaraj proposed airship/porthole master: Add Gate jobs to check docker default apparmor profile  for openstack-utility Containers.  https://review.opendev.org/69374821:32
*** spilla has quit IRC22:01
openstackgerritRahul Khiyani proposed airship/porthole master: Ceph-utility: Add pod/container security context  https://review.opendev.org/69303722:02
openstackgerritPhil Sphicas proposed airship/maas master: chart fixes: ingress apiversion, serviceNames  https://review.opendev.org/69375222:23
openstackgerritdiwakar thyagaraj proposed airship/porthole master: Add Gate jobs to check docker default apparmor profile  for openstack-utility Containers.  https://review.opendev.org/69374822:28
openstackgerritdiwakar thyagaraj proposed airship/porthole master: Add Gate jobs to check docker default apparmor profile  for openstack-utility Containers.  https://review.opendev.org/69374822:30
openstackgerritKostyantyn Kalynovskyi proposed airship/airshipctl master: [AIR-97] Adding initinfra subcommand  https://review.opendev.org/69323822:39
JaredSchooleyHi everyone, I don't know if anyone is here in off-meeting hours, but I'm having some issues. I'm trying to deploy airship-in-a-bottle and using the treasuremap repo.22:52
JaredSchooleyI keep getting the 'the connection to the server 127.0.0.1:6553 was refused - did you specify the right host or port?'22:53
JaredSchooleyusing docker ps shows a k8 kube api instance come up, but then it disappears, anyway eventually I get '.Unable to connect to the server: EOF' this repeats until the scripts terminates.22:54
*** jamesgu_ has quit IRC22:58
openstackgerritMerged airship/armada master: Implement Security Context for Armada  https://review.opendev.org/69221023:28
openstackgerritPrateek Dodda proposed airship/divingbell master: Implement Security Context for Divingbell  https://review.opendev.org/69308723:29
openstackgerritMerged airship/promenade master: Implement Security Context for Haproxy  https://review.opendev.org/69221523:34

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!