Thursday, 2014-01-23

lifelessStevenK: or have a look at e.g. ironic-source.yaml00:00
*** UtahDave has quit IRC00:07
SpamapSas we get more "not openstack config" things like debian mirrors and NTP servers we're going to start getting crushed under the merge load. I wonder where HOT software config is at..00:07
*** ifarkas has quit IRC00:12
*** CaptTofu has joined #tripleo00:21
lifelessSpamapS: so does HOT00:25
SpamapShaha00:26
openstackgerritJames Slagle proposed a change to openstack/diskimage-builder: Add map-services  https://review.openstack.org/6782800:30
*** matsuhashi has joined #tripleo00:34
openstackgerritSteve Kowalik proposed a change to openstack/tripleo-image-elements: Add a debian-mirror element  https://review.openstack.org/6830800:35
*** edmund has quit IRC00:39
*** AaronGr is now known as aarongr_afk00:41
lifelesshmmm00:49
lifeless/dev/sda1        19G   19G     0 100% /00:49
lifelessreally really want that CD-deployed undercloud00:50
lifelessdu -hsx /tmp00:52
lifelessrm -rf /tmp/tmp*00:56
lifelesshmm, didn't realise tripleo-cd used pip-cache; we'll have to stop that if we want to parallelise00:59
lifelesstripleo-cd started01:00
lifelessmay things be with us01:00
*** cd-undercloud has joined #tripleo01:01
cd-undercloud************** overcloud complete status=1 ************01:01
*** cd-undercloud has quit IRC01:01
lifelessthat was fast01:01
*** CaptTofu has quit IRC01:01
*** morazi has quit IRC01:01
lifeless/opt/stack/tripleo-incubator/scripts/devtest_overcloud.sh: line 26: .crt: No such file or directory01:02
lifelesshmm, suspect SSL patch bug.01:02
lifelesscan't look now -> airport w/lynne, bbiab but if someone else wants to fix, cool01:02
*** julim has quit IRC01:04
*** CaptTofu has joined #tripleo01:06
*** julim has joined #tripleo01:07
*** vipul is now known as vipul-away01:14
*** vipul-away is now known as vipul01:29
*** nosnos has joined #tripleo01:34
*** epim has quit IRC01:36
*** taps has quit IRC01:51
*** coolsvap has quit IRC02:21
*** vkozhukalov has joined #tripleo02:23
*** coolsvap has joined #tripleo02:24
openstackgerritSteve Kowalik proposed a change to openstack/tripleo-heat-templates: Add a debian-mirror heat template  https://review.openstack.org/6854102:24
lifelessStevenK: oh, you got non-nested to work ? cool.02:25
StevenKlifeless: Still nested02:27
lifelessStevenK: the heat template is flat though02:29
StevenKlifeless: Sorry, the loop in the oac template is nested, the JSON isn't required to be nested02:33
lifelessso yeah, you got non-nested JSON working02:34
*** julim has quit IRC02:35
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Update API documentation to use proper docstrings  https://review.openstack.org/6842702:36
*** coolsvap has quit IRC02:37
StevenKlifeless: Am I on the right track with those two?02:52
*** ramishra has joined #tripleo02:52
lifelessI think so02:53
lifelessshall review soon02:53
StevenKlifeless: What shall I poke at?02:57
*** sballe_ has quit IRC02:59
*** sballe_ has joined #tripleo03:00
*** spzala has quit IRC03:03
*** sballe_ has quit IRC03:08
*** UtahDave has joined #tripleo03:09
lifelessStevenK: how about the .crt issue I found above ?03:12
*** sdake-ooo is now known as sdake03:13
StevenKRight03:16
*** ramishra has quit IRC03:19
*** ramishra has joined #tripleo03:20
*** ramishra has quit IRC03:24
*** cody-somerville has quit IRC03:35
lifelessSpamapS: around ?03:39
*** ramishra has joined #tripleo03:44
openstackgerritDan Prince proposed a change to openstack-infra/tripleo-ci: Remove old school TOCI files  https://review.openstack.org/6855003:47
*** cody-somerville has joined #tripleo03:51
*** cody-somerville has joined #tripleo03:51
lifelessbtw04:08
lifelesseveryone should read http://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying at some point04:08
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: Rename generate-interfaces-file.sh...  https://review.openstack.org/6826604:11
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: Only configure DHCP for real interfaces  https://review.openstack.org/6826504:11
*** CaptTofu has quit IRC04:14
StevenKlifeless: Hmmm, what does ${SSLBASE:+...} do?04:50
lifelessStevenK: man bash :)04:50
SpamapSlifeless: not really "around".. in and out a bit04:54
*** akuznetsov has joined #tripleo04:56
greghaynesSo ive created devtest undercloud and then run into an issue when attempting to create overcloud. I see in nova list two nodes are created and shown as active (one compute and one notcompute), but heat shows the overcloud as in create in progress then eventually times out. The only errorish log ive been able to find thus far is heat-provision.log: https://gist.github.com/anonymous/857315605:03
greghaynesnot sure if red herring, or what. Any tips appreciated :)05:03
openstackgerritlifeless proposed a change to openstack/tripleo-heat-templates: Expose bridge_mappings in the overcloud.  https://review.openstack.org/6741405:04
openstackgerritSteve Kowalik proposed a change to openstack/tripleo-incubator: Correctly deal with the no-SSL case in overcloud  https://review.openstack.org/6855505:05
SpamapSgreghaynes: that is a red herring05:06
greghaynes :_(05:06
lifelessStevenK: looks good05:06
SpamapSgreghaynes: look on the undercloud at /var/log/upstart/nova-compute.log05:06
lifelessStevenK: you could also do05:06
lifelessOVERCLOUD_SSL_CERT=${SSLBASE:+$(<$SSLBASE.crt)}05:07
StevenKHm05:07
StevenKI was trying to figure that out05:07
SpamapSgreghaynes: actually if the boxes came up and have getty prompts, then /var/log/upstart/os-collect-config.log will likely show any problems with configuring openstack.05:07
StevenKClearly, I should have borrowed your existing pattern05:07
lifelessSpamapS: care to +A https://review.openstack.org/#/c/68555/ ?05:11
greghayneshrm, the nova-compute.log does have amqp connect errors...05:12
greghaynesim05:12
openstackgerritSteve Kowalik proposed a change to openstack/tripleo-incubator: Correctly deal with the no-SSL case in overcloud  https://review.openstack.org/6855505:12
greghayneser, im assuming look at os-collect-config.log on overcloud?05:12
greghaynesor also on under05:12
lifelessStevenK: ${foo:-otherval} is 'if not foo then otherval'05:12
lifelessStevenK: ${foo:+otherval} is 'if foo then otherval'05:13
SpamapSlifeless: pretty straight forward. +2/+A'ing05:13
StevenKlifeless: Yes, I figured that out after your answer of 'man bash'05:13
SpamapSlifeless: perhaps we should run our tests before we let commits land. Just a thought. ;)05:14
lifelessSpamapS: gosh05:14
lifelessSpamapS: thats a heretic idea05:14
StevenKBURN HIM05:14
openstackgerritA change was merged to openstack/tripleo-incubator: Correctly deal with the no-SSL case in overcloud  https://review.openstack.org/6855505:14
greghayneson undercloud os-collect-config.log there is: https://gist.github.com/anonymous/8573250 mid log05:14
greghaynesseems not too important though05:15
* SpamapS hides05:15
StevenKBlah, the second patchset made my commit message lie05:16
lifelessStevenK: generally we don't put /how/ in the commit rather what and why05:16
lifelessStevenK: avoids this issue :)05:16
SpamapSgreghaynes: sadly, that is normal. I have wondered about a way for the os-refresh-config scripts to bow out gracefully in that case.05:16
greghaynesaha: ERROR heat.common.keystoneclient [-] Failed to add user overcloud-CompletionHandle-behmv3ml3n66 to role heat_stack_user, check role exists!05:17
lifelessgreghaynes: ah you'05:17
SpamapSgreghaynes: aaaaand you've found the heat bug05:17
SpamapSgreghaynes: https://bugs.launchpad.net/heat/+bug/127119005:17
greghaynesaw crap. I totally only exported the fix changeset for undercloud, not over05:18
greghaynes:_(05:18
SpamapSgreghaynes: well there you go05:20
greghaynesYep, should of made my gogo-devstack.sh deploy the whole thing, not just undercloud :p05:21
greghaynesthanks!05:21
SpamapSgreghaynes: don't take this the wrong way, but its going to drive me batshit if we don't fix this. "should _have_"05:25
lifelessSpamapS: Pedant.05:26
greghayneshaha, Im in need of having that one corrected a few times :)05:26
SpamapSlifeless: kettle05:27
lifelessSpamapS: Takes one to correct one :)05:28
* StevenK tries to understand this ref business and feels his brain leak out of his ears05:31
*** coolsvap has joined #tripleo05:41
*** rpodolyaka1 has joined #tripleo05:53
*** cd-undercloud has joined #tripleo06:07
cd-undercloud************** overcloud complete status=1 ************06:07
*** cd-undercloud has quit IRC06:07
*** tzumainn has quit IRC06:09
*** CaptTofu has joined #tripleo06:14
*** CaptTofu has quit IRC06:19
*** UtahDave has quit IRC06:22
*** akuznetsov has quit IRC06:27
*** akuznetsov has joined #tripleo06:31
*** cd-undercloud has joined #tripleo06:46
cd-undercloud************** overcloud complete status=1 ************06:46
*** cd-undercloud has quit IRC06:46
*** matsuhashi has quit IRC06:50
*** pblaho has joined #tripleo06:52
*** matsuhashi has joined #tripleo06:54
lifelessruh roh06:55
*** CaptTofu has joined #tripleo07:00
lifelessStevenK: if you're looking for more things - https://review.openstack.org/#/c/65699/07:02
*** CaptTofu has quit IRC07:05
*** rdopieralski has joined #tripleo07:06
*** cd-undercloud has joined #tripleo07:25
cd-undercloud************** overcloud complete status=1 ************07:25
*** cd-undercloud has quit IRC07:25
*** jprovazn has joined #tripleo07:30
*** rlandy has joined #tripleo07:31
*** mrunge has joined #tripleo07:34
*** boris-42 has quit IRC07:41
*** rpodolyaka1 has quit IRC07:43
jprovaznlifeless: ping07:50
lifelessjprovazn: pong07:50
*** ramishra_ has joined #tripleo07:51
jprovaznlifeless: hi, I'd like to try percona xtradb cluster - I could be wrong but do you have some contact in percona who we could ask about missing Fedora packages?07:51
lifelesshi07:52
lifelessso stewart said the binary builds can be used in that case07:52
*** ramishra has quit IRC07:52
lifelessand that fedora etc repos are basically done07:52
lifelesshe's moving to IBM though, and I don't [yet] know his replacement07:52
lifelesslets ask him07:52
lifelessbah, he's offline07:53
lifelessanyhoe07:53
lifelessanyhow07:53
jprovazngreat07:53
lifelesshttp://www.percona.com/software/percona-xtradb-cluster07:53
lifelesstop right link 'download now'07:53
lifeless'binary linux x86_6407:53
lifelessshould work07:53
lifelesshe said :)07:53
lifelesshttp://www.percona.com/downloads/Percona-XtraDB-Cluster-56/LATEST/binary/linux/x86_64/07:53
jprovaznwill try, thx07:54
*** ifarkas has joined #tripleo07:54
jprovaznIIRC I tried RHEL pkgs on fedora and these worked too after linking couple of libs - definetly not something to be pushed to upstream but for playing with it's sufficient too07:54
* jprovazn is going to try bin pkgs07:55
*** bauzas has joined #tripleo08:03
lifelesstiming out deploys08:05
*** cd-undercloud has joined #tripleo08:05
cd-undercloud************** overcloud complete status=1 ************08:05
*** cd-undercloud has quit IRC08:05
*** jcoufal has joined #tripleo08:08
*** akrivoka has quit IRC08:12
*** pblaho has quit IRC08:20
*** pblaho has joined #tripleo08:20
lifelessI'll debug on next round08:21
openstackgerritDirk Mueller proposed a change to openstack/diskimage-builder: Workaround broken udev update on openSUSE  https://review.openstack.org/6850808:32
*** jistr has joined #tripleo08:32
*** jcoufal has quit IRC08:34
*** jcoufal has joined #tripleo08:35
*** cd-undercloud has joined #tripleo08:44
cd-undercloud************** overcloud complete status=1 ************08:44
*** cd-undercloud has quit IRC08:44
rpodolyakamorning tripleo08:48
GheRiveromorning TripleO08:53
rpodolyakao/08:55
*** pblaho has quit IRC08:57
*** CaptTofu has joined #tripleo09:01
*** oubiwann has quit IRC09:05
*** ramishra_ has quit IRC09:06
*** rdopieralski has quit IRC09:06
*** vkozhukalov has quit IRC09:06
*** john-n-seattle has quit IRC09:06
*** CaptTofu has quit IRC09:06
*** oubiwann has joined #tripleo09:06
*** akrivoka has joined #tripleo09:09
*** d0ugal has quit IRC09:10
*** d0ugal has joined #tripleo09:10
*** ramishra_ has joined #tripleo09:11
*** rdopieralski has joined #tripleo09:11
*** vkozhukalov has joined #tripleo09:11
*** john-n-seattle has joined #tripleo09:11
*** pblaho has joined #tripleo09:11
*** markmc has joined #tripleo09:13
*** ramishra_ has quit IRC09:13
*** rdopieralski has quit IRC09:13
*** vkozhukalov has quit IRC09:13
*** john-n-seattle has quit IRC09:13
*** rpodolyaka has quit IRC09:13
*** vkozhukalov has joined #tripleo09:14
*** derekh has joined #tripleo09:14
*** rdopieralski has joined #tripleo09:14
*** ramishra has joined #tripleo09:14
*** rpodolyaka has joined #tripleo09:16
*** ProfFalken has joined #tripleo09:18
ProfFalkenmorning all :)09:18
GheRiveromorning09:18
*** ramishra_ has joined #tripleo09:21
*** ramishra has quit IRC09:22
*** athomas has joined #tripleo09:27
*** ramishra_ has quit IRC09:30
*** jtomasek has joined #tripleo09:36
rlandyrpodolyaka: hello there ... do you have time to pick up again on yesterday's tuskar discussion?09:36
rpodolyakarlandy: hey! sure, but in ~30min, on a call now09:39
rlandyrpodolyaka: sure  - I'm around - please ping when you're available09:41
rpodolyakarlandy: ok09:41
*** coolsvap has quit IRC09:43
*** coolsvap has joined #tripleo09:45
*** boris-42 has joined #tripleo09:46
*** john-n-seattle has joined #tripleo09:48
*** ramishra has joined #tripleo10:01
openstackgerritJiri Tomasek proposed a change to openstack/tuskar-ui: Fix doubleclick highlight issues in numberpicker  https://review.openstack.org/6858710:04
*** max_lobur_afk is now known as max_lobur10:07
*** e0ne has joined #tripleo10:08
*** e0ne_ has quit IRC10:09
*** chrisf_ has joined #tripleo10:11
*** athomas has quit IRC10:12
*** athomas has joined #tripleo10:12
*** pblaho has quit IRC10:14
*** pblaho has joined #tripleo10:14
*** ColinTaylor has quit IRC10:15
openstackgerritA change was merged to openstack/tuskar-ui: Update API documentation to use proper docstrings  https://review.openstack.org/6842710:17
openstackgerritJiri Tomasek proposed a change to openstack/tuskar-ui: Fix doubleclick highlight issues in numberpicker  https://review.openstack.org/6858710:18
openstackgerritA change was merged to openstack/diskimage-builder: Workaround broken udev update on openSUSE  https://review.openstack.org/6850810:18
*** e0ne has quit IRC10:18
*** e0ne has joined #tripleo10:18
*** martyntaylor has joined #tripleo10:20
*** ramishra has quit IRC10:20
*** ramishra has joined #tripleo10:21
rpodolyakarlandy: I'm back. How can I help you?10:26
openstackgerritA change was merged to openstack/tuskar-ui: Fix doubleclick highlight issues in numberpicker  https://review.openstack.org/6858710:29
rlandyrpodolyaka: hi ... I would appreciate some guidance on tweaking the config files10:30
rlandyrpodolyaka: iow - there is some manual intervention required10:30
rpodolyakarlandy: yeah, 'might' be required10:30
rlandyand I am not familiar with which config files are involved10:30
rpodolyakarlandy: ok, so where are you now? booted seed vm?10:30
rlandyyes - having destroyed the last undercloud deployed10:31
rpodolyakaok, so in order to deploy undercloud with tuskar enabled you need to compile the corresponding heat template10:32
rpodolyakaundercloud-vm-tuskar.yaml target in tripleo-heat-templates Makefile10:32
rpodolyakaso basically you are following the steps here http://docs.openstack.org/developer/tripleo-incubator/devtest_undercloud.html10:33
rpodolyakabut just using a different target10:33
rlandyrpodolyaka: correct - that I did but passing the compiled template resulted in an error about OvercloudKeystoneHost10:33
rpodolyakawhen doing stack-create you have to pass two additional parameters10:33
rpodolyakaOvercloudAdminPassword and OvercloudKeystoneHost10:34
rpodolyakado setup-overcloud-passwords first10:34
rlandyah ... ok :)10:35
rpodolyakaand use OVERCLOUD_ADMIN_PASSWORD value for OvercloudAdminPassword parameter10:35
rpodolyaka(just add ;OvercloudAdminPassword=blabla to heat stack-create -P parameters list)10:36
openstackgerritDirk Mueller proposed a change to openstack/tripleo-incubator: Also install libxslt-devel  https://review.openstack.org/6839010:37
rpodolyakaOvercloudKeystoneHost  is a kind of hack right now... we have to guess here... try OvercloudKeystoneHost=192.0.2.510:37
rpodolyakaif notcompute node happen to be 192.0.2.7, you'll tweak tuskar config file10:38
rlandyrpodolyaka: ok :) we'll just hope that 192.0.2.5 is our lucky number10:39
rlandyrpodolyaka: let me give that all a try - will let you know how it all pans out. Are any other changes required over the documented devtest?10:40
*** ramishra_ has joined #tripleo10:41
rpodolyakarlandy:  yeah... so basically you finish http://docs.openstack.org/developer/tripleo-incubator/devtest_overcloud.html and then just build images for overcloud nodes10:42
rpodolyakarlandy: and upload those images to undercloud glance10:42
rpodolyakarlandy: devtest_overcloud is mostly up to tuskar10:43
rlandyrpodolyaka: ok  - thank you10:43
rpodolyakarlandy: you can either use tuskar API or install tuskar UI10:43
rlandythe UI would require horizon, right? I was just going to try the API for starters10:44
rpodolyakaright10:44
rpodolyakahere is installation guide for UI just in case https://github.com/openstack/tuskar-ui/blob/master/docs/install.rst10:44
rlandynext step - once I got this lot down :)10:45
*** ramishra has quit IRC10:45
rpodolyakaok :)10:45
rpodolyakafor API I just used https://github.com/openstack/tuskar/blob/master/tools/sample_data.py10:45
rpodolyakawith real data10:46
openstackgerritDirk Mueller proposed a change to openstack/tripleo-incubator: Fix openSUSE detection  https://review.openstack.org/6860210:48
*** lucasagomes has joined #tripleo10:57
*** d0ugal has quit IRC10:58
*** d0ugal has joined #tripleo10:58
*** d0ugal has quit IRC10:59
*** d0ugal has joined #tripleo10:59
*** d0ugal has joined #tripleo10:59
*** CaptTofu has joined #tripleo11:02
*** matsuhashi has quit IRC11:05
*** CaptTofu has quit IRC11:06
openstackgerritDougal Matthews proposed a change to openstack/python-tuskarclient: Update tuskarclient to match API changes in Tuskar  https://review.openstack.org/6860711:09
lifelessSpamapS: tripleo-cd was timing out after deploy; I've stopped it again11:12
*** matsuhashi has joined #tripleo11:14
openstackgerritDougal Matthews proposed a change to openstack/python-tuskarclient: Update tuskarclient to match API changes in Tuskar  https://review.openstack.org/6860711:15
*** jprovazn_ has joined #tripleo11:20
*** ramishra has joined #tripleo11:24
*** ramishra_ has quit IRC11:24
*** e0ne has quit IRC11:28
*** d0ugal has quit IRC11:32
*** michchap_ has joined #tripleo11:39
*** michchap has quit IRC11:40
*** ramishra_ has joined #tripleo11:50
*** ramishra_ has quit IRC11:52
*** ramishra has quit IRC11:53
*** ramishra_ has joined #tripleo11:53
*** markmc has quit IRC11:55
*** weshay has joined #tripleo11:57
*** e0ne has joined #tripleo11:59
*** ramishra_ has quit IRC11:59
*** morazi has joined #tripleo12:01
*** e0ne has quit IRC12:04
*** ramishra has joined #tripleo12:05
openstackgerritJames Slagle proposed a change to openstack/tripleo-image-elements: Add os-svc-restart  https://review.openstack.org/6782712:06
*** pblaho has quit IRC12:08
*** ramishra has quit IRC12:11
*** ramishra has joined #tripleo12:11
*** ramishra has quit IRC12:15
*** ramishra has joined #tripleo12:16
*** pblaho has joined #tripleo12:20
*** e0ne has joined #tripleo12:24
*** akuznetsov has quit IRC12:24
*** akuznetsov has joined #tripleo12:25
*** e0ne has quit IRC12:26
*** e0ne has joined #tripleo12:26
*** pblaho has quit IRC12:30
*** pblaho has joined #tripleo12:31
*** e0ne has quit IRC12:31
rlandyrpodolyaka: ping ... hi12:33
*** ramishra has quit IRC12:34
*** nosnos has quit IRC12:36
*** michchap_ has quit IRC12:38
*** michchap has joined #tripleo12:38
*** markmc has joined #tripleo12:38
*** matsuhashi has quit IRC12:39
*** michchap has quit IRC12:42
rpodolyakarlandy: pong12:45
*** ramishra has joined #tripleo12:48
ProfFalkenDoes anyone know why I might get error: Domain not found: no domain with matching name 'seed'12:48
ProfFalken when trying to setup devtest using the instructions at http://docs.openstack.org/developer/tripleo-incubator/devtest_seed.html12:49
ProfFalken?12:49
rlandyrpodolyaka: after the undercloud was deployed, I ssh'ed in to check the status of the tuskar-api service. The service was installed but not started. tsukar.conf is populated this time, though :).12:52
jprovazn_ProfFalken, Hi, what does "virsh uri" print for you on the machine where you run devtest?12:52
rlandyrpodolyaka: would you expect the service to be started at this point?12:53
rpodolyakarlandy: yeah, are you using fedora?12:53
rlandyrpodolyaka: yes12:53
rpodolyakarlandy: oh, that might be a tuskar element issue related to systemd in which services are disabled by default12:53
ProfFalkenjprovazn_: checking now12:54
ProfFalkenjprovazn_: qemu:///system12:54
ProfFalken"virsh list" doesn't show any VMs running/defined12:54
rlandyrpodolyaka: maybe, the other services have a setup endpoints step12:54
rlandyrpodolyaka: I can start the service manually and continue with the overcloud - doing that now12:55
jprovazn_ProfFalken, weird, and what command/step in http://docs.openstack.org/developer/tripleo-incubator/devtest_seed.html is failing?12:56
*** ramishra has quit IRC12:58
*** coolsvap has quit IRC12:58
*** ramishra has joined #tripleo12:58
ProfFalkenjprovazn_: boot-seed-vm12:58
ProfFalkenI'm running all this from inside a script so I may have missed something, let me try running a few things manually12:59
ProfFalkenwill it make a difference that I'm using Raring and not Saucy?12:59
*** jdob has joined #tripleo13:00
openstackgerritDerek Higgins proposed a change to openstack/tripleo-incubator: Destroy the remote seed domain  https://review.openstack.org/6814313:01
jprovazn_ProfFalken, the seed vm is created in http://docs.openstack.org/developer/tripleo-incubator/devtest_testenv.html13:01
jprovazn_ProfFalken, you might double check that all other phases before devtest_seed were done too? BTW, you can run ./devtest.sh script which automates all these steps13:02
ProfFalkenjprovazn_: ok, so I've done those steps already, just running the command manually13:02
jprovazn_ProfFalken, ok13:02
ProfFalkenhah! Didn't know about that script! thanks. running it now! :)13:02
* ProfFalken makes a note to update the documentation...13:03
*** CaptTofu has joined #tripleo13:03
jprovazn_ProfFalken, though some basic env vars should be set before running the script (section devtest_testenv I think)13:03
*** ramishra_ has joined #tripleo13:05
*** ramishra has quit IRC13:05
*** CaptTofu has quit IRC13:08
openstackgerritJames Slagle proposed a change to openstack/diskimage-builder: Skip relabel unless SELinux is enforcing  https://review.openstack.org/6863213:08
*** CaptTofu has joined #tripleo13:17
*** ramishra_ has quit IRC13:18
*** ramishra has joined #tripleo13:18
*** rpodolyaka has quit IRC13:19
*** rpodolyaka has joined #tripleo13:20
*** jcoufal has quit IRC13:21
*** jcoufal has joined #tripleo13:22
*** e0ne has joined #tripleo13:26
openstackgerritRalf Haferkamp proposed a change to openstack/diskimage-builder: Fix ramdisk element for openSUSE  https://review.openstack.org/6841813:26
ProfFalkenjprovazn_: yep, set those, now I get an error when "waiting for seed VM to boot":13:27
ProfFalkenTiming out - last probe output:13:27
ProfFalkenfollowed by a blank line13:27
jprovazn_ProfFalken, can you ssh to the seed vm? if not can you check VM's console?13:28
ProfFalkenssh seems to hang13:29
ProfFalkenchecking console now13:29
ProfFalkenerror: internal error cannot find character device (null)13:29
*** ramishra has quit IRC13:30
*** e0ne has quit IRC13:30
*** ramishra has joined #tripleo13:31
ProfFalkenjprovazn_: ps shows a qemu process running with the name of "seed"13:32
ProfFalkenhmmm, the libvirt logs show a lot of " virAuditSend:135 : Failed to send audit message virt=qemu resrc=vcpu reason=start vm="seed" uuid=c5120404-ac73-dc6c-1153-8b97c6094836 old-vcpu=0 new-vcpu=1: Operation not permitted13:32
ProfFalken"13:32
ProfFalkenshould I be running this as root?13:32
jprovazn_ProfFalken, I've never seen this error, though it's documented on libvirt site: http://wiki.libvirt.org/page/Error_%22internal_error_cannot_find_character_device%22_when_trying_to_connect_a_domain's_console13:33
ProfFalkenok, I appear to have a console now, letting it run13:35
jprovazn_ProfFalken, you updated the xml schema of the VM?13:38
ProfFalkenjprovazn_: this is the output from /var/log/libvirt/qemu/seed.log: https://gist.github.com/proffalken/b703f74548d8ed3e0f8613:38
ProfFalkenjprovazn_: yes, as documented but I can't get to the grub command line to edit13:39
ProfFalkenthe vm's startup13:39
jprovazn_ProfFalken, what distro do you have on your host machine?13:41
ProfFalkenraring13:41
ProfFalkenHPCS cloud instanc e13:41
jprovazn_ProfFalken, can you try "lsmod|grep kvm"?13:42
ProfFalken(facepalm) that should do it - no kvm module enabled...13:42
Ngmorning13:43
ProfFalkenah, infact, no KVM module found when trying to modprobe either13:43
*** CaptTofu has quit IRC13:44
*** rpodolyaka has quit IRC13:45
jprovazn_ProfFalken, HPCS Cloud Instance - is your host a VM?13:46
ProfFalkenyes13:46
*** lblanchard has joined #tripleo13:46
ProfFalkenis that a problem?13:46
jprovazn_ProfFalken, if yes, does it support nested virtualization?13:46
ProfFalkenbugger, didn't check that, no it doesn't13:47
ProfFalkenegrep '(vmx|svm)' --color=always /proc/cpuinfo - no results13:47
ProfFalkenI'll use a desktop here instead13:47
ProfFalken:(13:47
ProfFalkenthanks13:47
jprovazn_ProfFalken, what detest script does is that it uses 4 VMs13:47
jprovazn_ProfFalken, np :(13:48
*** rpodolyaka has joined #tripleo13:48
*** ramishra has quit IRC13:54
*** ramishra has joined #tripleo13:54
*** d0ugal has joined #tripleo13:57
*** tzumainn has joined #tripleo14:01
*** jayg|g0n3 is now known as jayg14:04
*** ramishra has quit IRC14:04
*** sballe has joined #tripleo14:06
*** CaptTofu has joined #tripleo14:08
*** ramishra has joined #tripleo14:12
*** ramishra_ has joined #tripleo14:14
*** ramishra has quit IRC14:14
*** boris-42_ has joined #tripleo14:14
*** boris-42 has quit IRC14:15
*** ramishra_ has quit IRC14:15
*** ramishra has joined #tripleo14:16
GheRiveromorning14:17
*** coolsvap has joined #tripleo14:18
*** ramishra_ has joined #tripleo14:21
*** ramishra_ has quit IRC14:24
*** ramishra_ has joined #tripleo14:24
*** julim has joined #tripleo14:24
*** ramishra has quit IRC14:24
*** e0ne has joined #tripleo14:25
*** CaptTofu has quit IRC14:27
openstackgerritRalf Haferkamp proposed a change to openstack/diskimage-builder: Fix kernel/initrd extraction for SUSE based distros  https://review.openstack.org/6864414:31
openstackgerritA change was merged to openstack/tripleo-image-elements: Enable the nova v3 api  https://review.openstack.org/6851414:31
*** d0ugal has quit IRC14:32
*** ramishra has joined #tripleo14:33
*** panda has joined #tripleo14:33
*** matty_dubs|gone is now known as matty_dubs14:36
*** panda_ has quit IRC14:36
*** ramishra_ has quit IRC14:37
*** michchap has joined #tripleo14:38
*** ramishra has quit IRC14:38
*** michchap has quit IRC14:43
*** max_lobur has quit IRC14:45
rbradymarios: ping14:46
*** max_lobur has joined #tripleo14:46
mariosrbrady: pong14:48
rbradymarios: I started with the template you gave me yesterday.  I created a new make target and made sure it was passed to merge.py.  That template looks like: http://paste.openstack.org/show/61743/ .  When I try heat stack-create I get the following error: http://paste.openstack.org/show/61749/14:53
*** d0ugal has joined #tripleo14:55
*** d0ugal has quit IRC14:55
*** d0ugal has joined #tripleo14:55
rbradymarios: I also tried the other route w/ guidance from SpamapS copying resources: http://paste.openstack.org/show/61744/ and that template won't merge: http://paste.openstack.org/show/61745/14:55
rbradymarios: I did try the standard block-storage target and it still works fine for merge and stack-create14:56
*** ramishra has joined #tripleo14:56
mariosrbrady: looking14:58
*** mrunge has quit IRC14:58
openstackgerritDerek Higgins proposed a change to openstack-infra/tripleo-ci: Install dependencies from prepare_tripleo.sh  https://review.openstack.org/6865315:01
openstackgerritDerek Higgins proposed a change to openstack-infra/tripleo-ci: Switch TRIPLEO_ROOT  https://review.openstack.org/6865415:01
*** ramishra has quit IRC15:01
rbradymarios: thanks15:01
mariosrbrady: hm... don't really have any idea tbh :)... the error seems to be a "type error" - perhaps you need someone who knows more about heat engine to look at that15:01
*** ftcjeff has joined #tripleo15:02
rbradymarios: thanks15:02
mariosrbrady: sorry mate15:02
*** julim has quit IRC15:03
lsmola_marios: hello15:03
marioshi15:03
lsmola_marios: could you team up with rbrady to add the cinder into tuskar-api ?15:03
lsmola_marios: then we just need to find somebody for swift15:04
mariosrbrady: is this what you're working on with the above ^^^ ?15:04
lsmola_marios: rbrady I believe yes15:05
lsmola_marios: if you could explain him how you build the template for compute, tha could help15:06
rbradymarios: sending you an etherpad15:06
mariosrbrady: thanks15:06
lsmola_marios: as I've talked with SpamapS, it Storage should be very similar to Compute15:06
lsmola_marios: i mean the running it on n nodes part15:07
*** julim has joined #tripleo15:07
marioslsmola_: thanks mate15:09
lsmola_marios: rbrady great guys15:10
lsmola_marios: rbrady we might even make the deadline :-)15:10
rbradylsmola_: marios and I are going to sync up tomorrow about this15:10
lsmola_rbrady: excellent15:10
marioslsmola_: am tying up a couple lose ends on neutron today. i plan to look at the tuskar patch (merge) again tomorrow. next step is to try and deploy generated template so i expect to run into same problem as rbrady has above...15:10
*** jomara_ has quit IRC15:13
*** jomara has joined #tripleo15:13
*** e0ne_ has joined #tripleo15:14
lsmola_marios: ok, great15:15
lsmola_marios: crossed fingers15:15
lsmola_marios: maybe shardy  will be able to tell you what is wrong15:16
*** e0ne has quit IRC15:17
*** ramishra has joined #tripleo15:22
*** ramishra has quit IRC15:30
*** ramishra has joined #tripleo15:31
*** markmc has quit IRC15:32
*** lucasagomes is now known as lucas-hungry15:36
*** spzala has joined #tripleo15:36
*** ramishra has quit IRC15:38
*** boris-42_ has quit IRC15:39
*** michchap has joined #tripleo15:39
*** jdob has quit IRC15:41
*** michchap has quit IRC15:43
*** ramishra has joined #tripleo15:53
*** jcoufal has quit IRC15:55
*** jdob has joined #tripleo15:55
*** jcooley_ has joined #tripleo15:57
*** ramishra has quit IRC15:57
*** rdopieralski has quit IRC15:58
*** gothicmindfood has joined #tripleo15:58
*** ramishra has joined #tripleo16:01
*** UtahDave has joined #tripleo16:03
openstackgerritDerek Higgins proposed a change to openstack/diskimage-builder: Mount root filesystem readonly during boot  https://review.openstack.org/6867516:04
*** ramishra has quit IRC16:06
*** ifarkas has quit IRC16:07
*** ramishra has joined #tripleo16:11
*** e0ne_ has quit IRC16:13
*** ramishra has quit IRC16:18
*** ramishra_ has joined #tripleo16:18
*** jtomasek has quit IRC16:23
*** ramishra_ has quit IRC16:27
*** lucas-hungry is now known as lucasagomes16:29
rlandyanyone hit this error when deploying the overcloud: ERROR: The Parameter (SSLKey) was not defined in template.?16:31
rlandythe error is correct - there is no SSLKey :)16:31
rlandynor in the overcloud-source.yaml ... it's in ssl-source.yaml16:32
derekhrlandy: looks like you have this https://review.openstack.org/#/c/67348/ without  https://review.openstack.org/#/c/67356/16:33
*** coolsvap is now known as coolsvap_away16:33
*** taps has joined #tripleo16:34
rlandyderekh: looks about right - thank you16:34
derekhlifeless: pleia2 this these are the changes I was referring to last night to start using the correct version of the various repositories (as checked out by devstack-gate) https://review.openstack.org/#/q/status:open+branch:master+topic:ci-work,n,z16:35
*** coolsvap_away is now known as coolsvap16:35
derekhI've left them as a WIP for now as I'm kinda flying blind while I run things manually so I'm not 100% sure if its correct16:36
derekhrlandy: np16:36
*** aarongr_afk is now known as AaronGr16:36
*** coolsvap is now known as coolsvap_away16:37
derekhalso  ran the gate-tripleo-deploy test on a commit this morning, with a "check experimental" comment, the logs don't tell me why it failed http://logs.openstack.org/43/68143/1/experimental/gate-tripleo-deploy/d0ce04c/console.html any idea how to get more log details (although the lake of gear being install is probably the reason)16:39
derekhs/lake/lack/16:39
*** michchap has joined #tripleo16:40
*** michchap has quit IRC16:44
*** rlandy is now known as rlandy|bbl16:51
*** matty_dubs is now known as matty_dubs|lunch16:55
*** cwolferh has joined #tripleo16:59
*** coolsvap_away is now known as coolsvap16:59
*** boris-42 has joined #tripleo17:02
*** martyntaylor has left #tripleo17:04
openstackgerritDougal Matthews proposed a change to openstack/python-tuskarclient: Update tuskarclient to match API changes in Tuskar  https://review.openstack.org/6860717:06
*** marun has joined #tripleo17:06
*** ifarkas has joined #tripleo17:06
openstackgerritDougal Matthews proposed a change to openstack/python-tuskarclient: [WIP] Update tuskarclient to match API changes  https://review.openstack.org/6860717:07
*** marios is now known as marios|gone17:07
*** gothicmindfood has quit IRC17:08
*** pblaho has quit IRC17:09
openstackgerritA change was merged to openstack-infra/tripleo-ci: Remove old school TOCI files  https://review.openstack.org/6855017:10
* derekh waves goodbye to the old toci, thanks for everything17:10
*** lsmola_ has quit IRC17:13
*** dprince has joined #tripleo17:13
openstackgerritA change was merged to openstack/diskimage-builder: Fix kernel/initrd extraction for SUSE based distros  https://review.openstack.org/6864417:26
pleia2derekh: thanks, I'll have a look17:26
*** jistr has quit IRC17:28
*** bauzas has quit IRC17:31
*** csd_ has joined #tripleo17:40
*** csd_ has quit IRC17:40
*** csd_ has joined #tripleo17:41
*** michchap has joined #tripleo17:41
*** michchap has quit IRC17:41
*** michchap has joined #tripleo17:41
*** max_lobur is now known as max_lobur_afk17:45
*** michchap has quit IRC17:46
*** matty_dubs|lunch is now known as matty_dubs17:51
openstackgerritA change was merged to openstack/tripleo-incubator: Update cinder usage  https://review.openstack.org/6812917:56
*** csd_ is now known as csd17:58
greghaynes'Morning17:58
*** derekh has quit IRC18:00
openstackgerritJay Dobies proposed a change to openstack/tuskar: API controllers for icehouse domain model  https://review.openstack.org/6871618:14
*** coolsvap has quit IRC18:23
*** coolsvap has joined #tripleo18:24
openstackgerritA change was merged to openstack/tripleo-incubator: Properly import GPG key for repository  https://review.openstack.org/6838918:28
*** jcooley_ has quit IRC18:31
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: Make nova and nova-kvm elements more compatible.  https://review.openstack.org/6846918:32
*** shardy is now known as shardy_afk18:35
openstackgerritJames Slagle proposed a change to openstack/tripleo-incubator: Document stable branches in devtest  https://review.openstack.org/6827418:41
*** michchap has joined #tripleo18:41
*** michchap has quit IRC18:42
*** michchap has joined #tripleo18:42
*** jcooley_ has joined #tripleo18:45
*** michchap has quit IRC18:47
*** rpodolyaka1 has joined #tripleo18:47
*** akuznetsov has quit IRC18:52
*** spzala has quit IRC18:55
*** rlandy|bbl is now known as rlandy18:59
*** jcooley_ has quit IRC19:01
*** jprovazn_ has quit IRC19:03
*** UtahDave has quit IRC19:18
greghaynesNg: ping19:20
*** vkozhukalov has quit IRC19:22
*** e0ne has joined #tripleo19:22
lifelessmorning y'll19:23
pleia2have to run off to dentist appointment (goodie!) bbiab19:29
lifelessciao19:31
*** jtomasek has joined #tripleo19:38
*** rpodolyaka1 has quit IRC19:41
*** michchap has joined #tripleo19:43
*** akrivoka has quit IRC19:46
*** michchap has quit IRC19:47
*** jtomasek has quit IRC19:49
*** amrit has joined #tripleo19:50
Nggreghaynes: hey19:53
*** chrisf_ has quit IRC20:01
*** jcoufal has joined #tripleo20:04
lifelessgreghaynes: morning20:06
*** rpodolyaka1 has joined #tripleo20:06
greghayneslifeless: hi there20:09
greghaynesNg: Hey, was wondering if I could pick your brain on that updating and not loosing state story20:09
greghayness/story/whatever we call things on trello20:09
greghaynesalso, s/loosing/losing or SpamapS will get me :p20:13
openstackgerritDan Prince proposed a change to openstack/tripleo-heat-templates: Add new overcloud all-in-one template.  https://review.openstack.org/5646820:14
SpamapSgreghaynes: I'm here too20:18
*** rlandy has quit IRC20:19
greghaynesahoy. Ive defeated the initial devstack dungeon and was curios if one of you could tell me abit about your dev workflow for that story20:20
greghaynesI get the general idea, but how are you picking / verifying things that need to be moved20:20
lifelessgreghaynes: two ways come to mind, knowing whats in the image, and trying a boot and watching what fails20:21
*** rpodolyaka1 has quit IRC20:21
lifelessboot + rebuild --preserve-ephemeral that is20:21
greghaynesaha, that flag20:22
*** morazi has quit IRC20:22
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Adds basic deployment log API and tab.  https://review.openstack.org/6875520:22
greghaynesIs it mostly just trying with overcloud atm?20:22
lifelessso - deploy a seed, then deploy and overcloud from it (no need for undercloud); then do some stuff to it, upload the image to glance again20:23
lifeless(gets a new image id)20:23
openstackgerritDan Prince proposed a change to openstack/tripleo-incubator: Devtest Overcloud all-in-one support.  https://review.openstack.org/6875620:24
lifelessheat stack-update with that, et voila20:24
lifelessyou've done a mostly stack-preserving update20:24
lifelesss/stack/state/20:24
*** vipul is now known as vipul-away20:24
lifelessbe sure to export the variable we use to control the use of rebuild-preserve-ephemeral of course :)20:24
*** morazi has joined #tripleo20:26
greghaynesAwesome, got more to play with :)20:26
*** ifarkas has quit IRC20:28
openstackgerritJames Slagle proposed a change to openstack/diskimage-builder: Skip relabel unless SELinux is enforcing  https://review.openstack.org/6863220:29
openstackgerritJames Slagle proposed a change to openstack/diskimage-builder: Add map-services  https://review.openstack.org/6782820:32
*** vipul-away is now known as vipul20:36
*** panda__ has joined #tripleo20:37
*** panda has quit IRC20:40
*** vipul is now known as vipul-away20:40
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Adds basic deployment log API and tab.  https://review.openstack.org/6875520:40
*** michchap has joined #tripleo20:43
*** michchap has quit IRC20:43
*** michchap has joined #tripleo20:44
*** coolsvap is now known as coolsvap_away20:44
*** michchap has quit IRC20:48
*** marun has quit IRC20:51
*** marun has joined #tripleo20:52
Nggreghaynes: sorry, was on a call. Did lifeless cover all the bases? Or do you still have questions?20:53
lifelesswendar: OH HAI20:53
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Adds basic deployment log API and tab  https://review.openstack.org/6876420:53
wendarlifeless: HAI20:53
greghaynesNg: No problem, I think im good for now. Thanks!20:53
Nggreghaynes: cool :)20:53
greghaynesmuch code to read :)20:54
*** ifarkas has joined #tripleo20:54
lifelesswendar: do you have a development laptop / workstation something already?20:54
wendarlifeless: got it yesterday, and started setting it up20:54
wendarlifeless: I'll have to dual-boot it before I consider it really useful, though20:54
lifelesswendar: dual boot?20:55
lifelesswendar: OpenBSD + Linux?20:55
greghaynesobviously20:55
wendarlifeless: it's windows for silly internal reasons20:55
wendarI'm mostly using my existing Ubuntu laptop at the moment20:55
lifelesswendar: so what I do for that is run a windows KVM VM20:56
lifelesswendar: you are in seattle right ?20:56
wendaryup20:56
*** coolsvap_away has quit IRC20:56
SpamapSas yet I've not had to even run the Windows VM20:56
wendarYeah, the VM is another option. I've generally done dual-boot in the past, when forced to keep Windows for accounting purposes.20:57
lifelessokies, so up to you20:57
SpamapSIIRC even cert generation works on Firefox now.20:57
NgSpamapS: impressive, I've run into a bunch of internal sites I can't make work in safari/firefox20:57
greghaynesDid the vm take much effort to setup? Sounds like a good way to go but not crazy about setting up AD things if its needed20:57
SpamapSNg: the phone-sim-card thing is still borked, but internal IT support will complete orders on your behalf. ;)20:57
Ngheh20:58
greghaynesJust got my laptop last night and not sure how im going to set it up20:58
SpamapSNg: and there's your problem.. using Safari. ;)20:58
NgSpamapS: pff!20:58
Ngexpenses is the bit I need IE for the most, ime20:58
SpamapSOS wars: because we didn't want to do any actual thinking today.20:58
cody-somervilleNg: The issue with expenses is the need to accept cert exception20:58
lifelesswendar: point is, you'll want a linux machine w/16GB of RAM as soon as you can :)20:58
* SpamapS would like to apologize to the universe for even dipping a toe in "OS X SUCKS" <-- double entendre ...20:58
cody-somervilleNg: It works just fine in Firefox after that.20:58
lifelesswendar: then poke at devtest20:59
Ngcody-somerville: weird, I've found that bits of it just do nothing, but who knows, FF changes so quickly it could have been transient20:59
wendarlifeless: I wondered about that, the one they sent me is only 8GB, but my existing laptop is 16GB, which I considered a minimum for running multiple dev VMs20:59
lifelesswendar: which will give you an end to end feeling and the ability after that to poke at any part you need to20:59
Ngeasy enough to just resume a windows VM, get in and get the heck out ;)20:59
cody-somervillewendar: You have to order some more via SmartBuy.20:59
wendarcody-somerville: cool20:59
lifelesswendar: so, in solution source order 2x8GB sticks20:59
greghaynesGlad I was around for this convo :)21:00
cody-somervilleYou'll want to check to see if you have 2x4GB or 1x8GB in there already before ordering.21:00
wendargreghaynes: if you do go with dual-boot, you'll have to file for a waiver on the HD encryption policy21:01
greghayneseek21:01
lifelesswendar: thats why I wouldn't dual boot21:01
wendargreghaynes: (which wasn't a big deal, just a few clicks)21:01
Ngso happy I don't have an hp laptop ;)21:01
wendarNg: :)21:01
devanandawendar: fwiw, i believe it's possible to do all the internal windows things in linux, once you've imported keys and such, but i dont advise it21:01
greghaynesI was considering just leaving it winders for a bit until I get all the HR stuff dont at least... and just deving on server for nwo21:01
* greghaynes usually doesnt typo this much, new keyboard21:02
wendardevananda: yeah, I've heard it's mostly possible, except for the ActiveX bits21:02
SpamapSI've been pondering stealing one of our 50 boxes from the cd rack and using that to run devtest all the time for my own purposes..21:02
SpamapSMy laptops fans are just always on because I keep starting over on devtest21:02
cody-somervilleThe only things that require Windows that I've ran into are ordering mobile phone service + some finance applications + class A cert registration (which you won't need).21:02
devanandawendar: also, once you have the end-to-end down, you'll be able to start easily playing with ironic in the same env. toggle the undercloud between nova-bm and nova-ironic is (in principle) just one element difference21:02
devanandawendar: we're still hammering out some of those bits though21:03
wendardevananda: cool21:03
cody-somervilleOh, and if you want to make out any of the info in power point slides you'll need Windows. LibreOffice sucks.21:03
devanandaah, cody has a point21:04
wendarcody-somerville: haha :)21:04
* cody-somerville has Windows VM for powerpoint sadly.21:04
greghaynesGlad to hear we have another NW'er now :)21:04
Nganother score for osx, there's a port of Office \o/21:04
devanandagreghaynes: where are you based?21:04
greghaynesportland21:04
devanandaawesome21:04
wendargreghaynes: ah, cool, I lived there for ages21:05
wendarone of my favorite cities21:05
greghaynesdevananda: Youre NW too?21:05
devanandagreghaynes: seattle21:05
greghaynesNice21:05
greghaynesAre you in downtown office?21:06
devanandanot usually, though i will pop in this afternoon, i think21:06
cody-somervillegreghaynes: You don't need to setup AD on Windows VM or anything like that.21:06
greghaynesSweet!21:06
lifelesswendar: devtest does make some modest changes to your laptop config - installs ovs, makes a dedicated bridge, makes vms, but its not very intrusive (enough though that we do warn people :))21:07
SpamapSits like we learned our lesson with devstack or something21:07
wendarlifeless: fair enough21:07
lifelessonce burned, thrice scarred?21:09
* mordred may have had his last laptop borked in an old version of devtest21:12
openstackgerritDirk Mueller proposed a change to openstack/tripleo-incubator: Also install libxslt-devel on openSUSE  https://review.openstack.org/6839021:12
*** lblanchard has quit IRC21:13
lifelesswendar: other things; make sure you set your affiliation in gitdm; start doing codereview daily21:13
lifelessmordred: s/devtest/devstack/21:13
lifelessmordred: since we've never had really bad code in devtest21:13
wendarlifeless: will do :)21:13
Nglifeless: did we have a thing at the last sprint where we were wiping out /dev on the host? ;)21:14
SpamapSlifeless: does diskimage builder rm -rf'ing /dev count as bad code in devtest? :)21:14
lifelessNg: reboot :P21:14
openstackgerritDirk Mueller proposed a change to openstack/tripleo-incubator: Fix openSUSE detection  https://review.openstack.org/6860221:14
* Ng ^5s SpamapS 21:14
SpamapSnoice21:14
lifelessSpamapS: entirely transient21:14
SpamapSyeah its the fault of those gits in diskimage-builder-core21:14
Ngstill, quite a lot of days on the clock since we last accidentally transiently blew our feet off21:14
lifelesscontrasted with devstack where its changes are rather more permanent :)21:15
*** ifarkas has quit IRC21:18
*** vipul-away is now known as vipul21:18
slagleat least we advertise --trash-my-machine21:20
openstackgerritDirk Mueller proposed a change to openstack/tripleo-incubator: Fix openSUSE detection  https://review.openstack.org/6860221:20
openstackgerritDirk Mueller proposed a change to openstack/tripleo-incubator: Fix openSUSE detection  https://review.openstack.org/6860221:24
*** marun has quit IRC21:24
*** julim has quit IRC21:26
*** e0ne has quit IRC21:27
*** marun has joined #tripleo21:27
*** spzala has joined #tripleo21:32
openstackgerritA change was merged to openstack/tripleo-heat-templates: Expose bridge_mappings in the overcloud.  https://review.openstack.org/6741421:34
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: Rename generate-interfaces-file.sh...  https://review.openstack.org/6826621:39
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: Only configure DHCP for real interfaces  https://review.openstack.org/6826521:39
*** dprince has quit IRC21:43
*** michchap has joined #tripleo21:44
*** michchap has quit IRC21:49
openstackgerritA change was merged to openstack/diskimage-builder: Add map-services  https://review.openstack.org/6782821:49
openstackgerritA change was merged to openstack/tripleo-image-elements: Add os-svc-restart  https://review.openstack.org/6782721:50
openstackgerritA change was merged to openstack/tripleo-image-elements: WIP: Make rabbitmq-server keep state in /mnt/state  https://review.openstack.org/6569921:54
openstackgerritA change was merged to openstack/diskimage-builder: Only configure DHCP for real interfaces  https://review.openstack.org/6826521:55
openstackgerritA change was merged to openstack/diskimage-builder: Make copy_required_libs() more robust  https://review.openstack.org/6843421:56
SpamapShm21:56
*** jdob has quit IRC21:56
SpamapSweird .. the rabbitmq-server element removes /etc/init.d/rabbitmq-server and installs an upstart script...21:57
SpamapSbut on my seed I don't have that.. I just have the packaged init.d script21:57
SpamapS/tmp/in_target.d/install.d/20-rabbitmq-server: 8: [: Ubuntu: unexpected operator21:58
SpamapS/tmp/in_target.d/install.d/20-rabbitmq-server: 22: [: upstart: unexpected operator21:58
SpamapSdoohhh21:58
SpamapSno -e21:58
openstackgerritA change was merged to openstack/diskimage-builder: Rename generate-interfaces-file.sh...  https://review.openstack.org/6826621:58
*** edmund1 has joined #tripleo21:58
SpamapSand /bin/sh with bashisms21:58
openstackgerritBen Nemec proposed a change to openstack/tripleo-image-elements: Append qpid-python to nova requirements.txt  https://review.openstack.org/6878521:59
SpamapSI kind of wonder if we should just drop all that weirdness21:59
NgI wondered recently if we should have tests that run bashisms over all our scripts22:01
Ngor if we should just set everything to use /bin/bash22:01
openstackgerritA change was merged to openstack/os-collect-config: Move default cache dir to persistent location  https://review.openstack.org/6732322:02
SpamapSNg: I think everything /bin/bash is the simpler answer :)22:03
Ngagreed :)22:04
SpamapS1517bb09        (Clint Byrum    2013-05-14 09:48:03 -0700       1)#!/bin/sh22:04
SpamapSIts my fault22:04
SpamapSbut its everybody esle's fault for not looking22:04
Nghehe22:04
SpamapSI have an unnatural love for pure posix shell22:04
openstackgerritA change was merged to openstack/os-apply-config: Change default os_config_files location  https://review.openstack.org/6732722:04
SpamapSoh yay, we can reboot our boxen now :)22:04
NgI like the theory of sticking to posix shell, but then my fingers want to do more stuff and I just use bashisms :)22:04
SpamapS  Jenkins has submitted this change and it was merged.22:06
SpamapS  Change subject: WIP: Make rabbitmq-server keep state in /mnt/state22:06
SpamapS  WIP as this is untested entirely.22:06
SpamapSNg: ^^ ????22:06
lifelessbin/bash 4eva22:06
SpamapSNg: I guess it works? :)22:06
lifelessSpamapS: are we using the rabbitmq-server element ?22:06
SpamapSlifeless: we are22:06
SpamapSlifeless: we are not, however, using the specialized upstart job that we put in place22:07
SpamapSWhich I suggest we just drop.22:07
SpamapSThe history of the custom upstart job is hard to find22:08
SpamapS    * Move custom upstart script from boot-stack into rabbitmq-server22:08
SpamapS      element.22:08
lifelessSpamapS: have you looked at the timeout issue w/tripleo-cd22:10
lifelessNg: around ?22:10
SpamapShttps://git.openstack.org/cgit/openstack/tripleo-image-elements/commit/?id=7f67d67822:11
SpamapSNo explanation of why it is broken22:11
SpamapSno bug ref22:11
lifelessearly days22:11
lifelesswe do better now22:11
lifelessthat said. maybe EntropyWorks remembers, he was working with Tim at the time ?22:12
SpamapSechohead22:12
SpamapSoh sorry I read that backwards22:12
SpamapSreading the review comments..22:12
SpamapSit suggests that restarting was somehow broken22:12
lifelessyeah, but echohead isn't online ATM :)22:13
SpamapS:(22:13
clarkbhe may be at the openstack meetup tonight if you need me to ask him a question22:13
SpamapSno I think I understand it now22:14
SpamapSbasically, rabbitmq-server's init.d script is overly reliant on being able to resolve the hostname22:14
SpamapSBut we have been using it since Dec 1822:16
SpamapShttps://git.openstack.org/cgit/openstack/tripleo-image-elements/commit/?id=2b846c74 broke the conditional22:16
SpamapSbut I think only on Ubuntu. I'm guessing /bin/sh is bash on fedora/suse22:16
SpamapSI'm going to fix the script.. hopefully everything still works. ;)22:17
*** marun has quit IRC22:20
*** michchap has joined #tripleo22:31
*** michchap has quit IRC22:31
*** michchap has joined #tripleo22:31
*** michchap has quit IRC22:36
*** jayg is now known as jayg|g0n322:41
*** michchap has joined #tripleo22:42
*** lucasagomes has quit IRC22:49
*** epim has joined #tripleo22:55
openstackgerritDirk Mueller proposed a change to openstack/tripleo-incubator: Setup libvirt/kvm permissions on openSUSE  https://review.openstack.org/6879422:55
*** matty_dubs is now known as matty_dubs|gone23:14
*** jcoufal has quit IRC23:19
SpamapSAnybody know if Dirk is on IRC?23:22
*** zaro has quit IRC23:27
*** zaro has joined #tripleo23:32
openstackgerritClint "SpamapS" Byrum proposed a change to openstack/tripleo-image-elements: Fix rabbitmq-server script on Ubuntu  https://review.openstack.org/6880123:38
lifelessSpamapS: why the bashims vs "$foo" = "bar" ?23:45
lifelessSpamapS: I mean, I'm not against them per se, but the bug here is == vs =, no ?23:46

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