Monday, 2016-02-29

*** zhiwei has joined #openstack-chef01:13
*** zhiwei_ has joined #openstack-chef02:07
*** wenchma_ has quit IRC02:07
*** wenchma_ has joined #openstack-chef02:07
*** zhiwei has quit IRC02:07
*** wenchma_ has quit IRC02:27
*** wenchma has joined #openstack-chef02:28
*** ovaistariq has joined #openstack-chef02:41
*** kisoku has quit IRC02:45
*** kisoku has joined #openstack-chef02:45
*** ovaistariq has quit IRC02:46
*** Tsunami_ has quit IRC03:00
*** ovaistariq has joined #openstack-chef04:16
*** nkrinner has joined #openstack-chef06:57
*** ovaistariq has quit IRC07:05
*** ovaistariq has joined #openstack-chef07:07
*** ovaistariq has quit IRC07:12
*** noodle has quit IRC07:17
*** noodle has joined #openstack-chef07:28
*** ovaistariq has joined #openstack-chef08:07
*** ovaistariq has quit IRC08:12
*** lollisoft has joined #openstack-chef08:31
lollisoftHi, I am trying to install a swift object store using a fork of https://github.com/rcbops-cookbooks/swift. Support tells me that openstack uses ansible for now and I don't like to start over and stick to chef. My problem now seems to have an outdated chef recipe for swift. Can anyone tell me a version with running support?08:35
*** ovaistariq has joined #openstack-chef10:08
*** ovaistariq has quit IRC10:13
*** furlongm has quit IRC11:14
*** os-chef-bot has quit IRC12:05
-openstackstatus- NOTICE: Infra currently has a long backlog. Please be patient and where possible avoid rechecks while it catches up.12:05
*** os-chef-bot has joined #openstack-chef12:05
*** ovaistariq has joined #openstack-chef12:09
*** ovaistariq has quit IRC12:15
*** _jungh4ns has quit IRC13:16
openstackgerritJan Klare proposed openstack/cookbook-openstack-network: removed bridge creation from recipes and splittet recipes  https://review.openstack.org/28196513:24
*** _jungh4ns has joined #openstack-chef13:37
*** ekhugen has left #openstack-chef13:44
*** ovaistariq has joined #openstack-chef14:11
*** ovaistariq has quit IRC14:16
*** jmb_ has quit IRC14:22
*** jmb_ has joined #openstack-chef15:20
jklareheyho15:44
jklareanybody around for our meeting?15:44
openstackgerritChristoph Albers proposed openstack/openstack-chef-repo: Added horizon data bag  https://review.openstack.org/28612015:45
sc`morning15:46
jklarehey sc`15:47
*** ovaistariq has joined #openstack-chef15:49
j^2hey guys15:49
j^2looks like lollisoft got bit by the rcbops fork… :(15:50
j^2stupid google15:50
sc`search engine results for the cookbooks is kind of all over15:51
sc`some outdated and conflicting information out there, which adds to confusion15:51
sc`the obsolted/abandoned stuff isn't marked as such, so people don't know it's dead code15:52
calberso/15:52
j^2sad panda15:53
*** ovaistariq has quit IRC15:53
lollisoftj^2: I am here :-)15:54
j^2o/15:54
lollisoftActually I have much more success with https://github.com/openstack/cookbook-openstack-common.15:54
j^2yep, that’s the shared cookbook for openstack15:54
j^2rbcops is long dead15:54
sc`https://github.com/openstack/cookbook-openstack-object-storage15:55
j^2you’ll want to look at the https://github.com/openstack/openstack-chef-repo to see how everything fits together15:55
j^2honestly, if you can run with it, and get a working doc together, we’d love to have it merged into our example https://github.com/openstack/openstack-chef-repo15:55
j^2it’ll give you ATC too :D15:55
lollisoftOk, currently I am getting an encrypted data bag secret key, but it seems the wrong name (encrypted_data_bag_secret_key). That's my Vagrant chef configuration: chef.encrypted_data_bag_secret_key_path = '.chef/openstack_data_bag_secret'15:56
j^2lollisoft: https://github.com/openstack/openstack-chef-repo/blob/master/doc/databags.md#encrypted-data-bag-secret15:57
j^2sc`/jklare did we removed the bare-metal.md?15:58
j^2i can’t find it15:58
sc`looking15:58
sc`i don't see it either, in gerrit or older branches15:59
j^2ehhh?15:59
jklarej^2 you meant the one from the openstack-chef-repo?15:59
j^2yeah15:59
j^2aio-bare-metal.md or something16:00
jklarethat was removed during the refactoring16:00
jklaresince bare metal was not yet refactored16:00
sc`i see it in stable/liberty16:00
j^2we need that back, its crazy helpful16:00
j^2oohhh16:00
j^2ok16:00
j^2so it’s not verified with the changes16:00
j^2got it16:00
j^2^516:00
sc`yup16:00
jklareit will not work at all right now16:00
j^2makes sense16:00
j^2i’m with you now16:01
lollisoftI followed that documentation, mdified my knife.rb and created one key for the swift configuration. It is indeed stored at the chef server (checked with chef manage).16:01
* sc` flicks the light switch off and on16:01
sc`meeting time16:01
j^2yep16:01
lollisoftsecret "C:/Vagrant/chef-repo/encrypted_data_bag_secret"16:01
lollisoftNaming issue. I make a retry...16:03
*** nkrinner has quit IRC16:03
j^2markvan: didn’t you do aio builds on Windows? Maybe you can help him out here ^^^ ?16:04
markvanj^2: but now a have a shiny new mac...my win box is getting dusty16:05
j^2ha!16:05
j^2hey i saw “C:/“ and thought of you ;)16:06
lollisoftMy test failed again. Specifying secret"C:/Vagrant/chef-repo/openstack_data_bag_secret" in knife.rb and chef.encrypted_data_bag_secret_key_path = '.chef/openstack_data_bag_secret' in Vagrantfile did not work. The file is still named encrypted_data_bag_secret_key. Whats wondering me is, that this is a path?? Is there a similar config for chef.encrypted_data_bag_secret_key_name?16:25
j^2yeah i think it may be due to you running it on a windows host16:27
j^2that “.chef” is from your home directory on Mac and Linux16:27
j^2so you’ll want wherever your .chef directory is, that openstack_data_bag_secret file16:28
lollisoftI realiyed that as of reading the error message. Then changed to .chef and it gets uploaded. There is a chef.provisioning_path. Isn't that used on chef_client vs chef.encrypted_data_bag_secret_key_path on my Windows box?16:32
lollisoftI realized - not realiyed ... :-)16:33
j^2tbh, i don’t know, I’ve never used chef-provisioning on windows16:35
j^2i don’t want to give you wrong information16:36
*** PyroMani_ has joined #openstack-chef16:40
*** PyroMani has quit IRC16:46
lollisoftI propably could copy that file and get the desired name this way. I am just a newbie to chef and devops at all :-)16:49
lollisoftIt must be configuable - Look here: http://www.rubydoc.info/gems/vagrant-windows-hyperv/VagrantPlugins%2FVagrantHyperV%2FProvisioner%2FChefSolo%3Aencrypted_data_bag_secret_key_path16:56
*** ovaistariq has joined #openstack-chef17:05
*** ovaistariq has quit IRC17:09
*** openstackgerrit has quit IRC17:18
*** openstackgerrit has joined #openstack-chef17:18
*** lollisoft has quit IRC17:43
*** ovaistariq has joined #openstack-chef18:04
*** ovaistariq has quit IRC18:42
*** ovaistariq has joined #openstack-chef18:53
*** ovaistariq has quit IRC18:57
*** ovaistariq has joined #openstack-chef19:10
*** snipe has joined #openstack-chef19:22
*** ovaistariq has quit IRC19:48
*** ovaistariq has joined #openstack-chef19:50
*** ovaistariq has quit IRC20:22
*** ovaistariq has joined #openstack-chef20:26
*** ovaistariq has quit IRC20:26
*** chlong_ has joined #openstack-chef21:01
*** ovaistariq has joined #openstack-chef21:26
*** ovaistariq has quit IRC21:31
*** snipe has quit IRC22:02
*** jmb_ has quit IRC22:12
*** ovaistariq has joined #openstack-chef22:16
*** ovaistariq has quit IRC23:29
*** ovaistariq has joined #openstack-chef23:33
*** ovaistariq has quit IRC23:35
*** jmb_ has joined #openstack-chef23:36
*** ovaistariq has joined #openstack-chef23:39

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