Thursday, 2017-11-09

openstackgerritMerged openstack/puppet-tripleo master: Add capability to configure simple-crypto backend for barbican  https://review.openstack.org/51731200:08
*** ooolpbot has joined #tripleo00:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION00:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432800:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]00:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925300:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958600:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011100:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103200:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106300:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)00:10
*** ooolpbot has quit IRC00:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)00:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]00:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]00:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]00:10
*** achadha has joined #tripleo00:10
*** achadha_ has joined #tripleo00:11
*** zshi has joined #tripleo00:14
*** achadha has quit IRC00:15
openstackgerritMerged openstack/tripleo-heat-templates master: Remove deprecated Telemetry services from roles data  https://review.openstack.org/50964500:20
*** apetrich has quit IRC00:20
*** apetrich has joined #tripleo00:21
*** dmsimard is now known as dmsimard|off00:22
*** eck` is now known as eck`gone00:23
*** bobh has joined #tripleo00:27
*** jlabarre has quit IRC00:31
openstackgerritOpenStack Proposal Bot proposed openstack/tripleo-common master: Updated from global requirements  https://review.openstack.org/51163300:35
*** Usman has quit IRC00:52
*** akrivoka has quit IRC00:55
*** ramishra has joined #tripleo00:58
*** achadha has joined #tripleo01:02
fultonjdsneddon: are you around?01:06
*** achadha_ has quit IRC01:06
*** achadha has quit IRC01:06
dsneddonfultonj, Hey01:09
*** ooolpbot has joined #tripleo01:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION01:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432801:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]01:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925301:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958601:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011101:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103201:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106301:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)01:10
*** ooolpbot has quit IRC01:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)01:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]01:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]01:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]01:10
*** zshi has quit IRC01:11
fultonjdsneddon: thanks for repsonding, was tripleoclient modified to deal with certain files not existing as a result of them being rendered in pike?01:12
fultonji ask because i'm trying to update https://github.com/openstack/tripleo-heat-templates/blob/master/environments/hyperconverged-ceph.yaml#L401:12
fultonjwhich presently complains that resources.StorageMgmtPort: resources[2].Property error: resources.StorageMgmtPort.properties.network: Error validating value 'storage_mgmt': Unable to find network with name or id 'storage_mgmt'01:13
fultonjso i was wondering if I need to tell the tripleo client to have faith that it will be rendered, or if you think i'm on the wrong path. thanks01:14
*** bobh has quit IRC01:15
dsneddonfultonj, The files are rendered based on the contents of network_data.yaml, although I don't recall if we put in anything to check to see if it's actually enabled on any roles.01:15
dsneddonfultonj, Is your deployment supposed to use storage_mgmt network?01:16
fultonjyes01:16
dsneddonfultonj, It could be a path issue.01:16
fultonjthis template used to work01:16
dsneddonfultonj, You can test out to see what files are rendered by running ./tools/process_templates.py in the THT root01:16
dsneddonfultonj, You did use "-n /path/to/network_data.yaml" with the deploy command, right?01:17
dsneddonfultonj, That's new, but it's required if you want the isolated network templates to be rendered.01:17
openstackgerritDan Prince proposed openstack/tripleo-heat-templates master: Add Docker service to the undercloud roles  https://review.openstack.org/51845401:19
fultonjdsneddon: that's sort of my point... let me give more context...01:19
fultonjnormally to deploy HCI you compose a role01:19
fultonje.g. add the CephOSD service to the compute role for example01:20
dsneddonfultonj, Actually, I just checked, and the network_data.yaml file in the THT root (or the directory specified with --templates) is used.01:20
fultonjprior to pike you'd add add the ports in by hands01:20
dsneddonfultonj, Ah, well the storage_mgmt network isn't enabled by default for that role. So you will need to add that network to the networks: declaration in the compute role definition.01:20
fultonjexactly01:20
fultonjso...01:20
fultonjwe made this file which we carry in ocata and newtown01:21
fultonjso the user doesn't have to compose a role to do HCI01:21
fultonjhttps://github.com/openstack/tripleo-heat-templates/blob/master/environments/hyperconverged-ceph.yaml#L401:21
fultonjnow these files are rendered01:21
fultonjso we'd have to send the user back to the world of "render stuff" by composing the role01:21
fultonjright?01:22
dsneddonfultonj, It seems that we should just carry a role for this in the roles directory01:22
dsneddonfultonj, Not enabled by default, but there if the user wants to use it.01:22
dsneddonfultonj, We already have several such roles in the THT/Roles directory, like Networker01:22
fultonjahh01:23
* fultonj looks in the roles dir01:23
fultonjhttps://github.com/openstack/tripleo-heat-templates/blob/master/roles/ComputeHCI.yaml01:24
dsneddonfultonj, There is already a ComputeHCI.yaml01:24
fultonjexactly01:24
dsneddonfultonj, And it has the storage_mgmt network enabled.01:24
*** cshastri has joined #tripleo01:24
*** zshi has joined #tripleo01:25
fultonji suppose it's a matter of backwards compatability then with users who have been asked to -e environments/hyperconverged-ceph.yaml01:25
dsneddonfultonj, Aren't both required?01:26
fultonji either update environments/hyperconverged-ceph.yaml so it has the effect of using the new role or tell the user to directly use the new role01:26
dsneddonfultonj, Oh, we should really get rid of environments/hyperconverged-ceph.yaml, or make it a noop file with comments explaining how to do it now.01:27
fultonjno, -e environments/hyperconverged-ceph.yaml worked without needing to use -r for example01:27
fultonjit was kind of a hack01:27
fultonjit should have been a roles/ thing from the beginning i suppose01:27
dsneddonfultonj, Should I submit a patch to make it a noop?01:27
dsneddonfultonj, Oh, wait, what about upgrades? We probably still need to carry that file, but warn people not to use it in new deployments.01:29
fultonjdo we have documentation on the new roles dir?01:29
* fultonj looks01:29
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Install ssh keys of tripleo ci admins on nodes  https://review.openstack.org/51863801:30
fultonjseems to only be about adding your own https://docs.openstack.org/tripleo-docs/latest/install/advanced_deployment/custom_roles.html01:31
fultonjdsneddon: shouldn't the file be deprecated?01:32
fultonjnot removed, but kept with a commented out reference for how to do it now01:33
fultonjif we just keep it as is people will have the error about not finding that file01:34
fultonjas  ./network/ports/storage_mgmt.yaml won't be there01:34
fultonjdsneddon: thanks for your advice, how about i create a bug and submit changes to environments/hyperconverged-ceph.yaml as well as a doc change?01:40
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Add various functionality to nodepool role  https://review.openstack.org/51856001:40
*** ykarel|afk has joined #tripleo01:58
*** ykarel|afk has quit IRC02:05
*** fragatina has quit IRC02:06
dsneddonfultonj, That sounds good to me, thanks.02:07
fultonjdsneddon: ok, cool02:07
*** dmacpher has joined #tripleo02:07
*** achadha has joined #tripleo02:09
*** ooolpbot has joined #tripleo02:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION02:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432802:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925302:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958602:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011102:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]02:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103202:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106302:10
*** ooolpbot has quit IRC02:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)02:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)02:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]02:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]02:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]02:10
*** achadha has quit IRC02:14
*** zshi has quit IRC02:19
openstackgerritJames Slagle proposed openstack/python-tripleoclient master: Add --config-download  https://review.openstack.org/51470102:28
openstackgerritJames Slagle proposed openstack/python-tripleoclient master: Add --output-dir  https://review.openstack.org/51478902:28
openstackgerritJames Slagle proposed openstack/tripleo-quickstart master: fs010: use --config-download from tripleoclient  https://review.openstack.org/51473602:29
*** bobh has joined #tripleo02:35
*** dougbtv__ has quit IRC02:45
*** threestrands_ has joined #tripleo02:49
*** bswartz has quit IRC02:49
*** sai has quit IRC02:49
*** hewbrocca_afk has quit IRC02:50
*** thrash|g0ne has quit IRC02:50
*** bcafarel has quit IRC02:50
*** lyarwood has quit IRC02:50
*** thrash has joined #tripleo02:50
*** thrash has joined #tripleo02:50
*** hewbrocca_afk has joined #tripleo02:50
*** etingof has quit IRC02:51
*** jaosorior has quit IRC02:51
*** daidv has quit IRC02:51
*** fultonj has quit IRC02:51
*** migi has quit IRC02:51
*** markmc has quit IRC02:51
*** safchain has quit IRC02:51
*** toure_biab has quit IRC02:51
*** Vijayendra_ has joined #tripleo02:51
*** threestrands has quit IRC02:51
*** ansmith has quit IRC02:51
*** dmellado has quit IRC02:51
*** lifeless has quit IRC02:51
*** remix_tj has quit IRC02:51
*** leifmadsen has quit IRC02:51
*** migi has joined #tripleo02:52
*** lyarwood has joined #tripleo02:52
*** sai has joined #tripleo02:52
*** toure has joined #tripleo02:52
*** remix_tj has joined #tripleo02:52
*** fultonj has joined #tripleo02:53
*** Vijayendra has quit IRC02:53
*** achadha has joined #tripleo02:53
*** oanson has quit IRC02:53
*** bandini has quit IRC02:53
*** achadha_ has joined #tripleo02:54
*** bandini has joined #tripleo02:54
*** leifmadsen has joined #tripleo02:57
*** safchain has joined #tripleo02:57
*** achadha has quit IRC02:57
*** markmc has joined #tripleo02:57
*** dtrainor has quit IRC02:57
*** dmellado has joined #tripleo02:57
*** daidv has joined #tripleo02:57
*** lifeless has joined #tripleo02:58
*** oanson has joined #tripleo03:00
*** ansmith has joined #tripleo03:04
*** jaosorior has joined #tripleo03:05
*** bobh has quit IRC03:10
*** ooolpbot has joined #tripleo03:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION03:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432803:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]03:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925303:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958603:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011103:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103203:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106303:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)03:10
*** ooolpbot has quit IRC03:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)03:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]03:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]03:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]03:10
openstackgerritAlex Schultz proposed openstack/puppet-tripleo stable/ocata: Remove condition to match hdr(host) in haproxy redirect rule  https://review.openstack.org/47763703:10
*** gvrangan has joined #tripleo03:14
*** gfidente[m] has quit IRC03:14
*** trown|outtypewww has quit IRC03:14
*** apetrich has quit IRC03:15
*** trown has joined #tripleo03:16
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Temporarily disable fluentd from scenario001-multinode-containers  https://review.openstack.org/51749703:21
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Add --detailed-exitcodes when running puppet via ansible  https://review.openstack.org/51702203:21
openstackgerritMerged openstack/puppet-tripleo stable/pike: Unset MountFlags in docker.service systemd directives  https://review.openstack.org/51854803:21
mwhahahaHEH https://review.openstack.org/#/c/516771/ won the lottery on failures, it hit both 1731032 and 1731063 in the gate03:21
openstackgerritKeith Schincke proposed openstack/puppet-tripleo master: Set ACLs on ceph client keyrings  https://review.openstack.org/51734703:22
colonwqtonight's patch update has been brought to you by the word 'scope' and bone headed mistakes made by people everywhere.03:23
mwhahaha:D03:23
*** apetrich has joined #tripleo03:30
*** gvrangan has quit IRC03:30
*** gvrangan has joined #tripleo03:31
*** achadha has joined #tripleo03:33
*** links has joined #tripleo03:34
*** achadha_ has quit IRC03:36
*** rlandy has quit IRC03:37
*** achadha has quit IRC03:37
*** raissa has quit IRC03:45
*** raissa has joined #tripleo03:45
*** psachin has joined #tripleo03:46
*** mdnadeem has joined #tripleo03:54
*** PagliaccisCloud has quit IRC03:56
*** mwhahaha changes topic to "CI status: MASTER: RED, STABLE/*: GREENish, For master jobs please do not approve things that are not critical (also see alerts). stable/* patches appear to be OK to merge for now | http://tripleo.org/ | https://docs.openstack.org/tripleo-docs/latest/"03:57
*** PagliaccisCloud has joined #tripleo03:58
*** mdnadeem is now known as mdnadeem|afk03:59
*** bandini has quit IRC03:59
*** gvrangan has quit IRC04:00
*** bandini has joined #tripleo04:01
openstackgerritIan Main proposed openstack/tripleo-quickstart-extras master: DNM, Update quickstart extras with undercloud install for containers  https://review.openstack.org/51744404:04
*** shreshtha_ has joined #tripleo04:07
*** ykarel has joined #tripleo04:09
*** ooolpbot has joined #tripleo04:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION04:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432804:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925304:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958604:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011104:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]04:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103204:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106304:10
*** ooolpbot has quit IRC04:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)04:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)04:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]04:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]04:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]04:10
openstackgerritIan Main proposed openstack/tripleo-quickstart master: DNM: Update undercloud install options for containers  https://review.openstack.org/51744504:10
*** ratailor has joined #tripleo04:13
*** skramaja has joined #tripleo04:13
*** liverpooler has quit IRC04:19
*** ecerquei has quit IRC04:23
*** dbecker has quit IRC04:24
*** jtomasek has joined #tripleo04:24
*** chlong has joined #tripleo04:25
*** stendulker has joined #tripleo04:26
*** chlong has quit IRC04:27
*** fragatina has joined #tripleo04:27
*** fragatina has quit IRC04:30
*** fragatina has joined #tripleo04:30
*** jtomasek has quit IRC04:35
*** zshi has joined #tripleo04:36
*** dbecker has joined #tripleo04:37
*** pdeore has joined #tripleo04:39
openstackgerritJohn Fulton proposed openstack/tripleo-heat-templates master: Deprecate hyperconverged-ceph.yaml  https://review.openstack.org/51865004:44
*** gbarros has quit IRC05:04
openstackgerritJohn Fulton proposed openstack/tripleo-heat-templates master: Deprecate hyperconverged-ceph.yaml  https://review.openstack.org/51865005:07
*** noslzzp has joined #tripleo05:08
*** vpickard has quit IRC05:09
*** ooolpbot has joined #tripleo05:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION05:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432805:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925305:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958605:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011105:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]05:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103205:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106305:10
*** ooolpbot has quit IRC05:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)05:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)05:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]05:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]05:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]05:10
*** gbarros has joined #tripleo05:12
*** jaganathan has joined #tripleo05:14
openstackgerritIan Main proposed openstack/tripleo-quickstart-extras master: DNM: Update quickstart extras with undercloud install for containers  https://review.openstack.org/51744405:16
*** pgadiya has joined #tripleo05:16
*** anilvenkata has quit IRC05:21
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-heat-templates master: Add option for nova compute container to log to stdout/stderr  https://review.openstack.org/51053705:22
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-heat-templates master: libvirt: Remove unnecessary binding of /var/log/containers/nova  https://review.openstack.org/51056105:22
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-heat-templates master: Add option for nova-libvirt container to log to stdout/stderr  https://review.openstack.org/51056205:23
*** vpickard has joined #tripleo05:23
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-heat-templates master: Add option for heat containers to log to stdout/stderr  https://review.openstack.org/51503805:23
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-heat-templates master: Add option for panko container to log to stdout/stderr  https://review.openstack.org/51637805:24
*** noslzzp has quit IRC05:24
*** fragatina has quit IRC05:32
*** gfidente[m] has joined #tripleo05:39
*** masco has joined #tripleo05:44
Tenguhello there!05:44
*** marios has joined #tripleo05:46
jaosorioryo!05:46
jaosoriorgood morning05:46
Tenguhow are you today, jaosorior ?05:48
jaosoriorsleepy05:48
jaosoriorbut getting coffee05:48
jaosorioryou?05:48
*** dsneddon has quit IRC05:50
*** threestrands_ has quit IRC05:53
*** anilvenkata has joined #tripleo05:53
*** pgadiya has quit IRC05:53
Tengutired as well.05:53
Tengubut today it's a small day, at least. I finish around 12 (part-time job ;))05:53
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Set metric procssing delay for metricd  https://review.openstack.org/51568405:55
jaosoriorTengu: that's not too bad05:56
Tenguindeed05:57
*** moshele has joined #tripleo05:57
*** threestrands has joined #tripleo06:00
*** threestrands has joined #tripleo06:00
*** janki has joined #tripleo06:03
*** ooolpbot has joined #tripleo06:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION06:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432806:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925306:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958606:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011106:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]06:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103206:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106306:10
*** ooolpbot has quit IRC06:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)06:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)06:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]06:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]06:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]06:10
*** artom has quit IRC06:11
*** artom has joined #tripleo06:11
*** timothyb89_ has joined #tripleo06:13
*** dpawar has joined #tripleo06:13
*** ykarel_ has joined #tripleo06:14
*** zzzeek_ has joined #tripleo06:14
*** zzzeek has quit IRC06:15
*** arxcruz- has quit IRC06:15
*** Slower has quit IRC06:15
*** zoli has quit IRC06:15
*** ed_b has quit IRC06:15
*** timothyb89 has quit IRC06:15
*** ed_b has joined #tripleo06:15
*** skramaja_ has joined #tripleo06:16
*** Usman has joined #tripleo06:16
*** Slower has joined #tripleo06:16
*** arxcruz_ has joined #tripleo06:16
*** mandre has quit IRC06:17
*** zoli has joined #tripleo06:17
*** Tyrantelf_ has joined #tripleo06:17
*** bandini has quit IRC06:18
*** bandini has joined #tripleo06:19
*** dsariel__ has joined #tripleo06:20
*** anilvenkata has quit IRC06:22
*** dbecker has quit IRC06:22
*** skramaja has quit IRC06:22
*** ykarel has quit IRC06:22
*** links has quit IRC06:22
*** apetrich has quit IRC06:22
*** Tyrantelf has quit IRC06:22
*** links has joined #tripleo06:28
*** anilvenkata has joined #tripleo06:28
*** dtrainor has joined #tripleo06:28
*** gbarros_ has joined #tripleo06:29
*** dbecker has joined #tripleo06:29
*** apetrich has joined #tripleo06:29
*** gbarros has quit IRC06:30
*** brault_ has joined #tripleo06:33
*** brault has quit IRC06:35
UsmanI am trying to create an instance using the boot from image (create new volume) but it's failing06:38
Usmanthe error logged in volume.log is ERROR oslo_messaging.rpc.server TypeError: 'NoneType' object is not iterable06:38
UsmanFile "/usr/lib/python2.7/site-packages/cinder/image/glance.py", line 340, in download for chunk in image_chunks:06:39
mosheleskramaja_ : hi06:40
*** tzumainn has quit IRC06:40
skramaja_moshele: hi06:40
Usmancan anybody help me with this issue?06:41
*** gbarros_ has quit IRC06:41
mosheleskramaja_: we want to support ODL with OVS Hardware Offload06:42
skramaja_moshele: janki would be able to help with odl06:42
mosheleskramaja_: thanks06:43
moshelejanki: around?06:43
*** aditya_r has joined #tripleo06:43
*** rwsu has joined #tripleo06:43
mosheleskramaja_: what jank timezone?06:44
skramaja_moshele: IST (based out of Pune, India)06:44
mosheleskramaja_: thanks06:45
*** iranzo has joined #tripleo06:45
*** pdeore has quit IRC06:47
*** threestrands has quit IRC06:48
*** pdeore has joined #tripleo06:51
bandinigfidente[m]: how do I debug these http://logs.openstack.org/73/516373/1/check-tripleo/legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024/d16790e/logs/undercloud/var/log/mistral/engine.log.txt.gz#_2017-11-09_05_23_45_544 ?06:52
*** agurenko has joined #tripleo06:53
*** dpawar has quit IRC06:54
*** hanish has joined #tripleo06:55
jaosoriorbandini: what's the patch that threw that error?06:56
hanishHi all, I am trying to invoke a tripleo-puppet module from ComputePostConfig templates, puppet module is not invoked, would this model work06:57
*** agurenko has quit IRC06:57
bandinijaosorior: https://review.openstack.org/#/c/516373/06:59
jaosoriorbandini: wow, that sure seems unrelated.06:59
*** agurenko has joined #tripleo06:59
bandiniyeah I am absolutely certain it is unrelated. I use the patch in the review on a daily basis07:00
bandiniand exceptionally (due to a number of reasons) that patch is already in pike, just not in master07:01
*** udesale has joined #tripleo07:02
bandinijaosorior: wonder if http://logs.openstack.org/73/516373/1/check-tripleo/legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024/d16790e/logs/overcloud-cephstorage-0/var/log/messages.txt.gz#_Nov__9_05_19_04 is related07:04
*** spectr has joined #tripleo07:06
jaosoriorbandini: it could be related07:07
jaosoriorbandini: is that for pike or master?07:07
bandinimaster07:07
bandiniit happens right after "ASK [authorize TripleO Mistral key for user tripleo-admin]" so my hunch says it is indeed related07:08
jaosoriorbandini: so, it could be that the node doesn't trust the undercloud's CA cert07:08
jaosoriorbandini: does it only happen for the cephstorage node?07:08
*** dr_gogeta86 has quit IRC07:09
*** matbu has quit IRC07:09
jaosoriorbandini: where is that cephstorage node's role defined?07:09
*** EmilienM has quit IRC07:09
bandinijaosorior: looking into it. Wonder if we are missing the CAcerts service for the ceph role07:09
*** mjblack has quit IRC07:09
*** ooolpbot has joined #tripleo07:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION07:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432807:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925307:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958607:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011107:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]07:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103207:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106307:10
*** ooolpbot has quit IRC07:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)07:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)07:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]07:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]07:10
jaosoriorbandini: that's what I was thinking about07:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]07:10
jaosoriorbandini: some services are missing it apparently07:10
jaosoriorbandini: I'm gonna head and add it for everything07:10
bandinijaosorior: aye. so from http://logs.openstack.org/73/516373/1/check-tripleo/legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024/d16790e/logs/undercloud/home/zuul/overcloud-deploy.sh it seems that no custom roles are being used?07:11
openstackgerritSiyi Luo proposed openstack/tripleo-quickstart-extras master: Update the documentation link for doc migration  https://review.openstack.org/50401707:11
jaosoriorwha07:12
jaosoriorok07:12
jaosoriorbandini: so, the default CephStorage has CACerts there07:13
jaosoriorbandini: that job is supposed to enable public TLS07:13
jaosoriorand I don't even see the TLS-related environments there07:14
jaosoriorwtf07:14
jaosoriorbandini:07:15
jaosoriorwait a minute07:15
jaosoriorso yeah07:15
jaosoriorthat's the issue07:15
jaosoriorundercloud SSL is enabling07:15
jaosorior* undercloud SSL is enabled07:15
jaosoriorand the trust anchor injection is not being done, cause the environment is not being passed.07:15
bandiniah okay that would explain it07:16
jaosoriorbandini: so, is that job consistently failing then?07:16
bandiniis that job supposed to be public-tls or was it enabled on the undercloud by accident or something?07:16
*** jprovazn has joined #tripleo07:16
bandinijaosorior: good question ;)07:16
bandinijaosorior: http://tripleo.org/cistatus.html I'd say yes?07:17
jaosoriorbandini: ok, so we have two options now07:17
bandinilast working one on master was http://logs.openstack.org/90/518590/4/check-tripleo/legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024/88b08d9/07:17
jankimoshele, hey07:18
jaosoriorbandini: one option is to fix this, in quickstart; so when undercloud TLS is enabled, we should pass the CA injection template (with the undercloud's CA)07:18
jaosoriorbandini: the other option (easier one) is to just disable undercloud TLS07:18
jaosoriorin that job07:19
jaosoriorhint: I'm more keen for the first option07:19
bandinijaosorior: ack. let's find out when/how the undercloud tls was enabled, because this job worked a day or two ago07:19
*** mjblack has joined #tripleo07:19
jaosoriorbandini: can you file a bug in launchpad?07:19
bandinijaosorior: how do you tell tls is enabled on undercloud the fastest way?07:19
* bandini disappears for some breakfast07:20
jaosoriorbandini: looking for undercloud_generate_service_certificate07:20
*** ykarel_ is now known as ykarel07:22
*** yprokule has joined #tripleo07:23
*** dpawar has joined #tripleo07:25
jaosoriorbandini: so it might have been that it used to use a private endpoint and now it's using a public one, so that's why it's failing. But it seems to me that it would have never worked due to the way things are being set up now07:28
openstackgerritMartin André proposed openstack/tripleo-heat-templates stable/pike: Fix rights to local_settings.d for dockerized Horizon  https://review.openstack.org/51853307:31
*** mandre has joined #tripleo07:33
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-quickstart-extras master: Make overcloud trust undercloud CA if undercloud has TLS  https://review.openstack.org/51867507:39
jaosoriorbandini: ^^07:39
*** dmacpher has quit IRC07:41
*** kbyrne has quit IRC07:44
*** rcernin has quit IRC07:45
*** kbyrne has joined #tripleo07:47
mandretherve: hey, good morning. What do you think of the approach in https://review.openstack.org/#/c/518589/, is there a chance it gets merged?07:48
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-quickstart-extras master: Make overcloud trust undercloud CA if undercloud has TLS  https://review.openstack.org/51867507:49
chandankumartherve: hello07:52
chandankumartherve: i saw your ping, you have some queries related to tempest packaging, feel free to shoot it07:52
*** mcornea has joined #tripleo07:53
*** jbadiapa_ has joined #tripleo07:54
*** jbadiapa has quit IRC07:57
openstackgerritJanki Chhatbar proposed openstack/tripleo-heat-templates stable/pike: Env files for ODL deployments  https://review.openstack.org/51826008:00
*** ykarel is now known as ykarel|lunch08:00
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Set ipc=host for services attaching encrypted volumes  https://review.openstack.org/51720908:01
*** tesseract has joined #tripleo08:01
*** ffiore has joined #tripleo08:02
*** moshele has quit IRC08:04
*** oidgar_ has joined #tripleo08:06
*** oidgar_ is now known as oidgar08:07
*** aufi has joined #tripleo08:10
*** ooolpbot has joined #tripleo08:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION08:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432808:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]08:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925308:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958608:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011108:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103208:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106308:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)08:10
*** ooolpbot has quit IRC08:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)08:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]08:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]08:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]08:10
*** ebarrera has joined #tripleo08:11
openstackgerritSiyi Luo proposed openstack/tripleo-quickstart-extras master: Update the documentation link for doc migration  https://review.openstack.org/50401708:18
*** anshul has joined #tripleo08:21
*** ebarrera has quit IRC08:21
*** ebarrera has joined #tripleo08:22
*** adac has joined #tripleo08:24
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Do not set cluster in maintenance mode during split stack upgrade  https://review.openstack.org/51859708:25
openstackgerritMerged openstack/tripleo-common stable/pike: Derive params support for ODL DPDK feature  https://review.openstack.org/51141008:25
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Set bind mount propegatation to shared for /var/lib/nova.  https://review.openstack.org/51855408:25
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Fix wrong permission on database during mysql_init tasks.  https://review.openstack.org/51851308:26
*** marios has quit IRC08:28
*** ykarel|lunch is now known as ykarel08:28
*** yprokule_ has joined #tripleo08:29
*** d0ugal_ has quit IRC08:30
*** marios has joined #tripleo08:30
*** d0ugal has joined #tripleo08:30
*** d0ugal has quit IRC08:30
*** d0ugal has joined #tripleo08:30
*** yprokule has quit IRC08:32
*** yprokule_ is now known as yprokule08:32
*** rcernin has joined #tripleo08:37
*** moshele has joined #tripleo08:39
thervechandankumar, Thanks, we sorted it out!08:41
chandankumartherve: np :-)08:41
thervemandre, Yeah I saw the patch. Not super excited about it08:41
*** anilvenkata has quit IRC08:42
mandretherve: yeah... I understand, but I don't see a clean solution for it... I don't want to copy all the logic in python-tripleoclient08:43
mandretherve: and rendering the templates before is also a bit tricky I think08:44
*** jaosorior has quit IRC08:44
thervemandre, I'm mostly worried that it will hide errors at some point08:44
Tenguerf… nova instance resize fails.08:45
* Tengu needs more coffee08:45
mandretherve: note I do not change the default, I just make it possible to not blow up on missing file08:45
mandretherve: if you call the function with ignore_missing=True, I assume you know what you're doing08:45
*** dsariel__ has quit IRC08:46
thervemandre, Right, but how many places in tripleo call that?08:46
therveI only saw the tripleo.templates.process action08:47
*** aditya_ra has joined #tripleo08:47
mandretherve: oh I don't worry about the tripleo calls, I'll just do it in the one place in tripleoclient that may call the function early08:48
mandretherve: that's in the prepare command08:48
therveAh ok, that's not in a workflow then08:48
*** jistr is now known as jistr|mtg08:48
mandretherve: I was waiting to get positive feedback on the approach before submitting the tripleoclient change, I can do it right away if that helps you picture it better08:49
*** jpich has joined #tripleo08:49
*** aditya_r has quit IRC08:50
thervemandre, Just maybe don't change ignore_if, and catch the error instead08:51
therveget_file_contents supports URLs, os.path won't help there08:52
mandretherve: ack, agreed the patch needs more work08:53
*** dtantsur|afk is now known as dtantsur08:53
moshelejanki: hi08:54
*** achadha has joined #tripleo08:54
moshelejanki: I have question to regarding odl setup08:55
jankimoshele, hey ya sure. go ahead08:55
openstackgerritMartin André proposed openstack/python-tripleoclient master: Ignore missing rendered heat envs in prepare  https://review.openstack.org/51868808:58
*** achadha has quit IRC08:59
mandretherve: ^^ that's the tripleoclient change, I'm now going to rework a bit the heatclient one if you're fine with the approach08:59
*** zshi has quit IRC08:59
therveYeah that sounds ok, let me think about it a bit more to be sure09:00
mandreI think it's a valid use case BTW09:00
*** zshi has joined #tripleo09:00
*** anilvenkata has joined #tripleo09:01
openstackgerritMartin André proposed openstack/tripleo-heat-templates stable/pike: Re-enable containerized fluentd  https://review.openstack.org/51869009:02
thervemandre, Sooo, alternative suggestion :)09:02
thervemandre, There are trick arguments, env_path_is_object and object_request09:02
therveIf you implement those, you should be able to define your own behavior09:03
*** yprokule_ has joined #tripleo09:04
mandretherve: I'm not sure to understand how env_path_is_object and object_request work, do you have an example somewhere?09:06
*** gfidente has joined #tripleo09:07
therveSure writing something09:07
*** yprokule has quit IRC09:07
*** yprokule_ is now known as yprokule09:07
*** ooolpbot has joined #tripleo09:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION09:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432809:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925309:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958609:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011109:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]09:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103209:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106309:10
*** ooolpbot has quit IRC09:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)09:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)09:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]09:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]09:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]09:10
thervemandre, Something like that: http://paste.openstack.org/show/625888/09:10
*** lennyb has joined #tripleo09:10
gfidentemarios didn't do it yesterday09:11
gfidentewill do it now :D09:11
mandretherve: wow!09:11
mandretherve: if it works it's insanely cool, let me try it out09:12
openstackgerritNuman Siddique proposed openstack/tripleo-heat-templates master: OVN: Provide the option to define NeutronBridgeMappings as a role parameter  https://review.openstack.org/51844009:12
*** brault_ has quit IRC09:13
*** brault has joined #tripleo09:14
*** waleedm has joined #tripleo09:15
*** ukalifon has joined #tripleo09:18
*** suuuper has joined #tripleo09:18
mariosgfidente: which bit?09:18
gfidentemarios step0 validation09:20
mariosah ack09:20
*** aditya_ra has quit IRC09:22
*** lucas-afk is now known as lucasagomes09:24
mandretherve: that seems to do the trick, awesome! I'll make the change to tripleoclient and abandon the heatclient's one09:24
thervemandre, Great let me know if you have an issue later on09:25
*** EmilienM has joined #tripleo09:31
*** ChanServ sets mode: +v EmilienM09:31
*** gfidente has quit IRC09:31
*** matbu_ has joined #tripleo09:31
*** gfidente has joined #tripleo09:32
*** gfidente has quit IRC09:32
*** gfidente has joined #tripleo09:32
*** bcafarel has joined #tripleo09:32
mandretherve: do I need env_base_url? seems unused09:32
*** panda|ruck|bbl is now known as panda|ruck09:32
thervemandre, Ah no you can remove that09:33
*** hjensas has joined #tripleo09:34
*** hjensas has quit IRC09:34
*** hjensas has joined #tripleo09:34
moshelejanki: my understanding is that when you deploy with opendalight you first need to add it to the overcloud-full image, is that right?09:34
jankimoshele, are you doing non-containarised deployment?09:35
*** dr_gogeta86 has joined #tripleo09:35
*** dr_gogeta86 has joined #tripleo09:35
moshelejanki: yes09:35
jankithen ya, you need to customise overcloud-full image to include ODL rpm09:36
jankiI would suggest you to move to containrised deployment though09:36
moshelejanki: why ?09:36
jankimoshele, because that's recommended way since Pike and I think going to be default after few releases09:37
*** ffiore has quit IRC09:39
Tengusubmitting my first patch against an oslo lib \o/09:41
*** bogdando has joined #tripleo09:42
*** derekh has joined #tripleo09:42
*** ffiore has joined #tripleo09:44
gfidenteguys. was thinking, do we have a policy for environment files deprecation?09:46
moshelejanki: but I want to tested with an opendaylight that has unmerged patches09:46
gfidentelike renaming them and append -deprecated suffix or something?09:46
gfidentemarios ^^ ?09:47
moshelejanki: so that why I want to test the non-containarised deployment first.09:47
jankimoshele, give me 5 mins. I will get back. in middle of something09:47
moshelejanki: np09:47
*** suuuper has quit IRC09:48
*** suuuper has joined #tripleo09:48
Tengugfidente: I think I saw at least in some of them a " #deprecated, use <> instead"09:50
Tengugfidente: for example: openstack-tripleo-heat-templates/environments/enable-tls.yaml:# DEPRECATED: Use tripleo-heat-templates/environments/ssl/enable-tls.yaml instead.09:51
*** skramaja_ has quit IRC09:51
*** salmankhan has joined #tripleo09:52
*** dsariel__ has joined #tripleo09:55
mariosgfidente: not that i know of we do have a 'services/disabled' subdirectory for things we are deprecating/and or not deploy by default09:56
gfidenteI was thinking about appending a -deprecated suffix to the file names09:57
gfidenteso they are still in the directory where the docs point09:57
gfidentebut people immediately realizes they are deprecated because the name changed09:57
*** dsariel_ has joined #tripleo09:57
gfidente(and hopefully go read the comments in the file)09:57
*** skramaja has joined #tripleo09:58
Tengugfidente: on my own, I now make a `git grep -ri deprecated' when I update the template repository.09:58
Tenguhmm, what happens to the openstack CLI when we point to an env file that doesn't exist anymore, in fact?09:59
gfidenteTengu it fails because the file doesn't exist10:01
*** dsariel__ has quit IRC10:01
Tengugfidente: good. I have nothing a renaming, on the contrary, in that case.10:02
Tengugit-grep-ing is fun, but there are sooo many matches it's a bit overhelming.10:02
*** dsariel__ has joined #tripleo10:02
gfidentemarios the upgrade_tasks are executed on the baremetal node right?10:03
*** dsariel_ has quit IRC10:05
mariosgfidente: yes10:05
*** ffiore has quit IRC10:06
*** ffiore has joined #tripleo10:07
*** dsariel_ has joined #tripleo10:08
openstackgerritMartin André proposed openstack/python-tripleoclient master: Ignore missing rendered heat envs in prepare  https://review.openstack.org/51868810:08
openstackgerritMartin André proposed openstack/python-tripleoclient master: Ignore missing rendered heat envs in prepare  https://review.openstack.org/51868810:09
mandretherve: ^^ thanks a lot for the help10:09
*** tosky has joined #tripleo10:10
*** ooolpbot has joined #tripleo10:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION10:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432810:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925310:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958610:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011110:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103210:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106310:10
*** ooolpbot has quit IRC10:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]10:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)10:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)10:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]10:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]10:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]10:10
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates master: Fail on upgrade if legacy ceph::profile::params::osds hiera is found  https://review.openstack.org/51869810:11
gfidentemarios https://review.openstack.org/#/c/518698/ ?10:11
*** dsariel__ has quit IRC10:12
gfidentemarios I am not sure if/how I can send back a meaningful error message?10:12
*** cshastri has quit IRC10:14
*** dsariel__ has joined #tripleo10:14
*** jistr|mtg is now known as jistr10:15
*** links has quit IRC10:15
*** dpawar has quit IRC10:17
*** dsariel_ has quit IRC10:18
*** dsariel_ has joined #tripleo10:19
*** hanish has quit IRC10:19
*** dsariel__ has quit IRC10:21
jankimoshele, hey10:23
*** dsariel__ has joined #tripleo10:24
moshelejanki: hi10:24
jankimoshele, sorry to keep you waiting. go ahead please10:25
moshelejanki: google hungout or bluejeans session? it will be easier for me :)10:27
moshelejanki: can we do a google hungout or bluejeans session? it will be easier for me :)10:27
jankimoshele, sure. how about bluejeans?10:27
*** dsariel_ has quit IRC10:28
moshelejanki: yes can you send me your link?10:28
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Install ssh keys of tripleo ci admins on nodes  https://review.openstack.org/51863810:28
*** dsariel_ has joined #tripleo10:29
*** Usman has quit IRC10:32
*** dsariel__ has quit IRC10:33
mariosgfidente: hmm good question. not sure we do that for any of the tasks you know. there must be some ansible logging module though10:33
mariosgfidente: http://docs.ansible.com/ansible/latest/syslogger_module.html10:34
openstackgerritMartin André proposed openstack/python-tripleoclient master: Ignore missing rendered heat envs in prepare  https://review.openstack.org/51868810:34
mariosgfidente: http://docs.ansible.com/ansible/latest/fail_module.html10:34
*** dsariel__ has joined #tripleo10:34
*** dsariel_ has quit IRC10:37
*** dsariel_ has joined #tripleo10:44
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Send ARA statistics to Graphite server  https://review.openstack.org/47988210:44
*** dtantsur is now known as dtantsur|bbl10:46
*** chem has joined #tripleo10:47
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: WIP: send graphite stats from ARA  https://review.openstack.org/48012110:47
*** dsariel__ has quit IRC10:48
*** dsariel__ has joined #tripleo10:50
*** dsariel_ has quit IRC10:52
jistrmandre: can you plese check out https://review.openstack.org/#/c/518583 ? Then i'll move the patch that adds logging readmes on top of jaosorior's logging patches, as there are unavoidable conflicts. I'll have to put the patch into the chain of work that Juan is doing, otherwise it would keep getting -1'd by zuul every day :)10:53
openstackgerritMerged openstack/tripleo-heat-templates stable/newton: RHSM: when using proxy, test its connectivity first  https://review.openstack.org/51744210:57
openstackgerritMerged openstack/instack-undercloud stable/pike: Add one level of verbosity for memcached  https://review.openstack.org/51802010:57
*** raildo has joined #tripleo10:57
*** dsariel__ has quit IRC10:59
*** dpawar has joined #tripleo11:02
gfidentemarios test != if11:05
gfidentecommented in gerrit11:05
*** jprovazn has quit IRC11:06
mariosgfidente: k thanks for checking11:07
*** ooolpbot has joined #tripleo11:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION11:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432811:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]11:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925311:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958611:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011111:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103211:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106311:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)11:10
*** ooolpbot has quit IRC11:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)11:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]11:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]11:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]11:10
*** etingof has joined #tripleo11:11
*** rfolco has joined #tripleo11:14
*** ratailor has quit IRC11:16
*** ansmith has quit IRC11:16
*** ansmith_ has quit IRC11:17
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Install ssh keys of tripleo ci admins on nodes  https://review.openstack.org/51863811:17
*** shreshtha_ has quit IRC11:19
openstackgerritLee Yarwood proposed openstack/python-tripleoclient master: Add setup-heat-outputs option to get heat stack outputs  https://review.openstack.org/49565811:20
*** zshi has quit IRC11:21
openstackgerritMerged openstack/puppet-tripleo stable/pike: Make docker network configurable  https://review.openstack.org/51766111:21
openstackgerritMerged openstack/tripleo-heat-templates master: Change default ml2 firewall driver back to iptables_hybrid  https://review.openstack.org/51859011:21
*** paramite has joined #tripleo11:23
*** stendulker_ has joined #tripleo11:24
*** dpawar has quit IRC11:25
*** rcernin has quit IRC11:26
*** stendulker has quit IRC11:26
*** anilvenkata has quit IRC11:26
*** chem has quit IRC11:27
openstackgerritMartin Mágr proposed openstack/tripleo-common stable/pike: Healthcheck for nova_migration_target container  https://review.openstack.org/51870911:27
*** salmankhan has quit IRC11:27
openstackgerritJiri Stransky proposed openstack/tripleo-heat-templates master: Write readme.txt into old log directories  https://review.openstack.org/51858411:27
*** anilvenkata has joined #tripleo11:28
*** stendulker_ has quit IRC11:29
owalshmandre: when you have a minute could you please take a look at https://review.openstack.org/51712511:30
*** salmankhan has joined #tripleo11:31
*** jaganathan has quit IRC11:33
mandreowalsh: let me know if you want me to approve too, I'm not sure but I think the tripleo policy around backports allows it11:42
owalshmandre: yea, please do. policy allows it AFAIK11:43
mandreowalsh: we almost had it right, https://specs.openstack.org/openstack/tripleo-specs/specs/policy/expedited-approvals.html#single-2-approvals11:45
mandreowalsh: now I'll need to propose you as core11:45
*** ffiore has quit IRC11:47
*** jkilpatr has quit IRC11:47
*** jaosorior has joined #tripleo11:47
owalshmandre: :-)11:48
owalshmandre: might be quicker to get another +2 though11:49
jaosoriorsshnaidm, adarazs|rover how can I see the logs from these jobs https://review.rdoproject.org/jenkins/job/gate-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024-master-nv/1783/console ?11:49
sshnaidmjaosorior, scroll to the end of page11:49
sshnaidmjaosorior, there is a link to logs11:50
adarazs|roveryep, one of the last lines.11:50
adarazs|roverthough we should actually output the log link instead of the jenkins link.11:50
adarazs|roverthat's some config on the jenkins side.11:50
jaosoriorsshnaidm: oh, thanks!11:51
jaosorioradarazs|rover, sshnaidm: By the way the gate-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024 job has been failing with TLS issues and I'm trying to fix it here https://review.openstack.org/#/c/518675/11:52
*** chem has joined #tripleo11:57
sshnaidmjaosorior, ack, thanks11:57
jaosoriorsshnaidm: I was missing the passing of the environment file11:57
jaosorioradding that next11:57
*** jprovazn has joined #tripleo11:58
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-quickstart-extras master: Make overcloud trust undercloud CA if undercloud has TLS  https://review.openstack.org/51867512:03
jaosoriorgfidente: I need a bit more info on the ceph issue you asked about12:05
jaosoriorwhere does the docker socket name change?12:05
jaosoriorwhich socket name?12:05
openstackgerritwaleed mousa proposed openstack/tripleo-heat-templates master: Adds environment file for ODL OVS Hardware Offload  https://review.openstack.org/51871512:06
jaosoriorbandini: hey, if you have a chance can you check this out https://review.openstack.org/#/c/516732/ ?12:07
*** ooolpbot has joined #tripleo12:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION12:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432812:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925312:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958612:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011112:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]12:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103212:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106312:10
*** ooolpbot has quit IRC12:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)12:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)12:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]12:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]12:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]12:10
*** ramishra has quit IRC12:13
openstackgerritLee Yarwood proposed openstack/tripleo-heat-templates master: WIP ffu: Introduce Fast Forward Upgrade tasks and playbooks  https://review.openstack.org/49922112:13
openstackgerritLee Yarwood proposed openstack/tripleo-heat-templates master: WIP ffu: tripleo-packages repo management  https://review.openstack.org/51542912:13
openstackgerritLee Yarwood proposed openstack/tripleo-heat-templates master: WIP ffu: Introduce keystone fast-forward upgrade tasks  https://review.openstack.org/51462112:13
openstackgerritLee Yarwood proposed openstack/tripleo-heat-templates master: DNM ffu: Workaround missing repo control when moving to Queens  https://review.openstack.org/51871912:13
*** pradk has joined #tripleo12:17
openstackgerritPranali Deore proposed openstack/puppet-tripleo stable/newton: Sync the db as part of the glance-api install  https://review.openstack.org/51533312:19
gfidentejaosorior the issue isnt' with the socket name12:20
gfidentejaosorior we just need to pass an additional param to ceph-ansible12:20
gfidentewhen we're using fqdn12:20
gfidenteso I wanted to figure a way to add a condtion12:21
jaosoriorgfidente: can we do bluejeans so you can explain the whole picture better? honestly I'm not sure if I understand the problem.12:21
jaosoriorwhat's the issue when you use an fqdn?12:21
gfidentejaosorior fqdn isn't the issue12:22
*** mandre_ has joined #tripleo12:22
*** jkilpatr has joined #tripleo12:22
gfidentethe issue I have is adding a condition to pass an additional param to ceph-ansible when we're using fqdn12:22
gfidenteso I was thinking to look at CloudDomain12:22
gfidenteis that sufficient?12:22
jaosoriorsufficient for what?12:22
gfidenteto determine if we're using fqdn12:23
jaosoriorgfidente: why not always use an FQDN?12:23
gfidentejaosorior ok give me a few mins12:24
gfidentethen we can have a call12:24
gfidentecan I ping you in ~1h ?12:24
jaosoriorgfidente: sure.12:24
gfidenteack thanks12:24
jaosoriorgfidente: sorry about that, but I really need more context in order to provide a better solution or recommendation.12:24
gfidenteyep12:24
gfidenteit's fine12:24
gfidenteI wouldn't have pinged if I didn't want feedback :D12:25
sri__hello folks, I've deployed overcloud with enabling docker, overcloud deployed successfully but I am getting this error:   Failed to discover available identity versions when contacting http://192.168.15.129:5000/v2.0. Attempting to parse version from URL12:27
*** pdeore has quit IRC12:27
sri__http://paste.openstack.org/show/625917/12:27
jaosoriorsri__: what version?12:28
sri__stable/pike12:28
*** marios has quit IRC12:28
jaosoriorsri__: when you do curl http://192.168.15.129:5000/v2.0  do you get anything?12:28
sri__jaosorior: Failed connect to 192.168.15.129:5000; Connection refused12:28
jaosoriorright12:28
*** marios has joined #tripleo12:29
jaosoriorsri__: can you show your overcloud deploy command?12:29
sri__j http://paste.openstack.org/show/625917/12:29
*** cylopez has joined #tripleo12:30
jaosoriorsri__: ok, so no network isolation, no HA, and no SSL12:30
jaosoriorsri__: can you log into your controller and show me what containers are running?12:30
sri__jaosorior: no containers running ?12:30
jaosoriorsri__: you're logged in as root in a controller, and docker ps doesn't show anything?12:31
sri__jaosorior: yes , no images also12:31
jaosoriorsri__: can you do journalctl -t os-collect-config    ?12:31
jaosoriorsri__: does that show any suspicious errors?12:31
sri__jaosorior: no,12:33
openstackgerritBrent Eagles proposed openstack/tripleo-common master: Octavia post deployment mistral wrapper  https://review.openstack.org/51540212:33
jaosoriorsri__: can you try pulling an image from your registry?12:33
sri__jaosorior: I didn't pull the images to my local registry ?12:34
jaosoriorwell, you said there weren't any images. So if you try to pull them yourself, does that succeed? or does that give you any errors?12:35
sri__docker pull trunk.registry.rdoproject.org/master/centos-binary-aodh-api:tripleo-passed-ci12:35
sri__something like this12:35
jaosoriorright12:35
jaosorioris that working?12:35
sri__Trying to pull repository trunk.registry.rdoproject.org/master/centos-binary-aodh-api ...  Pulling repository trunk.registry.rdoproject.org/master/centos-binary-aodh-api Error: image master/centos-binary-aodh-api:tripleo-passed-ci not found12:35
jaosoriorright12:35
jaosoriorthat seems to be the issue then12:35
jaosoriorsri__: does your overcloud have any external connectivity?12:36
*** bobh has joined #tripleo12:36
sri__jaosorior: yes12:36
sri__I can pull from dockerhub12:36
jaosoriorok12:36
*** cylopez has quit IRC12:36
jaosorioruhm12:37
sri__I think this tag not there tripleo-passed-ci!12:37
*** bobh has quit IRC12:37
jaosoriorsri__: IIRC adarazs|rover  and sshnaidm were talking about there being an issue with tripleo-passed-ci12:37
*** bobh has joined #tripleo12:38
adarazs|roverjaosorior: are we talking about containers and tags?12:38
jaosorioradarazs|rover: sri__ is getting errors such as: Trying to pull repository trunk.registry.rdoproject.org/master/centos-binary-aodh-api ...  Pulling repository trunk.registry.rdoproject.org/master/centos-binary-aodh-api Error: image master/centos-binary-aodh-api:tripleo-passed-ci not found12:39
sri__jaosorior: how did I get message :  c1133620-0fef-4d80-9105-ec651289a3d7 | overcloud  | 87b61d6a3845458a887b5517f9e74fde | CREATE_COMPLETE | 2017-11-09T11:32:28Z | None12:39
jaosoriorsri__: magic?12:39
jaosoriorsri__: no idea12:39
sri__jaosorior: this is the first time I've using containers , it's looks like lot of fun12:40
adarazs|roverfirst, it should not be "tripleo-passed-ci", it's either "passed-ci" , but whatever config you're using, it should be "current-tripleo" now.12:40
openstackgerritArx Cruz proposed openstack-infra/tripleo-ci master: Setting default log url for tempestmail  https://review.openstack.org/51872312:41
*** bobh has quit IRC12:42
*** dsariel__ has joined #tripleo12:43
*** shreshtha has joined #tripleo12:45
sri__jaosorior, adarazs|rover, I can pull the images using this tag only "tripleo-ci-testing" , I've tried with passed-ci, current-tripleo this tag are not working12:45
openstackgerritMartin André proposed openstack/tripleo-quickstart master: Fix ansible syntax error for dlrn_hash_tag  https://review.openstack.org/51872412:45
ykareladarazs|rover, should sri__ use docker.io instead of trunk.registry.rdoproject.org and tripleomaster instead of master(until tags fro trunk.registry.rdoproject.org is fixed) because we have tags there: https://hub.docker.com/r/tripleomaster/centos-binary-aodh-api/tags/12:54
*** ansmith has joined #tripleo12:55
sri__ykarel: ok, thanks12:55
*** ansmith_ has joined #tripleo12:55
*** abishop has joined #tripleo12:55
adarazs|roversri__: yeah, we have a problem with tagging correctly on rdo registry. it should work after this merges and we have a new promotion: https://review.rdoproject.org/r/1045312:57
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Send graphite stats from ARA  https://review.openstack.org/48012112:57
*** jlabarre has joined #tripleo12:57
*** bobh has joined #tripleo12:58
sri__adarazs|rover: got it , thanks12:58
sri__openstack overcloud container image prepare --namespace docker.io/tripleomaster --tag current-tripleo --env-file ~/docker_registry.yaml13:00
openstackgerritwaleed mousa proposed openstack/tripleo-heat-templates master: Adds environment file for ODL OVS Hardware Offload  https://review.openstack.org/51871513:00
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Fix devmode by right order of playbooks  https://review.openstack.org/51833613:00
sshnaidmykarel, ^^13:00
ykarelsshnaidm, Ok i will abandon my patches now13:01
adarazs|roversshnaidm: can you add Closes-bug: #1730997 ?13:03
openstackbug 1730997 in tripleo "quickstart devmode.sh fails on OVB deployment on the "Run virt-customize on the provided image" task" [High,Triaged] https://launchpad.net/bugs/173099713:03
adarazs|roversshnaidm: people seem to be favoring random email threads about this instead of a bug it seems o_O :)13:03
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Fix devmode run of quickstart  https://review.openstack.org/51833613:05
sshnaidmadarazs|rover, updated13:05
*** eck`gone is now known as eck`13:08
*** ooolpbot has joined #tripleo13:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION13:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432813:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]13:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925313:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958613:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173011113:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103213:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106313:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)13:10
*** achadha has joined #tripleo13:10
*** ooolpbot has quit IRC13:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)13:10
openstackLaunchpad bug 1730111 in tripleo "Volume service hostgroup@tripleo_iscsi failed to start.: CappedVersionUnknown: Unrecoverable Error" [Critical,Triaged]13:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]13:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]13:10
*** bobh has quit IRC13:11
*** achadha has quit IRC13:14
*** ramishra has joined #tripleo13:15
openstackgerritJanki Chhatbar proposed openstack/puppet-tripleo master: Enables websocket based port status for OpenDaylight  https://review.openstack.org/51557613:15
*** sshnaidm is now known as sshnaidm|bbl13:17
*** dtantsur|bbl is now known as dtantsur13:18
*** tzumainn has joined #tripleo13:20
openstackgerritJiri Stransky proposed openstack/tripleo-heat-templates master: Write readme.txt into old log directories  https://review.openstack.org/51858413:20
openstackgerritJiri Stransky proposed openstack/tripleo-heat-templates master: Add missing host_prep_tasks for memcached  https://review.openstack.org/51872913:20
*** milan has joined #tripleo13:23
*** liverpooler has joined #tripleo13:26
milanbogdando, hey, w/r this email thread: http://lists.openstack.org/pipermail/openstack-dev/2017-November/124160.html ; I don't think there's been any conclusion. I might have forgotten to mention that inspector has to shut-dow/start-up dnsmasq too13:27
milanbogdando, so would you guys accept the supervisord as a solution?13:27
*** shreshtha has quit IRC13:27
* milan talks about the fat container13:28
milanesp. would such a solution survive 1--2 cycles?13:28
openstackgerritLuke Hinds proposed openstack/puppet-tripleo master: Implements AIDE Intrusion Detection System  https://review.openstack.org/48302513:28
milanEmilienM, ^^13:29
milandtantsur, ^^^ ;)13:29
openstackgerritLuke Hinds proposed openstack/tripleo-heat-templates master: Implements AIDE Intrusion Detection System  https://review.openstack.org/48302813:30
dtantsurthanks for raising this, milan13:30
dtantsurfolks, we're going to commit to some architecture in ironic-inspector, and we need your input13:30
milandtantsur, no prob13:30
*** masco has quit IRC13:31
openstackgerritJustin Kilpatrick proposed openstack/tripleo-quickstart master: Add playbook argument to full-deploy-ovb.sh  https://review.openstack.org/51873213:32
*** ratailor has joined #tripleo13:33
jkilpatrjaosorior, I think I accidentally nuked your review sorry13:35
* jkilpatr didn't even know you could do that13:35
jaosoriorjkilpatr: neither did I13:36
*** rlandy has joined #tripleo13:37
*** dpawar has joined #tripleo13:37
*** jmelvin has joined #tripleo13:37
openstackgerritJohn Fulton proposed openstack/tripleo-heat-templates master: Deprecate hyperconverged-ceph.yaml  https://review.openstack.org/51865013:38
jaosoriorjkilpatr: done13:38
*** salmankhan has quit IRC13:40
*** dpawar has quit IRC13:43
gfidentejaosorior can we make that call now?13:45
openstackgerritMerged openstack/tripleo-heat-templates master: Add option for nova compute container to log to stdout/stderr  https://review.openstack.org/51053713:46
openstackgerritMerged openstack/tripleo-heat-templates master: Set keystone notification topics if ceilometer is enabled  https://review.openstack.org/51697913:46
gfidentehola fultonj13:46
fultonjhi gfidente13:47
jaosoriorgfidente: sure13:47
gfidentejaosorior https://bluejeans.com/u/gfidente13:47
*** aditya_r has joined #tripleo13:48
milanOK so let's ask gfidente for instance :D gfidente ; gfidente, hey, long time no see ;) what would you say to a fat container that has 2 services inside, managed with supervisord due to it seemingly being an easier way forward?13:49
milanwould you approve? :)13:49
*** aputtur_ has joined #tripleo13:50
*** jaosorior has quit IRC13:51
*** aputtur_ has quit IRC13:51
*** aputtur_ has joined #tripleo13:52
gfidentemilan I don't understand the reasons for it but unless necessary I'd avoid that13:52
gfidentemilan though if that is a pattern for other services that behave similarily, that would be fine13:53
*** skramaja has quit IRC13:53
*** jaosorior has joined #tripleo13:53
milangfidente, thanks, honestly, I don't know about how other services handle this situation, may be inspector is unique with these requirements (contained pair of tightly bound services)13:54
milanso far I've got bogdando 's suggestion for a side-cart container but it seems more complicated  to me at least on the first glance13:54
milanso I'm looking for more options/opinions or a way forward13:55
*** fpan has joined #tripleo13:57
*** ramishra has quit IRC13:58
*** ramishra has joined #tripleo14:00
*** myoung|afk is now known as myoung14:00
*** cdearborn has joined #tripleo14:00
openstackgerritOpenStack Proposal Bot proposed openstack/tripleo-common master: Updated from global requirements  https://review.openstack.org/51163314:00
*** lblanchard has joined #tripleo14:01
milangfidente maybe a different question: if I decide to take this path with the supervisord/fat container would it be something against some policy in TripleO?14:02
*** atoth has joined #tripleo14:02
*** udesale has quit IRC14:02
*** lblanchard has joined #tripleo14:02
*** cdearborn_ has joined #tripleo14:02
*** shreshtha has joined #tripleo14:03
*** cdearborn has quit IRC14:04
owalshmilan: did consider this for nova & libvirt, but didn't have a compelling enough reason to combine them (at least not yet)14:04
*** ecerquei has joined #tripleo14:05
openstackgerritJustin Kilpatrick proposed openstack/tripleo-quickstart master: Add playbook argument to full-deploy-ovb.sh  https://review.openstack.org/51873214:06
milanowalsh, in my case I'd like to be able to: a) turn dnsmasq on/off from inspector b) directly configure dnsmasq via an inspector "driver" as a filtering mechanism c) always schedule those together on the same node d) make sure dnsmasq isn't left running in case inspector died14:06
*** salmankhan has joined #tripleo14:08
owalshmilan: could run systemd in the container maybe14:09
*** anilvenkata has quit IRC14:09
bogdandomilan: AFAIK, we approach containerized services as lightweight containers running no init-like systems14:09
milanowalsh, yup, implementations aside14:09
bogdandomilan: so supervisord doesn't fit well into that14:09
*** ooolpbot has joined #tripleo14:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION14:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432814:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925314:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958614:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103214:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]14:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106314:10
*** ooolpbot has quit IRC14:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)14:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)14:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]14:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]14:10
jistrtherve, ramishra: hi, could someone with more Heat knowledge please peek at https://bugs.launchpad.net/tripleo/+bug/1731032 ?  It looks like there's an issue somewhere between Heat and os-collect-config. Heat thinks UpdateDeployment should be happening, but os-collect-config doesn't even have metadata for it available.14:10
milanbogdando, so if I made a pull request with a fat container, i'd be -2 due to incompatible approach?14:11
thervejistr, Yeah had a look. No idea what's happening14:11
thervejistr, Do you know how often that happens?14:11
bogdandomilan: if we want another process to be running alongside, like httpd for WSGI services, we just use a separate docker step in t-h-t. Can't say how PIDONE folks inject pacemaker_remote though. dciabrin here, perchance?..14:11
bogdandomilan: let's figure that out :)14:12
milanbogdando, thaks :)14:12
milan*thanks14:12
* owalsh suspects there are corner cases with nova & libvirt start/stop ordering that will have similar issues14:13
bogdandoIKR14:14
openstackgerritJuan Antonio Osorio Robles proposed openstack/tripleo-quickstart-extras master: Make overcloud trust undercloud CA if undercloud has TLS  https://review.openstack.org/51867514:14
milanowalsh, this has also quite big impact on the inspector HA architecture, that's where the need for tight control comes from in my case14:14
bogdandomilan: I think for HA it should follow the existing pattern, see https://git.openstack.org/cgit/openstack/tripleo-heat-templates/tree/docker/services/pacemaker14:15
bogdando*design pattern14:15
dtantsurbogdando: it's active/active14:15
bogdandopacemaker can roll it as you wish, AFAIK14:16
dtantsurthe question is whether ironic-inspector should launch its dnsmasq process or co-exist with it14:16
dtantsurboth have pros and cons14:16
milandtantsur ++14:16
bogdandorabbit and galeray and haproxy are a/a afaik14:16
bogdandogalera*14:17
*** janki has quit IRC14:17
bogdandothat depends on OCF/bundle agents I think, not the t-h-t template14:17
jistrtherve: hmm no i don't know. haven't seen it yet anywhere else than the instance in the bug /cc mwhahaha14:17
bogdandoYou really should ask PIDONE folks, dtantsur, milan14:17
milanbogdando, cool, but this leaves us with no -2 on the fat container design, correct? ;)14:18
bogdandoI'm not sure14:18
dtantsurmilan: I start feeling that launching the dnsmasq process ourself is a lesser evil..14:19
mwhahahatherve: it happened 2 times yesterday with a really short queue. Unfortunately logstash is backed up so it's hard to tell. Is there some additional debugging we can enable more info we can grab to help?14:19
thervemwhahaha, I'm trying to compare to a successful run to see14:20
thervemwhahaha, Do you have the link to the other failure?14:20
*** aditya_r has quit IRC14:20
mwhahahatherve: I linked 2 in the bug14:21
mwhahahaOne in the comments14:21
therveOh I didn't refresh...14:21
therveIt fails at the exact same step, so it doesn't seem like a coincidence14:23
therveBut it doesn't happen every time either14:23
*** ramishra_ has joined #tripleo14:23
*** ramishra has quit IRC14:25
*** anilvenkata has joined #tripleo14:28
*** sshnaidm|bbl is now known as sshnaidm14:29
*** akrivoka has joined #tripleo14:37
*** rlandy is now known as rlandy|brb14:38
*** Lokesh_Jain__ has joined #tripleo14:44
milandtantsur, hmmm... probably mod the part inspector dies, but I guess we could set the tht of haproxy to tear down the container in case GET@/v1/ fails14:44
Lokesh_Jain__Hi.. can somebody take a look at review https://review.openstack.org/#/c/511569/.. its in need of workflow label for a while14:44
dtantsurmilan: yeah, I think this is something containers should support out of box14:44
*** jmelvin has quit IRC14:44
owalshmandre: would you mind giving this one more quick look when you have a minute? https://review.openstack.org/51386714:45
*** chlong has joined #tripleo14:46
*** rlandy|brb is now known as rlandy14:47
*** aditya_r has joined #tripleo14:48
*** ramishra_ has quit IRC14:51
sshnaidmmwhahaha, hi, can you please merge it? https://review.openstack.org/#/c/515462 seems like downloading cirros image hit some gate jobs14:52
mwhahahasshnaidm: ok14:52
sshnaidmthanks14:52
weshaymandre++14:53
*** ramishra has joined #tripleo14:53
milandtantsur, cool, modulo the fact we replaced a more generic/recommended way (supervisord) with our own service; let's check whether folks approve such design: bogdando, probably?14:54
* mwhahaha throws things at jaosorior for aproving random stuff14:54
milanI mean what ever moves us fwd14:54
mandreowalsh: aye aye sir14:54
dtantsurmilan: yes, but then we become less dependent on external deployers. they just run a service, like before.14:54
*** anshul has quit IRC14:54
dtantsurif they don't want to handle the case when ironic-inspector dies - their problem. if they cannot handle it - ditto :)14:55
jaosoriormwhahaha: what did I do?14:55
jaosoriormwhahaha: I thought that was over14:55
milandtantsur, OK, I'm cool :) I hope we won't get -2 for such a design here14:55
jaosoriormwhahaha: ah, just read the topic14:55
mwhahahajaosorior: y u no read emails about not merging critical stuff for master14:55
jaosoriormwhahaha: what should I unapprove?14:55
mwhahahajaosorior: nothing we'll see if it hit stuff14:55
mwhahahai just don't want a ton of extra stuff in the gate to block fixes14:56
dtantsurmilan: it's just starting ironic-inspector-worker, right? :) it's hard to -2 for that14:57
bogdandodtantsur: what do you mean handle the case when ironic-inspector dies? is it special so restart: always doesn't cover it?14:58
milandtantsur, you just closed the requirement for the api-worker split14:58
openstackgerritAna Krivokapic proposed openstack/tripleo-validations stable/pike: Fix the Network Gateway Validation  https://review.openstack.org/51874314:58
dtantsurbogdando: it laucnhes a child process. if it dies, the child process must die too14:58
dtantsurthat's the only limitation we have14:59
*** moshele has quit IRC14:59
dtantsurmilan: right, yes14:59
bogdandodtantsur: AFAIK, kolla runs dumb init which passes signals for child processes, it's up to them how to react14:59
dtantsurbogdando: depends on which signals it passes.. can it pass SIGKILL? :)15:00
*** bobh has joined #tripleo15:00
*** waleedm has quit IRC15:00
openstackgerritAthlan-Guyot sofer proposed openstack/tripleo-heat-templates master: Ensure cinder has access to tripleo.cnf during db sync.  https://review.openstack.org/51874415:00
owalshmandre: thank you sir15:00
bogdandodtantsur: actually this should be tested, if inspector KILLed, in a container, what happens to its childs15:00
bogdandodtantsur: IMO, a healthcheck to detect that and tell docker to restart the "bundle"15:01
dtantsuryeah, a healthcheck will work15:01
openstackgerritAthlan-Guyot sofer proposed openstack/tripleo-heat-templates master: Ensure cinder has access to tripleo.cnf during db sync.  https://review.openstack.org/51874415:01
mandreowalsh: looking at the diff, you just took the hieradata off, right? it's a bit hard to see with the rebase15:02
*** ansiwen[q] has quit IRC15:02
bogdandoso no cases for supervisord so far15:02
*** dtantsur is now known as dtantsur|bbl15:02
*** ansiwen[q] has joined #tripleo15:02
owalshmandre: yea, and previous patchset was to include 2 missing env vars for openstack client15:02
milanbogdando, dtantsur|bbl also logs  might be an issue :-/15:04
milanI mean how to log dnsmasq and inspector in a single container15:04
*** michchap has joined #tripleo15:05
bogdandomilan: if dnsmasq logs to syslog, it should be all-right15:05
bogdandowe share /dev/log/ so containers write to syslog with the correct context to identify the source15:05
milanbogdando, so there's no issues logging to dnsmasq from 2 processes from a single container?15:05
mandremwhahaha: does the merge ban include everything outside the patches to fix CI, or important fixes like https://review.openstack.org/#/c/513867/ are fine?15:05
*** ansiwen[q] has quit IRC15:05
milanaah15:05
bogdandomilan: nope15:05
*** colonwq has quit IRC15:05
milanbogdando, OK cool15:06
milanfolks, thanks for the discussion; I'll refactor the filter so it doesn't ctl but spawn the dnsmasq then15:07
owalshmandre, mwhahaha: was just about to ask. Ideally would wait for slagle too but it's getting a bit urgent now, and it's not a clean backport15:07
mandremwhahaha, weshay: talking about fixing CI, there is https://review.openstack.org/#/c/518724/ too15:07
*** colonwq has joined #tripleo15:07
mandre^^ less critical since the job is non voting but still15:08
weshayoy15:09
openstackgerritAthlan-Guyot sofer proposed openstack/tripleo-heat-templates master: Ensure cinder has access to tripleo.cnf during db sync.  https://review.openstack.org/51874415:09
slagleowalsh: mandre: i think the 2 critical issues that mwhahaha pointed out ought to be addressed before merging that. it's not a critical fix for CI15:09
*** ooolpbot has joined #tripleo15:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION15:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432815:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]15:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925315:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958615:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103215:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106315:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173128215:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)15:10
*** ooolpbot has quit IRC15:10
slagleother than that, i'm ok with the patch for now15:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)15:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]15:10
*** bkopilov has quit IRC15:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]15:10
openstackLaunchpad bug 1731282 in tripleo "fs24 ovb jobs failing on overcloud.AllNodesDeploySteps.WorkflowTasks_Step2_Execution" [Critical,Triaged]15:10
owalshslagle: ack, thanks15:10
slagleowalsh: what was the fix for the timeout on the multinode job? was it adding the env vars in the script?15:11
owalshslagle: yea, ovb too15:11
milanbogdando, although right now I'm seriously tempted to just import supervisord in my code O:-)15:12
milanre: spawning15:12
slagleowalsh: ok, cool15:12
mwhahahamandre, owalsh, slagle: so the bug associated with that review is critical so i would be more inclined to allow that to merge.15:12
* milan feels reinventing the wheel of process ctl15:12
mwhahahawhat i don't want is a bunch of random stuff blocking the path to get CI fixes but since we don't currently have CI fixes, we can slowly merge in critical issues15:12
bogdandomilan: would that work if kolla start just starts it unconditionally?15:13
slaglemwhahaha: sure, i have no objection either way. the bug is high fwiw15:13
*** jmelvin has joined #tripleo15:13
mwhahahaoh it was critical when i looked last night15:13
bogdandomilan: the same way as it does for httpd for WSGI?15:13
bogdandoand a healthcheck to ensure both are atomically restarted if container goes red15:13
milanbogdando, I need to kill it on exit15:13
mwhahahaslagle: oh no that one is high, but the dependant patch is critical15:13
mwhahahacause upgrades15:14
bogdandohm, I'm not sure how docker handles that15:14
milans/need/I better do kill it15:14
sshnaidmbnemec, this is only for rh1 and rdo clouds, no need for approve from infra: https://review.openstack.org/#/c/518638/15:14
bogdandoneeds to be tested :)15:14
* milan poettering :D15:14
slaglemwhahaha: ah, i see15:14
mwhahahamandre, owalsh, slagle: i'll keep an eye on the queue and merge the cell stuff later when the queue gets smaller and if we dont' identify fixes for the current alerts15:15
milanI mean I'm going to reinvent systemd to some extent ;)15:15
owalshmwhahaha: ack, thanks! mandre slagle too15:16
*** dhill_ has quit IRC15:16
* milan need to vanish15:17
milanthx15:17
*** milan has quit IRC15:17
openstackgerritMerged openstack/diskimage-builder master: diskimage_builder: lib: common-functions: Fix options for devpts mount  https://review.openstack.org/51788615:18
*** dhill_ has joined #tripleo15:22
*** trown is now known as trown|brb15:25
*** tzumainn has quit IRC15:26
*** agurenko has quit IRC15:27
*** ratailor has quit IRC15:28
jistrtherve, mwhahaha: updated https://bugs.launchpad.net/tripleo/+bug/1731063 -- it seems like metadata is the issue for the broken tempest as well15:33
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]15:33
openstackgerritJohn Trowbridge proposed openstack-infra/tripleo-ci master: Allow running toci_gate_test on pre-provisioned ovb env  https://review.openstack.org/51874815:33
jistrdoes Heat metadata go through Nova in the setup we have in CI?15:33
mwhahahajistr: i don't think tempest task uses heat like the previous pingtest15:34
jistrright, the tempest metadata doesn't go through heat, it's Nova metadata that's broken with the tempest bug15:34
mwhahahahmm good question15:35
*** trown|brb is now known as trown15:35
jistrbut i wondered if Heat metadata travelled through Nova in some way too, the root cause for those two could be the same, in Nova15:35
mwhahahasounds logical15:35
*** spectr has quit IRC15:35
thervejistr, Only to bootstrap AFAIR15:36
*** spectr has joined #tripleo15:37
jistrtherve: to bootstrap os-collect-config.conf? i checked that in the other bug (the one with os-collect-config vs. Heat), and the conf file looked fine15:37
jistrso it may be two different issues then... :/15:37
therveIt's multinode too so it may not need any metadata a all15:38
openstackgerritMarkos Chandras (hwoarang) proposed openstack/diskimage-builder master: elements: Respect devpts mount options  https://review.openstack.org/51874915:42
bogdandolet's merge https://review.openstack.org/#/c/508558 folks!15:43
therveNot sure it falls into the critical fixes15:44
*** oidgar has quit IRC15:45
bogdandotherve: oh, right, the mwhahaha's warning...15:47
therveWell the topic right there too :)15:47
*** moshele has joined #tripleo15:49
*** dtantsur|bbl is now known as dtantsur15:52
chandankumarmwhahaha: hello15:56
mwhahahachandankumar: hey15:56
chandankumarmwhahaha: please comment on this review https://review.openstack.org/#/c/504899/15:56
chandankumarthey need confirmation from tripleo in order to merge it15:56
mwhahahachandankumar: ok i'll take a look15:56
chandankumarmwhahaha: https://review.rdoproject.org/r/10456 here is the patch from rdo side also15:56
chandankumarmwhahaha: thanks :-)15:56
*** sri__ has quit IRC15:57
mwhahahachandankumar: so i remember ther being chat in the cix meeting yesterday about this rename causing problems in newton15:57
mwhahahachandankumar: because we were pulling in the newer tempest for ocata15:57
mwhahahalet me see if i can dig up the info15:57
chandankumarmwhahaha: sure15:57
*** aditya_r has quit IRC15:57
*** spectr has quit IRC16:00
*** jaosorior has quit IRC16:02
mwhahahachandankumar: oh nevermind, it was designate not zaqar16:02
chandankumarmwhahaha: it is also fixed now16:02
mwhahahak16:02
*** itlinux has joined #tripleo16:03
chandankumarmwhahaha: https://review.rdoproject.org/r/10447 and https://review.rdoproject.org/r/1045616:03
*** aufi has quit IRC16:04
*** achadha has joined #tripleo16:04
*** achadha_ has joined #tripleo16:05
mwhahahachandankumar: I don't see the package in https://trunk.rdoproject.org/centos7-master/current-passed-ci/16:05
*** paramite has quit IRC16:06
mwhahahachandankumar: It is in https://trunk.rdoproject.org/centos7-master/current/16:06
chandankumarmwhahaha: yup16:07
mwhahahachandankumar: so i guess we should be ok if we're using tempest from packaging it'll just get picked up on next promotion16:07
chandankumarmwhahaha: yup16:07
mwhahahak commented16:07
*** achadha has quit IRC16:09
chandankumarmwhahaha: thanks :-)16:09
*** ooolpbot has joined #tripleo16:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION16:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432816:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925316:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958616:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103216:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]16:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106316:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173128216:10
*** ooolpbot has quit IRC16:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)16:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)16:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]16:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]16:10
openstackLaunchpad bug 1731282 in tripleo "fs24 ovb jobs failing on overcloud.AllNodesDeploySteps.WorkflowTasks_Step2_Execution" [Critical,Triaged] - Assigned to Juan Antonio Osorio Robles (juan-osorio-robles)16:10
*** moshele has quit IRC16:11
*** psachin has quit IRC16:15
openstackgerritMarios Andreou proposed openstack/tripleo-heat-templates master: EARLY WIP: Convert tags to when statements for Q major upgrade workflow  https://review.openstack.org/51090216:16
*** ebarrera has quit IRC16:17
*** yprokule has quit IRC16:19
*** gvrangan has joined #tripleo16:19
*** akrivoka has quit IRC16:20
*** thrash is now known as thrash|biab16:21
*** mary_grace has joined #tripleo16:21
*** itlinux has quit IRC16:23
*** mcornea has quit IRC16:24
*** itlinux has joined #tripleo16:24
*** salmankhan has quit IRC16:25
*** salmankhan has joined #tripleo16:26
openstackgerritMerged openstack/tripleo-quickstart master: Don't calculate hashes for rh1 images  https://review.openstack.org/51862916:27
openstackgerritMerged openstack/tripleo-heat-templates master: libvirt: Remove unnecessary binding of /var/log/containers/nova  https://review.openstack.org/51056116:27
*** tesseract has quit IRC16:27
*** tzumainn has joined #tripleo16:29
weshaySlower, yo yo checking in16:30
*** mdnadeem|afk has quit IRC16:32
*** dsariel__ has quit IRC16:32
*** fragatina has joined #tripleo16:32
*** fragatina has quit IRC16:33
*** fragatina has joined #tripleo16:33
*** iranzo has quit IRC16:35
*** ukalifon has quit IRC16:35
*** akrivoka has joined #tripleo16:38
atothmwhahaha, quick questioned I should have asked ages ago, is there any difference in the overcloud image (files included, folder structure, etc) when building the image from packages vs building it from source?16:38
*** fragatina has quit IRC16:38
*** marios has quit IRC16:38
mwhahahaatoth: the files may be different (puppet modules versions)16:39
mwhahahabut the structure should be the same16:39
*** ykarel has quit IRC16:39
mwhahahawe don't really do much from source anymore and i don't know if it's really well tested16:39
atothmwhahaha, it is not16:39
atothmwhahaha, I'm just trying to set up a dev baseline to to the F% specific itegration16:40
mwhahahadepending on what you're deving, it's probably better to build from packages and inject the modified versions16:40
atothmwhahaha, so your answer helps16:40
atoth:-)16:40
mwhahahaeither via virt-customize or using deploy artifacts (http://hardysteven.blogspot.com/2016/08/tripleo-deploy-artifacts-and-puppet.html)16:40
atothmwhahaha, that was my thought, thanks for verifying16:40
atothmwhahaha, yeah, I'm using shardy's blog :-)16:41
mwhahahathough i'm not sure how deploy artifacts works with containers16:42
mwhahahathe puppet stuff is fine, packages maybe not so much16:43
openstackgerritAna Krivokapic proposed openstack/tripleo-validations stable/pike: Fix the Network Gateway Validation  https://review.openstack.org/51874316:44
*** adac has quit IRC16:45
*** aditya_r has joined #tripleo16:49
*** aditya_r has quit IRC16:50
*** aditya_r has joined #tripleo16:55
*** dhill_ has quit IRC16:57
mwhahahastupid metadata errors16:58
*** ramishra has quit IRC16:59
openstackgerritRajini Karthik proposed openstack/puppet-tripleo stable/ocata: Support for Dell EMC VMAX ISCSI Cinder Driver  https://review.openstack.org/51834517:01
*** dhill_ has joined #tripleo17:01
*** jbadiapa_ has quit IRC17:02
*** fragatina has joined #tripleo17:02
openstackgerritRajini Karthik proposed openstack/tripleo-heat-templates stable/ocata: Add support for Dell EMC VMAX ISCSI Backend  https://review.openstack.org/51835217:03
openstackgerritRajini Karthik proposed openstack/tripleo-heat-templates stable/ocata: Add support for Dell EMC VMAX ISCSI Backend  https://review.openstack.org/51835217:06
*** ooolpbot has joined #tripleo17:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION17:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432817:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]17:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925317:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958617:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103217:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106317:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173128217:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)17:10
*** ooolpbot has quit IRC17:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)17:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]17:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]17:10
openstackLaunchpad bug 1731282 in tripleo "fs24 ovb jobs failing on overcloud.AllNodesDeploySteps.WorkflowTasks_Step2_Execution" [Critical,Triaged] - Assigned to Juan Antonio Osorio Robles (juan-osorio-robles)17:10
*** mary_grace has quit IRC17:11
*** mary_grace has joined #tripleo17:11
*** abregman is now known as abregman|afk17:11
*** iranzo has joined #tripleo17:16
*** iranzo has joined #tripleo17:16
*** fragatina has quit IRC17:18
*** iranzo has quit IRC17:22
*** moshele has joined #tripleo17:25
weshayarxcruz, ping.. you scheduled the tripleo-ci planning meeting on tuesday over the tripleo meeting17:26
*** lucasagomes is now known as lucas-afk17:26
weshayarxcruz, you are subscribed to "RHOS Team Meetings" ya?17:26
*** suuuper has quit IRC17:27
*** salmankhan has quit IRC17:27
*** mary_grace has quit IRC17:35
*** mary_grace has joined #tripleo17:35
arxcruzweshay: yes, sorry, updated to after tripleo meeting17:38
mwhahahait also conflicts with the ua/tc meetings but i guess that's up to you guys if you can do both17:39
* arxcruz facepalm17:40
*** mary_grace has quit IRC17:41
*** mary_grace has joined #tripleo17:41
arxcruzweshay: there's no other spot for tuesday that fits everybody on the team17:41
*** fragatina has joined #tripleo17:44
*** thrash|biab is now known as thrash17:47
weshayarxcruz, I think it's good now, hopefully we wont need 2hrs17:47
openstackgerritBen Nemec proposed openstack/tripleo-docs master: Document use of tripleo-repos  https://review.openstack.org/51863117:50
*** dtantsur is now known as dtantsur|afk17:54
*** bogdando has quit IRC17:55
*** dsneddon has joined #tripleo17:57
openstackgerritJohn Trowbridge proposed openstack/tripleo-quickstart-extras master: Make ovb-manage-stack role usable for upstream reproducers  https://review.openstack.org/51876517:58
*** aditya_r has quit IRC18:00
*** derekh has quit IRC18:02
*** tosky has quit IRC18:03
*** itlinux has quit IRC18:04
*** itlinux has joined #tripleo18:05
openstackgerritBen Nemec proposed openstack/tripleo-docs master: Document use of tripleo-repos  https://review.openstack.org/51863118:06
*** moshele has quit IRC18:06
*** moshele has joined #tripleo18:07
*** ooolpbot has joined #tripleo18:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION18:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432818:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]18:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925318:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958618:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103218:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106318:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173128218:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)18:10
*** ooolpbot has quit IRC18:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)18:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]18:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]18:10
openstackLaunchpad bug 1731282 in tripleo "fs24 ovb jobs failing on overcloud.AllNodesDeploySteps.WorkflowTasks_Step2_Execution" [Critical,Triaged] - Assigned to Juan Antonio Osorio Robles (juan-osorio-robles)18:10
*** shreshtha has quit IRC18:10
*** trown is now known as trown|lunch18:10
*** jpich has quit IRC18:12
*** ebarrera has joined #tripleo18:12
*** pblaho has quit IRC18:17
*** achadha_ has quit IRC18:17
*** moshele has quit IRC18:26
*** shreshtha has joined #tripleo18:26
*** gvrangan has quit IRC18:40
*** shreshtha has quit IRC18:41
tdasilvahello, i'm trying to deploy barbican with tripleo, so I tried to use the featureset configs that include scenario02, but they are all failing18:49
tdasilvacan anybody provide any pointers to how to deploy barbican with tripleo-quickstart18:49
mwhahahatdasilva: what are they failing with?18:52
*** ecerquei_ has joined #tripleo18:52
tdasilvamwhahaha: https://paste.fedoraproject.org/paste/q7lIRzYmPu7J3p5JR2eSpg18:52
tdasilvamwhahaha: I used cmd to deploy: ./quickstart.sh --playbook quickstart-extras.yml --config config/general_config/featureset006.yml --teardown all --tags all --clean --release pike 127.0.0.218:53
tdasilvaI picked feature006 from here: https://docs.openstack.org/tripleo-quickstart/latest/feature-configuration.html18:53
jlabarrefor the tripleo-quickstart, is there an option to have the script use local copies of the undercloud/overcloud VM images?18:53
mwhahahatdasilva: looks like the overcloud roles file is wrong or something18:54
*** ecerquei has quit IRC18:54
mwhahahatdasilva: are you using an older install of quickstart or anything?18:55
* mwhahaha would also like to point out this is why we needed tools to generate roles_data.yaml18:55
*** sshnaidm_ has joined #tripleo18:55
*** sshnaidm_ is now known as sshnaidm|off18:56
*** sshnaidm has quit IRC18:56
tdasilvamwhahaha: it was a bit old (about 1 month), just did a new pull to get latest18:57
mwhahahatdasilva: so it's failing because the upgrade flag is missing on the compute role in the generated file, would need to work back to see why that's missing18:57
mwhahahatdasilva: you may try cleaning up the .quickstart files and try again with a current version18:58
mwhahahajlabarre: I think you can specify a url to pull from with a config18:58
tdasilvamwhahaha: this is the overcloud_roles file: https://paste.fedoraproject.org/paste/NfGVLBxRCGtJsFTm4o5ZGg18:58
mwhahahatdasilva: that seems to be missing all the services18:59
tdasilvamwhahaha: i found it strange that it had only controller there and not compute, but wasn't sure18:59
tdasilvamwhahaha: ah, ok, so it is missing a bunch of stuff18:59
mwhahahayea18:59
tdasilvacool, i'm going to do the clean up and try running again18:59
mwhahahayea18:59
tdasilvamwhahaha: thank you!18:59
tdasilvamwhahaha: just fyi...my quickstart install was not 1 month old, it's was 1 week old19:01
tdasilvamwhahaha: https://github.com/openstack/tripleo-quickstart/commit/d5d7218fa18d92160e4bfbf79e3c1d86332742e019:02
mwhahahatdasilva: hmm i guess the next question would be what was your quickstart cmline19:02
tdasilva./quickstart.sh --playbook quickstart-extras.yml --config config/general_config/featureset006.yml --teardown all --tags all --clean --release pike 127.0.0.219:02
mwhahahathat seems to be ok, though i've personally never had luck with localhost deploys19:03
tdasilvait works fine for other configs like containers_minimal.yml19:04
mwhahahai would have to defer to a quickstart expert on this one then19:05
*** ansmith has quit IRC19:05
*** ansmith_ has quit IRC19:05
*** jprovazn has quit IRC19:07
*** salmankhan has joined #tripleo19:08
*** ebarrera has quit IRC19:09
*** ooolpbot has joined #tripleo19:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION19:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432819:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]19:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925319:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958619:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103219:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106319:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173128219:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)19:10
*** ooolpbot has quit IRC19:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)19:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]19:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]19:10
openstackLaunchpad bug 1731282 in tripleo "fs24 ovb jobs failing on overcloud.AllNodesDeploySteps.WorkflowTasks_Step2_Execution" [Critical,Triaged] - Assigned to Juan Antonio Osorio Robles (juan-osorio-robles)19:10
jlabarreI did see in the config/release/pike.yml it pointed to the URL for images, I presume I'd edit that one?19:11
openstackgerritIan Main proposed openstack/tripleo-quickstart-extras master: DNM: Update quickstart extras with undercloud install for containers  https://review.openstack.org/51744419:11
*** ecerquei__ has joined #tripleo19:11
*** salmankhan has quit IRC19:13
*** ecerquei_ has quit IRC19:14
*** trown|lunch is now known as trown19:14
openstackgerritIan Main proposed openstack/tripleo-quickstart master: DNM: Update undercloud install options for containers  https://review.openstack.org/51744519:15
*** ansmith_ has joined #tripleo19:20
*** ansmith has joined #tripleo19:20
openstackgerritMerged openstack/tripleo-heat-templates master: Add missing host_prep_tasks for log dirs creation  https://review.openstack.org/51858319:32
openstackgerritBrad P. Crochet proposed openstack/tripleo-common master: Workflow to get Horizon URL endpoint  https://review.openstack.org/51699119:33
*** moshele has joined #tripleo19:35
*** adac has joined #tripleo19:47
*** achadha has joined #tripleo19:49
*** achadha has quit IRC19:54
rookhttps://review.openstack.org/#/c/497524/ anyone wanna WF me :D19:57
rookmwhahaha: since you love logging so much ^19:57
mwhahaharook: at the moment we're holding off on extra stuff due to ci issues19:57
* rook waits for "Get off my lawn you logging hippie!"19:57
mwhahahawe need that patch but it's hard enough getting critical stuff merged :/19:58
*** ansmith_ has quit IRC19:58
*** ansmith has quit IRC19:58
rookmwhahaha: roger. :*(19:58
rookmwhahaha sure man, i get it.19:58
*** ansmith_ has joined #tripleo19:58
*** ansmith has joined #tripleo19:58
rookThis is a nice to have.19:58
mwhahahawe'll get it eventually :D19:59
*** tzumainn has quit IRC19:59
* mwhahaha hopes 516402 merges so we might actually clear the gate queue20:02
* mwhahaha crosses fingers20:02
honzamy nodes are going to maintenance mode on their own, what's up with that?  this is ovb20:02
*** moshele has quit IRC20:03
*** akrivoka has quit IRC20:05
*** ecerquei_ has joined #tripleo20:05
*** ecerquei__ has quit IRC20:08
*** fragatina has quit IRC20:09
*** ooolpbot has joined #tripleo20:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION20:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432820:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925320:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172958620:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103220:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]20:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106320:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173128220:10
*** ooolpbot has quit IRC20:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)20:10
openstackLaunchpad bug 1729586 in tripleo "CI: rdocloud node randomly going offline during jobs" [Critical,Triaged] - Assigned to Gabriele Cerami (gcerami)20:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]20:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]20:10
openstackLaunchpad bug 1731282 in tripleo "fs24 ovb jobs failing on overcloud.AllNodesDeploySteps.WorkflowTasks_Step2_Execution" [Critical,Triaged] - Assigned to Juan Antonio Osorio Robles (juan-osorio-robles)20:10
*** moshele has joined #tripleo20:11
* mwhahaha sighs20:11
weshaymatbu_, I'm going to assign you to this bug https://bugs.launchpad.net/tripleo/+bug/172432820:12
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged]20:12
mwhahaha516402 timed out20:12
mwhahahaon log collection20:12
weshaydam20:12
*** brault has quit IRC20:13
mwhahahano not log collection, during validations20:14
mwhahahaso much for possibly getting a clean run20:14
*** brault has joined #tripleo20:14
mwhahahaeverything after it was green20:14
mwhahahahttp://logs.openstack.org/02/516402/3/gate/legacy-tripleo-ci-centos-7-scenario001-multinode-oooq-puppet/13077af/job-output.txt.gz#_2017-11-09_19_55_45_54051420:14
weshaymwhahaha, well.. it's not like we get any elastic-recheck queries merged either20:15
mwhahahawouldn't matter because it's behind by over a day20:15
*** itlinux has quit IRC20:16
mwhahahastaring at the dashboard and preloading tabs is the only way to track this stuff20:16
openstackgerritwes hayutin proposed openstack-infra/tripleo-ci master: fix the undercloud-oooq job's subunit failures  https://review.openstack.org/51742820:19
matbu_weshay: ack, i feel like im back 1 year in the past :)20:22
weshaymatbu_, feels good to be younger right?20:23
weshayyou're a new man!20:23
matbu_hehe20:23
*** toure is now known as toure_biab20:24
*** tzumainn has joined #tripleo20:28
*** ebarrera has joined #tripleo20:29
*** fpan_ has joined #tripleo20:34
*** fpan has quit IRC20:34
*** aputtur_ has quit IRC20:37
weshayhttp://logs.openstack.org/38/517038/4/gate/legacy-tripleo-ci-centos-7-scenario001-multinode-oooq-container/a46d566/logs/20:43
weshayhrm..20:43
weshaymwhahaha, going to recheck https://review.openstack.org/#/c/517038/ as the undercloud did not get logged20:43
weshaycant see how tempest failed20:44
mwhahahameh that one still hasn't merged?20:45
mwhahahai don't think that one is as important now that we had new containers but yea it should get merged20:45
*** lblanchard has quit IRC20:46
weshaymwhahaha, you can use http://cistatus.tripleo.org:8000/ to some degree20:47
weshay"TripleO CI gate jobs" is only tracking gate jobs now20:47
weshayso in the absense of openstack health, it's an alternative20:48
mwhahahanifty20:48
weshayI think legacy-tripleo-ci-centos-7-scenario001-multinode-oooq-container is the worst job20:49
mwhahahado we run that one more than others?20:50
weshaymwhahaha, more often?20:52
mwhahahayea20:52
mwhahahais that one on more changes20:52
weshaymwhahaha, I think so but would have to parse project config20:52
openstackgerritRonelle Landy proposed openstack/tripleo-quickstart-extras master: Add the option to run the container-check script  https://review.openstack.org/50102820:53
mwhahahaor compare runs20:53
weshaymwhahaha, 75/76% for the gate is really bad20:53
weshayalways failing in tempest20:53
openstackgerritRonelle Landy proposed openstack/tripleo-quickstart master: Add container update to feature set files  https://review.openstack.org/51443520:54
weshayvolumebootpattern20:54
weshaymwhahaha, never fails on pike20:54
mwhahahaso 001 is ceph20:54
mwhahaharight i think there's a regression in master20:55
bnemechonza: That usually means Ironic had trouble contacting the bmc.20:55
mwhahahawhich unfortunately now trying to figure out 50+ days later is really hard20:55
weshayya20:55
mwhahahaugh 8g on undercloud isn't enough anymore20:55
bnemechonza: Make sure you can ping the bmc ips, and if so check the console log to see if there were any errors starting it.20:55
mwhahaha(slightly unrelated)20:56
*** jkilpatr has quit IRC20:56
bnemecI've been using 16 GB underclouds for a while now.20:56
bnemecAlthough that's partially because my underclouds are longer lived than the ci ones.20:56
mwhahahai've been using 8g forever in rh220:57
mwhahahaw/o swap20:57
mwhahahaand it just puked on me20:57
*** fragatina has joined #tripleo20:59
*** moshele has quit IRC21:06
*** ooolpbot has joined #tripleo21:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION21:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432821:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged] - Assigned to mathieu bultel (mat-bultel)21:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925321:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103221:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106321:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173128221:10
*** ooolpbot has quit IRC21:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)21:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]21:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]21:10
openstackLaunchpad bug 1731282 in tripleo "fs24 ovb jobs failing on overcloud.AllNodesDeploySteps.WorkflowTasks_Step2_Execution" [Critical,Triaged] - Assigned to Juan Antonio Osorio Robles (juan-osorio-robles)21:10
*** itlinux has joined #tripleo21:12
*** jkilpatr has joined #tripleo21:13
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart master: Don't force injection of repos into image  https://review.openstack.org/51880021:16
*** akrivoka has joined #tripleo21:18
*** raildo has quit IRC21:20
*** achadha has joined #tripleo21:21
*** moshele has joined #tripleo21:22
weshaysshnaidm|off, check that review21:23
*** ansmith_ has quit IRC21:23
*** ansmith has quit IRC21:23
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart master: Don't force injection of repos into image  https://review.openstack.org/51880021:24
openstackgerritSagi Shnaidman proposed openstack/tripleo-quickstart master: Don't force injection of repos into image  https://review.openstack.org/51880021:24
*** achadha has quit IRC21:25
*** itlinux has quit IRC21:29
*** trown is now known as trown|outtypewww21:34
*** achadha has joined #tripleo21:35
*** achadha has quit IRC21:41
*** ebarrera has quit IRC21:42
*** liverpooler has quit IRC21:44
*** liverpooler has joined #tripleo21:44
*** moshele has quit IRC21:47
*** achadha has joined #tripleo21:49
*** adac has quit IRC21:54
*** achadha has quit IRC22:00
*** akrivoka has quit IRC22:01
*** mary_grace has quit IRC22:01
*** rcernin has joined #tripleo22:01
*** moshele has joined #tripleo22:03
*** mary_grace has joined #tripleo22:06
*** mary_grace has quit IRC22:06
*** itlinux has joined #tripleo22:07
*** ooolpbot has joined #tripleo22:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION22:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432822:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925322:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103222:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106322:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged] - Assigned to mathieu bultel (mat-bultel)22:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173128222:10
*** ooolpbot has quit IRC22:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)22:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]22:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]22:10
openstackLaunchpad bug 1731282 in tripleo "fs24 ovb jobs failing on overcloud.AllNodesDeploySteps.WorkflowTasks_Step2_Execution" [Critical,Triaged] - Assigned to Juan Antonio Osorio Robles (juan-osorio-robles)22:10
*** ansmith_ has joined #tripleo22:13
*** ansmith has joined #tripleo22:13
*** dougbtv__ has joined #tripleo22:14
*** cdearborn_ has quit IRC22:15
*** akrivoka has joined #tripleo22:19
openstackgerritMerged openstack/tripleo-heat-templates stable/pike: Only mount selinux sysfs in nova_libvirt container  https://review.openstack.org/51712522:19
*** mary_grace has joined #tripleo22:24
*** mary_grace has quit IRC22:24
*** mary_grace has joined #tripleo22:25
*** mary_grace has quit IRC22:25
*** achadha has joined #tripleo22:26
*** achadha has quit IRC22:30
*** moshele has quit IRC22:31
*** etingof has quit IRC22:33
openstackgerritMerged openstack/tripleo-heat-templates master: Add trunk service plugin to OVN environment files  https://review.openstack.org/50254222:37
owalshmwhahaha: hey, re https://review.openstack.org/513867 and the change that depends on it....22:48
mwhahahaowalsh: ya?22:48
owalshmwhahaha: no movement yet?22:48
mwhahahaowalsh: not really, but i'll trade you. You look into https://bugs.launchpad.net/tripleo/+bug/1731063 cause it seems to be a nova-metadata issue and i'll +A your cell v2 thing22:49
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]22:49
mwhahahacause it's basically the reason why the queue is still like 7 hours old with on a handful of patches merging today :(22:50
*** tzumainn has quit IRC22:50
*** dougbtv__ has quit IRC22:50
owalshmwhahaha: more bugs, just what I need right now :-) I'll see what I can do22:50
mwhahahaowalsh: the good news is that it doesn't happen in pike, so you can just diff nova master from stable/pike and figure it out :D22:51
mwhahahaonly like 2 months of commits, no biggie22:52
owalshmwhahaha: <- evil laugh yea22:52
* mwhahaha <-22:52
*** etingof has joined #tripleo22:54
*** kbyrne has quit IRC23:02
*** kbyrne has joined #tripleo23:02
openstackgerritRonelle Landy proposed openstack/tripleo-quickstart master: Add dlrn_hash_tag to promotion-testing-hash config files  https://review.openstack.org/51880823:05
*** gfidente has quit IRC23:05
*** jmelvin has quit IRC23:08
*** bobh has quit IRC23:09
*** ooolpbot has joined #tripleo23:10
ooolpbotURGENT TRIPLEO TASKS NEED ATTENTION23:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172432823:10
openstackLaunchpad bug 1724328 in tripleo "Netwon to Ocata upgrade failure because of ceilometer-upgrade" [Critical,Triaged] - Assigned to mathieu bultel (mat-bultel)23:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/172925323:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173103223:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173106323:10
ooolpbothttps://bugs.launchpad.net/tripleo/+bug/173128223:10
*** ooolpbot has quit IRC23:10
openstackLaunchpad bug 1729253 in tripleo "CI issue: Failed to run cinder task ScheduleCreateVolumeTask, No valid backend was found" [Critical,In progress] - Assigned to Martin André (mandre)23:10
openstackLaunchpad bug 1731032 in tripleo "CI: Deployment fails on controller timeout with task creation in heat timing out" [Critical,Triaged]23:10
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]23:10
openstackLaunchpad bug 1731282 in tripleo "fs24 ovb jobs failing on overcloud.AllNodesDeploySteps.WorkflowTasks_Step2_Execution" [Critical,Triaged] - Assigned to Juan Antonio Osorio Robles (juan-osorio-robles)23:10
*** ecerquei_ has quit IRC23:10
*** abishop has quit IRC23:13
*** mary_grace has joined #tripleo23:21
*** mary_grace has quit IRC23:22
*** itlinux has quit IRC23:26
*** newmember has quit IRC23:32
*** newmember has joined #tripleo23:33
owalshtonyb: ping23:36
*** dmacpher has joined #tripleo23:38
owalshmwhahaha: this looks suspect - https://review.openstack.org/#/c/500954/2/nova/api/metadata/base.py23:39
tonybowalsh: pong23:39
tonybowalsh: 'sup?23:39
mwhahahaindeed23:39
*** mary_grace has joined #tripleo23:39
*** mary_grace has quit IRC23:40
owalshtonyb: any ideas for https://bugs.launchpad.net/tripleo/+bug/173106323:40
openstackLaunchpad bug 1731063 in tripleo "CI: tempest TestVolumeBootPattern tests fail due to not being able to ssh to the VM" [Critical,Triaged]23:40
* tonyb looks23:40
owalshtonyb: https://review.openstack.org/#/c/500954/2/nova/api/metadata/base.py looks suspect23:40
*** achadha has joined #tripleo23:40
*** achadha has quit IRC23:40
*** achadha has joined #tripleo23:41
tonybowalsh: Perhaps but wouldn't expect a None to result in a 404 with the debug log landing23:45
tonyb*without*23:46
owalshtonyb: public_key not set in the dict though - https://review.openstack.org/#/c/500954/2/nova/api/metadata/base.py@35823:48
tonybIs the master or pike? (the review is a stable backport but the bug implies master) but I may have just misread it.23:49
mwhahahawe've seen it in master primarily23:50
*** gfidente has joined #tripleo23:50
mwhahahayou are right, that was for ocata owalsh23:50
mwhahahahttps://review.openstack.org/#/c/47612223:50
tonybmwhahaha: thanks.23:50
mwhahahais the master one23:50
owalshbah, yea wrong link23:51
mwhahahaof course we haven't put nearly the number of changes through the stable branches as we have been for master23:51
tonybcool.  It could still be a regression we introduced but I'm not convinced we'd be see that inm CI23:51
mwhahahabut we're hitting it fairly regularly in master23:51
mwhahahait's not 100%23:51
mwhahahawhich makes it really annoying23:52
mwhahahaperhaps it's a race condition somewhere? cause the log did say it was using cached info23:52
* mwhahaha doesn't know how the nova metadata service works 23:52
tonybdoes the tripleo CI work with Depends-on?  I'd kinda expect not given git->rpm->contain type generation steps23:52
mwhahahahttp://logs.openstack.org/71/516771/1/gate/legacy-tripleo-ci-centos-7-scenario001-multinode-oooq-container/276d17b/logs/subnode-2/var/log/containers/nova/nova-api-metadata.log.txt.gz#_2017-11-09_02_39_25_88423:52
mwhahahatonyb: yes it does23:52
tonybmwhahaha: oh cool :)23:53
*** mary_grace has joined #tripleo23:53
*** mary_grace has quit IRC23:54
owalshmwhahaha: cache is 15s by default23:55
tonybCan I see the nova.conf fro the api container in CI?23:57
owalshtonyb: http://logs.openstack.org/71/516771/1/gate/legacy-tripleo-ci-centos-7-scenario001-multinode-oooq-container/276d17b/logs/subnode-2/var/log/config-data/nova/etc/nova/nova.conf.txt.gz23:58
tonybYeah so that chnages is cells specific as according to http://logs.openstack.org/71/516771/1/gate/legacy-tripleo-ci-centos-7-scenario001-multinode-oooq-container/276d17b/logs/subnode-2/var/log/containers/nova/nova-api-metadata.log.txt.gz#_2017-11-09_02_32_45_458 we're not enabling cells so I dont' think that's the smoking gun23:58

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