*** pvaneck has quit IRC | 01:00 | |
*** edmondsw has quit IRC | 01:57 | |
*** mgagne has quit IRC | 05:10 | |
*** hockeynut has quit IRC | 05:10 | |
*** hughsaunders has quit IRC | 05:11 | |
*** hockeynut has joined #refstack | 05:12 | |
*** mgagne has joined #refstack | 05:12 | |
*** mgagne is now known as Guest3687 | 05:12 | |
*** hughsaunders has joined #refstack | 05:17 | |
*** esker has joined #refstack | 08:24 | |
*** esker has quit IRC | 08:29 | |
*** esker has joined #refstack | 08:45 | |
*** esker has quit IRC | 08:49 | |
*** esker has joined #refstack | 09:06 | |
*** esker has quit IRC | 09:11 | |
*** esker has joined #refstack | 09:27 | |
*** esker has quit IRC | 09:32 | |
*** esker has joined #refstack | 09:48 | |
*** esker has quit IRC | 09:53 | |
*** esker has joined #refstack | 10:09 | |
*** esker has quit IRC | 10:14 | |
*** openstackgerrit has quit IRC | 10:32 | |
*** openstackgerrit has joined #refstack | 10:33 | |
openstackgerrit | Andrey Pavlov proposed openstack/refstack: Add user management. REST API and UI https://review.openstack.org/276420 | 10:59 |
---|---|---|
openstackgerrit | Andrey Pavlov proposed openstack/refstack: DNM: fake auth https://review.openstack.org/275133 | 11:00 |
openstackgerrit | Andrey Pavlov proposed openstack/refstack: Add vendors UI https://review.openstack.org/274417 | 11:00 |
openstackgerrit | Andrey Pavlov proposed openstack/refstack: Add vendors REST API https://review.openstack.org/272188 | 11:00 |
openstackgerrit | Andrey Pavlov proposed openstack/refstack: Implement organization and product tables https://review.openstack.org/269066 | 11:00 |
openstackgerrit | Andrey Pavlov proposed openstack/refstack: Implement confirmation modal with input textbox https://review.openstack.org/277415 | 11:00 |
openstackgerrit | Andrey Pavlov proposed openstack-infra/puppet-refstack: use specific tag version of refstack for installation. https://review.openstack.org/279511 | 12:29 |
*** edmondsw has joined #refstack | 12:40 | |
*** edmondsw has quit IRC | 13:53 | |
*** edmondsw has joined #refstack | 13:54 | |
*** cjvolzka has joined #refstack | 14:00 | |
*** openstackgerrit has quit IRC | 17:17 | |
*** openstackgerrit has joined #refstack | 17:17 | |
*** pilgrimstack has quit IRC | 17:18 | |
*** esker has joined #refstack | 18:10 | |
*** openstack has joined #refstack | 18:27 | |
*** pvaneck has joined #refstack | 18:41 | |
*** andrey-mp has joined #refstack | 18:41 | |
andrey-mp | hello | 18:42 |
andrey-mp | i introduced review https://review.openstack.org/#/c/279511/ | 18:43 |
catherineD | andrey-mp: thx ... do we need to create the tag (1.0.0) first? | 18:46 |
andrey-mp | i suggest that David Lenwell can create this tag | 18:46 |
andrey-mp | yeah, I think that we should create it first | 18:46 |
*** openstackgerrit has quit IRC | 18:47 | |
catherineD | andrey-mp: we need to investigate how to create tag ... | 18:47 |
*** openstackgerrit has joined #refstack | 18:47 | |
catherineD | we may need to put the patch on WIP until a tag is created ... | 18:48 |
andrey-mp | it's simple - http://docs.openstack.org/infra/manual/creators.html#tagging-a-release | 18:49 |
andrey-mp | mmm, what means 'patch on WIP' ? | 18:49 |
*** esker has quit IRC | 18:50 | |
catherineD | work in progress | 18:50 |
andrey-mp | you mean patches in gerrit? | 18:50 |
catherineD | so it ( https://review.openstack.org/#/c/279511/ ) would not be merged before a tag is created | 18:51 |
catherineD | yes | 18:51 |
andrey-mp | i understand you | 18:52 |
andrey-mp | yes, you are right | 18:52 |
catherineD | andrey-mp: i am thinking an other way we can do so we can merge our code is control who can view and create vendor | 18:53 |
andrey-mp | Andreas Jaeger will set '-1' until repository is not tagged ) | 18:53 |
catherineD | let say if we only limit the view and creation of vendor by foundation member | 18:54 |
catherineD | and since the public page have no foundation member yet ... no one will be able to see the code | 18:54 |
catherineD | andrey-mp: thx for putting -1 on the patch for now | 18:54 |
catherineD | maybe we should create somthing like a policy.json file | 18:55 |
andrey-mp | for me it's not convenient when I should ask someone to create something for me if I can create it by myself. I can describe it better. I will spend my time for this. And many others agruments ) | 18:59 |
andrey-mp | also we will create private vendors for users... | 19:00 |
andrey-mp | also we've talked about this many times and document with scenarios has been approved | 19:01 |
andrey-mp | and I don't understand you about public page and code | 19:03 |
catherineD | public pages mean what being displayed on refstack.openstack.org | 19:07 |
catherineD | code are the patches that you are working on to enable vendor registration | 19:07 |
andrey-mp | mmm, you want to merge all that we have but with closed permissions? | 19:08 |
catherineD | so we want to merge those code but at the sametime do not want to make the new UI or REST API available to everyone yet | 19:08 |
catherineD | say we create a policy.json file | 19:08 |
catherineD | our policy dictates that only foundation member can create vendor and the vendor UI can only display for foundation menber ... | 19:09 |
catherineD | since no foundation members are defined in refstack.openstack.org yet | 19:10 |
andrey-mp | it's harder to implement and it will introduce some problems in the future development I think | 19:10 |
catherineD | so practically it is like not making the new code are available | 19:10 |
andrey-mp | yeah, I understand your idea | 19:11 |
catherineD | I think down the road we will need a policy file so that user permission can be updated declaratively | 19:11 |
andrey-mp | maybe. but in that case we will think more about it and about problems of external (from the code) policies | 19:12 |
andrey-mp | it can leads to slow code. it can lead to their defining/modifying | 19:13 |
catherineD | right now in the code you check 1) whether the user is a foundation user 2) whether user is vendor user ... we can put all this check in its own class or methds . | 19:14 |
catherineD | like permission class .. the method will read the policy file to determine permission ... | 19:14 |
pvaneck | so I tried creating a tag earlier, but I do not have permission. Currently, I believe only the release management team can create tags/releases | 19:15 |
andrey-mp | pvaneck: yes, only David can do it | 19:16 |
catherineD | andrey-mp: I will check with David | 19:17 |
pvaneck | how do you know david has permission? | 19:17 |
pvaneck | wondering if we can get catherine permission | 19:17 |
catherineD | andrey-mp: why only David? | 19:17 |
*** alexandrelevine has joined #refstack | 19:17 | |
andrey-mp | catherineD: only David present in release group | 19:18 |
pvaneck | ah in gerrit acls? | 19:18 |
andrey-mp | yeah | 19:18 |
andrey-mp | https://review.openstack.org/#/admin/projects/openstack/refstack,access | 19:18 |
andrey-mp | you can add anyone there through review into project-config | 19:19 |
pvaneck | we should definitely have a patch for catherine then | 19:19 |
pvaneck | hmm, doesnt seem to be patch driven. david or someone might have to add manually | 19:21 |
andrey-mp | yeah, maybe | 19:22 |
andrey-mp | i add someone only once and forgot this :) | 19:22 |
pvaneck | davidlenwell^ | 19:25 |
andrey-mp | catherineD: about policy - any way I think that this is a very big change that should be discussed first and implemented before vendors if we want to add it to vendors. also other code should be moved to such policies taht is a big work. | 19:25 |
andrey-mp | tagging release is a simplier right now :) | 19:26 |
pvaneck | if we cant get david, then i think we can submit a patch to https://github.com/openstack/releases | 19:28 |
pvaneck | creating a file like https://github.com/openstack/releases/blob/master/deliverables/_independent/fairy-slipper.yaml | 19:28 |
andrey-mp | or maybe we can ping him by email ? | 19:29 |
catherineD | i am pinging David | 19:30 |
andrey-mp | thanks! | 19:30 |
*** alexandrelevine has quit IRC | 19:43 | |
*** edmondsw has quit IRC | 19:46 | |
*** andrey-mp has quit IRC | 19:54 | |
openstackgerrit | Merged openstack/refstack: Implement organization and product tables https://review.openstack.org/269066 | 20:17 |
*** edmondsw has joined #refstack | 20:21 | |
*** Guest3687 is now known as mgagne | 20:34 | |
*** mgagne has quit IRC | 20:35 | |
*** mgagne has joined #refstack | 20:35 | |
-openstackstatus- NOTICE: The infrastructure team is taking gerrit offline for maintenance this afternoon, beginning at 22:00 utc. We should have it back online around 23:00 utc. http://lists.openstack.org/pipermail/openstack-dev/2016-February/086195.html | 21:47 | |
-openstackstatus- NOTICE: Gerrit is offline for maintenacne until 23:00 utc | 22:07 | |
*** ChanServ changes topic to "Gerrit is offline for maintenacne until 23:00 utc" | 22:07 | |
*** edmondsw has quit IRC | 22:43 | |
-openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA updated to 23:30 utc | 23:08 | |
*** ChanServ changes topic to "Gerrit is offline for maintenance, ETA updated to 23:30 utc" | 23:08 | |
*** markvoelker has quit IRC | 23:41 | |
-openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA updated to 23:59 utc | 23:43 | |
*** ChanServ changes topic to "Gerrit is offline for maintenance, ETA updated to 23:59 utc" | 23:43 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!