Monday, 2014-10-20

openstackgerritJames Polley proposed a change to openstack/tripleo-image-elements: Make deploy-ci-overcloud script configurable  https://review.openstack.org/11653400:10
*** sdake_ has quit IRC00:25
*** sdake_ has joined #tripleo00:27
larskssdake_: around now, if you're still around.00:35
*** noslzzp has quit IRC00:42
*** cody-somerville_ has quit IRC00:45
sdakelarsks yup just got back to pc00:50
sdakelarsks I think things are sort of working00:50
larsksAwesome.00:51
sdakelarsks can you take a look at the patch00:52
sdakeand see if the network settings look correct00:52
sdakeI use kbr0 for the bridge00:52
sdakenot sure if that is right00:52
sdakeI use eth0 for the net interface00:52
larsksDo you have a link handy?00:52
sdakeI think that is ok00:52
sdakehttps://review.openstack.org/12938000:53
larsksLookin'00:53
sdakehttps://review.openstack.org/12948800:53
sdakelibvirt as a separate container is a no go becausae guestfs is bust00:53
larsksI don't think you can use "kbr0" for flat_network_bridge -- this isn't visible from inside the container (the container only knows about "eth0").00:54
sdakewhich should it be instead?00:54
sdakei was able to boot a vm but not sure about accessing the netwrok00:55
sdakeso I dont know if the vm actually booted00:55
larsksYou (well, "the system administrator") is expected to create that bridge and then configure nova appropriately.  You would, e.g., create "br-nova", and then tell nova to attach to it.00:55
larsksI think there probably also need to be settings for the network ranges from which Nova allocates addresses.00:56
sdakeso br-nova would be created by the heat template then?00:56
larsksNo.00:56
sdakeyou can set those ranges manually via a command00:56
larsksbr-nova would exist *inside the nova container*.00:56
larsksRemember, host interfaces (set up e.g., by the heat templates) are not visible inside containers.00:56
sdakegot it, so the start script would create it00:56
sdakeyup00:56
sdakeif you have a command, i'll add to the scripts00:57
sdakeand try it out00:57
sdakei've been going since 5am getting ready to eat shortly00:57
larsksWell, creating a bridge is simply "brctl addbr <bridge_name>"00:57
sdakeok00:57
sdakeI'll try that out then00:57
larsksNeed to make sure you have bridge-utils installed.  I'm pretty sure we do.00:57
sdakewhat does that bridge do pricesly?00:58
sdakeroute all of the compute nodes info over that br idge?00:58
larsksI believe that all nova instances will be attached to that bridge.00:59
sdakehow do we get the nova-network to get to the outside network?00:59
sdakea masquarade rule?00:59
larsksPossibly, yes.01:00
larsksBut I would worry about that *after* we are able to successfully boot an instance and have *internal* connectivity.01:00
sdakeshoudl we be asble to ssh from minion to the machine?01:00
sdaketo the vm I mean01:00
larsksWe should probably be able to ssh from the compute container to a nova instance.01:00
sdakewhat about outside the compute container01:01
larsksThis has some notes about the "FlatDHCP" network model that are probably worth reading: http://docs.openstack.org/admin-guide-cloud/content/section_networking-options.html01:01
larsksAgain, I think we should worry about outside the container *after* we have things working inside the container.01:01
sdakeyar01:01
sdakewfm01:01
larsksBecause if can't get inside the container to work first, we have nothing to test.01:01
*** cody-somerville_ has joined #tripleo01:01
sdakeright01:01
sdakeI have a script which enters the container so that is easy enough to test01:02
sdakeI just dont know this network stuff too well so strugglign to understand the connections01:02
larsksIt may be expected that the flat_network_bridges on all compute nodes are actually on the same L2 network.01:03
larsksThat might make life tricky.01:03
larsksE.g: http://docs.openstack.org/grizzly/openstack-compute/admin/content/figures/6/figures/FlatNetworkMultInterface.png01:04
larsksBut if we can get things working inside a *single* compute node, that gives us a starting point to work with.01:05
sdakethat picture indicates the controller has nova-network rather t hen nova-compute01:05
sdakeatm if we have 5 minons we would spin up 5 nova computes01:06
sdakeand 5 nova networks01:06
larsksRight.  And nova instances deployed inside a single compute container might work...whereas instances that end up on separate compute containers might not have the l2 connectivity people expect.01:07
larsksBut that's fine for now; we've got to start somewhere.01:07
sdakehttp://paste.fedoraproject.org/143408/1376732401:09
sdakedoes that look good01:10
larsksSure, maybe :).  The real test is if nova will boot an instance and attach it to that bridge.01:11
sdakeit does boot it01:11
sdake(in the old kbr model)01:11
sdakeattach I am unclear about01:11
larsksAn instance launched by nova should be a member of that bridge.01:12
sdakeright so brctl show should see it01:12
larsksRight.01:12
sdakeI think this would work if we had 3 nodes connected to one bridge, they would be able to communicate with each other01:13
sdakebut not sure on the outside communication01:13
larsksThree "nodes" meaning "compute containers"?  Connected to what bridge? How?01:13
sdakeshould nova-network be 1 process or n processes?01:13
sdakethree qemuy processes in 1 compute container01:13
larsksRight, that is what I was saying ealier -- Nova instances launched inside the same container might Just Work.01:14
larsksAvoid the word "node", because that often means "physical host".01:14
sdakeagree01:14
sdaketoo many nouns :)01:14
sdaketypiucall yI try to say minion since that is unequivaocble01:14
sdakelet me spin that up and try it01:15
larsksI have to take off for the evening.  I will try applying that batch and booting things in the morning.01:15
sdakereal quick01:19
sdakewhen was k8s 0.4 coming?01:19
sdakemonday?01:19
larsksJust a sec, checking...01:19
larsksPossibly.  Has not dropped yet, apparently.01:20
sdakeno it has not01:20
sdakeI hate to release a busted release since all the binaries will change / etc01:20
sdakeguess we will find out monday :)01:20
StevenKsdake: But it is Monday! :-P01:20
sdakeif it lands monday we can make some quick fixes I think01:21
sdakeonly in AUS :)01:21
StevenKsdake: And New Zealand, Japan, Singapore ... :-)01:21
sdakewell right01:21
sdakeatleast I got 1 correct ;)01:21
StevenKsdake: :-)01:22
*** jpeeler has quit IRC01:41
*** avozza is now known as zz_avozza01:53
*** nosnos has joined #tripleo01:54
*** pcrews has joined #tripleo01:55
*** yamahata has joined #tripleo01:57
*** jpeeler has joined #tripleo02:01
*** jerryz has joined #tripleo02:03
jerryz  frdvgfbv02:06
jerryz]02:06
lifelessbless you02:07
jerryzsorry, my baby was on the keyboard02:10
lifelessits cool02:17
lifelesshow old are they?02:17
jerryzalmost 202:17
lifelessawesome02:18
jerryzif next time i post something like fdsaaaaaaaaaaaaaaaaaaaaaaaa, then please call the ambulance.02:19
lifeless:>02:19
*** takadayuiko has joined #tripleo02:26
*** takadayu_ has joined #tripleo02:26
*** takadayu_ has quit IRC02:27
*** ramishra has joined #tripleo02:28
*** zz_avozza is now known as avozza02:44
*** avozza is now known as zz_avozza02:55
*** untriaged-bot has joined #tripleo03:00
untriaged-botUntriaged bugs so far:03:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138246803:00
uvirtbotLaunchpad bug 1382468 in tuskar "Bad parameter exception" [Undecided,Triaged]03:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/138140803:00
uvirtbotLaunchpad bug 1381408 in diskimage-builder ""visudo" always got error when building overcloud image" [Undecided,New]03:00
*** untriaged-bot has quit IRC03:00
*** jerryz has quit IRC03:01
*** julim has quit IRC03:05
*** jerryz has joined #tripleo03:07
*** pcrews has quit IRC03:12
*** marun has joined #tripleo03:15
*** nosnos has quit IRC03:24
*** nosnos has joined #tripleo03:25
*** nosnos has quit IRC03:29
*** marun has quit IRC03:38
*** zz_avozza is now known as avozza03:46
*** nosnos has joined #tripleo03:48
*** ramishra has quit IRC03:52
*** avozza is now known as zz_avozza03:56
*** marun has joined #tripleo03:57
*** ramishra has joined #tripleo03:58
*** marun has quit IRC04:06
*** ramishra has quit IRC04:10
*** ramishra has joined #tripleo04:16
*** lazy_prince is now known as killer_prince04:23
*** rameshg87 has joined #tripleo04:25
*** pradeep has joined #tripleo04:37
*** sdake has quit IRC04:41
*** zz_avozza is now known as avozza04:47
*** tzumainn has quit IRC04:48
openstackgerritJeff Peeler proposed a change to stackforge/kolla: Implement containers for heat-engine and heat-api  https://review.openstack.org/12899404:50
*** avozza is now known as zz_avozza04:57
*** grauwulf has quit IRC04:58
*** pensu has joined #tripleo04:59
jpeelersdake_: success finally :) going to bed now05:00
*** grauwulf has joined #tripleo05:00
*** bvivek has joined #tripleo05:08
*** ramishra_ has joined #tripleo05:24
*** mrunge has joined #tripleo05:27
*** ramishra has quit IRC05:28
*** killer_prince has quit IRC05:31
openstackgerritlokesh s proposed a change to openstack/tripleo-image-elements: :adding local boot support for uboot arm arch  https://review.openstack.org/10672705:53
openstackgerritlokesh s proposed a change to openstack/tripleo-image-elements: adding local boot support for uboot arm arch  https://review.openstack.org/10672705:57
*** loki184 has joined #tripleo05:58
*** nosnos has quit IRC05:59
*** nosnos has joined #tripleo06:00
*** killer_prince has joined #tripleo06:01
*** killer_prince is now known as lazy_prince06:01
*** takadayuiko has quit IRC06:10
*** k4n0 has joined #tripleo06:11
*** ramishra has joined #tripleo06:16
*** ramishra_ has quit IRC06:16
*** jprovazn has joined #tripleo06:26
*** rdopieralski has joined #tripleo06:33
*** rdopieralski has quit IRC06:34
*** rdopieralski has joined #tripleo06:34
*** ramishra has quit IRC06:38
*** nosnos has quit IRC06:39
*** nosnos has joined #tripleo06:39
*** zz_avozza is now known as avozza06:48
*** sdake_ has quit IRC06:50
*** ci-overcloud has joined #tripleo06:54
ci-overcloud************** ci-overcloud complete status=1 ************06:54
*** ci-overcloud has quit IRC06:54
*** avozza is now known as zz_avozza06:57
*** jtomasek has joined #tripleo07:05
*** rushiagr_away is now known as rushiagr07:10
*** pensu has quit IRC07:15
openstackgerritA change was merged to openstack/os-cloud-config: Add support for injecting extra-specs into flavors  https://review.openstack.org/12334507:16
*** jcoufal has joined #tripleo07:28
*** ci-overcloud has joined #tripleo07:36
ci-overcloud************** ci-overcloud complete status=1 ************07:36
*** ci-overcloud has quit IRC07:36
*** zz_avozza is now known as avozza07:39
openstackgerritA change was merged to openstack/tripleo-image-elements: Add SSL PKI properties for keystone  https://review.openstack.org/12904907:41
*** ramishra has joined #tripleo07:43
*** gfidente has joined #tripleo07:45
openstackgerritA change was merged to openstack/tripleo-image-elements: Migrates corosync element to svc-map  https://review.openstack.org/12907207:47
*** lazy_prince is now known as killer_prince08:04
*** rlandy has joined #tripleo08:04
*** dtantsur has joined #tripleo08:06
*** ci-overcloud has joined #tripleo08:06
ci-overcloud************** ci-overcloud complete status=1 ************08:06
*** ci-overcloud has quit IRC08:06
*** ramishra has quit IRC08:09
*** athomas has joined #tripleo08:11
*** jistr has joined #tripleo08:12
*** derekh has joined #tripleo08:12
*** bvivek has quit IRC08:15
*** ramishra has joined #tripleo08:15
*** yamahata has quit IRC08:20
*** ramishra has quit IRC08:25
* tchaypo brings the conversation over here08:32
* derekh follows08:32
derekhtchaypo: did your call to load-image succeed ?08:32
tchaypo*headdesk*08:33
tchaypoapparently it's throwing a 500...08:34
derekhI guess you've figure it out08:34
*** akrivoka has joined #tripleo08:34
derekhahh08:34
tchaypoI suspected something like this was happening, because "glance image-list" is suspiciously short08:34
*** lucasagomes has joined #tripleo08:35
derekhgreghaynes: so do we need more ram for the HA test ? or did you identify someway to reduce requirements ?08:35
tchaypoof course the logging says nothing.08:35
*** bvivek has joined #tripleo08:38
*** rushiagr is now known as rushiagr_away08:38
tchaypothis is beautiful. with deubg turned off I just get told there was a failure. With it on I get pages and pages..08:39
derekhtchaypo: ;-(08:39
derekhtchaypo: I'd double check swift is working08:39
tchaypoOct 20 08:40:01 undercloud-undercloud-uxtyfj4ag5qy glance-api: 2014-10-20 08:40:01.118 58628 WARNING glance_store.driver [-] Failed to configure store correctly: A value for swift_store_auth_address is required. Disabling add method.08:40
StevenKWasn't auth_* being discussed on Friday night?08:41
StevenKDid something land?08:41
tchaypoI don't think I was around on friday night08:41
StevenKWell, I'm not really around today :-)08:41
derekhCI jobs still working (using swift)08:41
tchaypoStevenK: did you get access to hp1 yet?08:44
tchayposwift list is unhappy08:46
tchaypoit looks like it wants a region name08:46
StevenKtchaypo: Nope, hp1 stills says EPERM08:46
tchaypodefaults to OS_REGION_NAME which isn't set08:46
StevenKregionOne is mostly what we set for Keystone and such by default08:47
tchaypoStevenK: try again08:47
*** regebro has joined #tripleo08:47
StevenKtchaypo: Works now, thanks08:48
tchaypoeven manually specifying that, still get the same error08:48
tchaypoI'd restart the swift service on the undercloud08:49
tchaypobut there's nothing in /etc/init matching *swift*08:49
tchaypobit o dpm08:50
* tchaypo regains control of keyboard08:50
tchaypobut I don't know if there's meant to be08:50
*** kbyrne has joined #tripleo08:51
derekhtchaypo: FWIW swift list on hp1 is working, no sign of region name being set08:51
derekhtchaypo: actually hold on08:51
derekhtchaypo: I may have sent you down the wrong path, we don't have swift on the undercloud do we ?08:51
tchaypono, it doesn't seem so08:51
tchaypoit's not under /opt/stack either08:51
derekhtchaypo: sorry08:51
tchaypoand no init script in /etc/init08:51
tchayposo let's ignore those errors :)08:52
derekhtchaypo: I was thinking of glance problems I've had on the overcloud08:52
tchaypowhat does glance use when it's not using swift? *reads docs*08:52
derekhtchaypo: probably local filesystem08:52
derekhtchaypo: usually /var/lib/glance08:53
derekhtchaypo: or /mnt/state/...08:53
tchaypobut in this case it would be mnt/state08:53
tchaypoand that wasn't remounted when the server came back up08:53
tchaypoand glance hasn't been restarted since /mnt/state was put in place08:53
tchaypobut restarting the glance services still gives me 500s08:54
derekhI doubt that would matter, glance wouldn't try to access that directory until it needs to08:55
*** rushiagr_away is now known as rushiagr08:57
tchaypoglance-reg.log seems to have an actual error08:59
tchaypohttp://paste.openstack.org/show/122114/08:59
tchaypoalso I am E_NO_TIME and have to run away be domestic.08:59
StevenKHuh09:01
StevenKIt sounds like oslo.i18n ate it, too09:01
*** avozza is now known as zz_avozza09:03
tchaypoglance-reg seems to die hard09:03
tchaypohttp://paste.openstack.org/show/122120/09:03
tchaypoinit respawns it09:03
GheRiveromorning all09:03
tchaypolo ghe09:04
*** pelix has joined #tripleo09:05
*** killer_prince has quit IRC09:09
*** lazy_prince has joined #tripleo09:09
*** zz_avozza is now known as avozza09:14
*** pblaho has joined #tripleo09:14
rameshg87GheRivero, derekh, hi09:18
rameshg87GheRivero, derekh, can you please have a look at the review https://review.openstack.org/#/c/123642/ . it has been around for some days :(09:19
derekhrameshg87: yup, will take a look today09:20
rameshg87derekh, thanks09:21
*** ramishra has joined #tripleo09:22
*** pbelanyi has joined #tripleo09:28
*** jp_at_hp has joined #tripleo09:29
*** k4n0 has quit IRC09:32
*** k4n0 has joined #tripleo09:34
openstackgerritGiulio Fidente proposed a change to openstack/tripleo-image-elements: Improve nfs-server to support multiple shares and options  https://review.openstack.org/12596809:36
*** ifarkas has joined #tripleo09:43
tchayporeading http://lists.openstack.org/pipermail/openstack-dev/2014-June/038857.html it seems as though there's an error happening inside glance-registry, and then in attempting to process the error message it throws a different error about the unicode09:48
GheRivero[A09:50
GheRivero[A09:50
openstackgerritGiulio Fidente proposed a change to openstack/tripleo-image-elements: Improve nfs-server to support multiple shares and options  https://review.openstack.org/12596809:53
*** avozza is now known as zz_avozza09:53
shadowerrbrady: ping09:53
jerryztchaypo: could you take a look at this problem? http://paste.openstack.org/show/122132/09:55
openstackgerritA change was merged to openstack/tripleo-image-elements: Migrate from map-services to svc-map  https://review.openstack.org/12906609:55
jerryztchaypo: there should be enough space on sdb09:55
jerryztchaypo: never mind. the disk turns out to small10:03
* tchaypo admires passing birdies10:04
tchaypoi was about to suggesting using parted to print info about the disk to check :)10:05
*** pensu has joined #tripleo10:06
openstackgerritA change was merged to openstack/tripleo-heat-templates: Passthrough{Specific} and allNodesConfig for BlockStorage nodes  https://review.openstack.org/11207510:07
*** yamahata has joined #tripleo10:12
*** rushiagr is now known as rushiagr_away10:17
openstackgerritDerek Higgins proposed a change to openstack-infra/tripleo-ci: Build a local pip mirror of python packages being tested  https://review.openstack.org/7183710:43
*** akrivoka has quit IRC10:48
openstackgerritNicholas Randon proposed a change to openstack/tripleo-image-elements: Fix RabbitMQ element clustering start and stop  https://review.openstack.org/11552410:53
openstackgerritA change was merged to openstack/diskimage-builder: Enable dracut deploy ramdisks  https://review.openstack.org/10527511:03
openstackgerritA change was merged to openstack/diskimage-builder: Avoid overwritting of hooks  https://review.openstack.org/12686911:04
*** lazy_prince has quit IRC11:09
*** slagle has joined #tripleo11:09
*** lazy_prince has joined #tripleo11:11
*** akrivoka has joined #tripleo11:17
*** rushiagr_away is now known as rushiagr11:21
derekhrameshg87: Some comments added11:24
*** loki184 has quit IRC11:24
openstackgerritLennart Regebro proposed a change to openstack/tuskar-ui: More readable flavor names  https://review.openstack.org/12868411:25
tchaypoOct 20 11:24:55 undercloud-undercloud-uxtyfj4ag5qy glance-reg: ERROR: Could not bind to 0.0.0.0:9191 after trying for 30 seconds11:25
rameshg87derekh, thanks, let me check11:25
rameshg87derekh, it would be good if can just copy paste me the logs into paste.openstack.org, i will see if i can make out something from it11:27
rameshg87derekh, regarding the fedora failure11:27
derekhrameshg87: ok, will see if I cam manage to get a log from the VM, its also possible I'm using it wrong11:31
rameshg87derekh, okay.11:31
rameshg87derekh, and regarding DIB_IMAGE_ROOT_FS_UUID11:32
*** killer_prince has joined #tripleo11:32
rameshg87derekh, https://review.openstack.org/#/c/123642/8/README.md11:32
rameshg87derekh, it can be used by all the elements (not only iso element)11:32
rameshg87derekh, but can't be passed to disk-image-create11:32
rameshg87derekh, are there some other suggestions to put this info ?11:33
derekhrameshg87:  Actually I probably did something wronge, will try again, stand by11:35
rameshg87derekh, okay ..11:35
openstackgerritA change was merged to openstack/diskimage-builder: Allow source-repositories to be disabled completely  https://review.openstack.org/12869511:35
derekhrameshg87: Actually setting DIB_IMAGE_FS_UUID like this ${DIB_IMAGE_ROOT_FS_UUID:-`uuidgen -r`} , still testing the other thing11:36
*** jprovazn has quit IRC11:37
rameshg87derekh, ah okay ..11:37
openstackgerritA change was merged to openstack/tuskar: Updated from global requirements  https://review.openstack.org/12267411:37
rameshg87derekh, but there is no reason why user should be interested in passing DIB_IMAGE_FS_UUID :)11:37
rameshg87derekh, even user should be generating it randomly just like uuidgen11:37
rameshg87derekh, so should we really give that option ?11:38
derekhrameshg87: ok, make sense, I guess I just expected to be able to set it because its listed beside DIB_OFFLINE which can be set from outside disk-image-create and the readme doesn't say one can be set and the other can't so I assumed if it was listed in the same place then they could both be treated similarly11:41
rameshg87derekh, should i just add a note this can't be set from outside ?11:42
derekhrameshg87: ya I think so, I think it will just make it clearer11:43
rameshg87derekh, sure will do ..11:44
openstackgerritNicholas Randon proposed a change to openstack/tripleo-heat-templates: Simplify the layout of haproxy net binds config  https://review.openstack.org/12925811:45
rbradyshadower: pong11:49
*** lucasagomes is now known as lucas-hungry11:50
derekhrameshg87: ok, looks like I was doing something stupid with the disk not being found its working now, just needed to change the path to isolinux.bin mentioned in the review11:50
rameshg87derekh, yeah sure, will do that ..11:51
rameshg87derekh, i am just changing it to use pkg-map11:51
derekhrameshg87: ok, thanks11:51
*** killer_prince has quit IRC11:52
*** lazy_prince has quit IRC11:52
*** lazy_pri- has joined #tripleo11:52
*** lazy_pri- is now known as lazy_prince11:53
gfidenteping TheJulia you around?11:57
shadowerrbrady: I just wanted to ask about that push to https://review.openstack.org/#/c/123100/ but you answered that there11:58
*** rameshg87 has quit IRC11:59
openstackgerritMichael Kerrin proposed a change to openstack/diskimage-builder: Handle extra spaces in merge-svc-map-files  https://review.openstack.org/12959012:01
pbelanyirbrady: (and shadower) what are the reasons for reverting my change?12:05
openstackgerritA change was merged to openstack/tuskar-ui: More readable flavor names  https://review.openstack.org/12868412:06
rbradypbelanyi: read the comments on 12310012:06
pbelanyirbrady: I've just read it, but it's still not clear to me why my patch (https://review.openstack.org/#/c/123713/) got reverted12:08
shadowerpbelanyi: I think it's because rbrady based his patch on top of lsmola's patch which was not rebased on our latest revisions. And gerrit then pushed the old commits as new revisions12:09
rbradypbelanyi: remember me pinging you about dependencies friday?  Well, I followed the docs and I somehow botched it.  We'll get it fixed shortly.12:09
shadowerpbelanyi: I'm going to re-upload the correct version of my patch and you can rebase on top of taht12:10
*** rhallisey has joined #tripleo12:10
openstackgerritA change was merged to openstack/tuskar-ui: Correctly show failed events  https://review.openstack.org/12868612:10
pbelanyirbrady: oh, ok, so you based your patch on lsmola's and that's why...12:11
rbradypbelyani: first I tried basing off of yours, which is probably where I went wrong.  Later I tried rebasing off of lsmola's12:11
lsmolapblaho: maybe we should just squash my patches and rbrady's patches to yours12:12
lsmolapblaho: damn it was to pbelanyi12:12
openstackgerritTomas Sedovic proposed a change to openstack/tripleo-heat-templates: Compute and controller templates without merge.py  https://review.openstack.org/12310012:12
pblaholsmola: smash them !12:12
rbradylsmola: great idea12:13
pblaholsmola: :-)12:13
shadowerpbelanyi: okay feel free to rebase on top of that12:13
shadowerbtw yea I think lsmola's and rbrady's patches could be merged with pbelanyi's change if everyone's fine with that12:13
lsmolashadower: yeah seems like it can take while to merge it and this rebasing is tiring :-)12:14
lsmolapbelanyi: could you squash them? or we should do that?12:14
*** morazi has quit IRC12:14
pbelanyilsmola, rbrady: ok, I'll incorporate your mods into my patch12:16
*** dprince has joined #tripleo12:16
rbradypbelanyi: thanks!12:16
*** bvivek has quit IRC12:19
lsmolaathomas: I've submitted the Deployment of OpenStack using instack talk for devconf12:25
lsmolaathomas: but if anybody else wants to do it, I can just pass it12:25
lsmoladtantsur: will you submit the ironic talk?12:26
*** noslzzp has joined #tripleo12:29
rdopieralskiathomas: robot talk submitted12:31
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Add last event to deployment in progress page  https://review.openstack.org/12870812:32
*** ramishra has quit IRC12:36
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Add last event to deployment in progress page  https://review.openstack.org/12870812:37
*** jdob has joined #tripleo12:40
openstackgerritPeter Belanyi proposed a change to openstack/tripleo-heat-templates: Add converted version of block and object storage  https://review.openstack.org/12371312:42
*** jprovazn has joined #tripleo12:42
openstackgerritA change was merged to openstack/tripleo-image-elements: Use Percona Packages for Ubuntu and Debian  https://review.openstack.org/9013412:42
pbelanyilsmola rbrady shadower: squashing done, I hope I've included everything https://review.openstack.org/#/c/123713/1612:44
lsmolapbelanyi: cool, thank you12:45
rbradypbelanyi: thanks! lgtm.  Will test it now.12:46
athomasrdopieralski, lsmola Magic12:46
athomasrdopieralski, I'm only encouraging the robot talk because I want to see it myself!12:46
athomasrdopieralski, I don't care about what the rest of the audience want ;-)12:46
athomasWell, that's not true. Everyone knows robots are cool12:47
athomasAnyone who doesn't want to hear about robots isn't going to attend devconf anyway12:47
tchaypothere was a great talk at pycon-au a few years ago12:48
tchaypoabout massive spinning robot claws12:48
*** zz_avozza is now known as avozza12:48
rdopieralskitchaypo: O.o12:49
lsmolapbelanyi: seems it is correct, abandoning my patches12:50
lsmolatchaypo: lol, that sounds dangerous :-)12:50
*** lucas-hungry is now known as lucasagomes12:51
*** radez_g0n3 is now known as radez12:55
StevenKI don't think I want to see massive spinning robot claws throwing exceptions12:58
StevenKThey sound heavy12:59
tchaypohttp://pycon-au.org/2010/conference/schedule/event/60/index.html12:59
*** tzumainn has joined #tripleo12:59
tchaypousually they were throwing rubbish12:59
StevenKNo files, I seee.12:59
StevenKs/\(ee\)e/\1/12:59
tchaypooh look, it's tuesday.13:02
tchaypoi think that means it's bedtime13:02
*** pensu has quit IRC13:03
*** weshay has joined #tripleo13:05
openstackgerritA change was merged to openstack/tuskar-ui: Add support for min, max and step in the NumberPicker  https://review.openstack.org/12823513:05
*** julim has joined #tripleo13:08
*** jlabocki has joined #tripleo13:10
*** wuhg has joined #tripleo13:11
*** dprince has quit IRC13:13
*** lazy_prince has quit IRC13:18
*** avozza is now known as zz_avozza13:18
*** dprince has joined #tripleo13:19
*** morazi has joined #tripleo13:21
*** dprince has quit IRC13:29
*** dprince has joined #tripleo13:30
*** killer_prince has joined #tripleo13:37
*** killer_prince is now known as lazy_prince13:37
openstackgerritErik Colnick proposed a change to openstack/tripleo-heat-templates: Enable Neutron DVR support in TripleO installation  https://review.openstack.org/12961713:40
*** pblaho has quit IRC13:41
openstackgerritErik Colnick proposed a change to openstack/tripleo-heat-templates: Enable Neutron DVR support in TripleO installation  https://review.openstack.org/12961713:45
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Default to keystone auth strategy  https://review.openstack.org/9337013:54
openstackgerritDougal Matthews proposed a change to openstack/tuskar: Update Tuskar Install Documentation  https://review.openstack.org/12559613:54
*** k4n0 has quit IRC13:55
*** rushiagr is now known as rushiagr_away13:58
*** zz_avozza is now known as avozza14:00
*** lucasagomes has quit IRC14:01
*** nosnos has quit IRC14:09
*** nosnos has joined #tripleo14:09
*** cwolfe__ has quit IRC14:13
*** regebro has quit IRC14:13
*** nosnos has quit IRC14:14
*** lucasagomes has joined #tripleo14:16
*** beekneemech is now known as bnemec14:16
greghaynesderekh: I got sidetracked on that issue. In theory we can turn down the number of worker processes...14:23
*** pcrews has joined #tripleo14:24
derekhgreghaynes: ok cool, was just wondering14:25
*** ramishra has joined #tripleo14:27
*** rwsu has joined #tripleo14:30
*** jerryz has quit IRC14:38
*** pensu has joined #tripleo14:41
openstackgerritNicholas Randon proposed a change to openstack/tripleo-heat-templates: Simplify the layout of haproxy net binds config  https://review.openstack.org/12925814:47
greghaynesderekh: did the CI pypi mirror patch end up working?14:49
derekhgreghaynes: doesn't look like it, was trying to figure it out earlier  but got abit sidetracked I should get back to it later this evening14:50
openstackgerritAlexis Lee proposed a change to openstack/os-apply-config: Allow extraction of list items  https://review.openstack.org/12963614:53
openstackgerritAlexis Lee proposed a change to openstack/os-apply-config: Allow extraction of list items  https://review.openstack.org/12963614:54
greghaynesderekh: looks like it makes and installs the sdist14:57
greghaynesso thats something14:57
derekhgreghaynes: yup, its being made alright but Its not getting used14:58
derekhgreghaynes: so half way there ;-)14:58
greghayneswhere did you find that format for index.html?14:58
greghaynesis that actually needed?14:58
derekhgreghaynes: I forget, I think at the time I looked at some existing index.html files and copied them, I'm pretty sure it was needed14:59
*** jistr has quit IRC14:59
*** blinky_ghost has joined #tripleo14:59
*** untriaged-bot has joined #tripleo15:00
untriaged-botUntriaged bugs so far:15:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138246815:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/138140815:00
*** untriaged-bot has quit IRC15:00
uvirtbotLaunchpad bug 1382468 in tuskar "Bad parameter exception" [Undecided,Triaged]15:00
uvirtbotLaunchpad bug 1381408 in diskimage-builder ""visudo" always got error when building overcloud image" [Undecided,New]15:00
*** jistr has joined #tripleo15:01
blinky_ghosthi all, can anybody tell me if the instructions on this git repo https://github.com/agroup/instack-undercloud are updated and working to test tripleo with Juno? thanks.15:01
openstackgerritJeff Peeler proposed a change to stackforge/kolla: Add heat service to tools/start scripts  https://review.openstack.org/12963915:01
*** jlabocki has quit IRC15:02
greghaynesderekh: hrm, dont you need a root index.html>15:04
greghaynesoh15:04
greghaynesyea, the root index.html seems like it might be insufficient15:04
greghaynesderekh: mind if I upload a patch to test this theory?15:05
openstackgerritAlexis Lee proposed a change to openstack/os-apply-config: Allow extraction of list items  https://review.openstack.org/12963615:05
derekhgreghaynes: I think the format I had was working, but test away whats the wort thing that could happen15:06
derekhgreghaynes: although my memory could be hazy15:07
*** pradeep has quit IRC15:08
openstackgerritErik Colnick proposed a change to openstack/tripleo-heat-templates: OEnable Neutron DVR support in TripleO installation  https://review.openstack.org/12961715:11
openstackgerritgreghaynes proposed a change to openstack-infra/tripleo-ci: Build a local pip mirror of python packages being tested  https://review.openstack.org/7183715:12
greghaynesyea, I could be totally wrong but cant hurt15:12
openstackgerritErik Colnick proposed a change to openstack/tripleo-heat-templates: OEnable Neutron DVR support in TripleO installation  https://review.openstack.org/12961715:12
greghaynesderekh: oh, another possible issue is the patch were testing is for oslo.messaging which may or may not be installed via --pre (since itll be a transitive dependency)15:15
derekhgreghaynes: ahh ok, sounds plausible15:16
greghaynesim going to grab an os-cloud-config patch instead for now15:16
openstackgerritErik Colnick proposed a change to openstack/tripleo-heat-templates: Enable Neutron DVR support in TripleO installation  https://review.openstack.org/12961715:18
openstackgerritgreghaynes proposed a change to openstack-infra/tripleo-ci: Build a local pip mirror of python packages being tested  https://review.openstack.org/7183715:18
openstackgerritgreghaynes proposed a change to openstack-infra/tripleo-ci: Build a local pip mirror of python packages being tested  https://review.openstack.org/7183715:27
*** sdake has joined #tripleo15:31
*** sdake has quit IRC15:31
*** sdake has joined #tripleo15:31
sdakemorning15:32
*** rdopieralski has quit IRC15:36
*** pradeep has joined #tripleo15:38
openstackgerritA change was merged to stackforge/kolla: Fixes k8s neutron pod image source and formatting  https://review.openstack.org/12940015:44
*** pradeep1 has joined #tripleo15:45
*** jistr has quit IRC15:45
*** pradeep has quit IRC15:46
sdakelarsks updates-testing has the latest k8s binaries15:49
larsksYes, just installed them :)15:49
sdakeany chance you could give it a run and fix what is busted15:49
larsksTaking a look.15:49
sdakei'm almost done sorting out nova15:49
*** yamahata has quit IRC15:51
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Add nodes.sh script to generate node csv  https://review.openstack.org/12924915:52
openstackgerritRamakrishnan G proposed a change to openstack/diskimage-builder: iso element to build bootable ISO images  https://review.openstack.org/12364215:53
*** rameshg87 has joined #tripleo15:54
rameshg87derekh, SpamapS: ^^^^ , please have a look at the review https://review.openstack.org/#/c/123642/915:56
*** eghobo has joined #tripleo15:58
*** ramishra has quit IRC16:00
sdakelarsks also we shouldn't be using walter's atomic repo I believe for k8s now16:01
sdakeit has all gone into f20/f2116:01
nibalizer /win 1616:01
larskssdake: Yes, noticed based on the fact that the packages are in updates-testing.16:01
sdakeright :)16:01
openstackgerritAlexis Lee proposed a change to openstack/os-apply-config: Allow extraction of list items  https://review.openstack.org/12963616:04
openstackgerritA change was merged to openstack/tripleo-image-elements: SELinux: Fix /mnt/state/var/log/keepalived context  https://review.openstack.org/12876916:05
openstackgerritA change was merged to openstack/tuskar-ui: Add last event to deployment in progress page  https://review.openstack.org/12870816:07
*** pradeep has joined #tripleo16:08
openstackgerritAlexis Lee proposed a change to openstack/os-apply-config: Allow extraction of list items  https://review.openstack.org/12963616:09
*** prad has joined #tripleo16:09
*** pradeep1 has quit IRC16:10
*** pradeep1 has joined #tripleo16:10
openstackgerritgreghaynes proposed a change to openstack/os-cloud-config: Put a cap on our cyclomatic complexity  https://review.openstack.org/12965616:10
*** Hefeweizen has joined #tripleo16:12
openstackgerritAlexis Lee proposed a change to openstack/tripleo-image-elements: Send multiple signals  https://review.openstack.org/12965816:12
*** pradeep has quit IRC16:13
*** ramishra has joined #tripleo16:13
*** eghobo has quit IRC16:23
*** ramishra has quit IRC16:30
openstackgerritJames Slagle proposed a change to openstack/diskimage-builder: svc-map requires PyYAML  https://review.openstack.org/12930516:31
*** cody-somerville_ is now known as cody-somerville16:31
*** marun has joined #tripleo16:32
lxsligreghaynes: re: "send multiple signals", are you saying signals need to be attempted in parallel?16:32
lxslithanks for swift review :)16:32
openstackgerritA change was merged to openstack/tripleo-image-elements: Add missing packages to tempest element  https://review.openstack.org/12705516:33
lxslire: retries, I'd rather try all signals once then fail and let ORC handle the retry loop I think?16:33
*** cwolfe__ has joined #tripleo16:35
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Add package install support for tuskar-ui  https://review.openstack.org/12931116:35
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Add package install support for tuskar  https://review.openstack.org/12931016:35
openstackgerritA change was merged to openstack/tripleo-image-elements: Migrate geard to svc-map  https://review.openstack.org/12907316:35
greghayneslxsli: I think that would also work, im betting the reason its not that way is so retries happen faster16:35
greghayneslxsli: parallel would be idea, that seems hard though....16:35
greghayneser, would be ideal16:35
lxsliCurrently retries go around the ORC loop16:36
greghaynesoh? maybe I misread16:37
lxsliParallelism would be possible but I'd like to avoid it in the initial attempt16:37
* greghaynes rereads16:37
*** pradeep has joined #tripleo16:37
greghaynesah, youre right, not sure why I thought otherwise16:37
lxslias soon as it hits 'exit 1' in call_curl() it'll stop; won't even try to send a signal if the handle fails16:37
greghaynesdisreguard that comment :) I think the first half about not doing the remaining signals in the list is still true thogh16:38
*** pradeep1 has quit IRC16:38
lxsliI'll fix the patch to attempt all signals (in series) before exiting, that OK for a first stab?16:38
greghaynesyep, I was just worried there was a retry loop that would block forever16:38
greghayneswhich isnt the case16:38
lxslibeen there, done that, bad idea ;)16:39
SpamapSYeah, just limit it at 1000000 seconds16:46
SpamapS11 days is enough for anything to sort itself out. ;)16:47
*** jsidhu has joined #tripleo16:52
*** rameshg87 has quit IRC16:57
*** athomas has quit IRC17:03
*** radez is now known as radez_g0n317:04
openstackgerritAlexis Lee proposed a change to openstack/tripleo-image-elements: Send multiple signals  https://review.openstack.org/12965817:06
lxslithere we go... gotta run though o/17:07
*** dkehn has quit IRC17:08
*** derekh has quit IRC17:09
*** ifarkas has quit IRC17:10
*** daneyon has quit IRC17:12
*** daneyon has joined #tripleo17:12
*** julim has quit IRC17:14
*** dtantsur is now known as dtantsur|afk17:15
openstackgerritMichael Kerrin proposed a change to openstack/diskimage-builder: Handle extra spaces in merge-svc-map-files  https://review.openstack.org/12959017:16
openstackgerritSteven Dake proposed a change to stackforge/kolla: Use hostPort to lock 1 nova-compute/nova-network per node  https://review.openstack.org/12948817:19
*** saurabhs has joined #tripleo17:26
*** lucasagomes is now known as lucas-dinner17:27
*** pradeep1 has joined #tripleo17:27
*** pradeep has quit IRC17:29
openstackgerritgreghaynes proposed a change to openstack-infra/tripleo-ci: Build a local pip mirror of python packages being tested  https://review.openstack.org/7183717:29
*** julim has joined #tripleo17:31
*** pradeep has joined #tripleo17:35
*** pradeep1 has quit IRC17:36
*** pradeep has quit IRC17:37
*** jehb has joined #tripleo17:45
*** blinky_ghost has quit IRC17:48
*** mrunge has quit IRC17:49
*** wuhg has quit IRC17:53
*** dkehn has joined #tripleo18:04
openstackgerritJames Polley proposed a change to openstack/os-cloud-config: If one node is locked, keep trying the rest.  https://review.openstack.org/12911918:05
tchaypogreat.18:11
tchayposo the one thing register-nodes can't deal with changes in18:11
tchaypois the mac address18:11
tchaypoSpamapS: ng: do you guys still need those nodes you claimed in hp2?18:13
*** ifarkas has joined #tripleo18:13
*** jang2 has joined #tripleo18:16
tchaypowheee, i now have a node registered with two different ironics18:18
tchaypoironic running on the seed knows that it's the node running the undercloud18:19
tchaypoironic running on the undercloud thinks it's a node it can use for the overcloud, and gets puzzled when it finds the instance locked18:19
*** pelix has quit IRC18:22
openstackgerritRyan Brady proposed a change to openstack/tripleo-image-elements: Migrates glance element from map-services to svc-map  https://review.openstack.org/12969818:25
*** pelix has joined #tripleo18:26
tchaypo..... well blow me down with a feather.18:26
tchaypo24 nodes running in hp218:27
tchaypoit's amazing what happens once you have the correct mac addresses18:27
tchaypoStevenK: when you're awake, many many hours from now, I need to talk to you about getting https://review.openstack.org/#/c/103757/36/scripts/setup-neutron into the new setup-neutron18:28
*** spzala has joined #tripleo18:29
*** jtomasek has quit IRC18:32
*** pelix has quit IRC18:42
*** jp_at_hp has quit IRC18:44
*** lucas-dinner is now known as lucasagomes18:52
*** pensu has quit IRC18:54
*** jcoufal has quit IRC18:55
*** rushiagr_away is now known as rushiagr18:57
*** saurabhs1 has joined #tripleo18:57
*** rhallisey has quit IRC18:57
*** jsidhu has quit IRC18:58
*** saurabhs has quit IRC18:59
*** dtantsur|afk is now known as dtantsur19:00
*** Duane has joined #tripleo19:01
sdakelarsks daneyon should nova-network be part of controller or per-compute?19:02
larskssdake: per compute + enable multi-host.19:02
larsksThis would match a typical nova-network deployment on bare hardware.19:04
daneyonsdake: most nova-network deployments are distributed (in conjunction with nova-compute) using the multi_host=true flag.19:05
*** rhallisey has joined #tripleo19:06
sdakethanks i'll do that hten19:09
*** rushiagr is now known as rushiagr_away19:13
*** ifarkas has quit IRC19:24
*** pensu has joined #tripleo19:26
*** andreaf has joined #tripleo19:28
*** radez_g0n3 is now known as radez19:30
tchaypothings I'm grumpy at today: firefox19:40
tchaypowhich now just refuses to trust the certs the IPMI uses19:40
tchaypodoesn't give me a chance to work around it19:40
*** akrivoka has quit IRC19:43
openstackgerritA change was merged to openstack/os-cloud-config: Put a cap on our cyclomatic complexity  https://review.openstack.org/12965619:43
*** rhallisey has quit IRC19:44
*** Duane has quit IRC19:45
lifelesstchaypo: are you sure its the cert19:48
lifelesstchaypo: and not sslv3 ?19:48
tchaypoyeah, the error is that the cert has been re-used19:48
tchaypohttps://support.mozilla.org/en-US/kb/Certificate%20contains%20the%20same%20serial%20number%20as%20another%20certificate19:48
tchaypounless firefox has re-used the error message about re-using certificates..19:48
tchaypolifeless: oh hey! don't know how much scrollback you saw, but I got 24 machines up in hp2 today19:49
tchaypoit turns out that register-nodes won't update the mac addresses, so I deleted all the nodes and re-added them19:49
lifelesstchaypo: \o/19:50
tchaypo*sigh*19:52
openstackgerritgreghaynes proposed a change to openstack-infra/tripleo-ci: Build a local pip mirror of python packages being tested  https://review.openstack.org/7183719:53
tchaypothe workaround is to go into firefox preferences, find all the certs that could possibly be conflicting with this one (firefox gives you no infromation about the cert) and delete them19:53
*** cwolfe__ has quit IRC19:55
*** rhallisey has joined #tripleo19:57
*** dprince has quit IRC19:58
openstackgerritSteven Dake proposed a change to stackforge/kolla: Change to using flat nova networking from neutron  https://review.openstack.org/12938019:59
*** sdake_ has joined #tripleo20:01
sdake_oddly startmeeting isn't owrking in #openstack-meeting20:03
openstackgerritA change was merged to stackforge/kolla: Use hostPort to lock 1 nova-compute/nova-network per node  https://review.openstack.org/12948820:10
greghayneshrm, I dont think our pypi element actually *works*20:17
greghayneshttp://logs.openstack.org/37/71837/13/check-tripleo/check-tripleo-ironic-undercloud-precise-nonha/861d863/console.html20:17
greghaynesor maybe its that tripleo doesnt work with it20:17
greghayneseither way, \O/20:17
*** jang has quit IRC20:22
*** jang1 has quit IRC20:22
*** dtantsur is now known as dtantsur|afk20:23
*** jang has joined #tripleo20:25
*** jang has quit IRC20:26
*** avozza is now known as zz_avozza20:28
*** jang has joined #tripleo20:29
*** jang has quit IRC20:30
*** julim has quit IRC20:32
lifelessgreghaynes: mostdefinitely does work20:32
*** lucasagomes is now known as lucas-zZz20:33
greghayneshrm20:33
*** jang has joined #tripleo20:33
greghaynesyea, I enabled it on my local dev box and my build worked20:34
lifelessgreghaynes: the default (noted in the docs) presumes a bind mounted local cache20:34
lifelessgreghaynes: / index20:34
greghaynesyes, and thats what I was hoping for20:34
greghaynesI wonder if were just building that incorrectly...20:34
lifelessgreghaynes: pip isn't in the index20:34
*** jang has quit IRC20:34
lifelessgreghaynes: and you only included one index20:34
lifelessgreghaynes: (or perhaps get-pip.py only supports one index)20:35
greghaynesah, so we cant really do the fallback index urls thing20:35
*** jang has joined #tripleo20:35
*** jprovazn has quit IRC20:35
lifelessgreghaynes: why not?20:35
*** jang has quit IRC20:35
greghayneswell, thats what I expected this to do20:36
greghaynesI wonder though20:36
greghaynesmaybe were just not writing out the other index into the pip config20:36
*** jang has joined #tripleo20:36
greghaynes(or is that what you were saying?)20:36
lifelessgreghaynes: the element is controlled via env variables20:36
lifelessgreghaynes: (yucky but there it is)20:37
lifelessgreghaynes: so what variables are being set for this patch?20:37
greghaynesah, I see. none are being set20:38
*** jlabocki has joined #tripleo20:38
jlabockiping larsks: https://github.com/larsks/heat-kuburnetes on the etherpad20:38
greghaynesso looks like I need to export the env vars for openstack pypi mirrors + file://tmp/pypi20:38
jlabockiis 40420:38
jlabockichanging to https://github.com/larsks/heat-kubernetes/20:38
*** jang has quit IRC20:38
larsksYeah, I didn't write that etherpad :)20:39
*** pensu has quit IRC20:39
jlabockilarsks: $ heat stack-create -f heat-kubernetes/kubecluster.yaml -e local.yaml my-kube-cluster20:39
jlabockiERROR: Property error : kube_master: image "k8s-f20" does not validate glance.image20:39
larsksjlabocki: do you have an image named that locally?20:40
lifelessgreghaynes: the default should be to include the pypi index20:40
jlabockiI suppose there is an assumption the glance image is in the repo20:40
jlabockinope, where can I get it?20:40
larsksWe don't provide one.20:40
jlabockioh, maybe that's on line 12?20:40
larsksThere are instructions in the README for creating one.20:40
larsksOr you can just use an F20 cloud image, although in that case you need to reboot minions after they come up.20:40
greghayneslifeless: hrm... correct20:41
jlabockiok, I'll try to update instructions, but might run out of time20:41
greghayneslooks like we dont set either of the env vars that would turn that off20:41
greghaynesso, now im just confused why this doesnt work20:41
larsksjlabocki: no worries.20:41
*** jang has joined #tripleo20:41
lifelessgreghaynes: perhaps as I suggested get-pip doesn't support multiple indices?20:41
greghaynesah20:42
jlabockiwhen you say the README.md tells you how to create a F20 image20:42
jlabockihttps://github.com/larsks/heat-kubernetes/blob/master/README.md20:42
jlabockiare you referring to "The cluster is based on Fedora 20, and makes use of the https://copr.fedoraproject.org/coprs/walters/atomic-next/ https://copr.fedoraproject.org/ repository.20:42
jlabocki"20:42
jlabockijust not seeing where it tells you how to make an image20:42
*** jang has quit IRC20:42
larsksjlabocki: Huh, yeah.  There is a get_image.sh script in that repository; I thought there was a reference in the README.20:42
larsksApparently I was mistaken.20:42
jlabockiah20:43
jlabockiget image20:43
jlabockiok,20:43
larsksI will take a look at that later this evening.20:43
jlabockithanks20:43
greghaynesoh my, this code is terrifying20:43
*** jdob has quit IRC20:44
*** jang has joined #tripleo20:44
jlabockisudo yum provides virt-customize20:44
jlabockiNo matches found20:44
jlabockihmmm20:44
jlabockilarsks: any idea where RHEL7 ships virt-customize20:45
larsksjlabocki: punt for now; I am not going to be able to focus on this until later.20:45
jlabockicheers20:45
larsksjlabocki: you could try "yum install /usr/bin/virt-customize" and see if that picks up anything.20:45
openstackgerritA change was merged to openstack/tripleo-image-elements: Migrates from map-services to svc-map  https://review.openstack.org/12906520:46
jpeelerjlabocki: on fedora, it's in libguestfs-tools-c20:46
*** jang has quit IRC20:46
openstackgerritRyan Hallisey proposed a change to stackforge/kolla: Add nova-novncproxy to the nova-controller  https://review.openstack.org/12937420:46
openstackgerritBen Nemec proposed a change to openstack/tripleo-image-elements: Make rdo-release install safe  https://review.openstack.org/12972720:47
*** jang has joined #tripleo20:47
jlabockitrying to install libguestfs*20:47
jpeelerit's new-ish i think, so maybe virt-customize is not in rhel 7?20:47
*** jang has quit IRC20:47
jpeelerwhat version is in rhel 7?20:47
larskssdake_: maybe I can stick an updated F20 image at people.redhat.com for the purposes of the announcement.20:48
*** jang has joined #tripleo20:48
jpeelervirt-customize is in 1.2620:48
sdake_wfm20:48
*** bth- has joined #tripleo20:48
sdake_and then just turn off updates?20:49
larsksUpdates aren't turned on by default.20:49
larsksSo no worries there.20:49
*** jang has quit IRC20:50
*** jang has joined #tripleo20:51
*** gfidente has quit IRC20:51
*** jang has quit IRC20:51
*** jang has joined #tripleo20:52
*** radez is now known as radez_g0n320:52
*** jang has quit IRC20:54
jpeelerrhallisey: nova-novncproxy needs to be added to the controller yaml file too, right?20:55
openstackgerritA change was merged to openstack/tripleo-image-elements: systemd: always use /lib/systemd  https://review.openstack.org/12916220:55
rhalliseyjpeeler, not yet, that was just an initial commit that needed an update20:56
rhalliseyjpeeler, since it's not needed for the release not worried about it yet20:56
jpeeleroh ok cool20:56
*** radez_g0n3 is now known as radez20:57
*** jang has joined #tripleo20:57
jlabockino virt-cuztomize in RHEL720:58
jlabockijpeeler ^20:58
jlabockiI can't test20:58
jlabockinot enough time20:58
*** jang has quit IRC20:58
openstackgerritA change was merged to openstack/tripleo-incubator: Check for firewalld before starting seed  https://review.openstack.org/12905120:59
*** jang has joined #tripleo21:00
*** untriaged-bot has joined #tripleo21:00
untriaged-botUntriaged bugs so far:21:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/138246821:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/138140821:00
*** untriaged-bot has quit IRC21:00
uvirtbotLaunchpad bug 1382468 in tuskar "Bad parameter exception" [Undecided,Triaged]21:00
uvirtbotLaunchpad bug 1381408 in diskimage-builder ""visudo" always got error when building overcloud image" [Undecided,New]21:00
*** cwolfe__ has joined #tripleo21:00
lifelessgreghaynes: terrifying, or going-blind terrifying ?21:01
greghaynesyes21:02
greghayneslifeless: clarkb indicates that you are correct - that get-pip.py script will not fall back21:02
greghaynesso I need to add pip + dependencies to the mirror21:02
*** jang has quit IRC21:02
greghayneswhich makes me think we should be using a tool like devpi21:02
tchaypofrom memory21:03
tchaypothe point where pypi-mirror development got too hard21:03
tchaypowas having to have pip+dependencies in the mirror21:03
greghayneshaha21:03
* tchaypo cheers for devpi ;)21:03
clarkbtchaypo no not really21:03
tchaypoI defer to clarkb, who was actually there21:03
clarkbit was like a one line patch21:03
clarkbbut interested parties refused to write it21:04
greghaynesclarkb: I wrote it!21:04
greghayneshttps://review.openstack.org/#/c/105650/21:04
clarkbI think greghaynes may have eventuallu21:04
greghaynes(want to +A it?)21:04
tchaypoheh21:04
clarkbhrm why didnt sergey +a21:04
*** jang has joined #tripleo21:04
greghaynesI do like how that bug got closed at wontfix with a fix patch already posted21:05
clarkbsorry that whole thing was frustrating. I posted fix to bug asked a couple people to write change but apparently my fix was wrong21:06
clarkbanyways approves21:06
*** rlandy has quit IRC21:06
*** jang has quit IRC21:06
clarkbgreghaynes you should ask mordred for core :)21:06
greghaynes\O/21:06
greghayneshaha21:07
mordredwhat did I do?21:07
clarkbdeprecated pypi-mirror21:07
greghaynesclarkb: is trying to pawn pypi-mirror review responsibilities off on me21:07
clarkband didnt rehome it21:07
mordredah. greghaynes you want to be new pypi-mirror ptl?21:07
tchaypoand didn't announce it, or update docs, or provide a migration path...21:08
mordredwe do not need it - but if you do and want to own it, that's fine by me :)21:08
greghaynesmordred: eh, I dont think I need it either so probably not worth the button clicking21:08
*** jang has joined #tripleo21:08
openstackgerritSteven Dake proposed a change to stackforge/kolla: Change to using flat nova networking from neutron  https://review.openstack.org/12938021:09
*** jang has quit IRC21:10
*** jang has joined #tripleo21:13
*** sdake_ has quit IRC21:13
*** jang has quit IRC21:14
*** dsneddon has quit IRC21:15
*** dsneddon has joined #tripleo21:15
*** jang has joined #tripleo21:16
*** jang has quit IRC21:18
*** jang has joined #tripleo21:21
larsksjpeeler: around?21:21
jpeeleryes21:21
-openstackstatus- NOTICE: Zuul erroneously marked some changes as having merge conflicts. Those changes have been added to the check queue to be rechecked and will be automatically updated when complete.21:22
larsksjpeeler: https://github.com/larsks/heat-kubernetes/blob/master/get-image.sh#L821:22
*** jang has quit IRC21:22
larsksIs that supposed to be checking of "$IMAGE" has content, or is that supposed to be checking if the file exists locally?21:23
larsksBecause right now it does not make sense...21:23
jpeelerha oops, i didn't test that part. i was looking for the file to exist locally21:23
larsksThanks. Just checking.21:23
larsksrhallisey: ^^^21:23
rhalliseyok I'll send another pull request21:24
*** jang has joined #tripleo21:25
jpeelerjust needs a -f rhallisey21:26
larsksAnd quotes!21:26
jpeelershoot, yes21:26
*** jang has quit IRC21:26
jpeelershould have just used the [[21:27
*** jang has joined #tripleo21:28
jpeelerlarsks: i think crux needs to verify in endpoint-create that the existing entry matches fully - i had to manually delete endpoints because of public ip address changes21:29
*** jang has quit IRC21:30
*** sseago has quit IRC21:30
larsksjpeeler: verify what where?  If you want to unilaterally replace the endpoints for a service, just add --remove-all...21:31
*** sseago has joined #tripleo21:31
larsksE.g https://github.com/stackforge/kolla/blob/master/docker/glance/glance-api/start.sh#L2321:31
jpeelerok guess i need to add that then21:32
larsksI have to poke pick up kids.  Back online in a few hours.21:32
larskss/poke/go/21:32
larsksWow. The heck, fingers.21:32
*** jang has joined #tripleo21:33
*** jang has quit IRC21:34
openstackgerritJeff Peeler proposed a change to stackforge/kolla: Implement containers for heat-engine and heat-api  https://review.openstack.org/12899421:35
*** jang has joined #tripleo21:37
*** prad has quit IRC21:38
*** jang has quit IRC21:38
*** jang has joined #tripleo21:40
*** openstackgerrit has quit IRC21:40
*** ccrouch has quit IRC21:42
*** jang has quit IRC21:42
*** jang has joined #tripleo21:44
*** jang has quit IRC21:46
*** zz_avozza is now known as avozza21:48
*** radez is now known as radez_g0n321:48
*** jang has joined #tripleo21:49
*** jang2 has quit IRC21:49
*** jang has quit IRC21:50
*** jang has joined #tripleo21:52
tchaypoprepare for notification of ci-overcloud fail21:53
tchaypoalthough maybe we'll be lucky and it will build inside the usual timeout..21:53
*** jang has quit IRC21:54
*** jehb has quit IRC21:55
*** jang has joined #tripleo21:56
tchaypoonly one still spawning...21:57
tchaypolifeless: if you're idly casting around for something exciting to do today...21:58
tchaypowhich i know is likely, as you never have much on your plate21:58
*** jang has quit IRC21:58
tchaypoi think we need to update https://review.openstack.org/#/c/103757/36/scripts/setup-neutron and push it into the new setup-neutron21:59
*** morazi has quit IRC22:00
*** jang has joined #tripleo22:00
*** jang has quit IRC22:02
*** jang has joined #tripleo22:03
*** jang has quit IRC22:03
*** jang has joined #tripleo22:04
lifelesstchaypo: StevenK assured me he had that covered22:05
*** jang has quit IRC22:06
*** jang has joined #tripleo22:08
tchaypowell in another few hours once he wakes up..22:10
tchaypostill one stubborn holdout22:10
*** jang has quit IRC22:10
*** jang has joined #tripleo22:11
*** jang has quit IRC22:11
*** jang has joined #tripleo22:12
*** rhallisey has quit IRC22:14
*** jang has quit IRC22:14
tchaypothere are still ~10 nodes I don't have a correct MAC address for. For now I've removed them from ironic so that they don't slow down builds. I can add them to the seed's ironic one at a time, find the mac, then move them back to the undercloud ironic22:15
tchaypobut i don't think that's worth holding up getting this up and running22:15
*** weshay has quit IRC22:15
*** jang has joined #tripleo22:17
greghaynestchaypo: I thought you two were same time zone?22:17
tchaypoif you mean lifeless, he's a few hours ahead of me22:18
greghaynesyou and StevenK22:18
tchaypoif you mean stevenk - i couldn't sleep this morning so I've been working since about 4:45. Steven usually comes online around 1022:18
greghaynesor does he keep greg-like hours22:18
greghaynesah22:18
tchayponot quite greg-like22:18
*** jang has quit IRC22:18
tchaypoi feel like this conversation now has a mandatory reference to Eastern Standard Tribe22:19
*** jang has joined #tripleo22:19
*** jang has quit IRC22:19
*** jang has joined #tripleo22:20
*** lucas-zZz has quit IRC22:20
tchaypojump on the console of the stuck node and it says it didn't get any PXE boot offers22:20
tchaypodo i have the right AMC?22:21
*** eghobo has joined #tripleo22:22
*** jang has quit IRC22:22
*** jang has joined #tripleo22:24
*** jang has quit IRC22:26
*** jang has joined #tripleo22:28
*** eghobo has quit IRC22:29
*** rhallisey has joined #tripleo22:30
*** jang has quit IRC22:30
*** eghobo has joined #tripleo22:32
*** jang has joined #tripleo22:33
*** jang has quit IRC22:34
*** jang has joined #tripleo22:36
*** jang has quit IRC22:38
*** jang has joined #tripleo22:40
lifelesstchaypo: which eastern and which standard?22:42
*** jang has quit IRC22:42
*** openstackgerrit has joined #tripleo22:42
tchaypolifeless: you havne't read?22:43
tchaypohttp://craphound.com/est/?page_id=157422:43
*** eghobo has quit IRC22:44
*** jang has joined #tripleo22:44
*** avozza is now known as zz_avozza22:45
*** zz_avozza is now known as avozza22:46
*** jang has quit IRC22:46
tchaypooh myyyyyy22:48
tchaypothere's a new kindle out22:48
tchaypoi haven't read a review yet but i want it22:48
*** jang has joined #tripleo22:48
*** eghobo has joined #tripleo22:48
*** eghobo has quit IRC22:49
* tchaypo sets mode +fanboi22:50
*** jang has quit IRC22:50
*** jang has joined #tripleo22:52
*** eghobo has joined #tripleo22:53
*** ci-overcloud has joined #tripleo22:53
ci-overcloud************** ci-overcloud complete status=1 ************22:53
*** ci-overcloud has quit IRC22:53
*** marun has quit IRC22:54
*** jang has quit IRC22:54
*** jang has joined #tripleo22:55
*** jang has quit IRC22:58
*** jang has joined #tripleo22:59
*** jang has joined #tripleo23:00
*** jang has quit IRC23:02
*** jang has joined #tripleo23:03
*** jang has quit IRC23:03
*** jang has joined #tripleo23:04
lifelesstchaypo: allo george :P23:05
*** jang has quit IRC23:06
*** jang has joined #tripleo23:09
*** jang has quit IRC23:10
*** jang has joined #tripleo23:11
*** jang has joined #tripleo23:12
*** saurabhs1 has left #tripleo23:14
*** jang has quit IRC23:14
*** jang has joined #tripleo23:17
*** jang has quit IRC23:18
*** jang has joined #tripleo23:21
*** jang has quit IRC23:22
*** jang has joined #tripleo23:23
*** jang has quit IRC23:23
lifelesstchaypo: no, I don't enjoy ory doctorows books, at least the ones I've tried.23:24
*** jang has joined #tripleo23:24
tchaypome neither23:24
tchaypoEST just happens to be one of the ones I've tried23:24
*** jang has quit IRC23:26
*** jang has joined #tripleo23:27
*** jang has quit IRC23:27
*** jang has joined #tripleo23:28
tchaypomy head has turned to moosh. It's time for a break.23:28
*** rameshg87 has joined #tripleo23:29
tchaypoI was about to say that the thing I'm bashing my head against right now is trying to get the mac address of the one node that didn't come up..23:30
tchaypobut i should be able to just remove it and figure that out later23:30
rameshg87SpamapS: hi23:30
*** jang has quit IRC23:30
tchaypoI've been trying to get on the ILO via firefox + ssh as a socks proxy, but that hasn't been working too well23:31
*** jang has joined #tripleo23:33
*** jang has quit IRC23:34
*** jang has joined #tripleo23:35
*** jang has quit IRC23:35
*** jang has joined #tripleo23:36
*** jang has quit IRC23:38
*** jang has joined #tripleo23:39
rhalliseysdake, didn't work for me23:39
*** jang has joined #tripleo23:40
*** jang has quit IRC23:42
*** jang has joined #tripleo23:45
*** jang has quit IRC23:46
*** jang has joined #tripleo23:47
*** jang has quit IRC23:47
*** jang has joined #tripleo23:48
*** jang has quit IRC23:50
*** jang has joined #tripleo23:51
*** jang has joined #tripleo23:52
*** jang has quit IRC23:54
*** Kiall has quit IRC23:56
*** jang has joined #tripleo23:57
*** Kiall has joined #tripleo23:58
*** jang has quit IRC23:58

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