*** diablo_rojo has quit IRC | 00:05 | |
*** diablo_rojo has joined #openstack-swift | 00:06 | |
*** diablo_rojo has quit IRC | 01:13 | |
seongsoocho | morning ! | 01:13 |
---|---|---|
seongsoocho | Happy friday morning | 01:13 |
*** gyee has quit IRC | 02:03 | |
prometheanfire | is swift not using constriants for testing? | 03:01 |
prometheanfire | ERROR: Could not find a version that satisfies the requirement oslo.serialization===3.0.0 (from -c /home/zuul/src/opendev.org/openstack/requirements/upper-constraints.txt (line 404)) | 03:01 |
prometheanfire | ah, need to redo that patch | 03:01 |
prometheanfire | as soon as say something outloud you realize how you are wrong :D | 03:03 |
*** psachin has joined #openstack-swift | 03:35 | |
*** manuvakery has joined #openstack-swift | 03:43 | |
mattoliverau | 100% this ^ :) | 03:58 |
prometheanfire | mattoliverau: :D also, ltns, going to vancouver? | 03:59 |
mattoliverau | hmm, probably not, Suse doesn't really so cloud anymore. I may try to come up with something "work related" to talk about. and see if I can swing it. | 04:00 |
prometheanfire | ya, get that | 04:01 |
prometheanfire | I may be doing it on my own dime, not sure | 04:01 |
mattoliverau | :( | 04:01 |
prometheanfire | I have southwest airlines vouchers at least | 04:01 |
prometheanfire | working for a very non-cloud company now (fsi.io) | 04:02 |
* prometheanfire just thought to update stackalytics, but never had rackspace on there anyway, so meh | 04:02 | |
mattoliverau | I plan to talk to my manager about it post Suse hackweek, and take it from there. I do like vancouver location tho | 04:02 |
prometheanfire | can probably swing it as a work expense, need to talk to bossman | 04:02 |
mattoliverau | prometheanfire: oh no, sorry never realised. | 04:02 |
prometheanfire | not been there yet | 04:02 |
mattoliverau | but lol at not ever having RS :P | 04:03 |
prometheanfire | heh, last year's rackspace culling | 04:03 |
prometheanfire | wfh now, with a raise, so moving up and to the right still | 04:03 |
mattoliverau | will that's cool! | 04:03 |
prometheanfire | yep, wife wasn't interested in .nz unfortunately | 04:04 |
prometheanfire | too far from family, I say they can visit :D | 04:05 |
mattoliverau | :) | 04:14 |
mattoliverau | pftt. nz would have been create, close to me :) | 04:15 |
prometheanfire | ya | 04:17 |
viks___ | timburke: With curl, i'm able to get the token from proxy node from keystone. I'm using rocky version of keystone. I upgraded swift from stein to 2.24.0 via pip both on proxy and storage. Before upgrading everything worked fine but after upgrade, proxy is not coming up due to the previously mentioned error. I'm using the self signed certs in my local cluster. However, i did not have any such error when the | 05:15 |
viks___ | actual public cert is used. Not sure which package/subpackage is causing this issue after the with the self signed certs and how to overcome.. | 05:15 |
*** evrardjp has quit IRC | 05:34 | |
*** evrardjp has joined #openstack-swift | 05:34 | |
*** ccamacho has joined #openstack-swift | 07:35 | |
*** rpittau|afk is now known as rpittau | 08:10 | |
*** rdejoux has joined #openstack-swift | 08:12 | |
*** tkajinam has quit IRC | 08:12 | |
*** tesseract has joined #openstack-swift | 08:36 | |
*** mikecmpbll has joined #openstack-swift | 09:19 | |
*** mvkr has joined #openstack-swift | 09:38 | |
*** baffle has quit IRC | 10:26 | |
*** rpittau is now known as rpittau|bbl | 11:18 | |
*** baffle has joined #openstack-swift | 11:54 | |
*** jvisser has joined #openstack-swift | 13:03 | |
*** rpittau|bbl is now known as rpittau | 13:14 | |
*** gmann has joined #openstack-swift | 13:43 | |
*** tesseract-RH has joined #openstack-swift | 14:19 | |
*** tesseract has quit IRC | 14:21 | |
*** tesseract has joined #openstack-swift | 14:34 | |
*** tesseract has quit IRC | 14:43 | |
*** tesseract-RH has quit IRC | 14:43 | |
*** tesseract has joined #openstack-swift | 14:44 | |
*** rpittau is now known as rpittau|brb | 15:04 | |
*** rpittau|brb is now known as rpittau | 15:20 | |
timburke | viks___, could be something with requests -- i know i've run into issues before where i get a custom cert installed for the system (so curl was hapy) but anything requests-based was still unhappy. had to do something like `cat custom_cert.crt >> $(python -m certifi)` to get it happy | 16:12 |
*** tesseract has quit IRC | 16:38 | |
viks___ | timburke: Ok.. thanks.. will try on Monday.. | 16:39 |
*** gyee has joined #openstack-swift | 16:44 | |
*** renich has joined #openstack-swift | 16:49 | |
*** tesseract has joined #openstack-swift | 16:57 | |
*** mikecmpbll has quit IRC | 17:01 | |
*** rpittau is now known as rpittau|afk | 17:02 | |
manuvakery | timburke: am testing s3api acls .. so far have no luck in getting put-bucket-acl and put-object-acl working. Any help would be great | 17:03 |
timburke | manuvakery, is the s3_acl option turned on in the middleware? | 17:05 |
manuvakery | timburke: yes | 17:05 |
manuvakery | timburke: am able to set the acls but not sure how to use it properly .. like in Swift we can give access based on some project id | 17:06 |
manuvakery | iirc s3api can deal with only authenticated requests .. so public Access via s3api won't work , will it? | 17:11 |
timburke | so s3_acl (unfortunately) turns on a mostly-orthogonal set of ACLs -- they're s3-only and tied to the access key id you want to grant access to | 17:11 |
timburke | correct, s3api has no way to allow public access yet, as it won't have enough information to map the provided bucket to an (account, container) pair | 17:12 |
manuvakery | timburke: ohhkk ..I will try granting access to another access key .. if that works it'll be great | 17:17 |
manuvakery | Thanks 😊 | 17:18 |
timburke | meanwhile i'll try to get you an example bash session where i poke at things with aws cli and multiple profiles | 17:18 |
manuvakery | @timburke: can't ask anything more | 17:19 |
*** psachin has quit IRC | 17:21 | |
*** rdejoux has quit IRC | 17:24 | |
*** evrardjp has quit IRC | 17:34 | |
*** evrardjp has joined #openstack-swift | 17:34 | |
timburke | manuvakery, here's what i've got: http://paste.openstack.org/show/789300/ | 17:36 |
*** tesseract has quit IRC | 17:36 | |
timburke | note that there are definitely some rough edges to s3_acl -- but if you're looking for that sort of thing, it'd be great to have real use cases driving prioritization and development! | 17:37 |
*** diablo_rojo has joined #openstack-swift | 17:55 | |
manuvakery | timburke: thanks a lot. Will update my findings soon | 18:05 |
*** renich_ has joined #openstack-swift | 19:08 | |
*** renich has quit IRC | 19:09 | |
*** renich has joined #openstack-swift | 19:13 | |
*** renich_ has quit IRC | 19:14 | |
*** prometheanfire has left #openstack-swift | 19:57 | |
*** early has quit IRC | 20:16 | |
*** early has joined #openstack-swift | 20:20 | |
*** renich has quit IRC | 21:00 | |
*** renich has joined #openstack-swift | 21:13 | |
*** jvisser has quit IRC | 22:01 | |
*** camelCaser has quit IRC | 22:57 | |
*** camelCaser has joined #openstack-swift | 22:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!