Monday, 2015-06-29

*** chlong has joined #openstack-chef00:04
*** zhiwei has joined #openstack-chef01:37
*** sushma has joined #openstack-chef02:24
*** smija has joined #openstack-chef02:29
*** libsysguy has quit IRC02:43
openstackgerritZhiwei Chen proposed openstack/cookbook-openstack-compute: Make vnc_enabled, use_usb_tablet, cpu_mode configurable  https://review.openstack.org/19457205:07
*** zhiwei has quit IRC05:31
*** nkrinner has joined #openstack-chef06:00
*** chlong has quit IRC08:03
*** openstackgerrit has quit IRC09:53
*** openstackgerrit has joined #openstack-chef09:53
*** smija has quit IRC11:29
*** rtheis has joined #openstack-chef11:58
*** libsysguy has joined #openstack-chef12:40
*** chlong has joined #openstack-chef12:46
*** fifieldt has joined #openstack-chef13:06
*** webguynow has quit IRC13:43
*** jmickle has joined #openstack-chef14:12
*** pradipta has joined #openstack-chef14:58
*** nkrinner has quit IRC15:02
*** libsysguy has quit IRC15:17
*** libsysguy has joined #openstack-chef15:18
openstackgerritAlan Meadows proposed openstack/cookbook-openstack-bare-metal: Create MAINTAINERS.md  https://review.openstack.org/18511315:53
mza-No resource or method named `db_create_with_user' for `Chef::Recipe "openstack-db"'16:18
mza-guys seen that one?16:18
mza-i got nowhere with developer mode16:18
mza-libsysguy: fixopenstackplz16:18
mza-ok that last error was my bad16:24
* mza- goes to encrypted data bags16:24
libsysguysrsly mza I left it in a sane state - minus the database16:26
mza-sir you did not16:26
libsysguyI blame markvan for that one - and he blames me for running master16:26
mza-well, you had branched off master and left it that way in the berks file16:26
mza-so we were like 80 commits behind on certain cookbooks16:27
libsysguyoh yeah - for ceph support16:27
mza-and it becamse bad16:27
mza-so im starting again with the kilo16:27
libsysguyI followed the RHEL motto for "stable"16:27
mza-yea they wouldnt compile anymore cause they were so out of date16:27
mza-just relax yourself, i need to learn it anyways :-D16:27
libsysguythis is true16:28
libsysguychef: the hard way16:28
libsysguyor - Chef: the openstack way16:28
libsysguymza did you finally get a test cluster?16:29
mza-that and a shit ton of nexus gear :-D16:29
mza-40g backend of ceph16:29
mza-10g front end for openstack16:29
mza-*for ceph16:30
libsysguywhoa - I basically had to solder my own hardware - so not fair16:30
mza-nick loves me16:30
libsysguyapparently16:30
mza-and we got a new chassis with cisco 3130x's16:31
mza-and some bare metal hypervisors for 10g to ceph16:31
mza-they want kilo so im doing that this week16:31
libsysguyis there finally some better support for ceph in kilo? or is that coming in 'L'16:34
mza-i think so16:45
mza-just looking for instructions on how to work with these data bags in the repo16:46
mza-Option initial_root_password must be a kind of String!  You passed16:46
mza-and it prints out the unencrypted data bag16:46
*** mutoulbj has joined #openstack-chef16:51
libsysguylulz16:56
libsysguyclassic16:56
openstackgerritMark Vanderwiel proposed openstack/cookbook-openstack-dashboard: Remove the deprecated properties in horizon.  https://review.openstack.org/18791716:57
mza-classically broke?16:57
libsysguysounds like it is getting passed the data bag rather than the databag value16:57
mza-that's correct16:57
libsysguywhat cookbook?16:57
j^2next weeks agenda posted: https://etherpad.openstack.org/p/openstack-chef-meeting-2015070616:57
mza-openstack-ops-database16:57
mza-/var/chef/cache/cookbooks/openstack-ops-database/recipes/mysql-server.rb:16:58
mza-29:  super_password = get_password 'user', node['openstack']['db']['root_user_key'] 30:   31:  include_recipe 'openstack-ops-database::mysql-client'16:58
mza-going down the path of get_password16:58
mza-and super_password16:58
libsysguyhttps://github.com/openstack/cookbook-openstack-common/blob/master/libraries/passwords.rb#L7216:59
mza-yep that's what im looking at17:00
mza-looks like i need to set use_databags in my environment17:00
mza-nope17:01
libsysguydo you have info logging on?17:01
mza-hmm?17:02
libsysguylike in the /etc/chef/config.rb set the log_level to info17:02
mza-have no config.rb17:03
libsysguythen I'd look for this string: https://github.com/openstack/cookbook-openstack-common/blob/master/libraries/passwords.rb#L4517:03
openstackgerritMark Vanderwiel proposed openstack/openstack-chef-repo: CI - Depends-On support - Repo  https://review.openstack.org/19613917:03
mza-oh i get ya17:03
mza-kk, gimme a minute17:03
libsysguyI can take this into a PM if you don't want to pollute the channel17:04
mza-not my channel17:04
mza-:-D17:04
mza-ftg = 0.17:04
openstackgerritMark Vanderwiel proposed openstack/openstack-chef-repo: CI - Depends-On support - Repo  https://review.openstack.org/19613917:05
mza-setting verbose_logging true in /etc/chef/client.rb didnt give me anymore logging17:05
mza-there we go17:06
libsysguyfwiw I haven't touched these cookbooks since I left17:07
mza-i dont see that strinkg17:08
mza-cool17:08
libsysguyyeah so then it's not seeing it as an encrypted secret17:09
openstackgerritMerged openstack/cookbook-openstack-bare-metal: Create MAINTAINERS.md  https://review.openstack.org/18511317:10
mza-[2015-06-29T17:10:47+00:00] INFO: Loading databag dev-user_passwords.mysqlroot17:10
mza-cat ./data_bags/dev-user_passwords/mysqlroot.json17:12
mza-{17:12
mza-  "id": "mysqlroot",17:12
mza-  "mysqlroot": {17:12
mza-    "encrypted_data": "bD6yFwFKuR7q+KBgaahokPwTzWXX3qbng9E+y2Z2oUw=\n",17:12
mza-    "iv": "0KcNNoGNenp2MwVPIie4Ag==\n",17:12
mza-    "version": 1,17:12
mza-    "cipher": "aes-256-cbc"17:12
mza-  }17:12
mza-}17:12
mza-that's the data bag17:12
mza-same as in the repo17:12
j^2so what’s going on here?17:15
j^2you can’t make yoru mysql root password work?17:15
mza-yea17:15
j^2what’s the data_bag you’re putting it in?17:16
j^2are you using that “dev-user_passwords” in the actaul data_bag name?17:16
mza-dev-user_passwords and im using an attribute override in my environment17:16
j^2yeah that won’t work17:16
j^2it matches on user_passwords17:17
mza-it's loading the right data bag though17:17
mza-that's weird17:17
mza-so uhm17:17
mza-having a development cluster doesnt seem feasible with that kind of a blocker17:18
mza-cool17:18
j^2yes?17:18
j^2i guess if you want to have everything split up like you do yes, that isn’t going to work17:18
mza-ok ill switch back to my juno data bags and try and deploy a kilo cluster17:19
j^2the data bags havent changed since we made this repo iirc17:19
mza-ok cool17:19
mza-then it should work17:20
mza-lemme fix up my environment17:20
openstackgerritMerged openstack/cookbook-openstack-compute: Make vnc_enabled, use_usb_tablet, cpu_mode configurable  https://review.openstack.org/19457217:21
mza-ok im a little further17:22
mza-kk, lemme hack on this17:22
j^2mza-: anything you find that is just crazy confusing or hard, and if you can report them back i’d love to push it up to the wiki or something so we can capture it for future users17:22
mza-the fact that there are attributes you can over ride but dont work was pretty tough :(17:23
mza-No resource or method named `get_secret' for `Chef::Recipe "identity_registration"'17:23
j^2do you have a list?17:23
mza-sec17:23
mza-         "openstack": {17:23
mza-             "secret": {17:23
mza--                "secrets_data_bag": "dev-secrets",17:23
mza--                "service_passwords_data_bag": "dev-service_passwords",17:23
mza--                "db_passwords_data_bag": "dev-db_passwords",17:23
mza--                "user_passwords_data_bag": "dev-user_passwords"17:24
mza--            },17:24
j^2ooohhh i get it now17:24
j^2yeah it was never designed to do it that way17:24
j^2the chef-repo is only supposed to be an exampule deployment17:24
j^2not something you can just cargo cult17:25
mza-oh i get it now17:25
mza-kk, im gonna go get some whisky17:25
libsysguynow you know why I drank so much there mza17:26
j^2hey we need more people to help to make this better17:26
j^2we are only a small community that needs more feedback so we can make it easier for people to join17:26
j^2(run the software)17:26
j^2just this feedback loop alone has helped17:27
libsysguythere is a reason JD is running low on whiskey :p17:27
libsysguydon't worry j^2 we'll get mza to start deving on the cookbooks17:27
j^2:D17:27
mza-charles asked if i wanted to patch it17:33
mza-No resource or method named `get_secret' for `Chef::Recipe "identity_registration"'17:35
mza-one thing after another :)17:36
mza-kk, im on it17:36
libsysguyyou took the red pill mza17:36
libsysguynow you have to see how far the rabbit hole goes17:36
*** os-chef-bot has quit IRC17:37
*** os-chef-bot has joined #openstack-chef17:37
*** chlong has quit IRC17:43
openstackgerritJJ Asghar proposed openstack/openstack-chef-repo: Removed Spiceweasel  https://review.openstack.org/19675717:46
sc`it'd be a good idea to have some documentation on how to use the cookbooks without chef-provisioning17:54
j^2we have old documentiation on it17:54
j^2it’s one of those things i keep meaning to spend time on17:54
j^2http://docs.chef.io/openstack_architecture.html17:54
sc`ah17:55
j^2the thing is, if you go down that path you could be making another set of OpenStack docs before you know it17:55
sc`true that17:55
j^2it’s a huge endover17:55
sc`Most People(tm) looking to use the cookbooks would probably be looking to use it without chef-provisioning17:56
j^2yeah17:56
*** pradipta has quit IRC18:08
*** mutoulbj has quit IRC18:24
*** openstackgerrit has quit IRC18:30
*** openstackgerrit has joined #openstack-chef18:30
*** mutoulbj has joined #openstack-chef18:43
*** mutoulbj has quit IRC18:48
j^2@core anyone seen this before: https://gist.github.com/a874620d38d9d211fd14 ?18:49
os-chef-bot@j^2 @markvan @mattray @wenchma @jklare @cmluciano @zhiwei anyone seen this before: https://gist.github.com/a874620d38d9d211fd14 ?18:49
j^2i’m able to get the deb by hand, but apt can’t?18:49
sc`does the vm resolve the hostname?18:50
j^2yeah i’m able to wget it18:51
j^2wait a second18:51
j^2fucking neutron18:51
sc`boo!18:52
cmlucianohahhah18:53
cmlucianoit's always neutron18:53
sc`it's always the network18:53
j^2it’s always dns18:54
*** otter768 has quit IRC20:03
*** jaycee has joined #openstack-chef20:39
openstackgerritJJ Asghar proposed openstack/openstack-chef-repo: [WIP] AIO-Neutron changes  https://review.openstack.org/19685821:00
*** jmickle has quit IRC21:02
*** rtheis has quit IRC21:24
*** webguynow has joined #openstack-chef21:53
*** otter768 has joined #openstack-chef22:04
*** libsysgu_ has joined #openstack-chef22:07
*** otter768 has quit IRC22:09
*** otter768 has joined #openstack-chef22:49
*** otter768 has quit IRC23:02

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