Thursday, 2016-03-17

*** chlong has joined #openstack-chef00:55
*** chlong has quit IRC01:18
*** ovaistariq has quit IRC01:24
*** chlong has joined #openstack-chef01:31
*** jmickle has quit IRC02:16
*** aspiers has quit IRC02:19
*** mrvinti has quit IRC02:19
*** alanmeadows has quit IRC02:19
*** fc__ has quit IRC02:19
*** aspiers has joined #openstack-chef02:25
*** mrvinti has joined #openstack-chef02:25
*** alanmeadows has joined #openstack-chef02:25
*** fc__ has joined #openstack-chef02:25
*** arunv707 has joined #openstack-chef02:53
arunv707Deploying openstack using chef for the first time02:54
*** aspiers has quit IRC03:02
j^2arunv707: check out the OpenStack-chef-repo first03:03
j^2Or the OpenStack-model-t03:03
arunv707downloaded https://github.com/openstack/openstack-chef-repo/03:04
arunv707I'm planning to deploy three controllers and more than 2 compute nodes.03:05
arunv707I hope I will be able to do this using openstack-chef-repo03:06
j^2Use the roles we have set up. And it'll take some work03:06
j^2Do you have chef experience?03:06
arunv707yes, a bit of chef experience.03:07
j^2And what version/release of OpenStack do you want to deploy?03:07
arunv707Liberty03:08
j^2Check out stable/liberty03:08
j^2Then set up03:08
j^2Just one contoller and compute node03:08
arunv707Asghar, I posted a msg last day and you're replied to that03:09
j^2Make sure you set up how you want then expand from there03:09
arunv707Thank god I'm on the right place03:09
j^2Ah my problem is I'm in the US, so it's like 11pm for me03:10
j^2You should ping jklare in a few hours03:10
arunv707Found and followed you on twitter :)03:10
j^2He's in Berlin03:10
arunv707Alright03:11
j^2But start small that's the best advice I can give you03:11
arunv707Sure, I will start and expand it as it goes03:11
j^2Building OpenStack with chef is a long term project, but extremely stable if you start small03:12
arunv707Yes, I'm just a newbie on chef and ruby, so it could go longer03:13
arunv707Like you said, I must start small :)03:13
j^2:)03:14
j^2Http://learn.chef.io is a great resource to help get a good foundation03:15
*** jmb_ has quit IRC03:16
sc`yup. get it right at a small scale, then worry about the scale problems03:16
sc`remember: you don't have a scale problem03:17
arunv707yes, let me see03:19
*** aspiers has joined #openstack-chef03:44
*** aspiers has quit IRC03:48
*** os-chef-bot has quit IRC04:06
*** os-chef-bot has joined #openstack-chef04:06
arunv707I have downloaded the openstack-chef-repo and I am trying to install the keystone service04:24
arunv707So I ran chef-client  -o recipe['openstack-identity'] from the node.04:25
arunv707it ran, but it showed Converging 0 resources04:25
arunv707any clue?04:26
sc`try one of the allinone roles first, then worry about splitting services out04:37
arunv707Oh, ok04:38
arunv707trying04:39
arunv707trying..04:39
sc`it's how i started my production deploy. got it working as an all-in-one, then slowly starting to break services out as need arises04:40
sc`as it turns out, all the controller services on a single node works well enough04:41
sc`of course, in a production deploy, compute is off on its own set of nodes04:41
arunv707So how did you split services?04:41
sc`build out new servers, migrate data, point apis at the new node04:43
sc`not something to worry about on a small scale04:43
*** aspiers has joined #openstack-chef04:48
*** ovaistariq has joined #openstack-chef05:47
*** ovaistar_ has joined #openstack-chef05:49
*** ovaistariq has quit IRC05:52
*** chlong has quit IRC06:08
*** chlong has joined #openstack-chef06:21
*** nkrinner has joined #openstack-chef06:53
*** shakamunyi has quit IRC07:18
*** shakamunyi has joined #openstack-chef07:24
*** ogny has joined #openstack-chef07:29
*** ogny has quit IRC07:29
*** ogny has joined #openstack-chef07:29
*** ovaistar_ has quit IRC07:37
*** chlong has quit IRC07:57
arunv707hi, I'm getting this no method error08:10
arunv707http://pastebin.com/PE6LgnvM08:11
arunv707any clue how to fix this...08:11
*** barra204 has joined #openstack-chef08:43
*** shakamunyi has quit IRC08:44
fricklerarunv707: there was a set of patches in master recently to fix that, because the way the apache2 cookbook works has changed. it's probably not trivial to backport them, though, because of all the refactoring that took place in the meantime09:35
arunv707So would you advise any manual fix?09:47
arunv707I have added default['apache']['listen_addresses'] = ['*']  and default['apache']['listen_ports'] = ['80'] in apache2/attributes/default.rb10:09
arunv707it works well now. but I am stuck at another error - could not find recipe openrc for cookbook openstack-identity10:09
*** ovaistariq has joined #openstack-chef10:38
*** ovaistariq has quit IRC10:43
*** chlong has joined #openstack-chef11:48
*** openstackgerrit has quit IRC11:48
*** openstackgerrit has joined #openstack-chef11:48
*** ovaistariq has joined #openstack-chef12:39
*** ovaistariq has quit IRC12:44
*** jmb_ has joined #openstack-chef13:14
*** jmb_ has quit IRC14:03
*** infra-red has joined #openstack-chef14:08
*** infra-red has quit IRC14:08
sc`if chef-client is saying it can't find that recipe, it sounds like your cookbooks weren't fully uploaded to the chef server you're pointing at14:35
*** ovaistariq has joined #openstack-chef14:40
*** ovaistariq has quit IRC14:45
*** jmb_ has joined #openstack-chef15:08
openstackgerritMerged openstack/openstack-chef-repo: Fix interface selection to be automatic  https://review.openstack.org/29333015:11
openstackgerritMerged openstack/openstack-chef-repo: Use "--no-color" option for chef-client run  https://review.openstack.org/29333315:19
openstackgerritMerged openstack/openstack-chef-repo: pin branch for openstack-cookbooks to stable/liberty in Berksfile  https://review.openstack.org/29331815:19
openstackgerritMerged openstack/openstack-chef-repo: set defaultbranch to stable/liberty in .gitreview  https://review.openstack.org/29331915:19
openstackgerritMerged openstack/openstack-chef-repo: No longer purge libvirt0  https://review.openstack.org/29332315:19
openstackgerritMerged openstack/openstack-chef-repo: Use "--no-color" option for chef-client run  https://review.openstack.org/29332615:19
openstackgerritMerged openstack/openstack-chef-repo: Revert "fix branch for openstack cookbooks to stable/liberty"  https://review.openstack.org/29329615:19
openstackgerritMerged openstack/openstack-chef-repo: Fix bootstrap.sh  https://review.openstack.org/29329015:19
*** nkrinner has quit IRC15:49
*** jmickle has joined #openstack-chef16:10
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-object-storage: Normalize error status checking for ext4  https://review.openstack.org/29292016:41
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-object-storage: Normalize error status checking for ext4  https://review.openstack.org/29292016:42
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-object-storage: Normalize error status checking for ext4  https://review.openstack.org/29415716:47
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-object-storage: Normalize error status checking for ext4  https://review.openstack.org/29416316:52
*** nkrinner has joined #openstack-chef16:53
*** ogny has quit IRC17:41
*** angelichorsey has joined #openstack-chef17:46
*** ovaistariq has joined #openstack-chef18:03
*** nkrinner has quit IRC18:24
*** jmb_ has quit IRC21:55
*** snipe has joined #openstack-chef21:55
*** jmickle has quit IRC22:31
*** jmb_ has joined #openstack-chef22:54
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-compute: Remove api-ec2 recipe  https://review.openstack.org/29432323:08
sc`not sure why the swift unit tests are failing23:08
openstackgerritSamuel Cassiba proposed openstack/openstack-chef-repo: Remove api-ec2 references  https://review.openstack.org/29432423:10
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-common: Bump RDO to March 15  https://review.openstack.org/29432623:17
*** wenchma has quit IRC23:31
*** wenchma has joined #openstack-chef23:36
openstackgerritSamuel Cassiba proposed openstack/cookbook-openstack-common: WIP testing centos integration  https://review.openstack.org/29192123:53

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