Friday, 2017-09-01

tonybI'm trying to understand how the workbooks in tripleo-common get called / given to mistral.  I'm specifically interested in baremetal.yaml (the configure_boot action)  Any pointers very welcome00:01
*** achadha has joined #tripleo00:02
*** lblanchard has quit IRC00:05
*** lblanchard has joined #tripleo00:05
*** achadha has quit IRC00:06
thrashpabelanger: the mistral/undercloud idempotency thing...00:06
thrashpabelanger: still an issue I assume?00:06
fultonjtonyb: when the undercloud is installed the workbooks in trippleo-common are created. `mistral workbook-list | grep bare` should show that you have the workbook in question.00:06
tonybfultonj: Thanks.00:07
*** rlandy|bbl is now known as rlandy00:08
*** ooolpbot has joined #tripleo00:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION00:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436100:10
*** ooolpbot has quit IRC00:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged]00:10
*** rlandy has quit IRC00:10
tonybfultonj: Now to work out where they're call and see if I can influence the args ... I may be ahead of myself00:10
fultonjtonyb: 'mistral execution-list | grep tripleo.baremetal.v1' would show if it was run00:11
tonybfultonj: Thanks.  I'm pretty sure it hasn't (nor should it) have been run I've only just done undercloud install00:11
fultonjafter a deployment you would see results00:12
*** tongl has quit IRC00:12
tonybfultonj: I'm tryign to see if I can use soerhting otehr than the default bm-deploy.* images on specific machines00:12
fultonjwhy not just modify the image to have what you need it to have00:15
tonybfultonj: It isn't possible :(00:20
tonybfultonj: so it *looks* like I can use openstack overcloud node configure after I've added the nodes but befoer I do the introspection does that sound right?00:21
fultonjtonyb: you can run it before and after introspection00:22
tonybfultonj: okay I think I can just add the second image to the undercloud glance and then use configure to manually set it for the right image00:23
tonybfultonj: Thanks.00:23
fultonjtonyb: in my case i run it to assign a kernel the first time and then introspect, then when i get introspection data i run it again to set the disk i want to be used to container the root fs00:23
tonybfultonj: perfect!00:24
tonybfultonj: Are you going to be at the PTG?00:24
fultonjyes00:24
fultonjyou?00:24
tonybfultonj: cool.  I'll buy you $beverage :)00:24
tonybfultonj: yup00:24
fultonjok, thanks00:24
fultonjhttps://specs.openstack.org/openstack/ironic-specs/specs/kilo-implemented/root-device-hints.html00:25
fultonjhttps://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/root_device.html00:26
fultonjtonyb: that's the example i was talking about ^00:26
fultonjafter introspection figures out the wwn of the disk, per machine, i use root device hints00:26
fultonjsmallest worked in my situtation00:26
fultonji've always just used the same image for all hardware though, never used diff images per server00:27
fultonjand if i changed an image for one server, e.g. added a pacakge, it didn't hurt the other servers if that package was there because only certain servers would use configuration for that server type that needed that image00:28
tonybfultonj: im my case I have a mutli-arch deploy I'm trying to work so the images aren't even remotely compatible00:29
fultonjohhhh00:29
fultonjmultiple arch.... i have 0 experience with that00:30
fultonji see00:30
tonybfultonj:  I think all bits are theer to make this work in a semi-manual fashion I just need to work out how to find them ;P00:31
tonybfultonj: like the image name is an argument to the mistral workbook but I was striggling to find if/where that was exposed00:31
tonybfultonj: thanks to your help I can see it and I have a plan00:32
fultonjhttps://github.com/fultonj/mistral/blob/master/101/input_action_details_session.txt00:34
fultonjok, here's ^ an example of passing an argument to a workflow00:34
fultonjand then digging after it to see the results00:34
*** achadha has joined #tripleo00:42
tonybfultonj: Thanks!00:54
fultonjtonyb: np, glad i could help00:54
*** stendulker has joined #tripleo00:59
*** ebarrera has quit IRC01:03
*** ooolpbot has joined #tripleo01:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION01:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436101:10
*** ooolpbot has quit IRC01:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged]01:10
*** achadha_ has joined #tripleo01:48
openstackgerritMerged openstack/tripleo-quickstart master: Don't fail if VM extradisks are already attached  https://review.openstack.org/47498101:50
openstackgerritMerged openstack/tripleo-quickstart master: pin ara to a known version  https://review.openstack.org/49854501:51
*** achadha has quit IRC01:51
*** achadha_ has quit IRC01:52
*** fzdarsky_ has joined #tripleo01:55
*** fzdarsky|afk has quit IRC01:57
*** catintheroof has quit IRC02:00
*** stendulker has quit IRC02:01
*** catintheroof has joined #tripleo02:01
*** yamahata has joined #tripleo02:01
openstackgerritMerged openstack/tripleo-quickstart-extras master: Make overcloud trust the undercloud's CA certificate  https://review.openstack.org/49663902:04
openstackgerritMerged openstack/tripleo-common master: Fix port health check false negatives  https://review.openstack.org/49779202:05
openstackgerritMerged openstack/tripleo-quickstart master: Switch scenario004 to run Tempest  https://review.openstack.org/49111302:05
*** pmannidi has joined #tripleo02:08
*** ooolpbot has joined #tripleo02:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION02:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436102:10
*** ooolpbot has quit IRC02:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged]02:10
*** itlinux has joined #tripleo02:12
pmannidiHello guys .. has anyone hit "Failed to detach interface from server" error during deployment update?02:12
pmannidiI'm using Newton02:13
*** ykarel has joined #tripleo02:15
*** blacksouljah has joined #tripleo02:16
*** blacksouljah has left #tripleo02:17
pabelangerEmilienM: stevebaker: mwhahaha: 499693 pass check with all green, if we want to approve, I can promote02:24
pabelangerthat will stop the gate from reseting02:24
stevebakerpabelanger: its a low risk change, make it so02:28
mwhahahapabelanger: +A02:31
*** jlabarre has quit IRC02:31
pabelangerand prompted02:34
pabelangerthat should make all stable/pike jobs behind it pass now02:34
mwhahahapabelanger: no that was just master02:35
mwhahahaso it probably needs to get backported02:35
pabelangermwhahaha: Oh, right. we already did stable/pike02:36
pabelangerconfused them02:36
*** ykarel has quit IRC02:53
*** ykarel has joined #tripleo03:03
*** gbarros has quit IRC03:06
EmilienMpabelanger: thanks good to know03:07
*** ramishra has joined #tripleo03:08
EmilienMthrash: maybe03:09
EmilienMthrash: I need to catchup tbh03:09
*** ooolpbot has joined #tripleo03:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION03:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436103:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged]03:10
*** ooolpbot has quit IRC03:10
*** ykarel has quit IRC03:18
EmilienMpabelanger: what's up about https://review.openstack.org/#/c/499821/ ?03:21
*** garyk has joined #tripleo03:22
pabelangerEmilienM: still on plate, I'll loop back to that in the morning.  Almost have a query03:23
*** stendulker has joined #tripleo03:26
openstackgerritEmilien Macchi proposed openstack/tripleo-common stable/pike: Fix port health check false negatives  https://review.openstack.org/49988003:28
EmilienMstevebaker: please look my comment on https://review.openstack.org/#/c/498683/03:30
EmilienMpabelanger: ack, please push over03:30
EmilienMpabelanger: good night sir03:30
*** links has joined #tripleo03:32
*** udesale has joined #tripleo03:37
*** psachin has joined #tripleo03:41
*** gkadam_ has joined #tripleo03:41
*** achadha has joined #tripleo03:42
*** lblanchard has quit IRC03:47
*** lblanchard has joined #tripleo03:48
*** tzumainn has quit IRC03:55
*** noslzzp has quit IRC04:03
*** yprokule has joined #tripleo04:08
EmilienMstevebaker: are you around?04:09
*** garyk has quit IRC04:09
EmilienM"/usr/bin/docker-current: Error: image tripleoupstream/centos-binary-cron:latest not found.",04:09
*** ooolpbot has joined #tripleo04:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION04:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436104:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged]04:10
*** ooolpbot has quit IRC04:10
EmilienMupgrades from ocata to pike are now broken :(04:10
EmilienMit fails to pull containers during the upgrade04:10
*** ykarel has joined #tripleo04:12
EmilienMhttps://bugs.launchpad.net/tripleo/+bug/171441204:16
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]04:16
EmilienMstevebaker: if you're back and have time ^ ptal04:16
*** garyk has joined #tripleo04:16
*** garyk has quit IRC04:20
openstackgerritMerged openstack/tripleo-common master: Add missing BarbicanApi service  https://review.openstack.org/49969304:33
EmilienMpabelanger: ^ scenario002 is back on stage :D04:35
*** garyk has joined #tripleo04:38
*** catintheroof has quit IRC04:41
EmilienMnumans: are you around?04:42
EmilienMnumans: when you're back, can you look why https://review.openstack.org/#/c/494293/ is failing please?04:43
*** skramaja has joined #tripleo04:50
openstackgerritEmilien Macchi proposed openstack/tripleo-quickstart master: run tempest on fs018 (scenario003-container)  https://review.openstack.org/49988904:54
pabelangerEmilienM: almost, you need a backport: http://logs.openstack.org/57/499457/1/gate/gate-tripleo-ci-centos-7-scenario002-multinode-oooq-container/1e896f1/logs/undercloud/home/jenkins/failed_deployment_list.log.txt.gz04:55
pabelangerthat is in the gate04:55
EmilienMpabelanger: it's backported04:56
EmilienMerr no04:56
openstackgerritEmilien Macchi proposed openstack/tripleo-common stable/pike: Add missing BarbicanApi service  https://review.openstack.org/49989204:57
EmilienMnow it is04:57
pabelangerk, looks like 12 incoming merges too04:57
EmilienMjaosorior: thx04:57
EmilienMyeah04:57
EmilienMpabelanger: dude you never sleep04:57
EmilienMjaosorior: if you have time, and can take a look at https://bugs.launchpad.net/tripleo/+bug/171441204:57
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]04:57
pabelangerEmilienM: ya, calling it soon04:57
EmilienMif you're not familiar no worries I sent an email to some folks04:57
jaosoriorEmilienM:  I can give it a try, but it does sound out of what I know. I'll ping sshnaidm|off when he's online though.04:58
EmilienMjaosorior: it looks related to what stevebaker / mandre have been working on recently though04:59
*** pmannidi has quit IRC04:59
EmilienMbut we'll see, I'm going to bed now04:59
EmilienMi'm just waiting for the merge flood04:59
EmilienMso I can dream about it04:59
EmilienMjaosorior: you'll want to backport https://review.openstack.org/#/c/499541/ I quess05:01
EmilienMguess$05:01
EmilienMerr..05:01
*** aditya_r has joined #tripleo05:01
EmilienMjaosorior: also you can ping bogdan when he's up about https://bugs.launchpad.net/tripleo/+bug/171441205:01
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]05:01
jaosoriorEmilienM: yes05:02
EmilienMthx05:02
jaosoriorEmilienM: and yes to the backport too05:02
EmilienMkk05:02
openstackgerritMerged openstack/tripleo-heat-templates master: Configure Zaqar trust notifier  https://review.openstack.org/48512405:04
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: Configure Zaqar trust notifier  https://review.openstack.org/49989405:05
openstackgerritMerged openstack/python-tripleoclient master: Add a warning message for the list of unused parameters  https://review.openstack.org/49530005:05
openstackgerritMerged openstack/puppet-tripleo master: Fix enabling zaqar keystone endpoint and MySQL database  https://review.openstack.org/49954105:05
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo stable/pike: Fix enabling zaqar keystone endpoint and MySQL database  https://review.openstack.org/49989505:05
openstackgerritMerged openstack/tripleo-quickstart master: fs016: run tempest like fs005  https://review.openstack.org/49856905:05
*** dpawar has joined #tripleo05:06
openstackgerritJuan Antonio Osorio Robles proposed openstack/puppet-tripleo stable/pike: Fix enabling zaqar keystone endpoint and MySQL database  https://review.openstack.org/49989505:06
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Remove hard-coded image reference  https://review.openstack.org/49944905:06
openstackgerritMerged openstack/tripleo-heat-templates master: Update generated ssl environments  https://review.openstack.org/49324505:06
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: Update generated ssl environments  https://review.openstack.org/49989605:06
openstackgerritMerged openstack/tripleo-quickstart-extras master: Fix filter image list by deployed services  https://review.openstack.org/49954805:06
openstackgerritMerged openstack/tripleo-puppet-elements stable/ocata: Add remove-machine-id element  https://review.openstack.org/49368405:07
EmilienMand I'm out!05:07
jaosoriorEmilienM: have a good one05:08
*** EmilienM changes topic to "CI Status: Orange: upgrade jobs failing https://bugs.launchpad.net/tripleo/+bug/1714412 | TripleO | https://docs.openstack.org/tripleo-docs/latest/ | http://tripleo.org"05:08
*** ooolpbot has joined #tripleo05:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION05:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436105:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged]05:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441205:10
*** ooolpbot has quit IRC05:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]05:10
*** achadha has quit IRC05:21
*** achadha has joined #tripleo05:21
*** pdeore has joined #tripleo05:22
*** aditya_r has quit IRC05:25
*** aditya_r has joined #tripleo05:25
*** achadha has quit IRC05:26
*** shreshtha has joined #tripleo05:27
*** ratailor has joined #tripleo05:29
*** dpawar has quit IRC05:30
*** dpawar has joined #tripleo05:32
*** dpawar has quit IRC05:42
*** marios has joined #tripleo05:44
*** marios_ has joined #tripleo05:45
*** dpawar has joined #tripleo05:45
*** achadha has joined #tripleo05:47
*** achadha_ has joined #tripleo05:49
*** links has quit IRC05:50
*** achadha has quit IRC05:53
openstackgerritAttila Darazs proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras  https://review.openstack.org/47260706:00
*** aditya_ra has joined #tripleo06:00
*** links has joined #tripleo06:01
*** aditya_r has quit IRC06:03
*** iranzo has joined #tripleo06:03
*** dparkes has joined #tripleo06:07
openstackgerritMerged openstack/tripleo-common master: Add less verbosity for fernet keys ansible playbook  https://review.openstack.org/49952606:09
openstackgerritMerged openstack/tripleo-heat-templates master: Add storage backends env files for containerized deployment  https://review.openstack.org/49537006:09
openstackgerritMerged openstack/python-tripleoclient master: Use Python to compute release notes version  https://review.openstack.org/49935506:09
openstackgerritMerged openstack/puppet-tripleo stable/ocata: Prepare 6.5.1 (ocata)  https://review.openstack.org/49970006:09
openstackgerritMerged openstack/tripleo-ui stable/pike: Use Python to compute release notes version  https://review.openstack.org/49972906:09
openstackgerritMerged openstack/tripleo-ui stable/ocata: Use Python to compute release notes version  https://review.openstack.org/49973106:09
openstackgerritMerged openstack/tripleo-ui stable/ocata: Release 3.2.1 (ocata)  https://review.openstack.org/49973306:10
*** ooolpbot has joined #tripleo06:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION06:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436106:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441206:10
*** ooolpbot has quit IRC06:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged]06:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]06:10
*** achadha_ has quit IRC06:13
*** achadha has joined #tripleo06:13
*** pgadiya has joined #tripleo06:15
lvdombrkrhello guys, i cant dalete my overcloud delete process stuck on NetworksDELETE_IN_PROGRESS06:17
*** pcaruana has joined #tripleo06:17
lvdombrkrany ideas how can i delete my cloud?06:17
*** jtomasek has joined #tripleo06:21
*** nyechiel has joined #tripleo06:24
jaosoriorlvdombrkr: any idea why they're stuck? Have you tried checking the heat logs?06:30
*** masco has joined #tripleo06:31
lvdombrkrjaosorior: it was first time when i tried deploy overcloud with network-isolation and deployment failed... after that deletion process also failed06:31
*** nyechiel has quit IRC06:31
*** jaganathan has joined #tripleo06:32
*** rcernin has joined #tripleo06:33
jaosoriorlvdombrkr:yeah, but, anything in the logs?06:34
jaosoriorlvdombrkr: also, are the neutron agents still running?06:37
*** jfrancoa has joined #tripleo06:37
*** jprovazn has joined #tripleo06:39
*** pgadiya has quit IRC06:42
*** dpawar has quit IRC06:43
*** daidv has left #tripleo06:44
*** daidv has joined #tripleo06:45
*** apetrich has joined #tripleo06:45
lvdombrkr jaosorior: in which logs i should look firstly?06:46
*** jaganathan has quit IRC06:46
jaosoriorlvdombrkr: so, the heat logs would be a good indication on why it's not deleting it06:47
jaosoriorlvdombrkr: you could try a stack delete again, and then check the heat engine logs06:47
*** jaganathan has joined #tripleo06:49
*** iranzo has quit IRC06:49
*** achadha_ has joined #tripleo06:50
*** iranzo has joined #tripleo06:51
*** dpawar has joined #tripleo06:53
*** achadha has quit IRC06:54
*** dpawar has quit IRC06:54
*** dpawar has joined #tripleo06:55
*** achadha_ has quit IRC06:58
*** ebarrera has joined #tripleo07:00
*** hjensas has joined #tripleo07:07
openstackgerritMerged openstack/tripleo-puppet-elements master: Adding Bagpipe driver to controller and compute elements  https://review.openstack.org/45467007:07
*** shardy has joined #tripleo07:09
*** ooolpbot has joined #tripleo07:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION07:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436107:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441207:10
*** ooolpbot has quit IRC07:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged]07:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]07:10
*** dpawar has quit IRC07:12
*** tesseract has joined #tripleo07:12
*** cylopez has joined #tripleo07:16
*** d0ugal has quit IRC07:20
*** cylopez has left #tripleo07:21
*** fzdarsky_ is now known as fzdarsky07:23
*** hanish has joined #tripleo07:24
*** cschwede has joined #tripleo07:26
lvdombrkrjaosorior: cant find any helpful information07:30
hanishHi I could see some vendor specific templates, how welcoming is the community on these?07:31
jaosoriorhanish: I would say quite welcoming :D folks are usually pretty happy to get them mainstream :D07:34
jaosorior*upstream07:34
lvdombrkrjaosorior: there is some info but same what i can see displayed after failed deletion process: 2017-09-01 10:11:24.933 27094 ERROR heat.engine.resource ResourceFailure: resources.Networks: GreenletExit()07:34
jaosoriorlvdombrkr: what about the neutron agents? are they running? how's the memory situation in your undercloud? I have seen that if there are OOMs you might have to restart them manually07:35
hanishjaosorior: Thanks07:35
jaosoriorhanish: ideally, bring up a blueprint of what you want to do. That way it's easier to track and for folks to review.07:36
*** mhenkel has quit IRC07:36
*** jpich has joined #tripleo07:38
hanishjaosorior: definetly, i would like to put the blueprint today, is  it ok to have only intial idea in blueprint or does it require complete details07:38
*** jpena|off is now known as jpena07:39
*** lifeless_ is now known as lifeless07:39
jaosoriorhanish: well, lets start off with the initial idea. It doesn't need to be complete as of now. Are you going to the PTG? That might be a great place to bring the blueprint up and bring more attention to it.07:39
lvdombrkrjaosorior: neutron agent was inactive, and there is no problems with memory07:41
jaosoriorlvdombrkr: funky, well, might wanna restart it and attempt to delete the stack again07:41
*** dpawar has joined #tripleo07:41
hanishjaosorior: i would put the blueprint today, since i have decided at the last moment i may not attend the ptg. Is there any way to attend it virtually07:42
*** itlinux has quit IRC07:42
jaosoriorhanish: I think some folks were asking the same thing. Might wanna ask EmilienM or mwhahaha about that.07:42
*** mhenkel has joined #tripleo07:43
jaosoriorhanish: and it's not entirely necessary to attent, it just makes things easier sometimes :D.07:43
jaosoriorhanish: as long as you put enough detail in the blueprint to have folks understand the use case and what you'll do. It's alright.07:43
*** ykarel is now known as ykarel|lunch07:43
*** aufi has joined #tripleo07:44
hanishjaosorior: Thanks by the time of ptg, i would present the complete details. Should i mail ptl for approval if i am not attending the ptg07:45
*** dpawar has quit IRC07:46
*** florianf has joined #tripleo07:47
lvdombrkrjaosorior: no luck unfortinetly07:48
*** daidv has quit IRC07:50
*** egonzalez has joined #tripleo07:51
*** daidv has joined #tripleo07:51
openstackgerritFrank A. Zdarsky proposed openstack/tripleo-specs master: WIP - Introduce skip level upgrades spec  https://review.openstack.org/49725707:53
openstackgerritMartin André proposed openstack/tripleo-common master: Define ceph image in overcloud_containers.yaml.j2  https://review.openstack.org/49982207:54
openstackgerritMerged openstack/tripleo-quickstart-extras master: Revert "Exclude networking-bagpipe from dlrn"  https://review.openstack.org/49974307:54
openstackgerritMerged openstack/tripleo-heat-templates master: Unset default value for the DockerCephDaemonImage  https://review.openstack.org/49955507:54
openstackgerritMerged openstack-infra/tripleo-ci master: Revert "Stop trying to build networking-bagpipe with DLRN"  https://review.openstack.org/49974407:54
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Remove puppet run and workarounds from tripleo_upgrade_node.sh  https://review.openstack.org/49962507:55
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Add --wsrep-provider=none to the mysql_bootstrap container  https://review.openstack.org/49962307:55
*** jaosorior has quit IRC07:59
*** jaosorior has joined #tripleo08:00
*** masco_ has joined #tripleo08:00
*** masco has quit IRC08:02
*** skramaja_ has joined #tripleo08:02
*** skramaja has quit IRC08:04
*** lucas-hungry is now known as lucasagomes08:04
*** nyechiel has joined #tripleo08:05
jaosoriorbandini: hey dude, could you check these two out https://review.openstack.org/#/c/498324/  https://review.openstack.org/#/c/498325/ ?08:07
*** ooolpbot has joined #tripleo08:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION08:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436108:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441208:10
*** ooolpbot has quit IRC08:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged]08:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]08:10
*** skramaja_ is now known as skramaja08:10
*** nyechiel has quit IRC08:12
*** anshul has joined #tripleo08:14
*** bogdando has joined #tripleo08:15
openstackgerritMartin André proposed openstack/tripleo-common master: Add SRIOV container image parameter generation  https://review.openstack.org/48739008:15
*** akrivoka has joined #tripleo08:18
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart master: Add compute_feature_enabled.attach_encrypted_volume to True  https://review.openstack.org/49992808:21
lvdombrkrjaosorior: can i try just reboot undercloud and try delete after that?08:21
jaosoriorshardy: lvdombrkr's deployment is stuck deleting the network, any ideas?08:22
bogdandoo/08:24
*** mcornea has joined #tripleo08:24
lvdombrkrshardy: in heat-engine logs i can find only one ERROR 2017-09-01 10:59:37.304 27092 ERROR heat.engine.resource ResourceFailure: resources.Networks: GreenletExit()08:25
bogdandofolks, what could I mess with the configs so os-net-config attempted to create br-ex at undercloud node instead of overcloud? :)08:25
bogdandoat overcloud controller, there is even no /etc/os-net-config08:26
shardybogdando: there is an instack net_config_override option in undercloud.conf, but I assume you mean undercloud deploy?08:27
bogdandoshardy: I tried to deploy an overcloud08:27
*** paramite has joined #tripleo08:28
shardylvdombrkr: Hmm, not sure - I've seen that once before but it was due to a bug in eventlet, do you have steps to reproduce?08:28
bogdandoshardy: net config goes here https://github.com/bogdando/oooq-warp/blob/master/vars/overcloud-traas.yaml#L8908:28
bogdandoI changed nic2 to eth1 as IIRC, my prev overcloud deploy attempt complained there is no /sys/class/net/eth1/address which is fair08:29
bogdandoI think I'm lost in those encodings. But anyway, the last time that worked, not this time though. Why os-net-config applied to uc instead of overcloud?..08:30
shardybogdando: os-net-config is used for both undercloud and overcloud, but the configuration should be different (or at least it may be)08:30
shardyI'm unclear how you're generating the nic config template, or are you just using the t-h-t examples?08:31
bogdandoI think the overcloud deploy regenerates it08:31
openstackgerritTom Barron proposed openstack/tripleo-heat-templates stable/pike: Add storage backends env files for containerized deployment  https://review.openstack.org/49993108:32
shardyovercloud deploy doesn't regenerate nic templates08:32
shardyyou can pass environment files which override the defaults tho08:32
bogdandoshardy: interesting :) I repeated overcloud deploy / undercloud deploy a few times08:32
shardyI'm just not clear how you're doing that in this ansible08:32
bogdandoso probably that created a mess08:32
*** gfidente has joined #tripleo08:33
bogdandoshardy: just calling these roles for uc https://github.com/bogdando/oooq-warp/blob/master/playbooks/oooq-traas-under.yaml and overcloud https://github.com/bogdando/oooq-warp/blob/master/playbooks/oooq-traas-over.yaml08:33
lvdombrkr<shardy:08:33
bogdandoplaybooks*08:33
bogdandoand it worked last time, unless I interleaved them consequently08:34
bogdandoshardy: there is also a few vars here https://github.com/bogdando/oooq-warp/blob/master/custom.yaml_example#L60 so I use the same t-h-t path for uc and overcloud deploy08:34
*** cylopez has joined #tripleo08:35
*** limao has joined #tripleo08:36
cylopezshardy: hello, sorry to disturbed you, I'm look how to remove all reference to a node from heat stack after the deletion of this node08:36
bogdandoso what is the standard way the templates get regenerated?08:37
bogdandoI use nothing but oooq roles08:37
lvdombrkrshardy: i was deployed overcloud without network isolation, than i decide to test tls, so i delete existing overcloud, create network-isolation config and start deploy overcloud.. after that deployment failed and i decide to remove overcloud and deletion also failed08:38
lvdombrkrshardy: and here im08:39
shardycylopez: how was the node deleted?08:40
cylopezshardy: openstack overcloud node delete --stack ...08:40
shardycylopez: that should remove all references to the node when it completes, what are you seeing?08:41
jbadiapamandre, ping https://review.openstack.org/#/c/487038/08:41
cylopezshardy: if you scale-up after, i got my index for naming starting after the old compute08:42
cylopezshardy: customer would like to use the name, ip,...08:42
*** ykarel|lunch is now known as ykarel08:42
*** dpawar has joined #tripleo08:43
gfidentejprovazn morning08:43
shardycylopez: yeah that's expected, but default the old index is not reused, but you can do it with some additional steps, let me try to find some notes08:43
cylopezthx a lot shardy :-)08:44
jprovazngfidente: hi08:44
*** masco_ is now known as masco08:45
cylopezshardy++08:45
cylopezyou are awesome08:45
bogdandoshardy: uc uses net-config-noop.yaml (uc deploy containers templates has it hardcoded). Not sure how come overcloud deploy messes things for uc08:46
mandrejbadiapa: hey! I commented on https://review.openstack.org/#/c/487038/, hope it clarifies a bit08:47
bogdandohttps://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/undercloud-deploy/templates/undercloud-deploy.sh.j2#L27 I mean08:47
bogdandoshardy: overcloud gets this one https://pastebin.com/KbdfQwkq08:49
jbadiapamadre, let me take a look, thx08:50
lvdombrkrshardy: can i try first of all reboot undercloud ?08:51
shardylvdombrkr: yes you could, and/or deleting the underlying neutron resources manually to determine if it's a neutron or heat error08:52
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Move deprecated SchedulerHints logic to overcloud.j2.yaml  https://review.openstack.org/49944008:52
shardybogdando: yeah I can't explain it unless the overcloud resource_registry was somehow passed to the undercloud deploy command08:53
paramiteHey guys is there way to define default value in heat templates which will be transformed to undef for hieradata?08:53
bogdandoshardy: wierd...08:53
bogdandouc deployed just fine08:53
openstackgerritMerged openstack/instack-undercloud stable/pike: Disable compute auto disabling  https://review.openstack.org/49939808:54
openstackgerritMerged openstack/puppet-tripleo stable/pike: Repair immediate VF configuration for PCI SR-IOV  https://review.openstack.org/49819508:54
bogdandodeploys*08:54
openstackgerritMerged openstack/instack-undercloud stable/pike: Enable docker debug when deployed with debug  https://review.openstack.org/49943708:54
openstackgerritMerged openstack/tripleo-common stable/pike: Support fernet key rotation with containers  https://review.openstack.org/49980808:54
openstackgerritJuan Badia Payno proposed openstack/tripleo-common master: Run fluentd container  https://review.openstack.org/48703808:54
shardyparamite: Yes but it requires either a heat conditional or a conditional in the puppet module, because null isn't a valid default for a heat parameter08:55
bogdandoshardy: is thee a command to render t-h-t j2 files?08:55
bogdandolive08:55
bogdandomy env is missing the environments/split-stack-consistent-hostname-format.yaml for a reason08:55
paramiteshardy, I am using conditional, so null it is?08:55
shardyparamite: yeah you can do somehierakey: null I think, you just can't do get_param: SomeParam to get null08:56
paramiteshardy, thx, gonna try it08:56
shardybogdando: yes you can run tools/process-templates.py - we don't render any nic templates at this point though08:57
bogdandoI'll try to purge the local t-h-t dir, so it will be refetched for overcloud deploy and will contain no uc deploy leftovers08:57
bogdandosigh08:57
ratailorjaosorior, you around ?08:57
shardybogdando: you can also do openstack container save overcloud to get the contents of the rendered plan08:57
*** psachin has quit IRC09:00
ratailorshardy, Is there any issue with ocata deployment using quickstart ?09:00
ratailor2017-09-01 05:47:52 | https://trunk.rdoproject.org/centos7-ocata/rdo-trunk-ocata-tested/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found"]09:01
ratailorshardy, I got this ^^ error while trying to deploy ocata using devmode.sh on ovb.09:01
ratailorshardy, when I checked above repo, there is no ref for rdo-trunk-ocata-tested.09:02
ratailorshardy, https://trunk.rdoproject.org/centos7-ocata/09:02
bogdandoit seems that oooq is missing the step to get the split-stack-consistent-hostname-format.yaml file for deployed-server case09:02
openstackgerritMerged openstack/tripleo-common master: Don't mock mkdtemp  https://review.openstack.org/49970809:04
openstackgerritChristian Schwede proposed openstack/puppet-tripleo master: Retry Swift ring up-/downloads on failures  https://review.openstack.org/49993609:05
ratailorowalsh, you around ?09:06
owalshratailor; yea09:06
ratailorowalsh, I was trying to deploy ocata on ovb using quickstart, got below error.09:07
ratailorowalsh, 2017-09-01 05:47:52 | https://trunk.rdoproject.org/centos7-ocata/rdo-trunk-ocata-tested/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found"]09:07
ratailorI checked above repo, and found that there is no ref to rdo-trunk-ocata-tested.09:07
ratailorowalsh, Is it a bug ?09:07
ratailorhttps://trunk.rdoproject.org/centos7-ocata/09:08
*** ooolpbot has joined #tripleo09:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION09:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436109:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441209:10
*** ooolpbot has quit IRC09:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged]09:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]09:10
*** milan has joined #tripleo09:11
owalshratailor: might be... newton is using current-passed-ci - https://github.com/openstack/tripleo-quickstart/blob/master/config/release/trunk/newton.yml#L909:12
owalshratailor: try changing this to current-passed-ci https://github.com/openstack/tripleo-quickstart/blob/master/config/release/trunk/ocata.yml#L209:12
ratailorowalsh, yes, doing that only. Should I report a bug for this. or submit patch ?09:13
shardyratailor: maybe check with adarazs or sshnaidm|off, I assume the quickstart defaults for ocata repos should be the same as what we test in CI09:15
shardysounds like maybe that's not the case atm09:15
ratailorowalsh, shardy Thanks!09:16
skramajashardy: could you check https://review.openstack.org/#/c/490474/ which makes the NetworkDeploymentActions as role-specific?09:16
shardyskramaja: ack will do09:16
* adarazs looks at the configs.09:17
jaosoriorratailor: now I am09:21
jaosoriorratailor: what's up?09:21
adarazsratailor, shardy: I don't know what that "rdo-trunk-ocata-tested" is there. I think that should be "current-tripleo" or "consistent".09:22
ratailorjaosorior, The ocata config issue, which we are discussing now. Could you pl read above msgs.09:23
jaosoriorratailor: the quickstart issue?09:24
ratailorjaosorior, yes,09:24
jaosoriorratailor: not sure how to go forwared with that one :/09:24
ratailorjaosorior, no problem.09:24
lvdombrkrshardy: i deleted neutron resources which find but result the same.. i cant delete stuck09:25
shardyadarazs: Ok so that may be a bad default and it's not consistent with what we actually test in CI then?09:26
*** udesale__ has joined #tripleo09:27
*** limao has quit IRC09:27
*** udesale has quit IRC09:27
*** suuuper has joined #tripleo09:27
*** limao has joined #tripleo09:28
adarazsshardy: there seems to be a bit of mess in those release config files... we do test consistent on the promotion pipelines, and then promote them to "current-tripleo" and then further to "current-tripleo-rdo" when they pass RDO Phase1.09:28
adarazsI don't know about any link like "rdo-trunk-ocata-tested" :/09:28
adarazslooks like quite an old change to that file. I'll put up a change to fix it.09:29
*** udesale has joined #tripleo09:29
*** pkovar has joined #tripleo09:29
*** gcerami has joined #tripleo09:29
jtomasekshardy: Hi, for queens we'd like to implement network configuration wizard for TripleO UI. Currently the networks and networks-roles assignment is driven by roles-data.yaml and network_data.yaml which produces network-isolation.yaml. The other part is generating nic config templates and populating network-environment.yaml's resource registry OS::TripleO::<RoleName>::Net::SoftwareConfig with them. Has there been some planning done in that09:30
jtomasek direction already?09:30
*** udesale__ has quit IRC09:31
*** limao has quit IRC09:32
*** achadha has joined #tripleo09:34
jaosorioradarazs, sshnaidm|off: Any idea what's up in this bug https://bugs.launchpad.net/tripleo/+bug/1714412  http://logs.openstack.org/57/498057/7/check/gate-tripleo-ci-centos-7-containers-multinode-upgrades-nv/d714b99/logs/subnode-2/var/log/messages.txt.gz#_Aug_31_23_36_11 :/09:34
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]09:34
openstackgerritJan Provaznik proposed openstack/puppet-tripleo master: Move manila backend configuration from pacemaker to base  https://review.openstack.org/49994509:34
shardyadarazs: ack, thanks for clarifying!09:35
shardyjtomasek: Yes, I started looking at j2 rendering the nic config template examples but ran out of time to do it for pike09:35
shardyjtomasek: basically we'd refactor the t-h-t network/config examples to be rendered per role and per network09:36
shardyjtomasek: but I think we'd still want to support operator specified templates as well09:36
openstackgerritJaganathan Palanisamy proposed openstack/tripleo-common master: Derive params support for ODL DPDK feature  https://review.openstack.org/48642509:37
openstackgerritJan Provaznik proposed openstack/puppet-tripleo master: Move manila backend configuration from pacemaker to base  https://review.openstack.org/49994509:37
shardyjtomasek: I'll be happy to help with the t-h-t part if it helps move the ui wizard feature forward09:37
*** achadha has quit IRC09:38
jtomasekshardy: amazing. What is not entirely clear to me at the moment is the data which we need to provide to be able to generate nic config templates09:38
shardyjtomasek: I think it's basically the same as the work we did for composable networks, e.g roles_data.yaml and network_data.yaml should be enough09:39
shardyjtomasek: the only tricky part is if there are hardware specific configuration changes per role/network09:39
shardyin those cases rendering it all from a template may be tricky09:39
shardybut for cases where the hardware is fairly consistent it should work I think09:39
shardyjtomasek: we should probably chat with dsneddon about it as well09:40
*** udesale has quit IRC09:40
*** janki has joined #tripleo09:40
*** udesale has joined #tripleo09:41
openstackgerritAttila Darazs proposed openstack/tripleo-quickstart master: Fix the trunk/ocata release file  https://review.openstack.org/49994709:42
shardyjtomasek: possibly we'd want to move towards a generic template with more j2 variables vs the current approach where we duplicate the nic templates for each network configuration09:43
shardyjtomasek: but I guess the first step is to get the exisitng examples rendered per network/role09:43
adarazsshardy, ratailor: ^ I think that change is what you need to get it going.09:43
jtomasekshardy: right. I thought that there is additional data required to generate nic config templates, which describe nics and bonds etc. If all we need is roles and networks data, then it is great09:43
jtomasekshardy: ok, doing it step by step sounds good09:44
shardyjtomasek: Yeah, if we wanted to enable the wizard to fully specify the network config vs select from some pre-canned examples we'd need more variables09:44
shardymaybe a first step with some common configs may be enough though?09:44
adarazsjaosorior: not sure what's up with that bug, EmilienM was working on it.09:44
ratailoradarazs, Thanks! I have already started deployment with current-passed-ci09:44
*** udesale has quit IRC09:44
jtomasekshardy: I think that is what we'll need in the end, but starting light sounds good too.09:45
shardyhttps://github.com/openstack/tripleo-heat-templates/tree/master/network/config09:45
shardyjtomasek: Ok, yeah it sounds like you'd like a common "master" template instead of all those directories09:45
adarazsratailor: current-passed-ci is a symlink to current-tripleo-rdo I think, so that's good then. :)09:45
shardywhich is probably possible but it's likely to be a pretty complex j2 template09:45
jtomasekshardy: yeah, I am looking at those. Exactly. If we could identify the data which are needed to be able to generate a nic config template, then we're fine09:46
openstackgerritMerged openstack/tripleo-validations master: Lazy load the entire stack instead of single outputs  https://review.openstack.org/49888409:46
openstackgerritMerged openstack/tripleo-validations master: Prevent unnecessary calls to dynamic inventory host()  https://review.openstack.org/49893909:46
openstackgerritRicardo Noriega proposed openstack/tripleo-heat-templates master: Add Bagpipe driver composable service  https://review.openstack.org/45475409:46
*** aditya_ra has quit IRC09:46
jtomasekshardy: bnemec has been doing this in his network configuration GUI afaik. I am going to take a look at how exactly he did that and it would be great if we could discuss it at PTG09:47
shardyjtomasek: ack, yeah lets also discuss with bnemec, I won't be at the PTG this time but happy to set up a call when you're ready to discuss it09:48
jtomasekshardy: ok, sounds good09:48
bogdandoshardy: it seems my deployed-server resource has a wrong "physical_resource_id" that points to UC node09:49
rnoriegashardy, hi!! one quick question: with the inclusion of roles/XXX.yaml files... do we need to edit roles_data.yaml to add a new service to a role?? or will it be autogenerated?09:49
bogdandonot sure how this happens09:49
jtomasekshardy: thanks!09:50
shardyrnoriega: the idea is folks stop editing the roles_data.yaml and instead use the new openstack overcloud roles generate command which combines the various roles/*09:50
shardyrnoriega: however it's still possible to manually edit the roles_data.yaml if you wish09:50
shardyrnoriega: to update t-h-t you should update the roles/* where appropriate then regenerate the roles_data.yaml with the roles generate command09:51
rnoriegashardy, could you take a look at this? I'm not sure if it's correct editing both...09:51
rnoriegahttps://review.openstack.org/#/c/454754/09:51
rnoriegashardy, ^^09:51
rnoriegashardy, thank you very much...09:51
jtomasekrnoriega: it is correct. Just to be sure, you should probably run the command shardy specified to get the roles-data.yaml regenerated. but the result is probably the same09:53
shardyrnoriega: yes that looks right, but should the other Compute* roles also be updated?09:53
rnoriegajtomasek, shardy, so we should have the openstack client installed to develop?? mmmm...09:54
rnoriegashardy, I'll check the other roles...09:54
jtomasekrnoriega: good point09:54
rnoriegajtomasek, not to complain or anything, but I usually don't have python clients installed in my laptop09:55
openstackgerritMarius Cornea proposed openstack/tripleo-heat-templates master: Allow upgrade tasks to run when looping through steps  https://review.openstack.org/49951709:55
jtomasekshardy: we're hitting the problem which I wanted to rise too here. We're duplicating the roles information in t-h-t, if the /roles directory is where the customization (and network assignment) is supposed to happen, then roles-data.yaml could only contain the list of role names which are supposed to be deployed09:56
shardyrnoriega: tox -e pep8 validates the roles_data using tools/roles-data-validation.sh, which uses tools/roles-data-generate.py09:57
shardywhich doesn't need tripleoclient installed09:57
rnoriegajtomasek, agree... first time I see it, and it's a bit confusing09:57
shardyoperators are expected to use the tripleoclient interface though09:57
jtomasekshardy: the alternative is to treat /roles directory as defaults and do deployment specific customization in roles-data.yaml - this approach would match what we do with networks currently09:57
rnoriegashardy, got it, thanks09:57
*** karthiks is now known as karthiks_afk09:58
openstackgerritRicardo Noriega proposed openstack/tripleo-heat-templates master: Add Bagpipe driver composable service  https://review.openstack.org/45475409:58
bogdandoshardy: oh, my bad, I put wrong OVERCLOUD_HOSTS myself! sorry for distracting09:59
bogdandothat was funny indeed09:59
openstackgerritMartin Mágr proposed openstack/tripleo-heat-templates master: Allow Sensu to connect to RabbitMQ cluster  https://review.openstack.org/49514910:00
*** achadha has joined #tripleo10:00
jtomasekshardy: FYI this affects the implementation of roles management actions. Here is the GUI planning draft I am working on currently http://openstack.etherpad.corp.redhat.com/tripleo-ui-queens-planning10:01
shardyjtomasek: ack, yeah I think treating roles/* as defaults then customizing network assignments is valid10:03
shardyultimately they are just examples, and roles generate is a convenience to make rebasing forked roles_data.yaml files easier10:04
lvdombrkrhello guys, i cant dalete my overcloud delete process stuck on NetworksDELETE_IN_PROGRESS10:04
*** achadha has quit IRC10:04
jtomasekshardy: ok, yeah, so in GUI, user will add roles from the list provided in /roles and then customize them im roles-data.yaml (all done through mistral actions)10:05
shardyjtomasek: yeah sounds reasonable - the networks in roles/* are just what makes sense based on the services specified, I don't see how we can handle every possible customization without still allowing some changes to the generated roles_data10:06
*** ooolpbot has joined #tripleo10:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION10:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436110:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,New]10:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441210:10
*** ooolpbot has quit IRC10:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]10:10
*** achadha has joined #tripleo10:10
openstackgerritJaganathan Palanisamy proposed openstack/tripleo-common master: Derive params network config stack exists fix  https://review.openstack.org/48916810:10
*** daidv has quit IRC10:12
openstackgerritSteven Hardy proposed openstack/tripleo-heat-templates master: Fix hardcoded references to deprecated *ExtraConfig parameters  https://review.openstack.org/49660410:14
*** gcerami has quit IRC10:16
openstackgerritJaganathan Palanisamy proposed openstack/tripleo-common master: DPDK derive params network config validation  https://review.openstack.org/48836210:18
*** achadha has quit IRC10:18
*** d0ugal has joined #tripleo10:19
*** achadha has joined #tripleo10:20
gfidentejprovazn why was that working before though?10:22
jprovazngfidente: before == when?10:23
jprovazngfidente: before it worked because pacemaker was used10:23
jprovazngfidente: now with containers pacemaker is not used in scenario00410:23
lvdombrkrhello guys, i cant dalete my overcloud delete process stuck on NetworksDELETE_IN_PROGRESS10:24
gfidentejprovazn so previously the non-pacemaker version was broken as well?10:24
jprovazngfidente: I think non-pacemaker version was never used, was it?10:24
gfidentejprovazn I am trying to see what scenario004 non containers did10:25
gfidentejprovazn right was using pacemaker version10:25
jprovazngfidente: non-pacemaker version should not be used (at least in production) as manila-share HA relies on pacemaker10:25
gfidenteso shall we use pacemaker version in -containers too?10:26
gfidenteregardless of your fix I mean10:26
openstackgerritJaganathan Palanisamy proposed openstack/tripleo-common master: Derive Params failure message format change  https://review.openstack.org/48152410:26
jprovazngfidente: if it's possible to use pacemaker version, I would lean toward it as it better reflects production scenario10:26
jprovazn(albeit I hate pacemaker of course)10:26
lvdombrkrshardy: when i tried to delete on of the network which overcloud deployment has created i get error : [root@undercloud stack]# nova network-delete 7fa40d7e-86a1-4d26-8337-6d1f49498bab10:27
lvdombrkrWARNING: Command network-delete is deprecated and will be removed after Nova 15.0.0 is released. Use python-neutronclient or openstackclient instead.10:27
lvdombrkrERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.10:27
lvdombrkr<type 'exceptions.NotImplementedError'> (HTTP 500) (Request-ID: req-3e6c714a-8ff3-48ce-8ae9-8eb8a482fc63)10:27
openstackgerritJaganathan Palanisamy proposed openstack/tripleo-common master: DPDK derive params network config validation  https://review.openstack.org/48836210:28
gfidentejprovazn so let's try to push a change for that too, jistr started working on it10:30
gfidentesec10:30
openstackgerritMerged openstack-infra/tripleo-ci master: Preparing TripleO CI to test upgrades to Queens  https://review.openstack.org/49935910:30
openstackgerritMerged openstack/tripleo-quickstart master: add upgrade release files for the latest deployments  https://review.openstack.org/49805710:30
openstackgerritMerged openstack/puppet-tripleo stable/pike: Add manifests to install and configure stunnel  https://review.openstack.org/49923410:30
jprovazngfidente: jistr|off: ok, great10:30
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Telemetry specific config for scenario001  https://review.openstack.org/49943810:30
openstackgerritMerged openstack/tripleo-quickstart master: Configure the set of tests to execute in scenario001  https://review.openstack.org/49037610:30
gfidentejprovazn wait10:30
openstackgerritMerged openstack/tripleo-common stable/pike: Add error message if no bare metal nodes available  https://review.openstack.org/49923610:31
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Update generated ssl environments  https://review.openstack.org/49989610:31
openstackgerritMerged openstack/tripleo-ui stable/pike: Imported Translations from Zanata  https://review.openstack.org/49874710:31
*** achadha has quit IRC10:34
jprovazngfidente: what's up?10:36
openstackgerritMarius Cornea proposed openstack/tripleo-heat-templates master: Allow upgrade tasks to run when looping through steps  https://review.openstack.org/49951710:40
openstackgerritMarius Cornea proposed openstack/python-tripleoclient master: Convert step to integer in when statement for upgrade tasks  https://review.openstack.org/49954010:41
openstackgerritGiulio Fidente proposed openstack/tripleo-quickstart master: Enable pacemaker in scenario004  https://review.openstack.org/49996510:41
*** achadha has joined #tripleo10:42
openstackgerritGiulio Fidente proposed openstack/tripleo-quickstart master: Enable pacemaker in scenario004/containers  https://review.openstack.org/49996510:43
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates master: Switch manila-share to pacemaker version in scenario004/containers  https://review.openstack.org/49996610:44
gfidentejprovazn let's see in parallel to your fix how far gets the above10:44
*** hanish_ has joined #tripleo10:45
jprovazngfidente: ok10:45
jprovazngfidente: I think combination of both would be best10:45
*** psachin has joined #tripleo10:45
gfidenteyeah we need the fix anyway10:45
gfidentebut we can test pacemaker version when ready10:45
chandankumararxcruz: it is not overriding the value10:48
*** achadha has quit IRC10:48
chandankumararxcruz: i am looking into that10:48
*** pkovar has quit IRC10:50
*** social_ has quit IRC10:52
*** tosky has joined #tripleo10:55
*** achadha has joined #tripleo10:57
apetrichjrist, honza sorry I didn't see the email from yesterday, so now I'm working on that cron triggers patch10:57
*** mrch has joined #tripleo11:00
*** achadha has quit IRC11:01
lvdombrkrguys, i cant delete my existing overcloud, in and nova logs i see 2017-09-01 13:30:05.888 7692 DEBUG nova.api.openstack.wsgi [req-4d13d823-356a-4015-8708-fac23583eb77 988403dbcc5b4905a42154ae4f426275 a054e657680648e7bfd6e30024f889e0 - default default] Returning 500 to user: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.11:02
lvdombrkrdeletion fails in network delete process11:03
*** lucasagomes is now known as lucas-afk11:06
openstackgerritMerged openstack/puppet-tripleo master: Use TLS proxy for Redis' internal TLS  https://review.openstack.org/49661611:09
openstackgerritMerged openstack/tripleo-heat-templates master: TLS proxy for redis  https://review.openstack.org/49652011:09
*** ooolpbot has joined #tripleo11:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION11:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436111:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441211:10
*** ooolpbot has quit IRC11:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,New]11:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]11:10
*** stendulker_ has joined #tripleo11:11
*** achadha has joined #tripleo11:11
arxcruzchandankumar: I believe this should be fixed in tempestconf11:13
arxcruztempestconf should check if encryption is enabled11:13
*** stendulker has quit IRC11:14
*** stendulker_ has quit IRC11:15
*** adarazs is now known as adarazs_brb11:16
*** achadha has quit IRC11:17
openstackgerritJanki Chhatbar proposed openstack/python-tripleoclient master: Add neutron_driver value to prepare command  https://review.openstack.org/49874311:17
*** rbowen has joined #tripleo11:18
mandrehas anyone seen ci jobs failing with "devstack-gate/functions.sh: line 180: declare: gate_hook: not found"?11:20
openstackgerritMerged openstack/tripleo-common master: Make curl healthchecks work with internal TLS  https://review.openstack.org/49880511:21
openstackgerritMerged openstack/tripleo-heat-templates master: NetworkDeploymentActions shall be made role specific  https://review.openstack.org/49047411:21
mandrefor example in tripleo-common stable/pike branch, http://logs.openstack.org/92/499892/1/check/gate-tripleo-ci-centos-7-nonha-multinode-oooq/407b9bc/console.html#_2017-09-01_07_23_19_41502311:21
honzaapetrich: np, let me know if i can help11:22
apetrichhonza, I drilled down to the ci run is missing that https://review.openstack.org/#/c/493550/ patch that got merged. I have no idea why11:23
chandankumararxcruz: yup11:24
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart-extras master: Do attach_encrypted_volume to False if not in tempest_extra_config  https://review.openstack.org/49997211:24
*** achadha has joined #tripleo11:25
honzaapetrich: say what11:25
honzaapetrich: sorry, i need more coffee to understand that sentence11:26
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart master: Add compute_feature_enabled.attach_encrypted_volume to True  https://review.openstack.org/49992811:26
apetrichhonza, so the error we are getting is the same we got a way back when we found that it was an issue with keystone11:26
honzaright11:26
apetrichhonza, I wrote a bug and a patch it got merged and d0ugal backported it and it got merged11:27
apetrichhonza, but that is not present on that run and that is what failed11:27
honzaapetrich: is that really true?  i thought back then the error was a 400, and now it's 50011:27
honzaapetrich: i see11:27
apetrichhonza, as to why I have no clue11:27
apetrichhonza, I linked the log here https://bugs.launchpad.net/tripleo/+bug/171436111:28
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,New] - Assigned to Adriano Petrich (apetrich)11:28
*** achadha has quit IRC11:30
*** yprokule has quit IRC11:31
mandreseems like "devstack-gate/functions.sh: line 180: declare: gate_hook: not found" is not what is causing http://logs.openstack.org/92/499892/1/check/gate-tripleo-ci-centos-7-nonha-multinode-oooq/407b9bc/console.html#_2017-09-01_07_23_19_415023 to fail because I can also see it in a successful job11:32
mandrethe failure seems to come from fix_disk_layout in http://logs.openstack.org/92/499892/1/check/gate-tripleo-ci-centos-7-nonha-multinode-oooq/407b9bc/logs/devstack-gate-setup-host.txt11:32
openstackgerritJuan Badia Payno proposed openstack/tripleo-heat-templates master: docker: add logging(source & groups)  https://review.openstack.org/49952911:35
*** shreshtha has quit IRC11:36
arxcruzchandankumar: https://review.openstack.org/499972 what's the point?11:38
arxcruzchandankumar: http://logs.openstack.org/28/499928/1/check/gate-tripleo-ci-centos-7-scenario002-multinode-oooq/5f04dcf/logs/undercloud/home/jenkins/tempest-setup.sh.txt.gz11:38
arxcruzchandankumar: you're setting compute_feature_enabled while the correct is compute-feature-enabled11:38
chandankumarone min11:39
*** eck` is now known as eck`gone11:41
*** gcerami has joined #tripleo11:41
chandankumararxcruz: you are correct,11:42
chandankumararxcruz: i am too much in the code.11:42
arxcruzchandankumar: ;) it's friday11:42
chandankumararxcruz: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/config.py#n115011:42
chandankumar- and _ screwes us always11:42
*** ebarrera has quit IRC11:44
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart master: Add compute_feature_enabled.attach_encrypted_volume to True  https://review.openstack.org/49992811:44
*** bogdando has quit IRC11:44
*** ebarrera has joined #tripleo11:44
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart master: Add compute-feature-enabled.attach_encrypted_volume to True  https://review.openstack.org/49992811:45
*** abishop has joined #tripleo11:46
*** dprince has joined #tripleo11:53
*** ratailor has quit IRC11:53
*** dpawar has quit IRC11:56
*** limao has joined #tripleo11:56
*** iranzo has quit IRC11:57
*** adarazs_brb is now known as adarazs11:57
*** limao_ has joined #tripleo11:58
*** tzumainn has joined #tripleo11:58
*** iranzo has joined #tripleo11:59
*** iranzo has joined #tripleo11:59
openstackgerritGiulio Fidente proposed openstack/tripleo-docs master: Document the need to clean the Ceph disks when redeploying  https://review.openstack.org/49997911:59
*** limao has quit IRC12:01
*** limao_ has quit IRC12:02
*** limao has joined #tripleo12:02
honzaapetrich: i just went through the logs and i'm out of ideas :(12:04
*** pkovar has joined #tripleo12:08
*** trown|outtypewww is now known as trown12:08
*** ooolpbot has joined #tripleo12:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION12:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436112:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441212:10
*** ooolpbot has quit IRC12:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,New] - Assigned to Adriano Petrich (apetrich)12:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]12:10
*** dougbtv_laptop has joined #tripleo12:11
*** noslzzp has joined #tripleo12:11
*** catintheroof has joined #tripleo12:17
*** hewbrocca_afk is now known as hewbrocca12:19
*** mdnadeem has joined #tripleo12:24
*** gkadam_ has quit IRC12:27
*** jlabarre has joined #tripleo12:29
*** udesale has joined #tripleo12:29
openstackgerritSteven Hardy proposed openstack/python-tripleoclient master: Consume new RoleConfig data in config download  https://review.openstack.org/48573212:31
*** catintheroof has quit IRC12:34
*** catintheroof has joined #tripleo12:34
*** ecerquei has joined #tripleo12:34
openstackgerritMartin André proposed openstack/puppet-tripleo stable/pike: Use TLS proxy for Redis' internal TLS  https://review.openstack.org/49999512:36
openstackgerritOpenStack Proposal Bot proposed openstack/instack-undercloud master: Updated from global requirements  https://review.openstack.org/49276812:36
openstackgerritMartin André proposed openstack/tripleo-heat-templates stable/pike: TLS proxy for redis  https://review.openstack.org/49999712:36
*** lblanchard has joined #tripleo12:42
*** rlandy has joined #tripleo12:43
*** jmelvin has joined #tripleo12:44
skramajadprince: hi.. could you take a look at https://review.openstack.org/#/c/499053/?12:44
skramajadprince: i am not sure whether the config change should be part of puppet-tripleo as i am not sure if image bulding requires underclous setup.12:45
*** jpena is now known as jpena|lunch12:46
*** psachin has quit IRC12:46
*** lblanchard has quit IRC12:47
*** eck`gone is now known as eck`12:49
*** mdnadeem has quit IRC12:51
*** jcoufal has joined #tripleo12:51
*** limao has quit IRC12:52
*** limao has joined #tripleo12:53
*** rbrady has joined #tripleo12:53
*** rbrady has quit IRC12:53
*** rbrady has joined #tripleo12:53
dprinceskramaja: I'm not aware of anything currently in puppet-tripleo that would configure kolla.conf12:55
dprinceskramaja: let me ask stevebaker on your review Instead of packaging a kolla conf, can we instead modify puppet-tripleo to set the required values on the installed /etc/kolla/kolla-build.conf?12:55
dprinceskramaja: sorry, bad paste. Let me ask stevebaker on your review here: https://review.openstack.org/#/c/499053/212:56
skramajadprince: thanks..12:57
dprinceskramaja: okay, I commented. let see what he says12:57
dprinceskramaja: I will try to follow up next week12:57
skramajadprince: also could you take a look at https://review.openstack.org/#/c/499086/, which is another pending issue for dpdk?12:58
*** limao_ has joined #tripleo12:59
*** limao has quit IRC12:59
lvdombrkrguys, i cant delete my existing overcloud, in and nova logs i see 2017-09-01 13:30:05.888 7692 DEBUG nova.api.openstack.wsgi [req-4d13d823-356a-4015-8708-fac23583eb77 988403dbcc5b4905a42154ae4f426275 a054e657680648e7bfd6e30024f889e0 - default default] Returning 500 to user: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.13:00
*** maeca has joined #tripleo13:01
skramajadprince: google landed by to https://github.com/dprince/undercloud_containers/blob/master/build_kolla.sh#L10, while trying to find what is the best way to include this config file default for container image build.13:01
skramajadprince: but i just want to undetand how thecontinaer image build is done..13:02
skramajadprince: so that the conf file (part of the review) will be added to the build.13:02
openstackgerritOpenStack Proposal Bot proposed openstack/tripleo-common stable/pike: Updated from global requirements  https://review.openstack.org/49818113:02
openstackgerritOpenStack Proposal Bot proposed openstack/tripleo-heat-templates stable/pike: Updated from global requirements  https://review.openstack.org/49818213:02
dprinceskramaja: once we containerize Openvswitch (targetted for Queens I think) we won't have all these host system requirements with regard to the uid/guid stuff right?13:03
*** jprovazn has quit IRC13:03
dprinceskramaja: container images aren't required to be built on the Undercloud13:03
skramajadprince: yes ideally..13:03
dprinceskramaja: which is why I don't like steve's solution13:03
skramajaskramaja: i have validated by chaning the id to 42427 (kolla default for qemu user) and it works fine.. i will evaludate as part of the dpdk containerization though after ovs is containerized.. then we can remove it.13:05
skramajadprince: upgrade shouldn't be a problem if the vms are evacuated.. but need to be validated..13:05
*** pdeore has quit IRC13:07
dprinceskramaja: +1 on this https://review.openstack.org/#/c/499086/3 if you add a comment I'll +213:07
skramajathanks dprince..13:07
dprinceskramaja: if only we had containerized openvswitch first! then you wouldn't have to jump through some of these hoops I think13:08
skramajayes dprince. agreed.13:08
*** ooolpbot has joined #tripleo13:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION13:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436113:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441213:10
*** ooolpbot has quit IRC13:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,New] - Assigned to Adriano Petrich (apetrich)13:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]13:10
*** catintheroof has quit IRC13:16
*** catintheroof has joined #tripleo13:16
*** Altaf has joined #tripleo13:17
AltafHi13:18
AltafI have just deployed the triple or setup in centos 7 and after deployment deployment was successful but I am not able to get into the UI of openstack13:19
openstackgerritJose Luis Franco proposed openstack-infra/tripleo-ci master: WIP: Disable properly services api_cfn and api_cloudwatch.  https://review.openstack.org/49918213:21
AltafAfter successful authentication to you are a it showing me error for zaqar socket  connection failure13:22
AltafHave no idea why it showing error13:22
*** Goneri has joined #tripleo13:24
*** skramaja has quit IRC13:24
*** leitan has joined #tripleo13:27
radezd0ugal: could I git a few mins of your time to help me debug a zaqar issue? I just don't know how to look up a message that's timing out13:30
radezhttps://paste.fedoraproject.org/paste/2OIYlrOI0U1-~EFsuAAUlA13:31
d0ugalradez: I don't really know that much about zaqar... but I can take a look13:32
radezoh.. heh :)13:32
radezin that paste do you know how i can find out more information about the message id that times out?13:32
lvdombrkrfolks, only i think that in tripleo network-isolation is most complicated config setup?13:36
EmilienMhi13:37
d0ugalradez: no, not really. I've seen this before but honestly never managed to figure it out13:37
radezd0ugal: kk, thx13:37
EmilienMadarazs: which bug.13:38
EmilienM?13:38
*** yprokule has joined #tripleo13:38
adarazsEmilienM: "(11:34:52 AM) jaosorior: adarazs, sshnaidm|off: Any idea what's up in this bug https://bugs.launchpad.net/tripleo/+bug/1714412  http://logs.openstack.org/57/498057/7/check/gate-tripleo-ci-centos-7-containers-multinode-upgrades-nv/d714b99/logs/subnode-2/var/log/messages.txt.gz#_Aug_31_23_36_11 :/"13:38
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]13:38
EmilienMadarazs: I didn't work on that bug. I just found it.13:39
EmilienMdo we have any progress so far?13:39
EmilienMmandre: could you have a look?13:39
*** ansmith has quit IRC13:40
EmilienMflaper87: hey, can you sign up on https://etherpad.openstack.org/p/deployment-queens please?13:40
EmilienMdprince, mandre, stevebaker: I really need some help on https://bugs.launchpad.net/tripleo/+bug/171441213:41
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]13:41
*** udesale has quit IRC13:42
mandreEmilienM: hmm, the error really makes me think that the insecure_registry is not set13:42
jankiHi. Can I get some reivews on https://review.openstack.org/#/c/498383/ and https://review.openstack.org/#/c/498743/ please.13:43
*** jpena|lunch is now known as jpena13:43
*** links has quit IRC13:44
mandreEmilienM: haha I guess it's not big news, marios and bogdan already commented on the LP issue13:44
*** pdeore has joined #tripleo13:45
*** limao_ has quit IRC13:45
EmilienMmandre: we had the job working a week ago13:45
*** janki has left #tripleo13:46
*** janki has joined #tripleo13:46
openstackgerritMerged openstack/tripleo-heat-templates master: Manually set healthchecks for _cron services  https://review.openstack.org/49813613:47
*** Altaf has quit IRC13:47
*** jaganathan has quit IRC13:49
*** ratailor has joined #tripleo13:49
*** shardy has quit IRC13:49
*** pchavva has joined #tripleo13:54
mandreEmilienM: yeah, I'm looking at what could be wrong13:54
*** lblanchard has joined #tripleo13:56
*** shardy has joined #tripleo13:56
*** sri_ has quit IRC13:58
*** noslzzp has quit IRC13:59
openstackgerritAttila Darazs proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras  https://review.openstack.org/47260714:00
openstackgerritSteven Hardy proposed openstack/python-tripleoclient master: Consume new RoleConfig data in config download  https://review.openstack.org/48573214:00
*** mrch has quit IRC14:04
*** catintheroof has quit IRC14:04
*** catintheroof has joined #tripleo14:05
*** yprokule has quit IRC14:06
*** yprokule has joined #tripleo14:06
rnoriegaKind reviewers, make my Friday!! :-) https://review.openstack.org/#/c/454754/14:08
openstackgerritChandan Kumar proposed openstack/tripleo-quickstart master: Add compute-feature-enabled.attach_encrypted_volume to True  https://review.openstack.org/49992814:09
*** jmelvin has quit IRC14:09
openstackgerritOpenStack Proposal Bot proposed openstack/tripleo-heat-templates master: Updated from global requirements  https://review.openstack.org/48814814:09
*** hanish_ has quit IRC14:10
*** ooolpbot has joined #tripleo14:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION14:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436114:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441214:10
*** ooolpbot has quit IRC14:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,New] - Assigned to Adriano Petrich (apetrich)14:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]14:10
*** gbarros has joined #tripleo14:10
openstackgerritFlorian Fuchs proposed openstack/tripleo-validations master: Add separate fail-if-no-hosts plugin  https://review.openstack.org/50006714:11
*** catintheroof has quit IRC14:15
*** catintheroof has joined #tripleo14:15
openstackgerritMarios Andreou proposed openstack/tripleo-heat-templates master: Remove package if service stopped and disabled  https://review.openstack.org/47988614:16
openstackgerritFlorian Fuchs proposed openstack/tripleo-validations master: Add separate fail-if-no-hosts plugin  https://review.openstack.org/50006714:17
openstackgerritJuan Antonio Osorio Robles proposed openstack/instack-undercloud master: Undercloud/Certmonger: Only attempt to reload haproxy is it's active  https://review.openstack.org/49656414:18
*** hewbrocca is now known as hewbrocca_afk14:18
openstackgerritJuan Antonio Osorio Robles proposed openstack/puppet-tripleo stable/ocata: Remove extra keystone admin haproxy listen and allow TLS  https://review.openstack.org/49494714:19
*** catintheroof has quit IRC14:25
*** catintheroof has joined #tripleo14:25
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-common stable/pike: Add less verbosity for fernet keys ansible playbook  https://review.openstack.org/50007014:28
EmilienMwe are still hitting https://bugs.launchpad.net/tripleo/+bug/1713832 quite often14:29
openstackLaunchpad bug 1713832 in tripleo "Object PUT failed for zaqar_subscription" [Critical,In progress] - Assigned to Marios Andreou (marios-b)14:29
EmilienMdo we have someone looking at it?14:29
EmilienMtherve ^14:29
therveEmilienM, We still see it after the revert?14:29
EmilienMyes14:29
EmilienMwe talked about it Wednesday14:30
EmilienMthe fact it's still there14:30
EmilienMsomething weird is still there, we have the same problem14:30
EmilienMtherve: I can show you logs, give me a sec14:30
EmilienMtherve: http://logs.openstack.org/13/495413/2/gate/gate-tripleo-ci-centos-7-scenario003-multinode-oooq-container/fc64106/logs/undercloud/home/jenkins/overcloud_deploy.log.txt.gz#_2017-09-01_08_02_3114:31
*** jmelvin has joined #tripleo14:34
*** catintheroof has quit IRC14:35
*** catintheroof has joined #tripleo14:36
*** catintheroof has quit IRC14:37
*** catintheroof has joined #tripleo14:37
lvdombrkrfolks, only i think that in tripleo network-isolation is most complicated config setup?14:37
mwhahahadmsimard: did we ever get a solution for the /dev/xvde1 device or resource busy? http://logs.openstack.org/28/495328/3/gate/gate-tripleo-ci-centos-7-undercloud-oooq/d74d79c/14:38
dmsimardmwhahaha: I sent https://review.openstack.org/#/c/499687/ but it hasn't been improved yet, i'll ping -infra14:38
mwhahahak14:38
dmsimardI'll add an e-r query14:39
therveEmilienM, Do you have a elastic search showing when it started?14:39
EmilienMtherve: yes, a sec14:39
*** iranzo has quit IRC14:40
*** jaosorior has quit IRC14:40
EmilienMtherve: https://goo.gl/mzjfJK14:41
EmilienMessage:"u'subscription_create" AND message:"u'Object PUT failed" AND tags:console AND voting:114:41
EmilienMmessage:"u'subscription_create" AND message:"u'Object PUT failed" AND tags:console AND voting:114:41
mwhahahapabelanger: docker debug landed for the undercloud in pike so you should have docker debug logs at your disposal14:44
openstackgerritAlex Schultz proposed openstack/tripleo-common stable/pike: Don't mock mkdtemp  https://review.openstack.org/50008314:45
*** gbarros has quit IRC14:45
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: Add support for Dell EMC VMAX ISCSI Backend  https://review.openstack.org/49913914:47
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: Add support for Dell EMC VMAX Manila Backend  https://review.openstack.org/49919914:47
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: Add support for Dell EMC Isilon Manila  backend  https://review.openstack.org/49919514:47
*** pdeore_ has joined #tripleo14:52
*** catintheroof has quit IRC14:52
*** catintheroof has joined #tripleo14:52
dmsimardmwhahaha: fyi: https://review.openstack.org/#/c/500088/ and https://review.openstack.org/#/c/499687/ is merging14:54
dmsimardmwhahaha: the issue only reproduces on centos nodes too, just to make matters worse :/14:54
*** pdeore has quit IRC14:54
dmsimardmwhahaha: http://logstash.openstack.org -> (message:"/dev/xvde1: No such file or directory") OR (message:"/dev/xvde" AND message:"Device or resource busy") AND tags:"console"14:55
*** ratailor has quit IRC14:55
*** masco has quit IRC14:55
openstackgerritMerged openstack/tripleo-quickstart master: Fix the trunk/ocata release file  https://review.openstack.org/49994714:58
*** catintheroof has quit IRC15:00
*** egonzalez has quit IRC15:00
*** jprovazn has joined #tripleo15:00
*** catintheroof has joined #tripleo15:00
mwhahahadmsimard: interesting that it's only rax too15:02
*** jfrancoa has quit IRC15:03
*** jpena is now known as jpena|away15:03
dmsimardmwhahaha: the issue is only with rax, yes15:05
openstackgerritLokesh Jain proposed openstack/tripleo-heat-templates master: Make nova patching parameters configurable in Nuage  https://review.openstack.org/50009615:05
dmsimardmwhahaha: by design it's only an issue with rax15:05
dmsimardmwhahaha: rax provisions smaller disks but they provision two of them so devstack-gate repartitions things to fix15:05
*** anshul has quit IRC15:05
*** gbarros has joined #tripleo15:05
dmsimardto fix/fit and make consistent with other providers15:05
mwhahahai see15:06
*** gbarros has quit IRC15:10
*** ooolpbot has joined #tripleo15:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION15:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171383215:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436115:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441215:10
*** ooolpbot has quit IRC15:10
openstackLaunchpad bug 1713832 in tripleo "Object PUT failed for zaqar_subscription" [Critical,In progress] - Assigned to Marios Andreou (marios-b)15:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,New] - Assigned to Adriano Petrich (apetrich)15:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]15:10
*** mbeierl has joined #tripleo15:11
*** EmilienM has quit IRC15:12
*** EmilienM has joined #tripleo15:12
*** karatkievich.freenode.net sets mode: +o EmilienM15:12
*** ChanServ sets mode: -o EmilienM15:12
openstackgerritJanki Chhatbar proposed openstack/tripleo-heat-templates master: Mount folders and log file  https://review.openstack.org/50009715:13
*** dparkes has quit IRC15:13
*** dparkes has joined #tripleo15:15
therveEmilienM, It started happening on the 23rd15:15
therveNot sure if there is a promotion matching that15:15
therveNo tripleo changes for sure15:15
mwhahahalooks like there was a promotion on aug 2215:17
mwhahahaso yea15:17
mwhahahaprevious one was the 16th15:17
mwhahahaso some change between the 16th and 2215:17
*** links has joined #tripleo15:18
*** dmsimard has quit IRC15:19
*** dmsimard has joined #tripleo15:19
*** janki has quit IRC15:21
*** pdeore_ has quit IRC15:22
openstackgerritAttila Darazs proposed openstack-infra/tripleo-ci master: Fix hash_info.sh path for the DLRN API reporting  https://review.openstack.org/50010115:23
openstackgerritLokesh Jain proposed openstack/puppet-tripleo master: Conditionally include nova patch config in Nuage  https://review.openstack.org/50010715:25
therveZaqar didn't change, but swift did15:25
thervegot to go, will look later15:25
*** achadha has joined #tripleo15:26
*** achadha has quit IRC15:27
*** achadha has joined #tripleo15:28
*** rcernin has quit IRC15:29
*** pcaruana has quit IRC15:30
*** aufi has quit IRC15:33
pabelangermwhahaha: great, thanks.15:33
EmilienMtherve: yeah promotion probably15:33
EmilienMtherve: ok thanks! let us know15:33
pabelangerjust getting online now, things look good in gate right now. Any new issues pop up since last night?15:34
pabelangerI haven't checked elastic-recheck yet15:34
*** ramishra has quit IRC15:34
*** dparkes has quit IRC15:36
openstackgerritNuman Siddique proposed openstack/python-tripleoclient master: Set neutron_driver to ovn for image prepare  https://review.openstack.org/49956315:36
*** maeca has quit IRC15:37
hamzydoes anyone know what else I need to do after a failed overcloud deploy to clean up properly? I am seeing:15:47
hamzy[u'Only 0 nodes are exposed to Nova of 2 requests. Check that enough nodes are in "available" state with maintenance mode off.', u'Only 0 nodes are exposed to Nova of 2 requests. Check that enough nodes are in "available" state with maintenance mode off.']15:47
hamzyI did "openstack stack delete overcloud --yes"15:47
hamzyhttp://paste.openstack.org/show/620222/15:49
mwhahahahamzy: you should just need to do that, check the scheduler log to see why it's not picking those nodes up?15:49
openstackgerritMartin André proposed openstack/tripleo-heat-templates master: DO NOT MERGE enable docker debugging  https://review.openstack.org/50011215:50
hamzymwhahaha, /var/log/nova/nova-scheduler.log ?15:51
mwhahahahamzy: yea it's either tha tone or the conductor15:51
hamzyno errors in that one... I'll check the other15:51
mwhahahahamzy: oh check that nova-compute is still enabled15:51
mwhahahahamzy: we just merged a fix for that but it used to disable itself if there were too many build failures15:52
mwhahahahamzy: new "feature" for pike15:52
hamzysystemctl service?15:52
mwhahahahamzy: no openstack compute service list it hink15:52
hamzy| 15 | nova-compute   | oscloud5.stglabs.ibm.com | nova     | disabled | up    | 2017-09-01T15:52:58.000000 |15:53
mwhahahayea there's youre problem15:53
mwhahahayour*15:53
hamzythanks... It sounds like an error msg needs to be changed15:53
*** ykarel has quit IRC15:53
mwhahahahamzy: we disabled that "Feature"15:53
*** yamahata has quit IRC15:54
hamzyin newer builds? I installed this morning15:54
mwhahahayea15:54
mwhahahaopenstack compute service set --enable oscloud5.stglabs.ibm.com nova-compute15:54
openstackgerritGiulio Fidente proposed openstack/tripleo-common master: Parse ceph_client_ansible_vars in ceph-ansible workbook  https://review.openstack.org/49962415:55
mwhahahahamzy: landed 7 hours ago, https://review.openstack.org/#/c/499398/115:55
hamzymwhahaha, thanks! I owe you many beers15:55
EmilienMmarios: I replied. It's nothing against you or your patch. It's just we're trying to kick this release out15:56
EmilienMmarios: and we can't afford new regressions...15:57
*** yamahata has joined #tripleo15:57
*** dsariel has joined #tripleo15:59
*** thrash is now known as thrash|biab16:02
*** itlinux has joined #tripleo16:05
*** jpich has quit IRC16:06
mariosEmilienM: ok, i understand this as we already discussed on wednesday. its just that there is no evidence the patch is responsible (indeed why/how did you decide it was that particular patch?). i won't push for it but at the moment, you reverted a random patch, seeminlgy16:07
*** dsariel has quit IRC16:07
mariosEmilienM: /me end of day ttyl next week then if there is more thanks16:08
marioshave a good day all bai16:08
*** dsariel has joined #tripleo16:08
*** marios has quit IRC16:08
*** jpich has joined #tripleo16:08
EmilienMmarios_: it was not random16:09
*** ooolpbot has joined #tripleo16:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION16:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171383216:10
openstackLaunchpad bug 1713832 in tripleo "Object PUT failed for zaqar_subscription" [Critical,In progress] - Assigned to Marios Andreou (marios-b)16:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436116:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441216:10
*** ooolpbot has quit IRC16:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,New] - Assigned to Adriano Petrich (apetrich)16:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]16:10
*** gbarros has joined #tripleo16:10
*** fzdarsky is now known as fzdarsky|afk16:11
openstackgerritMartin André proposed openstack/python-tripleoclient master: Filter out disabled services from prepare command  https://review.openstack.org/49970416:15
*** achadha_ has joined #tripleo16:18
*** ebarrera has quit IRC16:19
*** ebarrera has joined #tripleo16:19
gfidenteEmilienM so the manila issue with pingtest16:20
hamzySwift temporary URLs require a shared secret to be created. You must provide "swift_temp_url_key" as a config option.: MissingParameterValue: Swift temporary URLs require a shared secret to be created. You must provide "swift_temp_url_key" as a config option.16:21
hamzysigh16:21
*** maeca has joined #tripleo16:21
mwhahahahamzy: that's a new one16:21
*** achadha has quit IRC16:21
*** maeca has quit IRC16:22
gfidenteEmilienM can you rebase the pingtest on https://review.openstack.org/#/c/499966/16:22
*** achadha_ has quit IRC16:22
gfidenteproblem is we were running part of the manifest only in the pacemaker profile and deploying the non-pacemaker version16:23
gfidentejprovazn has a fix for puppet-tripleo in https://review.openstack.org/#/c/499945/16:23
gfidentebut we also want to use the pacemaker version in scenario004 because it is the only "supported" configuration, hence https://review.openstack.org/#/c/499966/16:23
gfidentewhich should make pingtest pass16:23
openstackgerritMerged openstack/tripleo-quickstart-extras master: Don't fail if Virtual BMCs have already been created  https://review.openstack.org/48617516:24
openstackgerritMerged openstack/tripleo-heat-templates master: Add Bagpipe driver composable service  https://review.openstack.org/45475416:24
EmilienMgfidente: sure thing16:24
openstackgerritMerged openstack/tripleo-heat-templates master: Remove ipv6 specific network templates  https://review.openstack.org/49938516:24
hamzyprobably from https://github.com/openstack/ironic/blob/master/ironic/common/glance_service/v2/image_service.py#L16416:25
openstackgerritEmilien Macchi proposed openstack/tripleo-quickstart master: enable pingtest on fs019  https://review.openstack.org/49857516:26
*** tongl has joined #tripleo16:26
openstackgerritEmilien Macchi proposed openstack/tripleo-quickstart master: enable pingtest on fs019  https://review.openstack.org/49857516:26
EmilienMgfidente: done16:26
*** ykarel has joined #tripleo16:26
gfidenteEmilienM let's see16:27
*** links has quit IRC16:31
openstackgerritMerged openstack/tripleo-heat-templates master: manila: set "neutron_admin_auth_url" correctly  https://review.openstack.org/49760416:32
*** catintheroof has quit IRC16:36
*** catintheroof has joined #tripleo16:36
openstackgerritMartin André proposed openstack/tripleo-docs master: Document how to upload only the needed container images  https://review.openstack.org/50012616:37
tonglHi, is there any way to add selinux policy to allow neutron-server service? On my setup, neutron-server with thirdparty plugin failed to start with selinux enforcing. I am wondering, how default ml2 set it up.16:37
tonglFound this doc: https://www.systutorials.com/docs/linux/man/8-neutron_selinux/. But not sure how to add it to environment file.16:38
*** jpena|away is now known as jpena|off16:38
beaglestongl, not sure the templates are where you want to put that16:39
openstackgerritMarius Cornea proposed openstack/tripleo-heat-templates master: Allow upgrade tasks to run when looping through steps  https://review.openstack.org/49951716:40
tonglbeagles: Usually how to set it up during overcloud deployment?16:41
beaglestongl, if it's required for proper operation of the third party plugin wouldn't it be better to cover in the packaging so it would benefit anyone using that plugin not just those deploying with tripleo?16:41
pabelangerEmilienM: how have jobs been working this morning? Any thing I should be looking at?16:41
openstackgerritMerged openstack/instack-undercloud master: Updated from global requirements  https://review.openstack.org/49276816:42
*** achadha has joined #tripleo16:44
*** ramishra has joined #tripleo16:44
*** jpich has quit IRC16:45
*** milan has quit IRC16:45
EmilienMpabelanger: i've been busy in meetings this morning but I'll start looking shortly.16:46
*** achadha has quit IRC16:46
*** achadha has joined #tripleo16:46
*** cylopez has left #tripleo16:47
openstackgerritBen Nemec proposed openstack/tripleo-common master: Don't mock mkdtemp in test_plan.py either  https://review.openstack.org/50012916:47
pabelangerhttp://logs.openstack.org/64/496564/3/gate/gate-tripleo-ci-centos-7-undercloud-oooq/12c7b25/console.html16:48
pabelangerEmilienM: mwhahaha: dmsimard: ^github failure in gate for dlrn16:48
pabelangerfailed getting distgit for tripleo-heat-templates16:48
beaglestongl, selinux policies are usually part of a package, e.g.openstack-selinux16:49
*** achadha has quit IRC16:49
*** achadha has joined #tripleo16:50
*** dprince has quit IRC16:50
*** catintheroof has quit IRC16:50
mwhahahapabelanger: we need something like https://github.com/sitaramc/gitpod16:51
tonglbeagles: Got it, thanks!16:51
mwhahahapabelanger: or https://github.com/rohanpm/ngitcached16:52
pabelangermwhahaha: sure, we actually already have a git farm, git.o.o is our front end to git01-git08.o.o. We actually have a process for importing upstream repos into that too. But, need to discuss with openstack-infra, if we can do that with rdo things16:52
dmsimardpabelanger: I'll go ahead and add a topic for that in the infra ptg pad16:53
*** dsariel has quit IRC16:53
mwhahahapabelanger: well I was thinking less sync and more caching16:53
mwhahahasince it could be more of a dynamic thing16:53
pabelangermwhahaha: zuulv3 makes this more interesting, because once we move forward with github integration, we'd be able to cross project depends-on with RDOproject.org16:53
pabelangerBut ya, I'm guess in openstack-infra we might need to thing about a cache with github16:54
pabelangerbut, that is still a bit aways16:54
mwhahahayea16:54
dmsimardpabelanger: added a topic in the infra ptg pad so we don't forget.16:55
mwhahahaseems like something that could be quite useful to others16:55
*** mcornea has quit IRC16:55
*** gcerami has quit IRC16:55
*** gfidente has quit IRC16:55
*** Goneri has quit IRC16:55
*** achadha_ has joined #tripleo16:55
*** marios_ has quit IRC16:56
*** achadha_ has quit IRC16:57
*** achadha_ has joined #tripleo16:57
*** achadha has quit IRC16:58
*** pchavva has quit IRC17:04
*** Goneri has joined #tripleo17:05
*** ooolpbot has joined #tripleo17:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION17:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171383217:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436117:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441217:10
*** ooolpbot has quit IRC17:10
openstackLaunchpad bug 1713832 in tripleo "Object PUT failed for zaqar_subscription" [Critical,In progress] - Assigned to Marios Andreou (marios-b)17:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,New] - Assigned to Adriano Petrich (apetrich)17:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]17:10
*** suuuper has quit IRC17:12
*** Goneri has quit IRC17:17
*** tosky has quit IRC17:17
*** ramishra has quit IRC17:18
*** ykarel has quit IRC17:25
*** akrivoka has quit IRC17:27
*** trown is now known as trown|lunch17:27
*** yprokule has quit IRC17:29
*** gbarros has quit IRC17:30
*** achadha_ has quit IRC17:30
*** achadha has joined #tripleo17:31
*** gbarros has joined #tripleo17:31
*** achadha has quit IRC17:36
EmilienMcan I troll? it's friday17:40
beaglesgo head17:41
EmilienMthanks17:41
beaglesor ahead rather17:41
EmilienModl_dpdk: <% let(role => $.role_name) -> $.heat_resource_tree.parameters.get(concat($role, 'Parameters'), {}).get('default', {}).get('OvsEnableDpdk', false) %>17:41
EmilienMin tripleo-common17:41
EmilienMis my brain suppose to understand that?17:41
*** achadha has joined #tripleo17:42
*** achadha has quit IRC17:42
EmilienMdidn't we say in the past we would make tripleo more simple?17:42
*** achadha has joined #tripleo17:42
beaglesheh, write-only code a la perl days17:44
beaglesactually I withdraw that "heh" - not really funny17:45
*** ebarrera_ has joined #tripleo17:47
*** pkovar has quit IRC17:47
EmilienM:D17:51
*** jprovazn has quit IRC17:55
*** bnemec is now known as beekneemech17:56
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: manila: set "neutron_admin_auth_url" correctly  https://review.openstack.org/50014517:59
EmilienMtbarron: backporting for you ^17:59
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: Remove ipv6 specific network templates  https://review.openstack.org/50014617:59
EmilienMdsneddon: backporting for you ^17:59
EmilienMmwhahaha: we won't backport https://review.openstack.org/#/c/454754/ and I want us to -2 anyone who try to add new services or containers in tripleo stable/pike from now18:00
EmilienMwe need more stability18:00
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: Manually set healthchecks for _cron services  https://review.openstack.org/50014718:00
EmilienMdprince: ^ backporting for you18:00
EmilienMshardy: should we backport https://review.openstack.org/#/c/490474/ to stable/pike?18:00
openstackgerritEmilien Macchi proposed openstack/tripleo-common stable/pike: Make curl healthchecks work with internal TLS  https://review.openstack.org/50014918:01
EmilienMmandre: ^ backporting for you18:01
beaglescrap sriov agent is still hanging out there - though I  understand the ruling18:01
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: TLS proxy for redis  https://review.openstack.org/49999718:01
*** tosky has joined #tripleo18:01
openstackgerritEmilien Macchi proposed openstack/puppet-tripleo stable/pike: Use TLS proxy for Redis' internal TLS  https://review.openstack.org/49999518:01
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: Unset default value for the DockerCephDaemonImage  https://review.openstack.org/50015018:02
EmilienMvkmc: do you need https://review.openstack.org/#/c/495370/ in stable/pike?18:02
abishopd0ugal: would you mind taking a look at https://review.openstack.org/498561 (it's a quick one)18:03
vkmcEmilienM, yes18:03
vkmcEmilienM, should I backport it?18:04
EmilienMvkmc: cherry-pick it with gerrit UI and I'll look18:04
vkmck18:04
EmilienMvkmc: they won't break anything so it's good to me. I'lla pprove18:04
vkmcEmilienM, sweet, thx18:05
EmilienMvkmc: it's done already : https://review.openstack.org/#/c/499931/118:05
vkmco.o18:05
EmilienMvkmc: sorry for noise :D18:05
vkmcEmilienM, no probs, thanks :)18:06
EmilienMvkmc: I'll ping you next time I need nothing :D18:06
*** ebarrera_ has quit IRC18:06
vkmcEmilienM, sounds good, I'm here to endorse what you do18:06
vkmc:D18:06
EmilienMlol18:06
*** rhallisey has quit IRC18:07
tonglEmilienM: when you have a chance, could you please look at the following patches :) https://review.openstack.org/#/c/499395/, https://review.openstack.org/#/c/498143/, https://review.openstack.org/#/c/498142/18:08
*** ooolpbot has joined #tripleo18:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION18:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171383218:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436118:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441218:10
*** ooolpbot has quit IRC18:10
openstackLaunchpad bug 1713832 in tripleo "Object PUT failed for zaqar_subscription" [Critical,In progress] - Assigned to Marios Andreou (marios-b)18:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged] - Assigned to Adriano Petrich (apetrich)18:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]18:10
EmilienMtongl: sure, i'll try though our first priority now is to ship pike18:11
*** ebarrera has quit IRC18:11
tonglEmilienM: thanks. they are related to bug fixes and once they get merged, I also would like to back port to pike as well.18:11
EmilienMtongl: it's too late to backport features in Pike18:12
EmilienMtongl: you should have asked for a FFE (feature freeze exception)18:12
EmilienMtongl: we designed Pike back in April, how come we don't have a blueprint since then to track this work?18:13
tonglThere is no blueprint as far as I know. If needed, I can create one.18:14
*** achadha has quit IRC18:14
*** achadha has joined #tripleo18:14
tonglThe driver has been added in pike cycle and now we try to fix some bugs.18:15
EmilienMtongl: it would be great, but we can't backport features in stable branches18:15
EmilienMtongl: it could be discussed on the mailing list though18:15
EmilienMand evaluate the impact of doing such a backport18:15
EmilienMif nothing would break backward compatibility why not then18:15
*** aditya_r has joined #tripleo18:15
*** maeca has joined #tripleo18:16
EmilienMbut still, it doesn't match stable-policy requirements18:16
*** maeca has quit IRC18:16
tonglEmilienM: the feature is in during pike cycle. we have some critical bug fixes.18:16
beagleslooking at these patches these are all around a bug aren't they?18:16
tonglbeagles: yes18:16
EmilienMmaybe...18:16
EmilienMtongl: best way to know is, you to send an email to openstack-dev [tripleo], explain what you're doing, give URLs of your patches / blueprints and we'll see18:17
tonglbeagles: it is critical and without these the tripleo setup will fail when nsx driver is enabled.18:17
tonglSure, will do18:17
tonglEmilienM: Thanks!18:17
beaglesEmilienM, with regards to the sriov container - that's a complete no-go?18:17
beaglesEmilienM, https://review.openstack.org/#/c/469066/ and https://review.openstack.org/#/c/487390/18:18
* beagles hates to ask18:18
beaglesone is blocked on merging due to the depends on to the other18:19
EmilienMbeagles: I thought downstream wouldn't containerize neutron18:21
EmilienMbeagles: do we really need it in pike?18:21
beaglesEmilienM, they want it for "tech preview" ...18:21
beaglesle sigh18:21
beaglesotherwise I'd not ask18:22
EmilienMmwarf18:22
beaglesmeaning I'd not push it myself if not .. I suspect we are going to find all sorts of stuff that is not going to play nice with containers and PCI passthrough18:23
beaglesnot that this would actually mess with anything unless somebody enables it18:23
*** thrash|biab is now known as thrash18:25
* beagles gulps at the *famous last words* he just dared utter18:25
dmsimardEmilienM, mwhahaha: what was probably the device busy fix merged, please let me know if you see any in new jobs18:26
openstackgerritMerged openstack/tripleo-heat-templates master: Use list_concat in place of yaql  https://review.openstack.org/49915718:27
EmilienMdmsimard: k18:27
EmilienMbeekneemech: wdyt about backporting https://review.openstack.org/#/c/499157/ ?18:28
EmilienMso much change18:28
*** trown|lunch is now known as trown18:29
trownEmilienM: really not sure what to do about https://bugs.launchpad.net/tripleo/+bug/171427018:30
openstackLaunchpad bug 1714270 in tripleo "containerised tacker implementation is incomplete" [High,Triaged]18:30
*** itlinux has quit IRC18:30
*** achadha_ has joined #tripleo18:30
*** achadha_ has quit IRC18:30
trownEmilienM: sbaker put it to queens... but pike scenario001 is broken without fixing that18:30
*** achadha has quit IRC18:30
trownon containers18:30
EmilienMtrown: mhh18:31
EmilienMtrown: we can disable tacker in scenario001-container18:31
openstackgerritMartin André proposed openstack/tripleo-heat-templates master: DO NOT MERGE enable docker debugging  https://review.openstack.org/50011218:31
EmilienMlike we did with bgp-vpn and l2gw18:31
trownEmilienM: it only works in upstream jobs because we have an old container in the registry... if you build pike containers using kolla today they wont work18:31
*** achadha has joined #tripleo18:31
EmilienMyeah18:31
EmilienMlet's disable it18:31
trownk18:31
EmilienMcan you submit a patch please?18:31
*** achadha has quit IRC18:31
trownsure18:31
EmilienMthanks a lot18:31
*** achadha has joined #tripleo18:32
*** yamahata has quit IRC18:32
*** achadha has quit IRC18:33
*** aditya_ra has joined #tripleo18:34
*** achadha has joined #tripleo18:34
beekneemechbeagles: In the manila patch that downstream also wanted for tech preview, I asked them to put an EXPERIMENTAL comment in the environment file for enabling so we at least have plausible deniability if someone uses it and it blows up.18:34
*** aditya_r has quit IRC18:34
beaglesbeekneemech, good plan18:35
beekneemechbeagles: https://github.com/openstack/tripleo-heat-templates/blob/master/environments/manila-cephfsnative-config-docker.yaml18:35
beaglesbeekneemech, thanks.. will replicate18:35
beekneemechEmilienM: Doesn't sound like something that really calls for a backport, but on the other hand it may make future backports merge conflict nightmares if we don't. :-/18:36
openstackgerritMerged openstack/puppet-tripleo stable/pike: Fix enabling zaqar keystone endpoint and MySQL database  https://review.openstack.org/49989518:36
openstackgerritMartin André proposed openstack/tripleo-heat-templates master: DO NOT MERGE enable docker debugging  https://review.openstack.org/50011218:37
openstackgerritBrent Eagles proposed openstack/tripleo-heat-templates master: Add Neutron SR-IOV agent container  https://review.openstack.org/46906618:38
*** aditya_ra has quit IRC18:40
openstackgerritJohn Trowbridge proposed openstack/tripleo-heat-templates master: Remove tacker from containers scenario001  https://review.openstack.org/50016518:40
openstackgerritJohn Trowbridge proposed openstack/tripleo-heat-templates stable/pike: Remove tacker from containers scenario001  https://review.openstack.org/50016618:41
trownEmilienM: patch and cherry-pick ^18:41
*** aditya_ra has joined #tripleo18:41
EmilienMthx!18:45
*** fzdarsky|afk has quit IRC18:49
*** aditya_ra has quit IRC18:50
*** Goneri has joined #tripleo18:50
openstackgerritEmilien Macchi proposed openstack/tripleo-common stable/pike: Add missing BarbicanApi service  https://review.openstack.org/49989218:57
*** achadha_ has joined #tripleo18:57
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: Use list_concat in place of yaql  https://review.openstack.org/50017218:57
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates stable/pike: NetworkDeploymentActions shall be made role specific  https://review.openstack.org/50017318:58
EmilienMpabelanger: it would be fun to get number of patches merged / day over the last weeks18:59
*** achadha has quit IRC19:00
*** leseb has quit IRC19:01
*** achadha_ has quit IRC19:01
openstackgerritMerged openstack/tripleo-quickstart-extras master: Allow composable scenarios without deployed server environment  https://review.openstack.org/49909419:02
*** iranzo has joined #tripleo19:02
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Drop step_config as top level docker requirement  https://review.openstack.org/44271619:03
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: docker: Add unit tests on service_name  https://review.openstack.org/44275519:03
openstackgerritEmilien Macchi proposed openstack/tripleo-heat-templates master: Add docker templates to configure Ironic inspector  https://review.openstack.org/45782219:03
*** lblanchard has quit IRC19:04
*** lblanchard has joined #tripleo19:05
pabelangerEmilienM: should be able to get that info per project19:07
EmilienMarxcruz: are you around? I'm having tempest failures19:09
EmilienMsee http://logs.openstack.org/26/499626/1/check/gate-tripleo-ci-centos-7-scenario004-multinode-oooq/44bf3e9/logs/tempest.html.gz19:09
*** gbarros has quit IRC19:09
openstackgerritMerged openstack/tripleo-common stable/pike: Add less verbosity for fernet keys ansible playbook  https://review.openstack.org/50007019:10
*** ooolpbot has joined #tripleo19:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION19:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171383219:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436119:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441219:10
*** ooolpbot has quit IRC19:10
openstackLaunchpad bug 1713832 in tripleo "Object PUT failed for zaqar_subscription" [Critical,In progress] - Assigned to Marios Andreou (marios-b)19:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged] - Assigned to Adriano Petrich (apetrich)19:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]19:10
EmilienMyeah gate-tripleo-ci-centos-7-scenario004-multinode-oooq is broken on stable/pike19:10
EmilienMtempest test fail, i'll look at it19:11
*** gbarros has joined #tripleo19:14
*** EmilienM changes topic to "CI Status: Orange - see alerts | TripleO | https://docs.openstack.org/tripleo-docs/latest/ | http://tripleo.org"19:14
EmilienMmandre: that's the last time we had an upgrae job working https://review.openstack.org/#/c/461000/19:16
EmilienM3 days ago19:16
openstackgerritMerged openstack/tripleo-common stable/pike: Don't mock mkdtemp  https://review.openstack.org/50008319:16
*** achadha has joined #tripleo19:16
EmilienMI'm pretty sure we broke something over the last 3 days on re: upgrades19:16
*** leitan has quit IRC19:16
arxcruzEmilienM: hei, let me check19:18
*** gbarros has quit IRC19:18
*** leseb has joined #tripleo19:19
EmilienMarxcruz: https://bugs.launchpad.net/tripleo/+bug/171457719:19
openstackLaunchpad bug 1714577 in tripleo "scenario004 failing: 'Manager' object has no attribute 'volumes_v2_client'" [Undecided,Triaged]19:19
EmilienMI'm investigating a bit as well19:19
EmilienMhttp://status.openstack.org/openstack-health/#/g/build_name/gate-tripleo-ci-centos-7-scenario004-multinode-oooq19:20
EmilienMit's not that bad19:20
EmilienMfor these who didn't like tempest, this is how it's useful now:19:21
EmilienMyou go look which tests are failing in our gate: http://status.openstack.org/openstack-health/#/g/build_name/gate-tripleo-ci-centos-7-scenario004-multinode-oooq19:21
EmilienMgate-tripleo-ci-centos-7-scenario004-multinode-oooq has 2 failures on this test19:21
EmilienMyou can also filter by tempest test http://status.openstack.org/openstack-health/#/test/tempest.scenario.test_network_basic_ops.TestNetworkBasicOps19:22
EmilienMso you can see if the test is broken in tempest or just in tripleo19:22
*** iranzo has quit IRC19:22
EmilienMarxcruz: i'm trying to confirm in logstash that the error is random19:23
arxcruzEmilienM: something between openstack-tempest-16.1.1-0.20170824065155.c961a65.el7.centos.noarch and openstack-tempest-16.1.1-0.20170830101230.e70e0fe.el7.centos.noarch19:23
EmilienMwe should pin tempest in stable/pike19:23
EmilienMbut I think it was done in RDO yesterday19:24
EmilienMlet me check19:24
arxcruzEmilienM: I think it was19:24
EmilienMno it wasn't19:24
EmilienMhttps://review.rdoproject.org/r/#/c/9176/19:24
arxcruzoh, ok19:24
EmilienMI'm going to go ahead and approve19:24
arxcruzEmilienM: sorry, i didn't understood, it's merged already...19:25
arxcruzoh, but master ok19:25
EmilienMit will make stable/pike tripleo ci more stable19:25
EmilienMif we pin tempest19:25
EmilienM(which is exactly what we do in puppet CI as well)19:25
arxcruzEmilienM: ok19:26
*** eck` is now known as eck`gone19:28
*** beagles has left #tripleo19:30
arxcruzEmilienM: openstack-tempest-16.1.1-0.20170830101230.e70e0fe.el7.centos.noarch is the one who fails19:31
arxcruzEmilienM: I believe now would be easier to check these failures with more scenarios running tempest...19:31
*** beagles has joined #tripleo19:31
EmilienMarxcruz: can you check in tempest what could fail?19:32
arxcruzEmilienM: sure19:33
EmilienMthx19:36
*** gbarros has joined #tripleo19:45
arxcruzEmilienM: so https://github.com/openstack/tempest/blob/e70e0fe/tempest/scenario/manager.py#L82 doesn't have the verification if cinder service is enabled or not19:46
EmilienMarxcruz: hm I'm not sure about that, why did it work in our gate several times19:47
arxcruzEmilienM: as you can see here https://github.com/openstack/tempest/blob/master/tempest/scenario/manager.py#L8319:47
arxcruzEmilienM: because https://github.com/openstack/tempest/blob/c961a65/tempest/scenario/manager.py#L8319:48
arxcruzthe openstack-tempest-16.1.1-0.20170824065155.c961a65.el7.centos.noarch has the check if cinder is enabled19:48
arxcruzopenstack-tempest-16.1.1-0.20170830101230.e70e0fe.el7.centos.noarch doesn't19:48
EmilienMarxcruz: which patch broke it?19:48
arxcruzEmilienM: that's the thing, e70e0fe is from july 19 and don't have the patch and it's in 20170830101230 build which checking the date should be 'recently' than 20170824065155 who has the patch from 25 days ago19:50
pabelangerEmilienM: gate-tripleo-ci-centos-7-scenario004-multinode-oooq is at 97% SUCCESS / 2% FAILURE rate in gate over last 10 days. not too bad given all the issues this week.19:51
arxcruzpabelanger: we just started run tempest there...19:51
pabelangergate-tripleo-ci-centos-7-scenario001-multinode-oooq is 100% over 36 runs in gate19:52
*** abishop has quit IRC19:52
pabelangergate-tripleo-ci-centos-7-scenario001-multinode-oooq-containers 94% success over 3619:52
arxcruzpabelanger: yeah, scenario001 is been running tempest for a while19:52
arxcruzcool it's 100% :D19:53
pabelangerYa, a large improvement over the last month19:53
arxcruzEmilienM: this is the patch 28 days ago who check if cinder is available https://github.com/openstack/tempest/commit/a6b301595a1340abdbcfac57831aed70be19277519:56
arxcruzin scenario004 cinder isn't available19:56
arxcruzso, why the latest tempest package don't have this patch, while the previous one has19:56
*** rbowen has quit IRC19:56
EmilienMgood question19:57
EmilienMpabelanger: ++19:57
arxcruzEmilienM: oh https://review.rdoproject.org/r/#/c/9070/19:58
arxcruzso, it seems that19:58
arxcruzso, we fix one thing, and broken others19:58
arxcruz¯\_(ツ)_/¯19:58
beaglesso glad I'm not the only one ;)20:00
mandreEmilienM: uh? which one is the "upgrade" job? because in the review you pasted gate-tripleo-ci-centos-7-containers-multinode-upgrades-nv is red20:02
*** paramite has quit IRC20:02
mandreEmilienM: but according to http://tripleo.org/cistatus.html, the last time the job was green was in https://review.openstack.org/#/c/499199/ which is even more confusing20:03
EmilienMmandre: gate-tripleo-ci-centos-7-scenario003-multinode-oooq-container-upgrades-nv20:04
arxcruzEmilienM: shall we fast-forward the commit in tempest to englobe both patches?20:04
arxcruzalthough this patch is tagged as 17.0.0...20:05
* arxcruz starting to get very confuse20:05
EmilienMsame20:06
arxcruzwell, we weren't running tempest on scenario004 before, so this would be catch20:06
*** gfidente has joined #tripleo20:09
arxcruzgotta go play overwatch, it's 10pm here :)20:09
*** ooolpbot has joined #tripleo20:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION20:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171383220:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436120:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441220:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171457720:10
openstackLaunchpad bug 1713832 in tripleo "Object PUT failed for zaqar_subscription" [Critical,In progress] - Assigned to Marios Andreou (marios-b)20:10
*** ooolpbot has quit IRC20:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged] - Assigned to Adriano Petrich (apetrich)20:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]20:10
openstackLaunchpad bug 1714577 in tripleo "scenario004 failing: 'Manager' object has no attribute 'volumes_v2_client'" [Critical,Triaged]20:10
pabelangerEmilienM: did we have a bug for Property DockerBarbicanApiImage not assigned issue?20:10
pabelangerI think I still see some failures in logstash, and going to create an elastic-recheck query20:10
*** eck`gone is now known as eck`20:11
EmilienMpabelanger: not sure20:14
EmilienMI don't see any20:14
pabelangerEmilienM: ya, I just created bug 1714586. Pretty sure it is fixed, but just want to classify failures in elastic-recheck to be safe20:14
openstackbug 1714586 in tripleo "Add missing BarbicanApi service" [Undecided,New] https://launchpad.net/bugs/171458620:14
*** dougbtv_laptop has quit IRC20:15
EmilienMpabelanger: really cool, it was on my long list as well20:15
EmilienMarxcruz: what version should we run then?20:15
EmilienMpabelanger: we don't have tempst results in logstash http://logs.openstack.org/26/499626/1/check/gate-tripleo-ci-centos-7-scenario004-multinode-oooq/44bf3e9/logs/undercloud/var/log/extra/logstash.txt.gz20:17
*** dparkes has joined #tripleo20:20
pabelangerEmilienM: when is pike release for tripleo?20:20
*** dhill_ is now known as dhill|brb20:23
EmilienMpabelanger: I hope next week20:25
pabelangerEmilienM: tuesday or friday?20:26
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates master: Add CephExternal role for ceph-ansible  https://review.openstack.org/49962720:29
EmilienMpabelanger: tbh, I don't know20:31
EmilienMpabelanger: we have 4 alerts now20:31
EmilienMa 5th soon20:31
*** rcernin has joined #tripleo20:31
EmilienMwe'll release when down to 020:31
pabelangerEmilienM: okay, thanks. having swap issues on centos still so trying to see if a revert would be needed or we keep iterating forward20:33
*** Goneri has quit IRC20:34
openstackgerritEmilien Macchi proposed openstack/tripleo-quickstart-extras master: Save tempest output in logstash  https://review.openstack.org/50018720:37
EmilienMpabelanger: see that ^20:37
EmilienMso we can do queries now20:37
EmilienMwith tempest failures20:37
EmilienMpabelanger: I'm investigating a 5th issue in gate20:38
EmilienMhttp://logs.openstack.org/26/499626/1/check/gate-tripleo-ci-centos-7-nonha-multinode-oooq/39c064a/logs/undercloud/home/jenkins/overcloud_deploy.log.txt.gz#_2017-09-01_12_03_0620:38
EmilienMwe have no query for this one20:38
EmilienMhttp://mirror.regionone.infracloud-vanilla.openstack.org:8080/buildlogs.centos/centos/7/cloud/x86_64/openstack-pike/common/python2-markupsafe-0.23-16.el7.x86_64.rpm: [Errno 14] HTTP Error 502 - Bad Gateway20:39
EmilienMhttp://logs.openstack.org/26/499626/1/check/gate-tripleo-ci-centos-7-nonha-multinode-oooq/39c064a/logs/undercloud/var/log/bootstrap-subnodes.log.txt.gz20:39
EmilienMwe need a query for this one20:39
EmilienMand we don't have /var/log/bootstrap-subnodes.log.txt.gz in logstash file20:39
EmilienMadarazs, sshnaidm|off: you around?20:41
openstackgerritEmilien Macchi proposed openstack/tripleo-quickstart-extras master: Save bootstrap server logs in logstash  https://review.openstack.org/50018920:41
EmilienMpabelanger: also when we have backported what we needed20:44
EmilienMpabelanger: it seems like next week is doable if we get more help on CI20:44
pabelangerEmilienM: let me check buildlogs error in apache logs, we already have an elastic-recheck query for that. But tl;dr is round robin DNS issue, and we've pinned to a specific buildlogs server, in this case, it was likely a networking issue in infracloud that cause the query to fail.20:50
pabelangerEmilienM: but, that is the first time in a few days it has happened20:50
pabelangerEmilienM: http://status.openstack.org/elastic-recheck/#1708704 for some history20:51
EmilienMok20:51
EmilienMnot critical then20:51
EmilienMthe tempest thing worries me20:51
pabelangerEmilienM: I also think, at PTG, we can talk about using a mirrorlist, and have the yum client make multiple requests20:51
EmilienMi'll revert the patch in quickstart if it continues, fyi20:51
EmilienMpabelanger: with a beer?20:52
pabelangerEmilienM: haven't been following which tempest issue20:52
pabelangerEmilienM: message:"[Errno 256] No more mirrors to try" AND tags:"console" AND node_provider:infracloud-vanilla20:52
pabelangeryou can see the failure last week compared to this week20:52
EmilienMk20:53
*** jcoufal has quit IRC20:53
*** rcernin has quit IRC20:55
*** jmelvin has quit IRC20:56
*** ansmith has joined #tripleo20:57
*** vpickard has quit IRC20:58
*** catinthe_ has joined #tripleo20:58
*** lblanchard has quit IRC20:59
*** vpickard has joined #tripleo21:01
*** lblanchard has joined #tripleo21:07
*** lblanchard has joined #tripleo21:08
*** ooolpbot has joined #tripleo21:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION21:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171383221:10
openstackLaunchpad bug 1713832 in tripleo "Object PUT failed for zaqar_subscription" [Critical,In progress] - Assigned to Marios Andreou (marios-b)21:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436121:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441221:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171457721:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171458621:10
*** ooolpbot has quit IRC21:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged] - Assigned to Adriano Petrich (apetrich)21:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]21:10
*** ansmith has quit IRC21:10
openstackLaunchpad bug 1714577 in tripleo "scenario004 failing: 'Manager' object has no attribute 'volumes_v2_client'" [Critical,Triaged] - Assigned to Emilien Macchi (emilienm)21:10
openstackLaunchpad bug 1714586 in tripleo "Add missing BarbicanApi service" [Critical,Triaged]21:10
*** yamahata has joined #tripleo21:12
stevebakerEmilienM: morning21:24
EmilienMstevebaker: hey21:24
EmilienMthanks for being online on a Saturday21:24
stevebakertotally fine21:24
EmilienMwe were investigating https://bugs.launchpad.net/tripleo/+bug/1714412 with mandre21:24
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]21:24
EmilienMwe have new logs now with more docker debug: http://logs.openstack.org/12/500112/3/check/gate-tripleo-ci-centos-7-containers-multinode-upgrades-nv/7735d7e/logs/subnode-2/var/log/messages.txt.gz21:25
EmilienMfor example http://logs.openstack.org/12/500112/3/check/gate-tripleo-ci-centos-7-containers-multinode-upgrades-nv/7735d7e/logs/subnode-2/var/log/messages.txt.gz#_Sep__1_20_49_2421:26
EmilienMstevebaker: that's where we are now, upgrade jobs fail on that21:26
*** dparkes has quit IRC21:31
*** jtomasek has quit IRC21:32
stevebakerEmilienM: huh, that is a sad docker21:32
EmilienMarxcruz: https://github.com/openstack/tempest/compare/e70e0fe...c961a65 that's the diff between stable/pike where it fails and master where it works21:33
EmilienMstevebaker: something broke during the last 3 days because I have a working upgrade job 3 days ago21:34
EmilienMstevebaker: see http://logs.openstack.org/00/461000/50/check/gate-tripleo-ci-centos-7-scenario003-multinode-oooq-container-upgrades-nv/1833356/console.html#_2017-08-28_19_53_51_93516221:34
stevebakerEmilienM: it could be something as simple as the containers not existing in http://192.168.24.1:878721:35
tonglEmilienM: As you suggested, I created a blueprint and sent an email to openstack-dev [tripleo]. https://blueprints.launchpad.net/tripleo/+spec/neutron-nsx-driver21:38
*** jmelvin has joined #tripleo21:44
stevebakerEmilienM: overcloud-prep-containers.sh is not run, that task is being skipped21:45
EmilienMtongl: ok cool21:45
EmilienMstevebaker: wow21:45
EmilienMwhat did we change in quickstart / -extras recently?21:45
stevebakerEmilienM: maybe the oooq vars is missing containerized_overcloud:true21:46
EmilienMmaybe https://github.com/openstack/tripleo-quickstart-extras/commit/bf0f2d3424aa9cdaf0050a2703a6c907b8443d4221:47
EmilienMbrb eat21:47
*** lblanchard has joined #tripleo21:48
*** lblanchard has joined #tripleo21:49
EmilienMstevebaker: do you mean the bash snipper or the whole ansible task is ignored?21:50
EmilienMsnippet21:50
*** lblanchard has joined #tripleo21:50
stevebakerEmilienM: overcloud-prep-containers.sh is uploaded but not run, because the conditional containerized_overcloud==true is false21:51
*** lblanchard has joined #tripleo21:51
stevebakerEmilienM: I'm looking at the -e @ here and wondering which file should be setting that http://logs.openstack.org/12/500112/3/check/gate-tripleo-ci-centos-7-containers-multinode-upgrades-nv/7735d7e/console.html#_2017-09-01_18_59_06_19923121:52
arxcruzEmilienM: as I EmilienM and this is the missing piece https://github.com/openstack/tempest/commit/a6b301595a1340abdbcfac57831aed70be19277521:52
EmilienMarxcruz: ok so 17.0.0 should be good21:53
*** lblanchard has joined #tripleo21:53
stevebakerEmilienM: ah, we have a containerized_overcloud and a containerized_overcloud_upgrade variable, should probably be checking for both21:53
EmilienMstevebaker: yes we do have it21:54
stevebakerEmilienM: config/general_config/featureset011.yml has21:54
EmilienMfor the time being ocata/pike21:54
stevebaker# we're upgrading from non-containers to containers, so first we21:54
stevebaker# deploy non-containerized overcloud21:54
stevebakercontainerized_overcloud: false21:54
stevebakercontainerized_overcloud_upgrade: true21:54
*** lblanchard has joined #tripleo21:56
stevebakerEmilienM: oh, hang on21:56
EmilienMI don't move21:56
EmilienMI actually have to go21:56
*** mburned has quit IRC21:57
tonglEmilienM: Enjoy your long weekend :)21:57
EmilienMstevebaker: I have to leave computer, I'm back later in the evening and will be online this weekend. If you have an idea, please send a fix, I'll review it for sure. Otherwise I'll investigate as well. Thanks for your help.21:57
EmilienMtongl: you too21:58
stevebakerEmilienM: will do, now I'm looking at containerized_overcloud_upgrade_pull_images21:58
openstackgerritAttila Darazs proposed openstack/tripleo-quickstart-extras master: GATE CHECK for quickstart-extras  https://review.openstack.org/47260722:00
mwhahahaugh looks like python jobs are broke22:02
mwhahahahttp://logs.openstack.org/64/496564/3/check/gate-instack-undercloud-python27-ubuntu-xenial/77b1d19/console.html#_2017-09-01_19_41_05_55204022:02
mwhahahatox is puking now22:03
mwhahahapabelanger: might be something more global than just us if you're still around today22:03
EmilienMwe need a logstash query22:03
pabelangermwhahaha: EmilienM: Ya, I think we are in the process of rolling new images. tox 2.8 broke openstack today22:04
pabelangerchecking22:04
mwhahahaoh joy22:04
EmilienMwe needed that22:04
EmilienMgreat22:04
EmilienMI'm out!22:04
stevebakerbiab22:08
pabelangerEmilienM: mwhahaha: okay, looks like we'd deleted the bad images, and reverted to yesterdays. That will trigger new image builds with tox 2.7 pin22:09
*** tesseract has quit IRC22:09
mwhahahak22:09
*** ooolpbot has joined #tripleo22:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION22:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171383222:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436122:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441222:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171457722:10
openstackLaunchpad bug 1713832 in tripleo "Object PUT failed for zaqar_subscription" [Critical,In progress] - Assigned to Marios Andreou (marios-b)22:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171458622:10
*** ooolpbot has quit IRC22:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged] - Assigned to Adriano Petrich (apetrich)22:10
*** rlandy has quit IRC22:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]22:10
openstackLaunchpad bug 1714577 in tripleo "scenario004 failing: 'Manager' object has no attribute 'volumes_v2_client'" [Critical,Triaged] - Assigned to Emilien Macchi (emilienm)22:10
openstackLaunchpad bug 1714586 in tripleo "Add missing BarbicanApi service" [Critical,Triaged]22:10
pabelangerEmilienM: mwhahaha: can you post a log of tox failure?22:12
pabelangerthis might be something different22:12
mwhahaha-^22:12
mwhahahahttp://logs.openstack.org/64/496564/3/check/gate-instack-undercloud-python27-ubuntu-xenial/77b1d19/console.html#_2017-09-01_19_41_05_55204022:12
mwhahahait's a valueerror22:12
pabelangerk,22:13
pabelangerI think that is the same issue22:13
pabelangerif you recheck, I think it is fixed22:13
mwhahahak22:13
*** gfidente has quit IRC22:18
pabelangerEmilienM: mwhahaha: okay, I see the tempest failures now: https://review.openstack.org/499892/ is hitting them in check22:21
mwhahahathat's the AttributeError: 'Manager' object has no attribute 'volumes_v2_client'22:22
mwhahahadon't we have a bug for that22:22
pabelangergoing to see if I can get an elastic-recheck query going22:23
mwhahahapabelanger: https://bugs.launchpad.net/tripleo/+bug/171457722:23
openstackLaunchpad bug 1714577 in tripleo "scenario004 failing: 'Manager' object has no attribute 'volumes_v2_client'" [Critical,Triaged] - Assigned to Emilien Macchi (emilienm)22:23
pabelangermwhahaha: thanks22:23
pabelangerHa22:26
pabelangerwe need to uncompress logs/testrepository.subunit22:26
pabelangerso we can get logstash to index it22:26
pabelangerpretty sure we don't compress it for tox jobs22:26
pabelangerwill look quickly22:26
pabelangerHmm, we do compress it22:27
pabelangerhttp://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/files/logstash/jenkins-log-client.yaml#n30222:29
pabelangerlogs/tempest.txt22:29
pabelangerthat will get indexed22:29
openstackgerritBen Nemec proposed openstack/diskimage-builder master: Remove nested quotes from TAROPTS  https://review.openstack.org/50021222:30
*** jmelvin has quit IRC22:44
*** achadha_ has joined #tripleo22:54
*** catinthe_ has quit IRC22:54
*** achadha has quit IRC22:57
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Add storage backends env files for containerized deployment  https://review.openstack.org/49993122:58
*** achadha_ has quit IRC22:58
*** tosky has quit IRC22:59
openstackgerritMerged openstack/tripleo-heat-templates master: Fix hardcoded references to deprecated *ExtraConfig parameters  https://review.openstack.org/49660423:00
openstackgerritMerged openstack/tripleo-quickstart master: run tempest on fs018 (scenario003-container)  https://review.openstack.org/49988923:00
*** catintheroof has joined #tripleo23:03
openstackgerritMerged openstack/tripleo-common stable/pike: Fix port health check false negatives  https://review.openstack.org/49988023:05
*** tongl has quit IRC23:07
*** ooolpbot has joined #tripleo23:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION23:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171383223:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171436123:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171441223:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171457723:10
openstackLaunchpad bug 1713832 in tripleo "Object PUT failed for zaqar_subscription" [Critical,In progress] - Assigned to Marios Andreou (marios-b)23:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/171458623:10
*** ooolpbot has quit IRC23:10
openstackLaunchpad bug 1714361 in tripleo "undercloud reinstall is unstable" [Critical,Triaged] - Assigned to Adriano Petrich (apetrich)23:10
openstackLaunchpad bug 1714412 in tripleo "Upgrade from Ocata to Pike fails to pull containers during ControllerDeployment_Step1" [Critical,Triaged]23:10
openstackLaunchpad bug 1714577 in tripleo "scenario004 failing: 'Manager' object has no attribute 'volumes_v2_client'" [Critical,Triaged] - Assigned to Emilien Macchi (emilienm)23:10
openstackLaunchpad bug 1714586 in tripleo "Add missing BarbicanApi service" [Critical,Triaged]23:10
openstackgerritMerged openstack/tripleo-common master: Add SRIOV container image parameter generation  https://review.openstack.org/48739023:18
openstackgerritMerged openstack/python-tripleoclient master: Mock out the creation of the tempest config  https://review.openstack.org/49532823:19
openstackgerritMerged openstack/python-tripleoclient master: Filter out disabled services from prepare command  https://review.openstack.org/49970423:19
*** rwsu has quit IRC23:20
*** gbarros has quit IRC23:26
EmilienMpabelanger:I'm on my phone but I have patches on oooq to index tempest23:31
EmilienMPtal23:31
EmilienMBut you can uncompress if you prefer23:32
EmilienMJust FYI we already have the files23:32
EmilienMpabelanger :  https://review.openstack.org/50018723:34
*** jlabarre has quit IRC23:38
*** achadha has joined #tripleo23:40
*** jlabarre has joined #tripleo23:41
pabelangerEmilienM: sure, that will help, but I don't think logstash will index it by default.  Lets land and see23:45
*** achadha_ has joined #tripleo23:48
*** achadha__ has joined #tripleo23:51
*** achadha has quit IRC23:51
*** catintheroof has quit IRC23:51
*** achadha_ has quit IRC23:52
*** achadha has joined #tripleo23:55
*** achadha__ has quit IRC23:55
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Remove ipv6 specific network templates  https://review.openstack.org/50014623:56
openstackgerritAlex Schultz proposed openstack/tripleo-heat-templates stable/pike: Fix hardcoded references to deprecated *ExtraConfig parameters  https://review.openstack.org/50022323:57
*** thrash is now known as thrash|g0ne23:57
openstackgerritAlex Schultz proposed openstack/python-tripleoclient stable/pike: Filter out disabled services from prepare command  https://review.openstack.org/50022523:58
*** achadha_ has joined #tripleo23:59

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