Monday, 2017-01-30

*** kzaitsev_mb has quit IRC00:52
*** ducttape_ has quit IRC01:09
*** ducttape_ has joined #murano01:17
*** sergmelikyan has joined #murano01:29
*** ducttape_ has quit IRC01:39
*** ducttape_ has joined #murano01:39
*** kzaitsev_mb has joined #murano01:49
*** sergmelikyan has quit IRC01:51
*** sergmelikyan has joined #murano02:01
*** ducttape_ has quit IRC02:02
*** ducttape_ has joined #murano02:03
*** sergmelikyan has quit IRC02:03
*** ducttape_ has quit IRC02:06
*** _ducttape_ has joined #murano02:06
*** sergmelikyan has joined #murano02:11
*** kzaitsev_mb has quit IRC02:15
*** _ducttape_ has quit IRC02:24
*** sergmelikyan has quit IRC02:30
*** sergmelikyan has joined #murano02:33
*** sergmelikyan has quit IRC02:39
*** kzaitsev_mb has joined #murano03:11
*** sergmelikyan has joined #murano03:22
*** sergmelikyan has quit IRC03:26
*** sergmelikyan has joined #murano03:41
*** kzaitsev_mb has quit IRC04:06
*** ducttape_ has joined #murano04:25
*** ducttape_ has quit IRC04:30
*** maestropandy has joined #murano04:31
*** sergmelikyan has quit IRC04:56
*** kzaitsev_mb has joined #murano05:02
*** maestropandy has left #murano05:33
*** kzaitsev_mb has quit IRC05:40
*** ducttape_ has joined #murano06:26
*** ducttape_ has quit IRC06:31
*** kzaitsev_mb has joined #murano06:36
*** sergmelikyan has joined #murano06:40
*** kzaitsev_mb has quit IRC07:23
*** yamamoto has quit IRC07:27
*** sergmelikyan has quit IRC07:45
*** Serlex has joined #murano08:10
*** kzaitsev_mb has joined #murano08:19
*** sergmelikyan has joined #murano08:20
*** sergmelikyan has quit IRC08:25
*** ducttape_ has joined #murano08:27
*** ducttape_ has quit IRC08:32
*** kzaitsev_mb has quit IRC09:00
*** sergmelikyan has joined #murano09:02
*** sergmelikyan has quit IRC09:06
*** sergmelikyan has joined #murano09:43
*** sergmelikyan has quit IRC09:47
*** maestropandy has joined #murano09:56
*** maestropandy has quit IRC10:00
*** sergmelikyan has joined #murano10:04
*** maestropandy has joined #murano10:05
*** maestropandy has left #murano10:05
*** sergmelikyan has quit IRC10:08
*** ducttape_ has joined #murano10:28
*** ducttape_ has quit IRC10:33
*** kzaitsev_mb has joined #murano10:59
*** sergmelikyan has joined #murano11:06
*** sergmelikyan has quit IRC11:11
*** ducttape_ has joined #murano11:35
*** sergmelikyan has joined #murano11:42
*** sergmelikyan has quit IRC11:47
*** ducttape_ has quit IRC11:52
*** jsheeren has joined #murano11:55
jsheerenhi all, i'm trying out murano app catalog11:55
jsheerenall services run fine11:55
jsheerenbut i cannot import packages11:55
jsheereni get a "The HTTP URL is invalid: HTTPConnectionPool(host='storage.apps.openstack.org', port=80)" error11:55
jsheerenwhen it tries to import a image into glance11:56
jsheerenwhen using glance to import images from say the ubuntu cloud images repo, it works as expected11:56
jsheerenhas anyone seen this before?11:56
kzaitsev_mbcan you curl the url in question?11:56
jsheerenyes11:58
jsheerencurl and wget no issue11:58
jsheerenso, http://apps.openstack.org/api/v1/murano_repo/liberty/images/ubuntu14.04-x64-kubernetes.qcow2  is an example where i get an error11:58
jsheerenif i use this url with glance, the image get's saved11:58
jsheerenrunning murano on mitaka11:59
jsheerenusing canonical ubuntu packages11:59
kzaitsev_mbhuh, I thought it is an issue with the way dependencies are written in the package11:59
kzaitsev_mbhm11:59
kzaitsev_mbwhat's the version of the client?11:59
jsheerenmurano client is 0.8.312:01
jsheerenmurano api etc 2.0.012:02
kzaitsev_mbI thought it might be this https://review.openstack.org/#/c/232552/12:02
jsheerenfrom packages12:02
kzaitsev_mbbut apparently not12:02
jsheerenhmz i don't think so as well12:04
jsheerenthe complete error is: max retries exceeded with url, failed to establish new connection; temporary failure in name resolution12:06
jsheerenwhich is weird, cause curl/wget/glance client work with the url12:06
jsheerenthe url is not a full url though; just: Max retries exceeded with url: /images/ubuntu14.04-x64-kubernetes.qcow212:06
jsheerenand The HTTP URL is invalid: HTTPConnectionPool(host='storage.apps.openstack.org', port=80)12:06
kzaitsev_mbit's correct12:06
jsheerenand: (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f05d5263150>:12:07
jsheerenurllib package version conflict?12:07
kzaitsev_mbcan you post the whole log?12:07
jsheerenhttp://paste.openstack.org/show/596868/12:08
kzaitsev_mbhuh12:08
kzaitsev_mbit's not a murano issue ;)12:08
kzaitsev_mbyour glance-api can't resolve the url12:08
jsheerenmyeah but i find it weird that using glance client/horizon i can import the qcow image using the same url12:09
jsheerenthat's why i came here :-)12:09
kzaitsev_mball murano client does — is use glance v1 api and it's copy_from parameter. glance is responsible for downloading the image from that point12:10
jsheerenok; so i should check to see if glance api v1 is working, thanks12:11
kzaitsev_mbit is working12:11
jsheeren(which i would assume works cause the glance client and horizon work)12:11
kzaitsev_mbthe problem is not in the api12:11
jsheerenname resolution works as well12:12
jsheerenlet me triple check everything :-)12:12
kzaitsev_mbdows your glance run locally?12:12
kzaitsev_mbthe problem is in glance_store (which is used by glance-api, so you can say that glance-api is not really working)12:13
kzaitsev_mbI would check if you can resolve storage.apps.openstack.org from where glance runs12:13
jsheerenglance runs on the same host12:15
jsheerenand i can resolve storage.apps.openstack.org12:15
kzaitsev_mbcan you glance import-image --copy-from=url.here12:17
jsheerenyes12:17
jsheerenthis works as expected12:17
kzaitsev_mbthen i don't really know what happens )12:17
kzaitsev_mbsmth wierd in the glance-api/store I presume or a bug somewhere in the way we use glance-client(although its wierd we've not seen it before)12:18
*** sergmelikyan has joined #murano12:19
*** sergmelikyan has quit IRC12:24
*** catintheroof has joined #murano12:25
*** jsheeren has quit IRC12:46
*** wasmum has quit IRC13:03
*** ducttape_ has joined #murano13:04
*** sergmelikyan has joined #murano13:07
openstackgerritAleksandr Kholkin proposed openstack/murano: 'io.murano.apps.' is not using to upload packages  https://review.openstack.org/42674613:11
openstackgerritAleksandr Kholkin proposed openstack/murano: 'io.murano.apps.' is not used to download packages  https://review.openstack.org/42674613:40
*** ducttape_ has quit IRC13:41
openstackgerritMerged openstack/murano-dashboard: Imported Translations from Zanata  https://review.openstack.org/42648913:48
openstackgerritMerged openstack/murano-dashboard: Changes image creation/deletion in sanity_check to be atomic..  https://review.openstack.org/42489113:49
*** cleong has joined #murano13:53
*** ducttape_ has joined #murano14:19
openstackgerritMerged openstack/murano: v1 execution plan template processing was fixed  https://review.openstack.org/42284514:25
*** jperry has joined #murano14:26
*** ducttape_ has quit IRC14:26
*** jperry has quit IRC14:36
*** jperry has joined #murano14:38
*** ducttape_ has joined #murano14:52
openstackgerritFelipe Monteiro proposed openstack/murano-dashboard: Fixes Deployment History tab incorrectly formatting status.  https://review.openstack.org/41771315:49
*** Serlex has left #murano15:53
*** jperry has quit IRC15:56
*** _ducttape_ has joined #murano16:00
*** ducttape_ has quit IRC16:01
*** felipemonteiro has joined #murano16:01
*** felipemonteiro has quit IRC16:20
*** felipemonteiro has joined #murano16:24
*** _ducttape_ has quit IRC16:40
*** ducttape_ has joined #murano16:40
*** kzaitsev_mb has quit IRC16:56
*** kzaitsev_mb has joined #murano17:14
*** jose-phillips has joined #murano17:19
*** kzaitsev_mb has quit IRC17:33
*** sergmelikyan has quit IRC18:00
*** sergmelikyan has joined #murano18:31
*** sergmelikyan has quit IRC18:32
*** sergmelikyan has joined #murano18:33
*** zhonghua has quit IRC19:11
*** zhonghua has joined #murano19:11
*** kzaitsev_mb has joined #murano19:24
*** jose-phillips has quit IRC20:23
*** jose-phillips has joined #murano20:29
*** _ducttape_ has joined #murano20:31
*** ducttape_ has quit IRC20:34
*** _ducttape_ has quit IRC21:02
*** ducttape_ has joined #murano21:02
*** cleong has quit IRC21:27
*** catintheroof has quit IRC21:40
*** jose-phillips has quit IRC21:41
*** sergmelikyan has quit IRC21:41
*** catintheroof has joined #murano21:42
*** jose-phillips has joined #murano21:47
*** catinthe_ has joined #murano21:52
*** catintheroof has quit IRC21:53
*** yamamoto has joined #murano22:03
*** catintheroof has joined #murano22:04
*** catinthe_ has quit IRC22:07
*** jose-phillips has quit IRC22:17
*** catinthe_ has joined #murano22:17
*** catinth__ has joined #murano22:18
*** catintheroof has quit IRC22:18
*** jose-phillips has joined #murano22:19
*** catinthe_ has quit IRC22:22
*** catinth__ has quit IRC22:29
*** felipemonteiro has quit IRC22:31
openstackgerritMerged openstack/murano-pkg-check: Correct the package name  https://review.openstack.org/41562522:39
*** ducttape_ has quit IRC23:21
*** sergmelikyan has joined #murano23:31
*** sergmelikyan has quit IRC23:39
*** catintheroof has joined #murano23:50

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