*** chlong has joined #openstack-chef | 00:55 | |
*** chlong has quit IRC | 01:18 | |
*** ovaistariq has quit IRC | 01:24 | |
*** chlong has joined #openstack-chef | 01:31 | |
*** jmickle has quit IRC | 02:16 | |
*** aspiers has quit IRC | 02:19 | |
*** mrvinti has quit IRC | 02:19 | |
*** alanmeadows has quit IRC | 02:19 | |
*** fc__ has quit IRC | 02:19 | |
*** aspiers has joined #openstack-chef | 02:25 | |
*** mrvinti has joined #openstack-chef | 02:25 | |
*** alanmeadows has joined #openstack-chef | 02:25 | |
*** fc__ has joined #openstack-chef | 02:25 | |
*** arunv707 has joined #openstack-chef | 02:53 | |
arunv707 | Deploying openstack using chef for the first time | 02:54 |
---|---|---|
*** aspiers has quit IRC | 03:02 | |
j^2 | arunv707: check out the OpenStack-chef-repo first | 03:03 |
j^2 | Or the OpenStack-model-t | 03:03 |
arunv707 | downloaded https://github.com/openstack/openstack-chef-repo/ | 03:04 |
arunv707 | I'm planning to deploy three controllers and more than 2 compute nodes. | 03:05 |
arunv707 | I hope I will be able to do this using openstack-chef-repo | 03:06 |
j^2 | Use the roles we have set up. And it'll take some work | 03:06 |
j^2 | Do you have chef experience? | 03:06 |
arunv707 | yes, a bit of chef experience. | 03:07 |
j^2 | And what version/release of OpenStack do you want to deploy? | 03:07 |
arunv707 | Liberty | 03:08 |
j^2 | Check out stable/liberty | 03:08 |
j^2 | Then set up | 03:08 |
j^2 | Just one contoller and compute node | 03:08 |
arunv707 | Asghar, I posted a msg last day and you're replied to that | 03:09 |
j^2 | Make sure you set up how you want then expand from there | 03:09 |
arunv707 | Thank god I'm on the right place | 03:09 |
j^2 | Ah my problem is I'm in the US, so it's like 11pm for me | 03:10 |
j^2 | You should ping jklare in a few hours | 03:10 |
arunv707 | Found and followed you on twitter :) | 03:10 |
j^2 | He's in Berlin | 03:10 |
arunv707 | Alright | 03:11 |
j^2 | But start small that's the best advice I can give you | 03:11 |
arunv707 | Sure, I will start and expand it as it goes | 03:11 |
j^2 | Building OpenStack with chef is a long term project, but extremely stable if you start small | 03:12 |
arunv707 | Yes, I'm just a newbie on chef and ruby, so it could go longer | 03:13 |
arunv707 | Like you said, I must start small :) | 03:13 |
j^2 | :) | 03:14 |
j^2 | Http://learn.chef.io is a great resource to help get a good foundation | 03:15 |
*** jmb_ has quit IRC | 03:16 | |
sc` | yup. get it right at a small scale, then worry about the scale problems | 03:16 |
sc` | remember: you don't have a scale problem | 03:17 |
arunv707 | yes, let me see | 03:19 |
*** aspiers has joined #openstack-chef | 03:44 | |
*** aspiers has quit IRC | 03:48 | |
*** os-chef-bot has quit IRC | 04:06 | |
*** os-chef-bot has joined #openstack-chef | 04:06 | |
arunv707 | I have downloaded the openstack-chef-repo and I am trying to install the keystone service | 04:24 |
arunv707 | So I ran chef-client -o recipe['openstack-identity'] from the node. | 04:25 |
arunv707 | it ran, but it showed Converging 0 resources | 04:25 |
arunv707 | any clue? | 04:26 |
sc` | try one of the allinone roles first, then worry about splitting services out | 04:37 |
arunv707 | Oh, ok | 04:38 |
arunv707 | trying | 04:39 |
arunv707 | trying.. | 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 arises | 04:40 |
sc` | as it turns out, all the controller services on a single node works well enough | 04:41 |
sc` | of course, in a production deploy, compute is off on its own set of nodes | 04:41 |
arunv707 | So how did you split services? | 04:41 |
sc` | build out new servers, migrate data, point apis at the new node | 04:43 |
sc` | not something to worry about on a small scale | 04:43 |
*** aspiers has joined #openstack-chef | 04:48 | |
*** ovaistariq has joined #openstack-chef | 05:47 | |
*** ovaistar_ has joined #openstack-chef | 05:49 | |
*** ovaistariq has quit IRC | 05:52 | |
*** chlong has quit IRC | 06:08 | |
*** chlong has joined #openstack-chef | 06:21 | |
*** nkrinner has joined #openstack-chef | 06:53 | |
*** shakamunyi has quit IRC | 07:18 | |
*** shakamunyi has joined #openstack-chef | 07:24 | |
*** ogny has joined #openstack-chef | 07:29 | |
*** ogny has quit IRC | 07:29 | |
*** ogny has joined #openstack-chef | 07:29 | |
*** ovaistar_ has quit IRC | 07:37 | |
*** chlong has quit IRC | 07:57 | |
arunv707 | hi, I'm getting this no method error | 08:10 |
arunv707 | http://pastebin.com/PE6LgnvM | 08:11 |
arunv707 | any clue how to fix this... | 08:11 |
*** barra204 has joined #openstack-chef | 08:43 | |
*** shakamunyi has quit IRC | 08:44 | |
frickler | arunv707: 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 meantime | 09:35 |
arunv707 | So would you advise any manual fix? | 09:47 |
arunv707 | I have added default['apache']['listen_addresses'] = ['*'] and default['apache']['listen_ports'] = ['80'] in apache2/attributes/default.rb | 10:09 |
arunv707 | it works well now. but I am stuck at another error - could not find recipe openrc for cookbook openstack-identity | 10:09 |
*** ovaistariq has joined #openstack-chef | 10:38 | |
*** ovaistariq has quit IRC | 10:43 | |
*** chlong has joined #openstack-chef | 11:48 | |
*** openstackgerrit has quit IRC | 11:48 | |
*** openstackgerrit has joined #openstack-chef | 11:48 | |
*** ovaistariq has joined #openstack-chef | 12:39 | |
*** ovaistariq has quit IRC | 12:44 | |
*** jmb_ has joined #openstack-chef | 13:14 | |
*** jmb_ has quit IRC | 14:03 | |
*** infra-red has joined #openstack-chef | 14:08 | |
*** infra-red has quit IRC | 14: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 at | 14:35 |
*** ovaistariq has joined #openstack-chef | 14:40 | |
*** ovaistariq has quit IRC | 14:45 | |
*** jmb_ has joined #openstack-chef | 15:08 | |
openstackgerrit | Merged openstack/openstack-chef-repo: Fix interface selection to be automatic https://review.openstack.org/293330 | 15:11 |
openstackgerrit | Merged openstack/openstack-chef-repo: Use "--no-color" option for chef-client run https://review.openstack.org/293333 | 15:19 |
openstackgerrit | Merged openstack/openstack-chef-repo: pin branch for openstack-cookbooks to stable/liberty in Berksfile https://review.openstack.org/293318 | 15:19 |
openstackgerrit | Merged openstack/openstack-chef-repo: set defaultbranch to stable/liberty in .gitreview https://review.openstack.org/293319 | 15:19 |
openstackgerrit | Merged openstack/openstack-chef-repo: No longer purge libvirt0 https://review.openstack.org/293323 | 15:19 |
openstackgerrit | Merged openstack/openstack-chef-repo: Use "--no-color" option for chef-client run https://review.openstack.org/293326 | 15:19 |
openstackgerrit | Merged openstack/openstack-chef-repo: Revert "fix branch for openstack cookbooks to stable/liberty" https://review.openstack.org/293296 | 15:19 |
openstackgerrit | Merged openstack/openstack-chef-repo: Fix bootstrap.sh https://review.openstack.org/293290 | 15:19 |
*** nkrinner has quit IRC | 15:49 | |
*** jmickle has joined #openstack-chef | 16:10 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-object-storage: Normalize error status checking for ext4 https://review.openstack.org/292920 | 16:41 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-object-storage: Normalize error status checking for ext4 https://review.openstack.org/292920 | 16:42 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-object-storage: Normalize error status checking for ext4 https://review.openstack.org/294157 | 16:47 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-object-storage: Normalize error status checking for ext4 https://review.openstack.org/294163 | 16:52 |
*** nkrinner has joined #openstack-chef | 16:53 | |
*** ogny has quit IRC | 17:41 | |
*** angelichorsey has joined #openstack-chef | 17:46 | |
*** ovaistariq has joined #openstack-chef | 18:03 | |
*** nkrinner has quit IRC | 18:24 | |
*** jmb_ has quit IRC | 21:55 | |
*** snipe has joined #openstack-chef | 21:55 | |
*** jmickle has quit IRC | 22:31 | |
*** jmb_ has joined #openstack-chef | 22:54 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-compute: Remove api-ec2 recipe https://review.openstack.org/294323 | 23:08 |
sc` | not sure why the swift unit tests are failing | 23:08 |
openstackgerrit | Samuel Cassiba proposed openstack/openstack-chef-repo: Remove api-ec2 references https://review.openstack.org/294324 | 23:10 |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-common: Bump RDO to March 15 https://review.openstack.org/294326 | 23:17 |
*** wenchma has quit IRC | 23:31 | |
*** wenchma has joined #openstack-chef | 23:36 | |
openstackgerrit | Samuel Cassiba proposed openstack/cookbook-openstack-common: WIP testing centos integration https://review.openstack.org/291921 | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!