Wednesday, 2014-01-29

openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Combined Instance and Node objects into Node  https://review.openstack.org/6972400:02
*** CaptTofu has joined #tripleo00:02
*** derekh has quit IRC00:05
*** jcooley_ has quit IRC00:10
openstackgerritlifeless proposed a change to openstack/tripleo-heat-templates: Update overcloud to support N compute hosts.  https://review.openstack.org/6954800:14
lifelessSpamapS: I missed a ref in https://review.openstack.org/#/c/69548/00:16
*** derekh has joined #tripleo00:17
*** jcooley_ has joined #tripleo00:17
openstackgerritDerek Higgins proposed a change to openstack/diskimage-builder: Run environment.d scripts outside of chroot  https://review.openstack.org/6975000:23
openstackgerritDerek Higgins proposed a change to openstack/diskimage-builder: Add pip support to source-repositories  https://review.openstack.org/6975100:23
openstackgerritSteve Kowalik proposed a change to openstack/tripleo-image-elements: Add a debian-mirror element  https://review.openstack.org/6830800:24
openstackgerritDerek Higgins proposed a change to openstack/tripleo-image-elements: Set PIP_INDEX_URL to the openstack pypi mirror  https://review.openstack.org/6975200:26
openstackgerritDerek Higgins proposed a change to openstack/tripleo-image-elements: Use source-repositories to download os-apply-config  https://review.openstack.org/6975300:26
openstackgerritDerek Higgins proposed a change to openstack/tripleo-image-elements: Use source-repositories to download os-refresh-config  https://review.openstack.org/6975400:26
openstackgerritDerek Higgins proposed a change to openstack/tripleo-image-elements: Use source-repositories to download os-collect-config  https://review.openstack.org/6975500:26
*** matsuhashi has joined #tripleo00:30
*** markmcclain has quit IRC00:31
*** markmcclain has joined #tripleo00:31
derekhlifeless: pleia2: I'm looking at saving logs from the seed for the ci job , any idea if writing to the logs dir like http://paste.openstack.org/show/62056/ and changing the scp macro like http://paste.openstack.org/show/62057/ will do the trick00:37
openstackgerritlifeless proposed a change to openstack/tripleo-heat-templates: Prep work for a scalable control plane.  https://review.openstack.org/6975800:37
derekhjust don't know if I in the correct working directory to create the logs dir in00:37
*** CaptTofu has quit IRC00:38
lifelessderekh: I think it would be useful00:39
lifelessderekh: but why are you discarding the pip log ?00:40
lifelessderekh: https://review.openstack.org/#/c/69752/ is buggy/ unneeded00:40
lifelessderekh: we already have pypi mirror support00:40
lifelessderekh: https://review.openstack.org/#/c/69309/00:40
*** cd-undercloud has joined #tripleo00:41
cd-undercloud************** overcloud complete status=1 ************00:41
*** cd-undercloud has quit IRC00:41
derekhaccording to the logs the pip log regex isn't finding anything00:41
lifelessderekh: I'm confused by putting pip into source-repositories00:41
derekh2014-01-28 14:22:57.480 | [SCP] No file(s) found: **/pip.log00:41
lifelessderekh: ah, fair enough00:41
lifelessderekh: but we probably do want to gather e.g. the dib build logs00:41
derekhlifeless: we currently install os-*-config with a pip install we need to install from git in reviews for thos projects so we need a way to switch from pip to git00:42
derekhlifeless: the dib logs are currently echo'ed to console.html00:43
lifelessderekh: there's a fundamental conceptual problem with installing from git though00:44
lifelessderekh: dependencies will be pulled in from pip00:44
derekhlifeless: yes they will but in the same way nova deps are, taking os-apply-config as an example , we would want to test o-a-c from git for o-a-c reviews and pull all deps from releases00:46
derekhI submitted https://review.openstack.org/#/c/69752/1 so that pip support in source-repositories would pull form pypi.openstack.org instead of the default, why is it buggy?00:47
lifelessderekh: so in gate you can have a branch of o-a-c being tested with a branch of o-r-c00:47
openstackgerritJames Slagle proposed a change to openstack/diskimage-builder: Add package map for stunnel4  https://review.openstack.org/6976200:47
lifelessderekh: because we already have pypi mirror support setup for the gate - see the review I linked00:47
lifelessderekh: it make all our pip calls use the pypi.openstack.org mirror00:48
SpamapSlifeless: didn't you rename 'ComputeKey' to 'NovaCompute0Key' ?00:48
lifelessSpamapS: yes, I missed one instance of it in my first push00:49
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: SSL support for openstack services.  https://review.openstack.org/6734300:49
derekhlifeless: it would for pip calls inside the chroot, my change alters the default for pip calls outside the chroot (i.e. in source-repositories)00:49
lifelessderekh: right, but source-repositories doesn't /install/ anywhere else, so I think this is a confusing design00:50
derekhlifeless: my change to source-repositories doesn't install, it downloads the tarball and unzipps it, the change to os-apply-config then installs the unzipped directory00:51
lifelessderekh: I don't think that will work as binary packages evolve w/pip - wheels00:52
SpamapSlifeless: https://review.openstack.org/#/c/69548/3/overcloud-source.yaml <-- if I am calling with -P ComputeKey=baz , I'll get a fail after this merges00:52
derekhlifeless: the os-apply-config elements can then get its source from either pip tarball (unzipped to /opt/stack/os-apply-config) or git (cloned to /opt/stack/os-apply-config)00:52
lifelessderekh: so hang on00:52
lifelessderekh: lets take a step back here00:52
lifelessderekh: I think the basic design approach is broken, and arguing about the details won't fix it00:53
SpamapSlifeless: we don't do that, but I don't know if tuskar does.00:53
lifelessSpamapS: ComputeKey isn't a parameter.00:53
lifelessSpamapS: so HTF could we do that today?00:53
lifelessderekh: the basic failure design problem is that we are tackling the one element but we need to override potentially N different elements00:54
SpamapSoh man I read that entirely wrong00:55
SpamapSlifeless: sorry I was reading it upside down00:55
lifelessderekh: we need to hook in somewhere where pip install <name>- which is what requirements files use!00:56
lifelessderekh: will DTRT.00:56
derekhlifeless: sorry I'm lost, I still don't see the problem with what I've done00:59
*** meera has quit IRC00:59
lifelessderekh: so the goal is to make the $tool baked into images be the one from the ZUUL_REF right ?00:59
SpamapShm01:00
lifelessderekh: so for instance, python-neutronclient should be the ZUUL_REF'd python-neutronclient when the test is a python-neutronclient one, systematically across all elements01:00
SpamapScan't ssh to the spawned instance01:00
lifelesslike, the one nova has in it's vms01:00
derekhlifeless: yes, so the follow on from this would be  , if ZUUL_REF == os-apply-config then DIB_REPOTYP=git DIB_REPOLOC=/opt/stc/new/o-a-c01:01
lifelessderekh: the one in nova's venv is installed recursively by pip install -r requirements.txt01:01
SpamapSroot@overcloud-novacompute0-ils4ty7674ol:~# ip netns01:01
lifelessderekh: the problem is that you've taken a point-by-point solution rather than a systematic one01:01
SpamapSroot@overcloud-novacompute0-ils4ty7674ol:~#01:01
SpamapSno namespaces01:01
lifelessSpamapS: normal01:01
lifelessSpamapS: no netns's on the compute node, they are all on the network node01:02
SpamapSoh we just attach right to tuns?01:02
SpamapSor taps or whatever those things ovs makes01:02
lifelessderekh: if I may suggest an alternative implementation, how about we build a little pip mirror with the snapshots we want to install and set that as primary index, the pypi.o.o mirror as a secondary index01:03
lifelessderekh: the snapshot versions will be higher than than the released ones in the pypy.o.o mirror01:03
lifelessderekh: and when this is active we can then choose a policy about what we put in the little pip mirror01:04
SpamapSno vm running01:04
lifelessSpamapS: yes, it needs to be stopped and started after a distruptive deploy - see _overcloud at theend01:04
SpamapStripleo-cd stopped01:04
SpamapSlifeless: I think we got past the stop/start01:04
lifelessderekh: one policy would be 'only things with a non-master ZUUL ref', which would test 'changed things against releases'01:04
lifelessderekh: another policy would be 'put trunk of everything into the mirror' which would test 'changed things against git' (which is what devstack tests)01:05
lifelessderekh: what do you think?01:05
derekhlifeless:  ahh I see what your saying now, so this could be used to bring the three os-*-config elements to the same level as the other elements, we could then add the systematic approach on top of that?01:05
derekhlifeless: but I get what your talking about01:06
derekhlifeless: whch could be done without any of my patches01:06
lifelessyup01:06
lifelessless code to maintain, less special cases01:06
lifelessthe os-*-config elements would DTRT from the get go01:06
lifelessthe nova/neutron/etc things using source-repositories probably do need an option to say 'just pip install' to work in this mode, but OTOH they already install from git trunk/ZUUL_REF, so that can really wait for us doing an explicit against-release scenario for them01:07
lifeless(and also note that nova etc aren't in pypi so we do need to keep doing them differently for now anyhow)01:08
derekhlifeless: ok, so I can take a stab at that, I still think the pip support in source-repositories (maybe I'm biased) so that people and use it to install from git if developing01:08
*** akuznetsov has quit IRC01:09
derekhlifeless: but what your saying does lower its priority for CI01:09
lifelessderekh: I think it's adding complexity we don't need; I'd like to see a use case for it first (one that a systemic approach doesn't cover)01:09
SpamapShm01:11
SpamapSdunno what went wrong01:11
derekhusecase : I'm developing a feature in os-apply-config and can't currently run devtest from my local git repo as it downloads the release, with the change I could DIB_REPOTYPE_os_apply_config=git DIB_REPOLOCATION_os_apply_config=/path/to/o-a-c01:11
SpamapSwe need to do a better job in wait_for of printing the command that failed01:11
lifelessderekh: I don't have the incantation to hand but its trivial to push that into a local  pip repo01:12
derekhlifeless: ok01:13
lifelessderekh: pypi-mirror has stuff to aid with this, and I'm sure a couple of extra tweaks will be well appreciate01:14
derekhlifeless: ok, will take a look01:14
lifelesscool, thanks01:15
lifelessand sorry to be raining on your s-r parade :)01:15
derekhlifeless: no prob, remind me to wait until your asleep next time :-)01:16
lifelessAHAHAH that is *not* the way it works01:16
lifelessderekh: as an alternative, you might try chatting about what you're doing, here or list :)01:17
lifeless(if you're worried about rework, that is)01:17
*** CaptTofu has joined #tripleo01:19
derekhlifeless: only messing, yup will do , all abandoned https://review.openstack.org/#/q/status:abandoned+branch:master+topic:pip-type,n,z01:19
SpamapSderekh: I wear my abandoned patches like badges of honor01:20
lifelessmy cat is cray cray :)01:20
lifelesslying upside down on my lap purrin01:20
*** CaptTofu has quit IRC01:21
derekhSpamapS: will print them out for my biography01:21
*** CaptTofu has joined #tripleo01:21
openstackgerritA change was merged to openstack/tripleo-incubator: Stop sourcing devtest_seed.sh.  https://review.openstack.org/6928601:24
lifelessneutron dhcp agent on ci-overcloud naffed again01:27
lifeless(fixed)01:34
*** derekh has quit IRC01:36
*** nosnos has joined #tripleo01:37
*** cwolferh has quit IRC01:54
*** cd-undercloud has joined #tripleo01:59
cd-undercloud************** overcloud complete status=0 ************01:59
*** cd-undercloud has quit IRC01:59
lifeless\o/02:00
lifelessStevenK: so hi02:13
lifelessand dhcp agent dead again02:21
*** spzala has quit IRC02:31
StevenKlifeless: O hai02:35
lifelessStevenK: so wassup? can I offload these nova patches?02:36
StevenKlifeless: Sure02:36
StevenKlifeless: I am about to disappear to the court house, but I'm happy to look over them before I head off02:36
lifelessStevenK: court!02:37
StevenKlifeless: Not for court, for a JP02:37
StevenKlifeless: I need a notarized copy of my primary ID for the amex02:38
lifelessStevenK: StevenK https://review.openstack.org/#/c/69060/ and https://review.openstack.org/#/c/69108/02:38
lifelessStevenK: yay paperwork02:38
StevenKlifeless: Okay, and you want to me to make jenkins love them and push them through?02:40
lifelessStevenK: make them into good patches - tests etc02:40
lifelessStevenK: I'm debugging ops problems atm that only -admins can do02:40
lifelessso I can offer advice02:41
lifelessjust doing it myself would be bottlenecking02:41
StevenKlifeless: I've pulled the latest nova, snarfed the patch, I'm going to read through git show while becoming shoes-enabled02:42
lifelessStevenK: ther are two patches ;)02:43
StevenKSure, but the second depends on the first02:44
lifelessyah02:44
lifelessnot semantically IIRC, just a convenience when making it02:45
*** cd-undercloud has joined #tripleo02:46
cd-undercloud************** overcloud complete status=0 ************02:46
*** cd-undercloud has quit IRC02:46
StevenKHm, is that two in a row?02:47
lifelessyup02:48
lifelessback to sunshine and happiness02:48
StevenKSpamapS: Your champagne is now due for drinking02:48
lifelessStevenK: that was monday actually :)02:48
lifelesswow, the dnsmasq agent restart is expensive02:54
lifelessand badly sequenced02:54
lifelessit kills dnsmasq02:58
lifelessthen makes new config files02:58
pleia2lifeless: have some time for a quick chat? trying to figure out if I have the right testing methodology now02:58
lifelesssure02:58
lifelesshere? voice?02:58
pleia2voice should make it quick02:59
*** CaptTofu has quit IRC03:00
lifelessso in theory kill -HUP is meant to reload dnsmasq03:16
lifelessand yay its bust again03:17
lifelesslets see if -HUP fixes it03:17
*** vkozhukalov has joined #tripleo03:17
lifelessI wonder i this is a bug in dnsmasq03:22
*** weshay has quit IRC03:29
*** matsuhashi has quit IRC03:30
*** matsuhashi has joined #tripleo03:31
lifelessalso yay03:33
lifeless[620235.560911] WARNING: CPU: 5 PID: 0 at /build/buildd/linux-3.11.0/net/sched/sch_generic.c:260 dev_watchdog+0x03:33
lifeless26a/0x280()03:33
lifeless[620235.560915] NETDEV WATCHDOG: eth2 (mlx4_core): transmit queue 15 timed out03:33
lifeless[620235.830394] mlx4_en: eth2: Link Down03:33
lifeless[620235.950597] mlx4_en: eth2: Link Up03:33
lifelessthats not super good03:33
clarkbwhats the story behind mellanox? can you not pop in some $otherchipset devices and move on?03:35
*** cd-undercloud has joined #tripleo03:35
cd-undercloud************** overcloud complete status=0 ************03:35
*** cd-undercloud has quit IRC03:35
*** matsuhashi has quit IRC03:35
clarkbseems like that hardware has caused a lot of pain03:36
lifelessAHHA03:36
lifelessI've fixed out the dhcp agent bug03:36
lifelessclarkb: maybe03:36
lifelessclarkb: however, I don't know if we're running on ethernet or IB emulation cray cray03:37
*** jcooley_ has quit IRC03:41
pleia2lifeless: doing something network-wise? got my image uploaded and testing and getting: BadRequest: Network 874b5d72-39db-4350-809e-cd45f6dd4049 could not be found.03:48
lifelesspleia2: thats the bare metal network you don't ahve access to03:48
lifelesspleia2: remove the networks section from your yaml config file03:48
pleia2ok, thanks03:48
lifelesspleia2: or03:48
lifelesspleia2: create a new private network of your own and reference it instead of 87...03:49
* pleia2 nods03:49
pleia2lifeless: so I applied your patch and I'm not seeing a difference when I run nodepool, still spinning at INFO:paramiko.transport:Authentication (publickey) failed.04:05
lifelesspleia2: thats probably using the infra key04:05
pleia2bah04:05
lifelesspleia2: have you put keypair: '<some keypair name>' in your yaml?04:05
lifelessI added that (in providers section) as a debug aid04:05
pleia2yeah, it's looking at /home/elizabeth/.ssh/id_rsa04:05
pleia2        private-key: /home/elizabeth/.ssh/id_rsa04:06
lifelesspleia2: ah no, I mean04:06
lifelessnova keypair-create --pub-key ~/.ssh/id_rsa.pub moi04:06
lifelessthen04:06
lifelessproviders:04:06
lifeless - name: ci-overcloud04:06
pleia2ah!04:06
lifeless   keypair: moi04:06
pleia2some day I'll learn this openstack thing :x04:06
lifeless...04:06
lifelessand it will use the ssh agent to log in, but spawn the server with that keypair04:07
pleia2got it, thanks04:07
lifelessrather than the dynamically created pairs it normally uses to bootstrap, which then install the infra pubkey from puppet04:07
lifelessthe private-key thing, AIUI tweaks the puppet rules04:07
lifelessbut04:07
lifelessyou have to get that far first for it to be useful04:07
clarkblifeless: that depends on a passphraseless keys or an ssh-agent right?04:08
lifelessyes04:08
lifelessits a testing feature04:08
lifelessthough a similar thing is probably what I'll do to reduce keypair churn, when I get time to hack on nodepool again04:10
*** CaptTofu has joined #tripleo04:16
openstackgerritA change was merged to openstack/tripleo-image-elements: Add a debian-mirror element  https://review.openstack.org/6830804:23
*** cd-undercloud has joined #tripleo04:23
cd-undercloud************** overcloud complete status=0 ************04:23
*** cd-undercloud has quit IRC04:23
pleia2need to pick this up in the morning, fixed up permissions on my ssh key but them bumped into other auth issues I'll need to continue sorting out04:33
*** edmund1 has quit IRC04:44
lifelessslagle: thanks!04:46
lifelessSpamapS: and uhm ng: https://review.openstack.org/#/c/67343/1004:46
openstackgerritA change was merged to openstack/tripleo-image-elements: Updates permissions on 97-mysql-iptables  https://review.openstack.org/6963904:47
jamezpolleylifeless: I've been watching the list but haven't seen any more discussion about timing for the meetup, except for ironic wanting to join in. I did see someone pop in here and say that march3 works for them. Have I missed anything else?04:50
lifelessnope04:50
lifelessI'm going to nag markmc tonight04:51
*** jcoufal-mobile has joined #tripleo04:52
*** matsuhashi has joined #tripleo04:55
*** markmcclain has quit IRC04:58
jamezpolleyAside from Stevenk and I, do we have any other regular contributors around Sydney?04:59
StevenKjamezpolley: You're keen :-P05:01
lifelessjamezpolley: in openstack as a whole, I think so, tripleo specifically, not AFAIK05:01
StevenKlifeless: Which list is jamezpolley talking about, -dev?05:07
lifelessthink so05:07
StevenKI should probably subscribe05:07
StevenKlifeless: I've subscribed, but I'm sure you'll tell me where I need to be.05:13
lifelessyou want me to tell you where to go?05:14
*** cd-undercloud has joined #tripleo05:14
cd-undercloud************** overcloud complete status=0 ************05:14
*** cd-undercloud has quit IRC05:14
StevenKlifeless: I didn't phrase it like that for a very good reason. :-)05:14
lifeless:>05:14
StevenKHm, nova are you supposed to run 8 concurrent test workers ...05:15
lifelessStevenK: testr...05:16
lifelessStevenK: check .testr.conf, it may be overriding concurrency05:16
lifelesslol, I have a cat snoring by my ear05:16
lifelessits a tad distractamundo05:16
StevenKlifeless: It does not override05:17
lifelessStevenK: how many CPUs do you have?05:17
StevenK805:17
lifelessthen yes :)05:17
StevenKWell, 4 cores, ht05:17
*** jcooley_ has joined #tripleo05:22
*** CaptTofu has quit IRC05:22
*** jcoufal-mobile_ has joined #tripleo05:28
*** jcoufal-mobile has quit IRC05:28
StevenKBlah, pdb no worky05:31
*** jcoufal-mobile_ has quit IRC05:32
*** jcoufal-mobile_ has joined #tripleo05:33
*** matsuhashi has quit IRC05:34
lifelessStevenK: within testr? not so much05:35
*** matsuhashi has joined #tripleo05:35
lifelessStevenK: python -m testtools.run <same args as the testr subunit.run calls> --load-list <file with tesetname in it>05:35
*** jcoufal-mobile_ has quit IRC05:38
*** nosnos has quit IRC05:38
*** nosnos has joined #tripleo05:41
*** jcoufal-mobile_ has joined #tripleo05:44
*** jcoufal-mobile_ has quit IRC05:49
*** jcoufal-mobile_ has joined #tripleo05:49
*** jcooley_ has quit IRC05:50
*** jcoufal-mobile_ has quit IRC05:56
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Stop sourcing devtest_undercloud.  https://review.openstack.org/6979706:01
*** cd-undercloud has joined #tripleo06:02
cd-undercloud************** overcloud complete status=0 ************06:02
*** cd-undercloud has quit IRC06:02
StevenKlifeless: Aren't you missing the actual variables in undercloudrc?06:04
lifelessahahahahah06:04
lifelessthanks06:04
lifelessthanks06:05
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Stop sourcing devtest_undercloud.  https://review.openstack.org/6979706:05
*** jcooley_ has joined #tripleo06:06
*** vkozhukalov has quit IRC06:13
*** matsuhashi has quit IRC06:23
*** matsuhas_ has joined #tripleo06:25
*** rlandy has joined #tripleo06:40
*** e0ne has joined #tripleo06:41
*** akuznetsov has joined #tripleo06:42
*** e0ne has quit IRC06:47
*** cd-undercloud has joined #tripleo06:53
cd-undercloud************** overcloud complete status=0 ************06:53
*** cd-undercloud has quit IRC06:53
*** jcooley_ has quit IRC06:53
*** rdopieralski has joined #tripleo06:53
*** jcooley_ has joined #tripleo06:55
*** noslzzp has quit IRC07:08
*** akuznetsov has quit IRC07:08
*** jeremydei has quit IRC07:11
*** sdake has quit IRC07:14
*** coolsvap has joined #tripleo07:19
*** jeremydei has joined #tripleo07:20
*** pblaho has joined #tripleo07:20
*** CaptTofu has joined #tripleo07:23
*** CaptTofu has quit IRC07:27
*** sdake has joined #tripleo07:36
*** mrunge has joined #tripleo07:38
*** mrunge has quit IRC07:38
*** cd-undercloud has joined #tripleo07:39
cd-undercloud************** overcloud complete status=0 ************07:39
*** cd-undercloud has quit IRC07:39
*** mrunge has joined #tripleo07:39
*** ifarkas has joined #tripleo07:41
*** jistr has joined #tripleo07:45
*** rwsu has quit IRC07:46
*** rwsu has joined #tripleo07:49
*** akuznetsov has joined #tripleo07:50
*** jprovazn has joined #tripleo07:54
*** vkozhukalov has joined #tripleo07:55
openstackgerritA change was merged to openstack/tripleo-incubator: Ensure libvirtd is always configured on Red Hat  https://review.openstack.org/6962707:55
*** akuznets_ has joined #tripleo08:14
*** akuznetsov has quit IRC08:16
*** akuznets_ has quit IRC08:16
*** jprovazn has quit IRC08:20
*** akuznetsov has joined #tripleo08:25
*** cd-undercloud has joined #tripleo08:26
cd-undercloud************** overcloud complete status=0 ************08:26
*** cd-undercloud has quit IRC08:26
*** jcooley_ has quit IRC08:30
*** akuznetsov has quit IRC08:41
*** akuznetsov has joined #tripleo08:41
*** jprovazn has joined #tripleo08:42
*** markmc has joined #tripleo08:48
*** jtomasek has joined #tripleo08:55
*** matsuhas_ has quit IRC09:04
*** matsuhashi has joined #tripleo09:04
*** athomas has joined #tripleo09:11
*** cd-undercloud has joined #tripleo09:11
cd-undercloud************** overcloud complete status=0 ************09:11
*** cd-undercloud has quit IRC09:11
*** d0ugal has quit IRC09:12
*** d0ugal has joined #tripleo09:12
*** matsuhashi has quit IRC09:17
*** derekh has joined #tripleo09:18
*** matsuhashi has joined #tripleo09:19
*** jcooley_ has joined #tripleo09:21
*** viktors has joined #tripleo09:21
*** CaptTofu has joined #tripleo09:24
*** gcha has joined #tripleo09:26
*** CaptTofu has quit IRC09:28
*** e0ne has joined #tripleo09:30
*** coolsvap_away has joined #tripleo09:33
*** coolsvap has quit IRC09:34
*** jcooley_ has quit IRC09:37
openstackgerritDerek Higgins proposed a change to openstack-infra/tripleo-ci: Get logs for seed vm  https://review.openstack.org/6982509:38
*** coolsvap has joined #tripleo09:45
*** coolsvap_away has quit IRC09:48
*** matsuhashi has quit IRC09:51
*** nosnos has quit IRC09:51
*** e0ne_ has joined #tripleo09:53
*** e0ne has quit IRC09:56
*** cd-undercloud has joined #tripleo09:58
cd-undercloud************** overcloud complete status=0 ************09:58
*** cd-undercloud has quit IRC09:58
*** akuznetsov has quit IRC10:01
*** akuznetsov has joined #tripleo10:01
*** martyntaylor has joined #tripleo10:01
lifelessmarkmc: hi10:09
markmclifeless, hey10:09
lifelessmarkmc: any word on the meetup thing? If not, I'm going to pull a date from my hat w/ mordred this week10:09
lifelessmarkmc: and we'll see what we see ;)10:09
markmclifeless, ah, you missed what I said here yesterday10:09
*** jcooley_ has joined #tripleo10:09
markmclifeless, sorry, meant to come back and repeat10:09
lifelessmarkmc: apparently :)10:09
markmclifeless, reckon 6ish from Red Hat could make it on the 3rd, short notice makes any more difficult10:10
markmclifeless, but not much point in pushing it closer to the summit either10:10
lifelessmarkmc: ok, thanks10:10
lifelessyup10:10
lifelessNow, to hunt down mordred10:10
*** akuznetsov has quit IRC10:13
*** bauzas has joined #tripleo10:14
*** jcooley_ has quit IRC10:15
*** e0ne_ has quit IRC10:15
*** e0ne has joined #tripleo10:15
*** e0ne has quit IRC10:18
*** e0ne has joined #tripleo10:19
*** e0ne_ has joined #tripleo10:26
*** e0ne has quit IRC10:26
*** max_lobur_afk is now known as max_lobur10:30
*** akuznetsov has joined #tripleo10:37
openstackgerritDerek Higgins proposed a change to openstack/tripleo-incubator: Fix reference to no_proxy  https://review.openstack.org/6983210:39
*** akuznetsov has quit IRC10:40
derekhdevtest regression ^^10:40
*** akuznetsov has joined #tripleo10:42
GheRiveroderekh: is no_proxy=,192.0.2.1 a valid option?10:44
*** e0ne has joined #tripleo10:44
*** cd-undercloud has joined #tripleo10:45
cd-undercloud************** overcloud complete status=0 ************10:45
*** cd-undercloud has quit IRC10:45
*** akuznetsov has quit IRC10:46
*** akuznetsov has joined #tripleo10:47
*** e0ne_ has quit IRC10:48
derekhGheRivero: yup, its whats being set in devtest_seed https://github.com/openstack/tripleo-incubator/blob/master/scripts/devtest_seed.sh#L5710:48
*** akuznetsov has quit IRC10:48
*** athomas has quit IRC10:50
*** e0ne has quit IRC10:51
pblaholifeless: I found ImportError: cannot import name all in subunit 0.17 ... did you see that?10:52
*** athomas has joined #tripleo10:56
*** akuznetsov has joined #tripleo10:59
*** jistr has quit IRC10:59
*** mrunge has quit IRC11:00
*** lucasagomes has joined #tripleo11:05
openstackgerritDerek Higgins proposed a change to openstack-infra/tripleo-ci: Get logs for seed vm  https://review.openstack.org/6982511:09
*** mrunge has joined #tripleo11:14
*** akrivoka has joined #tripleo11:15
*** coolsvap has quit IRC11:15
*** lucasagomes has quit IRC11:15
*** lucasagomes has joined #tripleo11:15
*** jistr has joined #tripleo11:19
*** athomas has quit IRC11:22
derekhhmm, the ci testenv seems to have lost its ip address , I can't get in to see whats happened11:24
*** CaptTofu has joined #tripleo11:25
*** CaptTofu has quit IRC11:30
*** akuznetsov has quit IRC11:30
*** athomas has joined #tripleo11:31
*** gcha has quit IRC11:32
*** cd-undercloud has joined #tripleo11:32
cd-undercloud************** overcloud complete status=0 ************11:32
*** cd-undercloud has quit IRC11:32
*** e0ne has joined #tripleo11:39
*** e0ne has quit IRC11:40
*** e0ne has joined #tripleo11:41
*** e0ne has quit IRC11:42
*** e0ne has joined #tripleo11:42
*** e0ne has quit IRC11:47
*** akuznetsov has joined #tripleo11:49
*** CaptTofu has joined #tripleo11:50
sdaguelifeless: on the hopes that you only popped off for dinner, and are coming back11:52
jamezpolleyokay, that was weird.11:53
*** akuznets_ has joined #tripleo11:53
sdagueall of ci is wedged on the latest testtools release11:53
jamezpolleyI saw sdague speak here, flipped my eyes across to stackaltyics, first word I saw was Sean Dague11:53
sdagueheh11:53
openstackgerritA change was merged to openstack/tripleo-image-elements: Ensure correct tftp directory ownership for Ironic  https://review.openstack.org/6901311:55
*** akuznetsov has quit IRC11:55
*** jcooley_ has joined #tripleo11:58
*** d0ugal has quit IRC12:04
*** michchap has quit IRC12:08
*** jcooley_ has quit IRC12:08
*** cd-undercloud has joined #tripleo12:19
cd-undercloud************** overcloud complete status=0 ************12:19
*** cd-undercloud has quit IRC12:19
*** michchap has joined #tripleo12:25
*** michchap has quit IRC12:25
*** d0ugal has joined #tripleo12:26
*** max_lobur is now known as max_lobur_afk12:27
*** CaptTofu has quit IRC12:28
*** e0ne has joined #tripleo12:30
*** akuznets_ has quit IRC12:35
*** e0ne has quit IRC12:36
*** akuznetsov has joined #tripleo12:37
*** e0ne has joined #tripleo12:41
*** akuznetsov has quit IRC12:44
*** e0ne has quit IRC12:45
*** d0ugal has quit IRC12:53
*** akuznetsov has joined #tripleo12:54
*** jcooley_ has joined #tripleo12:55
*** akuznetsov has quit IRC12:57
*** CaptTofu has joined #tripleo12:59
*** hewbrocca has joined #tripleo13:02
*** noslzzp has joined #tripleo13:02
openstackgerritDerek Higgins proposed a change to openstack/tripleo-image-elements: Install packages required to build clients  https://review.openstack.org/6985313:02
openstackgerritDerek Higgins proposed a change to openstack/tripleo-image-elements: Add dependency on source-repositories  https://review.openstack.org/6985413:02
*** d0ugal has joined #tripleo13:05
*** cd-undercloud has joined #tripleo13:06
cd-undercloud************** overcloud complete status=0 ************13:06
*** cd-undercloud has quit IRC13:06
openstackgerritA change was merged to openstack/tripleo-image-elements: Add package install support to neutron  https://review.openstack.org/6794913:08
openstackgerritA change was merged to openstack/tripleo-image-elements: Add package install support to keystone  https://review.openstack.org/6795013:08
openstackgerritA change was merged to openstack/tripleo-image-elements: Install keystone-manage into /usr/local/bin  https://review.openstack.org/6795113:08
openstackgerritA change was merged to openstack/tripleo-image-elements: Add package install support to horizon  https://review.openstack.org/6795213:08
openstackgerritA change was merged to openstack/tripleo-image-elements: Add package install support to heat  https://review.openstack.org/6795313:08
openstackgerritA change was merged to openstack/tripleo-image-elements: Install heat-manage into /usr/local/bin  https://review.openstack.org/6795413:08
openstackgerritA change was merged to openstack/tripleo-image-elements: Add package install support to glance  https://review.openstack.org/6795513:08
openstackgerritA change was merged to openstack/tripleo-image-elements: Install glance-manage into /usr/local/bin  https://review.openstack.org/6795613:08
*** jdob has joined #tripleo13:08
*** jcooley_ has quit IRC13:09
*** akuznetsov has joined #tripleo13:09
*** d0ugal has quit IRC13:12
*** jcoufal-mobile has joined #tripleo13:22
*** lblanchard has joined #tripleo13:24
*** d0ugal has joined #tripleo13:25
*** vkozhukalov has quit IRC13:26
slaglederekh: somehow i missed installing the openstack-neutron-ml2 package for the neutron package install. will submit a patch for that13:29
*** jistr is now known as jistr|english13:30
*** e0ne has joined #tripleo13:31
*** akuznetsov has quit IRC13:35
*** vkozhukalov has joined #tripleo13:39
*** akuznetsov has joined #tripleo13:45
openstackgerritDirk Mueller proposed a change to openstack/tripleo-image-elements: Fix editing of systemd files on openSUSE  https://review.openstack.org/6986313:48
*** jcooley_ has joined #tripleo13:49
mariosguys why do i get [root@ibm-x3550m4-05 tripleo]# ROUTE_DEV=$(OS_CONFIG_FILES=$TE_DATAFILE os-apply-config --key seed-route-dev --type netdevice --key-default virbr0)13:50
marios[2014/01/29 08:35:05 AM] [ERROR] Could not parse metadata file: /root/tripleo/testenv.json13:50
mariosits step 2 of devtest_seed @ http://docs.openstack.org/developer/tripleo-incubator/devtest_seed.html13:50
openstackgerritRalf Haferkamp proposed a change to openstack/tripleo-image-elements: Account for the differnt locations of systemd units on openSUSE  https://review.openstack.org/6986413:50
*** julim has joined #tripleo13:52
Ngmorning13:54
marioso/13:54
*** cd-undercloud has joined #tripleo13:55
cd-undercloud************** overcloud complete status=1 ************13:55
*** cd-undercloud has quit IRC13:55
*** jcooley_ has quit IRC13:58
slaglemarios: you're doing a manual setup i assume?14:03
*** dprince has joined #tripleo14:03
slagleTE_DATAFILE is defined at the bottom of devtest_variables14:04
mariosslagle: yah, only ever had it running this way14:04
slaglemarios: i don't see anything that creates TE_DATAFILE. looks like a bug in the documentation14:08
slagleoh, ok, at the bottom of devtest_testenv, there is a echo to $JSONFILE14:09
slagleinstead of doing that, echo that to $TE_DATAFILE14:09
slaglewe've been trying to get this fixed for a while. there is some objection that does not make sense to me14:09
slaglehttps://review.openstack.org/#/c/67535/14:10
mariosslagle: the file is there but empty, thanks having a look now14:11
marios(though 'history' tells me i created it with 'touch' manually)14:12
*** CaptTofu has quit IRC14:12
slaglemarios: it's the empty file then that's causing the "could not parse" error14:15
mariosslagle: u the man. thanks a bunch mate got it working now. made usre SEEDIP etc were set and did what you say: echo "{\"host-ip\":\"$HOSTIP\", \"seed-ip\":\"$SEEDIP\", \"node-macs\":\"$MACS\"}" > $TE_DATAFILE14:17
*** jayg|g0n3 is now known as jayg14:19
*** matty_dubs|gone is now known as matty_dubs14:20
*** spzala has joined #tripleo14:21
*** max_lobur_afk is now known as max_lobur14:23
openstackgerritMarios Andreou proposed a change to openstack/tripleo-incubator: Fix typo in seed_ip and make sure testenv config file initialised  https://review.openstack.org/6987114:26
mariosslagle: ah damit sorry thats what the other review does right? abandoning now14:27
slagleyea :)14:28
mariosbnemec: ping14:28
*** sdake has quit IRC14:28
mariosbnemec: unping14:28
*** sdake has joined #tripleo14:28
*** markmcclain has joined #tripleo14:31
*** markmcclain1 has joined #tripleo14:33
*** CaptTofu has joined #tripleo14:34
*** markmcclain has quit IRC14:35
*** gcha has joined #tripleo14:37
openstackgerritRyan Brady proposed a change to openstack/tripleo-image-elements: Fixes authentication for cinder  https://review.openstack.org/6961914:40
*** jistr|english is now known as jistr14:41
*** cd-undercloud has joined #tripleo14:42
cd-undercloud************** overcloud complete status=0 ************14:42
*** cd-undercloud has quit IRC14:42
*** e0ne_ has joined #tripleo14:44
*** e0ne has quit IRC14:46
*** vkozhukalov has quit IRC14:49
*** mrunge has quit IRC14:56
*** noslzzp has quit IRC14:56
rlandyderekh: hi ... https://review.openstack.org/#/c/69832/ .. there are another two occurrences (in devtest_undercloud.sh, devtest_overcloud.sh). Will that code be ok at these later points or should devtest_overcloud.sh and devtest_undercloud.sh also be changed?14:57
derekhrlandy: their ok as their both preceeded by set +u14:59
*** vkozhukalov has joined #tripleo15:03
*** bauzas has quit IRC15:03
*** bauzas has joined #tripleo15:04
*** jprovazn has quit IRC15:05
*** boris-42 has quit IRC15:05
*** CaptTofu has quit IRC15:06
*** weshay has joined #tripleo15:06
GheRiverols15:09
derekhbin  boot  dev  etc  home  initrd.img  lib  lib64  lost+found  media  mnt  opt  proc  root  run  sbin  selinux  srv  sys  tmp  usr  var  vmlinuz15:09
mariosha15:09
mariosbeat me to it15:09
derekh:-)15:09
*** ftcjeff has quit IRC15:10
*** boris-42 has joined #tripleo15:12
mariosif running devtest in a screen session, will my env be lost if i detach/re-attach to the socket?15:13
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Install openstack-neutron-ml2  https://review.openstack.org/6988015:14
*** markmcclain1 has quit IRC15:18
*** e0ne_ has quit IRC15:18
*** e0ne has joined #tripleo15:18
*** CaptTofu has joined #tripleo15:21
*** noslzzp has joined #tripleo15:21
*** michchap has joined #tripleo15:26
*** cd-undercloud has joined #tripleo15:27
cd-undercloud************** overcloud complete status=0 ************15:27
*** cd-undercloud has quit IRC15:27
*** ftcjeff has joined #tripleo15:27
*** mestery has quit IRC15:29
*** michchap has quit IRC15:30
openstackgerritDerek Higgins proposed a change to openstack/tripleo-incubator: Fix seed domain name  https://review.openstack.org/6967915:37
*** michchap has joined #tripleo15:40
*** bauzas has quit IRC15:43
*** lucasagomes is now known as lucas-hungry15:44
*** bauzas has joined #tripleo15:45
*** michchap has quit IRC15:45
*** edmund has joined #tripleo15:46
jistrjdob: hi, did you get a chance to look at the examples i posted on the review? do you like one of the options more?15:48
*** coolsvap has joined #tripleo15:49
jistror do you think we should go a different way?15:49
jdobjistr: i see both sides. i figured for a first pass that i'd leave it as is unless the UI goes to use it and its utterly unusable. i suspect for juno a lot of that will be up for discussion, so i didnt want to spend too much time rewriting it now15:52
jdobthat work for you?15:52
*** jcooley_ has joined #tripleo15:53
*** akuznetsov has quit IRC15:54
jistrjdob: seems fine from work planning point of view, but i'm a bit worried about having to introduce backwards incompatibility for Juno. I'm not sure how it's in OpenStack rules, if we'd have to release a complete v2 API (to be consistent with how Glance handles properties) or not.15:55
*** bauzas has quit IRC15:55
jdobah, thats a good point15:55
*** akrivoka has quit IRC15:56
jdobi favor the current approach since it allows for batch changes15:56
jdobif we pull things out to sub-collections, you're looking at a REST call per change15:57
*** bauzas has joined #tripleo15:57
jistrwell that's option no. 2, which both me and d0ugal considered less appealing afaik15:57
jistrwith option no. 1 you can do batch updates as well as updating one15:58
jdobjistr: OH, I didnt see your second comment15:58
jdobok, lemme digest that and I'll get back to you15:59
jistrok :)15:59
jistr(actually option no 2 can do batch updates as well, but you'd have to update *all* attributes at once, so that's not so great)16:00
jistrs/no 2/no. 2/16:00
jdobya, but its less update-semantics and more overwrite16:01
jdobwhich i agree, isnt great16:01
jistryeah16:01
mariosanyone else seeing heat not running on seed. meaning that step4 of devtest_undercloud fails (no heat-engine "ERROR: Timeout while waiting on RPC response")16:03
*** markmcclain has joined #tripleo16:03
*** akrivoka has joined #tripleo16:03
jistrmarios: yesterday we saw nova timeouts, even on jenkins (see jenkins log on https://review.openstack.org/#/c/69547/)16:04
jistrmarios: but i'm not sure if that's related16:04
mariostx16:06
*** vkozhukalov has quit IRC16:07
openstackgerritLadislav Smola proposed a change to openstack/tuskar-ui: Adding nova-baremetal, heat and nova API  https://review.openstack.org/6897316:13
*** cd-undercloud has joined #tripleo16:14
cd-undercloud************** overcloud complete status=0 ************16:14
*** cd-undercloud has quit IRC16:14
openstackgerritA change was merged to openstack/tripleo-incubator: Fix seed domain name  https://review.openstack.org/6967916:16
dprinceSpamaps: are we using PUBLIC_INTERFACE_ROUTE ATM in the HP TripleO setup?16:20
rlandyGheRivero: https://bugs.launchpad.net/tripleo/+bug/1215298 ... since I also fell over this, I agree it should be doc'ed. Where do think we should out the info? in current-caveats-workarounds section or in the boot-seed-vm doc itself?16:24
*** mestery has joined #tripleo16:24
GheRiverorlandy: wow! let me reread the bug. I reported it on August!16:25
*** mestery has joined #tripleo16:27
rlandydprince: hi - are you planning on having the ci meeting today?16:31
dprincerlandy: we can if everyone is interested. I'm pretty busy myself trying to fix some stuff ATM so I could punt this week16:32
rlandydprince: ok with me - just want to plan my travel back time accordingly16:32
dprincerlandy: I'm skipping out this week I think so lets just say no meeting16:33
NobodyCamMorning TripleO16:33
*** lucas-hungry is now known as lucasagomes16:34
NobodyCamI've got a question on moving things like the ssh power keys to /mnt/state16:34
NobodyCamcurrently keys are in /opt/stack/boot-stack16:35
rlandyGheRivero: going off line for a few hours - check in with you later16:36
NobodyCamwith ironic getting closer to actually working16:36
*** rlandy has quit IRC16:36
*** jcooley_ has quit IRC16:37
NobodyCamon a review it was suggested I use /mnt/state/var/lib/boot-stack/16:37
*** jcooley_ has joined #tripleo16:37
NobodyCamthat seems odd to me?16:37
NobodyCamshould it not be /mnt/state/opt/stack/boot-stack/????16:38
*** ftcjeff has quit IRC16:40
*** edmund has quit IRC16:41
*** jcooley_ has quit IRC16:42
*** ftcjeff has joined #tripleo16:46
*** mestery has quit IRC16:46
*** pblaho has quit IRC16:48
*** matty_dubs is now known as matty_dubs|lunch16:56
*** bauzas has quit IRC16:57
*** cwolferh has joined #tripleo16:58
*** lblanchard has quit IRC16:59
*** e0ne_ has joined #tripleo17:01
*** e0ne has quit IRC17:01
*** lblanchard has joined #tripleo17:01
*** cd-undercloud has joined #tripleo17:04
cd-undercloud************** overcloud complete status=1 ************17:04
*** cd-undercloud has quit IRC17:04
*** jistr has quit IRC17:05
*** gcha has quit IRC17:05
*** viktors has left #tripleo17:07
*** noslzzp has quit IRC17:09
SpamapSWe seem to be timing out a lot waiting for nova or neutron17:15
*** markmc has quit IRC17:22
*** mestery_ has joined #tripleo17:23
openstackgerritChris Krelle proposed a change to openstack/tripleo-image-elements: Add nova-ironic element to replace nova-baremetal  https://review.openstack.org/6646117:24
openstackgerritClint "SpamapS" Byrum proposed a change to openstack/tripleo-incubator: Make wait_for print out command on timeout.  https://review.openstack.org/6991517:25
*** michchap has joined #tripleo17:29
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: Write out persistent interface/bridge scripts  https://review.openstack.org/6991817:30
dprinceSpamaps: I need your attention on ^^17:30
SpamapSdprince: on it17:31
dprinceSpamapS: specifically with regard to line #52 (the lets talk about it comment)17:31
*** michchap has quit IRC17:33
SpamapSdprince: ok is there a question how to do this with Debian/Ubuntu's ifupdown ?17:34
dprinceSpamapS: The eni file (being just one big file) is a bit more problematic in this script. We could regenerate it from scratch... or do a more surgical operation w/ sed.17:34
dprinceSpamapS: what we'll essentially want to do is outlined here: https://github.com/osrg/openvswitch/blob/master/debian/openvswitch-switch.README.Debian#L6317:35
*** e0ne_ has quit IRC17:35
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Combined Instance and Node objects into Node  https://review.openstack.org/6972417:35
dprinceSpamapS: For me this fixes all issues w/ DHCP release/renewals17:35
*** noslzzp has joined #tripleo17:41
SpamapSdprince: so as of Ubuntu 13.10 you can have /etc/network/interfaces.d17:41
dprinceSpamapS: that sounds lovely?17:41
dprinceSpamapS: tell me more!17:42
SpamapSdprince: just drop a file in there. It will be appended to the rest.17:42
* dprince wonders if we can re-write dhcp-all-interfaces to use the same17:42
SpamapSdprince: I hope so17:43
dprinceSpamapS: so, if we take that approach we'd need to make dhcp-all-interfaces do the same for sure because we have to overwrite that file17:43
SpamapSdprince: note that you have to ensure that 'source-directory interfaces.d' is in eni17:43
SpamapSdprince: it is in the default that gets shipped, but everybody is generating them so at worst.. if ! grep ; then echo "" >> ; fi :)17:43
dprinceSpamapS: okay. so lets do this. You buy all this being persistent configs then?17:45
*** matty_dubs|lunch is now known as matty_dubs17:45
SpamapSdprince: persistent.. I'm not sure. Explain more to me. Right now it gets fully regenerated at boot...17:47
dprinceSpamapS: previously only the OVS stuff would persist automatically on a reboot (in the OVS DB). All of our move the IP to the OVS bridge, then move the nic stuff would not. To me it makes a lot of sense to have it all be persistent...17:48
dprinceSpamapS: and it solves these sort of problems too17:48
dprinceSpamapS: like DHCP release/renew not working17:48
*** cd-undercloud has joined #tripleo17:49
cd-undercloud************** overcloud complete status=0 ************17:49
*** cd-undercloud has quit IRC17:49
SpamapSdprince: if we don't make it persistent, is it hard to just make sure nothing happens until dhcp-all-interfaces has run?17:52
*** jcooley_ has joined #tripleo17:53
dprinceSpamapS: well, if we don't persist this then we have to undo OVS stuff on reboot as well (like I've already started doing). The interactions between OVS initialization and DHCP are complicated. Distros have already solved it...17:53
SpamapSdprince: ok. Is there a way to detect when the physical interfaces have been changed (like, eth0 goes bad, so they plug eth1 in)17:56
dprinceSpamapS: aha. So no. There isn't right now. We don't unconfigure things in dhcp-all-interfaces (for all distros)17:56
*** cody-somerville has joined #tripleo17:56
dprinceSpamapS: so we already don't do that...17:57
dprinceSpamapS: That sort of problem may always require some sort of manual attention though. I can forsee cases where this would work fine w/ that... and others where you'd just have to jump in and fix it...17:58
dprinceSpamapS: lifeless asked me this same question BTW and I told him something similar17:58
*** derekh has quit IRC18:01
SpamapSdprince: manual not so much, but automation can be devised when the time comes. :)18:02
SpamapSdprince: Ok I am on board with it if for no other reason than "networking is hard, lets make it simpler"18:03
dprinceSpamapS: sure. I will agree we can solve that more complex problem later.18:03
SpamapSdprince: thanks for explaining. :)18:03
dprinceSpamapS: Okay, I'll push branches to switch Debian over to interfaces.d then here shortly18:03
SpamapS(and if you hadn't noticed, I am on a mission to seek and destroy all manual operator intervention. ;)18:04
SpamapSNot saying it is possible.. but.. the most glory comes from suicide missions anyway ;)18:04
*** vkozhukalov has joined #tripleo18:04
dprinceSpamapS: fair enough. Let's put em' out of a job then18:05
*** lblanchard has quit IRC18:07
*** lblanchard has joined #tripleo18:08
*** mestery_ is now known as mestery18:10
* Ng dinners18:14
*** martyntaylor has left #tripleo18:14
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: Update Debian to use /etc/network/interfaces.d  https://review.openstack.org/6993518:16
dprinceSpamapS: Try that ^^18:16
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Add node detail view  https://review.openstack.org/6946218:17
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: Write out persistent interface/bridge scripts  https://review.openstack.org/6991818:23
NobodyCamSpamapS: gots a second to take a quick peek at 66461  specifically: https://review.openstack.org/#/c/66461/3/elements/nova-ironic/os-refresh-config/configure.d/80-ironic-ssh-power-key18:24
greghaynesDo we usually put usernames with TODO's?18:24
*** d0ugal has quit IRC18:25
greghaynesre, that file18:25
NobodyCamgreghaynes: ack :) will do18:26
greghaynesoh, I legitimitely was asking, very new to this codebase :)18:26
NobodyCamgreghaynes: yes we do!18:27
greghaynesah, sweet18:27
SpamapShave a doctor's appt .. be back in a bit to review all the things18:29
openstackgerritChris Krelle proposed a change to openstack/tripleo-image-elements: Add nova-ironic element to replace nova-baremetal  https://review.openstack.org/6646118:29
NobodyCamgreghaynes: ^^18:29
NobodyCam:)18:30
greghayneswoot.18:30
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: Write out persistent interface/bridge scripts  https://review.openstack.org/6991818:30
*** cd-undercloud has joined #tripleo18:37
cd-undercloud************** overcloud complete status=0 ************18:37
*** cd-undercloud has quit IRC18:37
*** lblanchard has quit IRC18:37
*** lblanchard has joined #tripleo18:38
*** jprovazn has joined #tripleo18:41
openstackgerritChris Krelle proposed a change to openstack/tripleo-image-elements: Add nova-ironic element to replace nova-baremetal  https://review.openstack.org/6646118:45
NobodyCamgreghaynes: line gone now! lol :-p18:45
greghayneshaha, always for removing todos :)18:46
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: Stop using all ports option w/ neutron-ovs-cleanup  https://review.openstack.org/6993718:47
NobodyCamyour comment got me thinking... we cann't bail out as we don't know what power control ironic is using from nova18:48
greghaynesStill fine to generate the key though?18:51
greghaynesJust some wasted entropy :p18:51
lifelessmorning19:04
NobodyCamgreghaynes: unlike nova-bm where we could detect that it was using the ssh power driver, Ironic sets that per node so we may or may not need the key19:04
NobodyCammorning lifeless :)19:04
greghaynesgood morning19:05
lifelessdprince: I don't think its true that distros have solved the ovs interactions really; they've just punted on 'statically configure this here<...>'19:05
dprincelifeless: well. the distro solutions I'm testing here seem to get us in the ball park, so I'm fine going with them19:07
lifelessdprince: thats fine :)19:07
lifelessdprince: just being a little ornery :>19:07
lifelessI am, that is19:07
dprincelifeless: to be fair I've only tested this stuff on Fedora. I've implemented the Debian solution too though19:08
lifelesscool19:08
lifelessnote that interfaces.d isn't available on precise19:08
lifelessAFAIK, that is19:08
dprincelifeless: right, well it made my implementation easier (palatable even!) so I went for it immediately19:09
dprincelifeless: not having to slice and dice the stander interfaces file is highly desirable19:09
dprincestandard19:10
dprincelifeless: but if we need to support older versions so be it19:10
*** e0ne has joined #tripleo19:11
lifelessdprince: I think we do, because precise is the RHEL-equiv19:12
*** pblaho has joined #tripleo19:13
dprincelifeless: Okay. What is your take on our best option then? We could just regenerate /etc/network/interfaces in ensure-bridge... or the other option is use a multi-line sed delete or something to cut out the parts we don't like19:13
*** cody-somerville has quit IRC19:15
lifelessdprince: what are the operations we need to do ?19:15
lifelessadd an interface, <...> ?19:15
dprincelifeless: we need to overwrite the config for the original DHCP interface which *may* already be there if dhcp-all-interfaces was used19:16
lifelessdprince: so ifdown; replace the defintion; ifup ?19:16
dprincelifeless: that is what the current script does yes19:17
lifelesskk19:17
lifelessuhm, awk is probably the tool for this19:17
lifelessbut if you can wedge it into sed, sure.19:17
*** michchap has joined #tripleo19:17
dprincelifeless: actually I re-write the script first, and then ifdown/ifup19:17
lifelessdprince: ah, so that will leave dhclient running19:17
rbradyhaving trouble with an element during image build (heat-cfntools).  It hasn't changed in a long time and the source file causing the issue hasn't changed in a while either.  Can someone let me know what I'm missing or point me in the right direction?  http://paste.openstack.org/show/62129/19:17
lifelessdprince: and thus it will eventually drop off the network19:17
lifelessdprince: you have to ifdown with the config it had, then ifup with the new config19:18
dprincelifeless: hmmm. maybe. I'll tinker w/ it. In any case... I'm fine switching the order up19:18
lifelesswhich does introduce a lovely big race condition if the editing-of-config fails, but there you are19:18
dprincelifeless: right, its unlikely to fail though19:19
*** michchap has quit IRC19:22
*** cd-undercloud has joined #tripleo19:22
cd-undercloud************** overcloud complete status=0 ************19:22
*** cd-undercloud has quit IRC19:22
dprincelifeless: do we need the PUBLIC_INTERFACE_ROUTE stuff now even? Wouldn't this always get pushed via DHCP in our cases?19:23
*** athomas has quit IRC19:24
lifelessdprince: no19:25
lifelessdprince: thats used to bring up the vlans with external IPs on them19:25
*** CaptTofu_ has joined #tripleo19:25
dprincelifeless: ah, okay. Well I left it alone anways19:25
lifelessdprince: since we don't [yet] have a working config for 'here, serve DHCP on a vlan but no this isn't a different interface so it has the same MAC address'19:25
*** CaptTofu has quit IRC19:27
*** pblaho has quit IRC19:29
*** akuznetsov has joined #tripleo19:30
*** peoplemerge has joined #tripleo19:33
lifelessSpamapS: Ng: reviews please - https://review.openstack.org/#/c/67343/19:33
* peoplemerge is giving himself a crash course today on tripleo19:36
lifelesspeoplemerge: cool19:37
*** martyntaylor has joined #tripleo19:38
*** martyntaylor has left #tripleo19:38
peoplemergeThanks lifeless, it's a brave new world19:39
*** CaptTofu_ has quit IRC19:46
*** CaptTofu has joined #tripleo19:51
*** bauzas has joined #tripleo19:52
*** max_lobur is now known as max_lobur_afk19:53
*** akuznetsov has quit IRC19:55
*** vkozhukalov has quit IRC19:56
Nglifeless: k20:01
Nglifeless: unrelated question: Where would be a good place to stash this freecloud/jira guide? It's not really suitable for public dissemination20:02
lifelessNg: uhm, wiki internally I guess20:03
lifelessNg: or perhaps the internal etherpad?20:04
SpamapSlifeless: peoplemerge is a local friend here in LA who has tried unsuccessfully to bring hardware to my house to turn into a cloud... FYI :)20:08
*** cd-undercloud has joined #tripleo20:09
cd-undercloud************** overcloud complete status=0 ************20:09
*** cd-undercloud has quit IRC20:09
lifelesscool20:12
peoplemergeHi lifeless.  Yeah a sysadmin just did a POC on grizzly and everybody has had great feedback.  Looking at commercial support options now.  I gotta ramp up, and thought I'd get involved as a contributor.20:14
*** jdob has quit IRC20:15
*** ftcjeff has quit IRC20:18
NobodyCampeoplemerge: Awesome, :)20:19
matty_dubsLOL I thought I was the only one whose house bordered on 'cloud' status ;)20:22
NobodyCamdoes my RV count as a mobile cloud?20:23
*** hewbrocca has quit IRC20:23
matty_dubs'mobile cloud' FTW!20:23
NobodyCam:-p20:24
NobodyCamI have to take my cloud to where the sun is20:24
peoplemergeYa I gotta trunkful of laptops, servers, and desktops that meet the minimum specs.  I wonder how many I could plug into that 500W car AC adapter before the cloud becomes a lightening storm20:26
NobodyCampeoplemerge: http://www.mini-box.com/Car-PC-Automotive-Computing-Solutions20:29
*** dprince has quit IRC20:31
* bnemec wonders how many servers he could run on the 30 amp service in his trailer.20:32
lifelessbauzas: one, if its big enough :)20:34
lifelessbah20:34
lifelessbnemec: ^20:34
* NobodyCam notes that the link he pasted is for 12v computers, that do not draw off the rv/trailer's a/c... that said /me added a second 30a to his RV20:34
*** e0ne has quit IRC20:35
*** rdopieralski has quit IRC20:36
*** lucasagomes has quit IRC20:37
bnemecHeh, true.20:41
openstackgerritRyan Brady proposed a change to openstack/tripleo-image-elements: Fixes heat-cfntools install  https://review.openstack.org/6996820:44
*** coolsvap is now known as coolsvap_away20:46
*** gcha has joined #tripleo20:53
*** cd-undercloud has joined #tripleo20:55
cd-undercloud************** overcloud complete status=0 ************20:55
*** cd-undercloud has quit IRC20:55
pleia2lifeless: so, still not having luck with your ssh patch, I'm confident my ssh key works now (if I kill nodepoold right before it goes to delete the image, I can log in fine with my key as fedora@vm-ip), but paramiko ssh is still failing21:05
*** michchap has joined #tripleo21:06
*** michchap has quit IRC21:11
*** jcooley_ has quit IRC21:11
*** jcooley_ has joined #tripleo21:12
*** jprovazn has quit IRC21:38
*** pblaho has joined #tripleo21:46
*** CaptTofu has quit IRC21:46
*** e0ne has joined #tripleo21:46
*** CaptTofu has joined #tripleo21:47
* Ng ejects21:47
*** e0ne has quit IRC21:50
*** epim has joined #tripleo21:58
*** cd-undercloud has joined #tripleo22:04
cd-undercloud************** overcloud complete status=1 ************22:04
*** cd-undercloud has quit IRC22:04
*** pblaho has quit IRC22:06
*** gcha has quit IRC22:10
*** cody-somerville has joined #tripleo22:13
*** lblanchard has quit IRC22:22
*** ftcjeff has joined #tripleo22:22
*** olaph has joined #tripleo22:22
*** cody-somerville has quit IRC22:25
*** CaptTofu has quit IRC22:32
*** julim has quit IRC22:33
*** matty_dubs is now known as matty_dubs|gone22:38
*** jayg is now known as jayg|g0n322:38
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Combined Instance and Node objects into Node  https://review.openstack.org/6972422:58
*** noslzzp has quit IRC23:00
ccrouchlifeless: do you have any ideas about a date for the mid-cycle meetup?23:04
SpamapSccrouch: I was thinking the same thing.. we need to choose like.. soon23:05
*** epim has quit IRC23:05
ccrouchi think most folks will need at least a couple of weeks notice23:06
lifelessccrouch: 3rd march23:06
lifelessccrouch: just doing final approvals now23:06
*** cd-undercloud has joined #tripleo23:10
cd-undercloud************** overcloud complete status=1 ************23:10
*** cd-undercloud has quit IRC23:10
ccrouchlifeless: fantastic, let me see who we can line up to go23:14
lifelessccrouch: cool; markmc reckoned you could send ~6 folk23:31
*** weshay has quit IRC23:31
*** epim has joined #tripleo23:32
*** michchap has joined #tripleo23:36
*** peoplemerge has quit IRC23:40
*** bauzas has quit IRC23:42
*** epim has quit IRC23:48
*** cadenzajon has quit IRC23:57
devanandalifeless: mirantis will try to send a few folks as well for ironic23:59

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