Wednesday, 2019-04-17

*** sthussey has quit IRC00:13
*** levmorgan has quit IRC00:22
*** kaspars__ has quit IRC00:33
*** michael-beaver has quit IRC00:48
*** Talion has quit IRC00:54
openstackgerritScott Hussey proposed openstack/airship-promenade master: (apiserver) [WIP] support key rotation  https://review.openstack.org/63193501:27
openstackgerritAlexander Hughes proposed openstack/airship-pegleg master: [WIP] Clean up Pegleg tests directory  https://review.openstack.org/65322502:14
*** aaronsheffield has quit IRC03:15
openstackgerritArijit Bose proposed openstack/airship-in-a-bottle master: [site update] Adding gate set up  https://review.openstack.org/64679603:51
openstackgerritArijit Bose proposed openstack/airship-in-a-bottle master: [site update] Adding gate set up  https://review.openstack.org/64679603:57
*** Gpshz1Ccsms2 has quit IRC06:04
*** aojea has joined #airshipit06:06
*** rihbb has joined #airshipit07:06
*** dimitris_ has quit IRC08:03
*** happyhemant has joined #airshipit09:25
*** aojea has quit IRC12:02
openstackgerritAlexander Hughes proposed openstack/airship-pegleg master: [WIP] Clean up Pegleg tests directory  https://review.openstack.org/65322512:42
*** aaronsheffield has joined #airshipit12:53
*** sthussey has joined #airshipit12:56
openstackgerritScott Hussey proposed openstack/airship-promenade master: (apiserver) [WIP] support key rotation  https://review.openstack.org/63193513:12
openstackgerritBryan Strassner proposed openstack/airship-shipyard master: Update upgrade_airflow_worker.sh script  https://review.openstack.org/65343413:40
*** mbologna has quit IRC13:46
*** mbologna has joined #airshipit13:47
*** levmorgan has joined #airshipit13:57
*** mardim has joined #airshipit14:11
mardimGood morning all14:11
mardimI am trying to add the VIPs functionality in airship-seaworthy14:11
mardimI uplifted the versions of drydock and maas and also the dependent HTK to the latest commit SHA14:12
mardimbut I am getting the error14:12
mardimhttp://paste.openstack.org/show/749429/14:12
mardimthe PS that I have is this https://review.openstack.org/#/c/650432/14:13
openstackgerritScott Hussey proposed openstack/airship-promenade master: (apiserver) [WIP] support key rotation  https://review.openstack.org/63193514:13
mardimDoes anybdy knows why I get that error ?14:13
sthussey@mardim you'll need to use the latest armada and ensure you are deploying tiller 2.13.114:16
sthusseyThere was a breaking change in the OSH helm-toolkit functionality that requires 2.13.114:16
openstackgerritDrew Walters proposed openstack/airship-shipyard master: CI: Add Airskiff check  https://review.openstack.org/65303514:16
mardimsthussey: oh ok didn't know14:18
mardimsthussey: So that means that I need to hange only the versions in those two in versions.yaml right ?14:18
mardimchange*14:18
sthusseyI think that is correct14:19
mardimwhen you are saying tiller 2.13.114:21
mardimyou mean the docker container right ?14:21
mardimsthussey: ^14:21
sthusseyyes14:21
mardimok thanks14:22
mardimlet me change those and see14:22
*** jemangs has joined #airshipit14:27
*** stefanb has joined #airshipit14:28
openstackgerritDimitrios Markou proposed openstack/airship-treasuremap master: [WIP] Integrate VIPs in airship-seaworthy  https://review.openstack.org/65043214:31
*** michael-beaver has joined #airshipit14:37
openstackgerritMerged openstack/airship-shipyard master: Update upgrade_airflow_worker.sh script  https://review.openstack.org/65343414:48
*** kaspars__ has joined #airshipit14:59
jemangsWe're trying to install the v19.02.04-release on Dell R630s. We're experiencing completely random failures in MaaS. We've tried all kinds of things, Dell firmware upgrades, replaced networking (switches, NICs, cables etc.), switched to 10 GbE for PXE etc. Nodes fail in random during drydock/MaaS without any understandable pattern. Does anyone have any clue how to debug this? Right now we're sort of out of ideas. /Jan-Eri15:00
jemangsk & Stefan15:00
jemangsBWT, what does the three different timeouts in global/software/charts/ucp/drydock mean? Anything we need to tune?15:02
kaspars__Is the failures mostly IPMI related or actual PXE boot/install? might be good to share any drydock logs for help..15:03
kaspars__have you tried to run ipmitool manually (many times) to see if the requests are stable - I would suggest to run if from Genesis node as that's where drydock/maas will call from15:04
kaspars__ipmitool -I lanplus -H ${GENESIS_IPMI_IP} -U \$IUSER -P \$IPASS chassis power on (and off)15:06
kaspars__would suggest to run this from genesis towards one of the nodes you are going to deploy..15:06
kaspars__if the failures are mostly not in the IPMI area - I could also suggest to try using GA instead of HWE kernel and see if that helps.15:07
*** rihbb has quit IRC15:08
stefanbOn the same topic as @jemangs: we have seen temporary failures in IPMI tools command, but only for a minute or two15:08
*** Gpshz1 has joined #airshipit15:09
stefanbIn MAAS logs there was sometimes things like: "Error changing power state (on) of node" (...) "provisioningserver.drivers.power.PowerAuthError: Incorrect password.  Check BMC configuration and try again".15:09
jemangsThe network genesis -> ipmi is solid, I guess iDRAC is what it is, we've upgraded firmware, I do "racadm racreset soft" periodically etc.15:09
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Add tools/airship as wrapper for deployment tools  https://review.openstack.org/65191715:09
stefanbBut there have also been MAAS failures that did not have this error15:09
*** sreejithp has joined #airshipit15:10
openstackgerritDimitrios Markou proposed openstack/airship-treasuremap master: [WIP] Integrate VIPs in airship-seaworthy  https://review.openstack.org/65043215:12
kaspars__yeah - so if you are hitting actual IPMI issues then in my experience is either a) issues with firmware version (maybe downgrade could help), or b) there is some network issue from genesis towards the oob (as it's separate NIC on the board and usually a switch)15:13
jemangs@kaspars__, kubectl logs on drydock containers after failure?15:14
kaspars__auth error - interesting! so only thing you need to make sure is to update the ipmi password under secrets15:14
*** rihbb has joined #airshipit15:14
kaspars__I think Evgenyi had a similar issue that you needed to reset password on iDRAC15:15
kaspars__so potentially I could suggest to either reset password (even if it's the same), or perhaps create another user15:15
jemangsThe password issue is not permanent, it's just one of the things that sometimes can show up15:16
kaspars__right - I think we had to "reset" it to get it working stable in one of the envs15:16
kaspars__even if we did set/reset it to the same password then it was before.. there was some bug in iDRAC or so15:17
kaspars__I have seen it only 1x ever15:17
kaspars__I think that's all the tips I can think of right now15:18
stefanbWe can try, but I'm pretty sure I saw failed MAAS deployments that did not have auth error15:18
stefanbRight now we run a deployment that seems to go through15:18
stefanbNext time, which of the 7 drydock pods should we ask for logs?15:18
kaspars__haha - only 2 of interest15:19
kaspars__drydock-api15:19
jemangskaspars, I saw that error too (password reset) but that was a couple of months ago15:19
kaspars__one of them will be standby, and one active15:19
kaspars__you only need the active logs15:19
stefanbOk, yes, I can see the API ones; they are the only ones that keep on running.15:20
kaspars__yes15:20
stefanbRight now (as things work well this time) they give only one error: "DEBUG - api_client.py:_send_request - Received error response - URL: GET http://10.23.22.11:30001/MAAS/api/2.0/nodes/wd8wrf/blockdevices/16/partitions/ - RESPONSE: 500"15:21
kaspars__to rule out all the networking issues - you may check some 'dmesg' and /var/log/syslog to see if bond or links migh tbe going up and down15:21
kaspars__you can ignore that15:21
kaspars__that's mostly for empty partition tables that are not setup yet and return errors (instead of empty list)15:21
jemangs(I have to sign off for a while)15:23
*** jemangs has quit IRC15:23
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Uplift helm/tiller and most charts  https://review.openstack.org/65347015:32
*** rihbb has quit IRC15:37
*** stefanb has left #airshipit15:43
openstackgerritSirajudeen proposed openstack/airship-in-a-bottle master: Multinode support for promenade encryption  https://review.openstack.org/65273515:50
openstackgerritStas Egorov proposed openstack/airship-promenade master: Replace kubectl and kubelet binary with hyperkube image  https://review.openstack.org/65347915:53
openstackgerritIan Pittwood proposed openstack/airship-spyglass master: [WIP] Implements PBR for packaging  https://review.openstack.org/65348015:56
mardimkaspars__: evgenyl  Should we do a meeting to coordinate our endeavors?15:57
mardimI noticed that you kaspars15:57
mardimyou have a PS15:57
mardimthat uplifts some version15:57
mardimversions*15:57
kaspars__yes please15:57
mardimand also in my PS i uplift some other versions15:58
mardimthis is going to be a mess15:58
mardimif we do not do some coordination15:58
openstackgerritIan Pittwood proposed openstack/airship-spyglass master: [WIP] Implements PBR for packaging  https://review.openstack.org/65348015:58
mardimkaspars__: can you please create an invitation for the meeting ?15:58
kaspars__please check private messages15:59
mardimok I saw that16:04
openstackgerritSean Eagan proposed openstack/airship-armada master: [WIP]: Improve wait API and semantics in v2 docs  https://review.openstack.org/63644016:07
*** dims has quit IRC16:07
*** mardim has quit IRC16:08
openstackgerritMerged openstack/airship-maas master: CI: Add chart build job for latest Helm toolkit  https://review.openstack.org/64854816:12
openstackgerritIan Pittwood proposed openstack/airship-spyglass master: PEP-8 code styling and linting  https://review.openstack.org/64969216:13
openstackgerritMerged openstack/airship-divingbell master: CI: Add chart build job for latest Helm toolkit  https://review.openstack.org/64854416:17
openstackgerritMerged openstack/airship-armada master: CI: Add chart build job for latest Helm toolkit  https://review.openstack.org/64844316:19
openstackgerritMerged openstack/airship-in-a-bottle master: Multinode support for promenade encryption  https://review.openstack.org/65273516:19
openstackgerritDrew Walters proposed openstack/airship-treasuremap master: CI: Add airsloop site linting gate  https://review.openstack.org/65348516:20
openstackgerritIan Pittwood proposed openstack/airship-spyglass master: PEP-8 code styling and linting  https://review.openstack.org/64969216:25
openstackgerritMerged openstack/airship-drydock master: CI: Add chart build job for latest Helm toolkit  https://review.openstack.org/64854316:26
openstackgerritMerged openstack/airship-shipyard master: CI: Add chart build job for latest Helm toolkit  https://review.openstack.org/64854616:28
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: [WIP] Integrate VIPs in airship-seaworthy  https://review.openstack.org/65043216:29
openstackgerritIan Pittwood proposed openstack/airship-spyglass master: Implements PBR for packaging  https://review.openstack.org/65348016:32
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Uplift helm/tiller and most charts  https://review.openstack.org/65347016:34
*** mardim has joined #airshipit16:40
openstackgerritMerged openstack/airship-deckhand master: CI: Add chart build jobs  https://review.openstack.org/64944116:43
openstackgerritIan Pittwood proposed openstack/airship-spyglass master: PEP-8 code styling and linting  https://review.openstack.org/64969216:51
*** dims has joined #airshipit17:02
openstackgerritLev Morgan proposed openstack/airship-pegleg master: Improve files.write, add decrypt output to file  https://review.openstack.org/65349317:07
*** krypto has joined #airshipit17:26
openstackgerritEvgeniy L proposed openstack/airship-treasuremap master: Change default number of l3 agents from 5 to 3  https://review.openstack.org/63917917:32
openstackgerritEvgeniy L proposed openstack/airship-treasuremap master: Add metadata proxy shared secret for Nova and Neutron  https://review.openstack.org/63918317:32
openstackgerritEvgeniy L proposed openstack/airship-treasuremap master: Do not rerun promjoin on every reboot  https://review.openstack.org/64257117:32
openstackgerritEvgeniy L proposed openstack/airship-treasuremap master: Enable nested virtualization by default  https://review.openstack.org/65213917:32
*** rihbb has joined #airshipit17:41
openstackgerritMerged openstack/airship-promenade master: Promenade: Add security context for pod/container  https://review.openstack.org/65141617:58
openstackgerritDrew Walters proposed openstack/airship-treasuremap master: global: Uplift helm-toolkit  https://review.openstack.org/64522618:16
openstackgerritDrew Walters proposed openstack/airship-treasuremap master: airskiff: Reduce postgresql PVC size  https://review.openstack.org/63912318:16
openstackgerritDrew Walters proposed openstack/airship-treasuremap master: airskiff: Use global Airship charts  https://review.openstack.org/63521818:16
*** happyhemant has quit IRC18:23
openstackgerritScott Hussey proposed openstack/airship-promenade master: (apiserver) [WIP] support key rotation  https://review.openstack.org/63193518:45
openstackgerritDrew Walters proposed openstack/airship-promenade master: CI: Use official OpenStack Train Python jobs  https://review.openstack.org/65306918:52
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Uplift helm/tiller and most charts  https://review.openstack.org/65347019:13
openstackgerritIan Pittwood proposed openstack/airship-spyglass master: PEP-8 code styling and linting  https://review.openstack.org/64969219:15
openstackgerritSreejith Punnapuzha proposed openstack/airship-promenade master: [fix] etcd backup to use different filename  https://review.openstack.org/64874519:16
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Uplift helm/tiller and most charts  https://review.openstack.org/65347019:33
openstackgerritDimitrios Markou proposed openstack/airship-treasuremap master: [WIP] Integrate VIPs in airship-seaworthy  https://review.openstack.org/65043219:35
openstackgerritScott Hussey proposed openstack/airship-maas master: Add explicit rackd image sync  https://review.openstack.org/65355120:24
openstackgerritStas Egorov proposed openstack/airship-in-a-bottle master: utility script to exctract binary data from genesis.sh  https://review.openstack.org/65042720:27
openstackgerritDrew Walters proposed openstack/airship-treasuremap master: airskiff: Use global Airship charts  https://review.openstack.org/63521820:40
openstackgerritIan Pittwood proposed openstack/airship-spyglass master: [WIP] Separate plugins from Spyglass  https://review.openstack.org/65355520:59
openstackgerritDimitrios Markou proposed openstack/airship-treasuremap master: [WIP] Integrate VIPs in airship-seaworthy  https://review.openstack.org/65043221:08
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Uplift helm/tiller and most charts  https://review.openstack.org/65347021:08
openstackgerritDimitrios Markou proposed openstack/airship-treasuremap master: [WIP] Integrate VIPs in airship-seaworthy  https://review.openstack.org/65043221:12
openstackgerritDrew Walters proposed openstack/airship-treasuremap master: airskiff: Use global Airship charts  https://review.openstack.org/63521821:20
openstackgerritScott Hussey proposed openstack/airship-maas master: syslog listener for physical nodes  https://review.openstack.org/62741521:20
openstackgerritBryan Strassner proposed openstack/airship-shipyard master: Update mq queue mirror directive to match vhost  https://review.openstack.org/65361121:34
*** levmorgan has quit IRC21:35
evgenylIn the last few day when I answer questions on airship ML, my message goes to a moderator approval due to "Message body is too big: 40974 bytes with a limit of 40 KB",  I think this happens because of html formatting that is used in the emails, is there a way to increase it to say 400KB?21:38
*** rihbb has quit IRC21:39
kaspars__mattmceuen:21:40
kaspars__(learning to tag people..)21:40
evgenyl:)21:43
*** fdegir has quit IRC21:55
*** georgk has quit IRC21:55
openstackgerritMerged openstack/airship-armada master: CI: Add Airskiff check  https://review.openstack.org/59902021:56
openstackgerritDrew Walters proposed openstack/airship-shipyard master: CI: Add Airskiff check  https://review.openstack.org/65303522:03
openstackgerritDrew Walters proposed openstack/airship-deckhand master: CI: Add Airskiff check  https://review.openstack.org/60077122:04
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Add tools/airship as wrapper for deployment tools  https://review.openstack.org/65191722:08
*** mardim has quit IRC22:08
*** sreejithp has quit IRC22:15
openstackgerritMerged openstack/airship-shipyard master: Update mq queue mirror directive to match vhost  https://review.openstack.org/65361122:19
openstackgerritMerged openstack/airship-treasuremap master: CI: Add airsloop site linting gate  https://review.openstack.org/65348522:21
openstackgerritStas Egorov proposed openstack/airship-in-a-bottle master: utility script to exctract binary data from genesis.sh  https://review.openstack.org/65042722:27
openstackgerritStas Egorov proposed openstack/airship-promenade master: Replace kubectl and kubelet binary with hyperkube image  https://review.openstack.org/65347922:32
mattmceuenkaspars__ heyo!22:32
mattmceuenThis is mildly amusing: https://www.airship.com/blog/why-airship/22:33
kaspars__haha btw, see "In the last few day when I answer questions on airship ML, my message goes to a moderator approval due to "Message body is too big: 40974 bytes with a limit of 40 KB",  I think this happens because of html formatting that is used in the emails, is there a way to increase it to say 400KB?"22:33
kaspars__from evgenyl22:34
mattmceuenevgenyl: that's probably a setting that can be tweaked somewhere.  Do you know why the message is so big though22:34
mattmceuene.g. are there attachments or some such22:35
openstackgerritStas Egorov proposed openstack/airship-promenade master: Replace kubectl and kubelet binary with hyperkube image  https://review.openstack.org/65347922:36
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Integrate support for MAAS HA and VIPs  https://review.openstack.org/65043222:41
openstackgerritKaspars Skels proposed openstack/airship-treasuremap master: Uplift helm/tiller and most charts  https://review.openstack.org/65347022:43
mattmceuenalso - here's a recording of the webcast that evgenyl and I gave the other day:  https://www.brighttalk.com/webcast/12229/354156/elevate-your-infrastructure-using-airship23:18
mattmceuenTurned out good I think!23:19
* mattmceuen aside from typical "I hate the sound of my own voice and say um too much" :)23:19
*** aaronsheffield has quit IRC23:21

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