Thursday, 2018-08-23

*** gouthamr has joined #zuul00:03
*** mmedvede_ has joined #zuul00:24
*** mmedvede has quit IRC00:24
*** mmedvede_ is now known as mmedvede00:24
*** gcb_ has quit IRC01:00
*** harlowja has quit IRC01:06
tristanCSpamapS: dmsimard: ok, fixing the last issue and adding support for custom security-group as using the default one is not recommended01:52
*** hughsaunders has quit IRC02:29
dmsimardlots more fixes actually :D03:18
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool master: Implement an Amazon EC2 driver  https://review.openstack.org/53555803:21
openstackgerritTristan Cacqueray proposed openstack-infra/nodepool master: Implement an OpenShift resource provider  https://review.openstack.org/57066704:52
openstackgerritJarek Lukow proposed openstack-infra/zuul master: Add missing parentheses to title invocation  https://review.openstack.org/59536105:09
*** dmellado has joined #zuul05:27
*** nchakrab has joined #zuul06:24
*** pcaruana has joined #zuul06:33
*** hashar has joined #zuul06:45
*** AJaeger has quit IRC06:58
openstackgerritTristan Cacqueray proposed openstack-infra/zuul master: WIP web: rewrite interface in react  https://review.openstack.org/59160407:15
*** jpena|off is now known as jpena07:36
*** electrofelix has joined #zuul07:40
odyssey4mecorvus: yeah, sorry - we've not done anything like that either08:37
*** jpena is now known as jpena|lunch11:03
*** ssbarnea has joined #zuul11:26
*** jpena|lunch is now known as jpena12:09
*** pcaruana has quit IRC12:16
*** pcaruana has joined #zuul12:16
*** nchakrab has quit IRC12:29
*** rlandy has joined #zuul12:31
*** samccann has joined #zuul13:43
*** ianychoi has quit IRC13:59
*** ianychoi has joined #zuul14:00
openstackgerritJames E. Blair proposed openstack-infra/zuul-jobs master: Add write-inventory role  https://review.openstack.org/59537815:27
*** pcaruana has quit IRC15:36
*** harlowja has joined #zuul16:17
*** jpena is now known as jpena|off16:25
SpamapStristanC: the aws nodepool driver isn't working for me, it's exploding with the same error about not being able to set the pool attribute. If you have a few minutes later today, I could use some tips.16:28
jlkmordred: relevant to your interests, Ansible folks are looking for feedback on https://github.com/ansible/ansible/pull/4216316:29
*** harlowja has quit IRC16:40
tristanCSpamapS: seems like you are missing the edits of L69 of https://review.openstack.org/#/c/535558/7..8/nodepool/driver/aws/config.py17:05
tristanCSpamapS: are you using PS8?17:05
SpamapSI thought I was17:06
SpamapSbut I'll double check17:06
SpamapSIt's possible there was some disconnect between my image build/push/deploy17:06
tristanCfwiw, we ran some zuul-jobs on aws with PS8, you need to make sure the default vps authorize inbound ssh, or you can create a new vps and set the security-group-id and subnet-id in the pool settings17:08
SpamapStristanC: I actually did that... have screwed that up too many times on openstack. :)17:10
pabelangercan I loop back tox with sudo discussion from yesterday, https://review.openstack.org/593150/ gives us a new tox-with-sudo job. Which people can use or we even create an additional tox-functional job17:18
corvusjlk: ah that's interesting.  we are using command to run ansible-playbook often enough that mordred was considering writing a module.  i'm sure he'll want to discuss with you, but he is in some combination of travel/conference/vacation until the second week of december.17:19
corvusjlk: wow.  i mean second week of *september*17:20
pabelangerwow, that would have been an awesome vacation17:20
corvusi'm apparently ready for a long vacation myself :)17:20
pabelanger++17:21
*** hashar is now known as hasharAway17:22
Shrewspffft... like he'd be able to stay away until december17:44
Shrewsi have my doubts about september17:44
*** electrofelix has quit IRC17:48
*** sshnaidm is now known as sshnaidm|off17:54
*** weshay is now known as weshay|rover17:57
SpamapSjlk: I commented. Looks pretty lame IMO.18:16
SpamapSIf it did *anything* to help you deliver inventory/playbooks/roles I'd feel differently18:16
SpamapSbut it's just a silly wrapper on the anisible-playbook CLI.18:17
jlknod18:38
jlkthat's the kind of feedback they're looking for18:38
jlkWe can discuss what we WANT out of something like that, and reject the current implementation18:38
jlkcorvus: I think we'll both be at the Ansiblefest in Austin, which is where we planned to talk about such things.18:38
pabelangerSpamapS: so far, I've relied on tox to manage nested ansible dependancy from ansible, then wrapper to ansible-galaxy to install required modules. But agree, would be nice to have something native in ansible18:41
*** pcaruana has joined #zuul18:52
*** pcaruana has quit IRC19:09
rcarrillocruzhttps://ansible-runner.readthedocs.io/en/latest/19:47
rcarrillocruzNot a module, but nevertheless a neat interface to ansible19:47
rcarrillocruzIn case folks are not aware19:47
*** panda has quit IRC20:05
dmsimardSpamapS: you're trying out the aws driver too ?20:08
dmsimardThere's some subtle but sort of annoying things to handle that are missing.. openstack is much better in some regards20:09
dmsimardFor example, some flavors in aws come with an ebs volume and boto doesn't enable deletion of the volume on instance termination -- but "delete on termination" is an argument of the volume, not the instance.. so you need to override the blockdevice mapping https://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.ServiceResource.create_instances20:10
dmsimardand then there's the size of the volume too, that's a property of the volume, not the flavor20:11
dmsimardso I don't think we can get away without providing support for customizing those20:11
*** elyezer_ has joined #zuul20:26
*** elyezer has quit IRC20:29
*** samccann has quit IRC21:03
*** panda has joined #zuul21:34
SpamapSdmsimard: I am!21:57
SpamapSand in fact my pods were still running ,7 not ,821:57
dmsimardhacking on a #9 right now :p21:57
SpamapSok good cause ,8 fails in a different way21:58
SpamapShttp://paste.openstack.org/show/728713/21:59
dmsimardSpamapS: the pool needs the security-group-id and subnet-id parameters21:59
SpamapSbut my config may be wrong21:59
SpamapSI see yeah21:59
dmsimardSpamapS: what's your config like ? the example config here is good but misses security-group-id and subnet-id https://review.openstack.org/#/c/535558/8/nodepool/tests/fixtures/config_validate/good.yaml21:59
SpamapSthe key-name is the replacement of the zuul-public-key21:59
dmsimardand yeah that22:00
SpamapSfairly straight forward to fix.. kk22:00
* SpamapS is doing two crazy things at once22:00
SpamapS1) deploying the aws driver22:00
SpamapS2) deploying zuul into an EKS k8s cluster22:00
SpamapSthe latter is going well now22:01
SpamapSthe former has been challenging. ;)22:01
dmsimardsounds like fun22:01
SpamapSwe need to talk about your definition of fun...22:05
dmsimard:D22:06
dmsimardWhat I've got seems to not be horribly broken, need to ask tristanC if he minds that I push new patchsets22:07
openstackgerritJames E. Blair proposed openstack-infra/zuul-jobs master: Add write-inventory role  https://review.openstack.org/59590522:39
*** threestrands has joined #zuul22:53
*** rlandy is now known as rlandy|brb23:24

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