Thursday, 2016-12-15

*** VW has joined #craton00:02
rainya_mdorman, thanks; no glaring inaccuries i hope?00:12
*** rainya_ is now known as rainya00:12
*** VW has quit IRC00:16
*** VW has joined #craton00:20
*** rainya has quit IRC00:21
*** VW has quit IRC00:32
*** Syed__ has quit IRC00:45
*** VW has joined #craton01:09
*** VW has quit IRC01:25
*** rainya has joined #craton01:41
*** rainya has quit IRC02:01
*** Mudpuppy has quit IRC02:19
*** Mudpuppy has joined #craton02:20
*** harlowja has quit IRC03:03
*** rainya has joined #craton03:05
*** rainya has quit IRC03:10
*** valw has joined #craton03:30
*** valw_ has joined #craton03:33
*** valw has quit IRC03:34
*** VW has joined #craton04:44
*** VW has quit IRC04:49
*** Mudpuppy has quit IRC04:52
*** tojuvone has joined #craton04:56
*** valw_ has quit IRC05:08
*** VW has joined #craton05:09
*** VW has quit IRC05:39
*** VW has joined #craton07:39
*** VW has quit IRC07:44
*** david-lyle has quit IRC12:05
*** david-lyle has joined #craton12:05
*** VW has joined #craton12:05
*** VW has quit IRC13:03
*** rainya has joined #craton14:33
*** Mudpuppy has joined #craton14:59
*** rainya_ has joined #craton15:01
*** rainya has quit IRC15:04
*** Syed__ has joined #craton15:11
*** b3rn-n00dl3s is now known as b3rnard015:18
*** valw has joined #craton15:33
*** valw has quit IRC15:33
*** valw has joined #craton15:35
*** VW has joined #craton16:02
*** klindgren__ is now known as klindgren16:06
*** rainya_ has quit IRC16:09
*** rainya has joined #craton16:10
*** valw has quit IRC16:43
*** valw has joined #craton16:47
jimbakerSyed__, re that gist - it's linked to the blueprint for rbac - https://blueprints.launchpad.net/craton/+spec/craton-rbac-support16:48
jimbakeri have made some changes, but nothing deep. also started exploring oslo.policy specifics16:48
jimbakerin terms of going through the specific api, and better understanding customization options16:48
jimbakerrainya, thanks for that blog post!16:49
rainyajimbaker, quite welcome16:50
rainyagot at least one "can I contribute to teh project?" questions as follow up from current coworker looking for something to fill the void caused by EOL16:51
rainyamight have recruited documentation help to start them off!16:52
jimbakerrainya, that's awesome16:54
*** VW has quit IRC17:49
*** VW has joined #craton17:49
*** valw has quit IRC18:02
*** valw has joined #craton18:03
*** valw has quit IRC18:07
*** acabot has quit IRC18:11
*** valw has joined #craton18:16
*** valw has quit IRC18:21
*** valw has joined #craton18:30
*** harlowja has joined #craton18:31
*** valw has quit IRC18:34
*** harlowja has quit IRC18:52
*** valw has joined #craton18:57
*** valw has quit IRC19:02
*** rainya has quit IRC19:03
*** valw has joined #craton19:11
*** valw has quit IRC19:15
*** valw has joined #craton19:24
*** rainya has joined #craton19:25
*** valw has quit IRC19:29
*** valw has joined #craton19:33
*** rainya has quit IRC19:40
*** rainya has joined #craton19:40
*** valw has quit IRC20:24
*** valw has joined #craton20:28
*** valw has quit IRC20:33
*** valw has joined #craton20:33
*** b3rnard0 is now known as b3rn-n00dl3s20:42
*** valw has quit IRC20:53
*** valw has joined #craton20:58
Syed__jimbaker: you around21:00
Syed__how do we run t-rbac.py21:00
palendaehttps://review.openstack.org/#/c/410342/ is up now if anyone wants to give feedback on integration from the craton perspective21:01
*** rainya_ has joined #craton21:04
*** rainya has quit IRC21:04
*** rainya_ has quit IRC21:10
*** valw has quit IRC21:16
*** VW has quit IRC21:23
*** rainya has joined #craton21:23
*** VW has joined #craton21:24
*** VW has quit IRC21:25
*** VW has joined #craton21:25
*** valw has joined #craton21:26
*** rainya has quit IRC21:28
*** valw has quit IRC21:31
jimbakerpalendae, thanks, will take a look21:36
jimbakerSyed__, you need an empty mysql database. so something like21:36
jimbakermysql --user=craton --password=craton -e "drop database craton; create database craton;"21:36
jimbaker(cd craton-rbac && pip install -e .)21:36
jimbakeris what i do in this case21:36
Syed__yes i did that21:37
Syed__i deleted the db and recreated the db and followed these https://github.com/openstack/craton/blob/master/doc/source/dev/install.rst21:37
Syed__from create projects and users21:37
Syed__i tried running python3 t-rbac.py21:37
jimbakerthe script itself will ensure via the this line ```models.Base.metadata.create_all(engine)``` that the corresponding DDL is emitted21:37
jimbakerSyed__, yeah, it requires python321:38
Syed__https://www.irccloud.com/pastebin/vlmO4zlN/21:38
jimbakeri only do python 2.7 for craton if it's purely in client itself21:38
jimbakerin cratonclient to be precise21:38
jimbakerSyed__, yeah, you have usual requirements to get through21:39
jimbakerso you just need to pip install that21:39
jimbakerlots of python mysql clients to choose from21:39
jimbakeri just chose that as the easiest to get running on osx21:40
jimbakersince it's pure python21:40
*** valw has joined #craton21:40
jimbakernot a good production choice in all likelihood. but whatever, this is for os x21:40
Syed__Okay let me look21:42
Syed__thanks21:42
jimbakerSyed__, that gist is not for real usage of course. the one i need to share (hopefully shortly) uses alembic to do the actual setup; and works with our usual dbsync and api server21:42
jimbakerbrb, need to walk my dog21:42
Syed__yeap, cool.21:42
*** valw has quit IRC21:46
*** valw has joined #craton21:54
*** valw has quit IRC21:59
*** VW has quit IRC22:02
*** valw has joined #craton22:08
*** VW has joined #craton22:14
*** valw has quit IRC22:17
*** VW has quit IRC22:18
jimbakerSyed__, so you were able to get your mysql connection working?22:20
jimbakerthe specific dialect is described here: http://docs.sqlalchemy.org/en/latest/dialects/mysql.html#module-sqlalchemy.dialects.mysql.pymysql22:21
jimbakerhttps://pypi.python.org/pypi/PyMySQL for more details22:21
*** valw has joined #craton22:29
*** valw has quit IRC22:34
*** VW_ has joined #craton22:41
*** rainya has joined #craton22:44
*** rainya has quit IRC22:55
*** VW has joined #craton23:12
*** VW_ has quit IRC23:15
*** VW has quit IRC23:16
*** rainya has joined #craton23:24
*** rainya has quit IRC23:30
*** rainya has joined #craton23:30
*** rainya has quit IRC23:35
*** harlowja has joined #craton23:58

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