*** os-chef-bot has quit IRC | 05:41 | |
chef_troy | scas: Thank you so much scas. I will write down the error here. I am not sure what openstack-dev is. If anyone could please tell me what openstack-dev is please let me know. | 07:15 |
---|---|---|
scas | chef_troy: a bit of clarity - if you're not using chef to manage openstack, you'll have better success on the chef community slack. this channel is for discussion for the development of the openstack chef cookbooks | 07:21 |
scas | chef_troy: if that's really where you need to be http://community-slack.chef.io/ will get you there, but it'll be pretty slow this time of day | 07:23 |
chef_troy | scas: that is exactly what I am currently trying to do. I am creating a cookbook that is onboarding chef into our legacy environment | 07:26 |
chef_troy | with the help of HPE helion Openstack | 07:26 |
chef_troy | but I will check out the slack channel too | 07:27 |
chef_troy | thank you for that resource. | 07:27 |
chef_troy | scas: I am fairly new to chef and right now I am getting an error when I run kitchen converge | 07:28 |
chef_troy | scas: I get Class: Kitchen::ActionFailed Message 1 action failed . Create failed on instance <default-centos-72>. Please see .kitchen/logs.default-centos-72.log for more details | 07:30 |
chef_troy | in the log file it tells me that "The resource could not be found.\", \"code\": 404, \"title\": \"Not Found\"}}" | 07:32 |
scas | chef_troy: your failure will be a bit up from there. providing more output would be needed to begin to tell what's going on | 07:32 |
chef_troy | scas: There are 4 errors before that ERROR -- default-centos-72: Create failed on instance <default-centos-72>/ Error -- defailt-centos-72 -----------Exception------------ Error -- default-centos-72: Class: Kitchen:: Action Failed | 07:36 |
scas | chef_troy: that's just test kitchen saying something went wrong. paste more output on somewhere like http://paste.openstack.org/ | 07:37 |
chef_troy | ERROR -- Default-centos-72: Message: Expected(200,204) <=> Actual(404 Not Found) | 07:37 |
scas | one line here and there can't tell me much, sorry | 07:37 |
scas | being you're new to chef, it's understandable. test kitchen does not give its secrets willingly | 07:38 |
chef_troy | sure thing | 07:39 |
chef_troy | will post there in a second | 07:39 |
chef_troy | paste.openstack.org/show/723069 | 07:41 |
chef_troy | thank you again scas. Also any tips on getting better at this stuff | 07:42 |
chef_troy | I am just a year old admin looking to get better at this to save my job | 07:42 |
scas | if i had to hazard a gut feeling, you're probably looking for the wrong endpoint | 07:42 |
scas | try changing your keystone endpoint to v3 instead of v2.0 | 07:43 |
chef_troy | where would I make that change | 07:44 |
chef_troy | .kitchen.local yml? | 07:44 |
scas | if that's where you're setting your endpoint, yes | 07:45 |
scas | it depends on your input. i don't have the insight into your specifics that you do, only what i see from what you showed me | 07:45 |
chef_troy | hmmm | 07:46 |
chef_troy | you make a good point | 07:46 |
scas | keystone v2 is deprecated and removed, and so it may throw a 404 if helion is running a relatively recent keystone | 07:46 |
chef_troy | I just changed the thing you said and the kitchen converge went up to creating volume | 07:47 |
scas | i would also use a newer centos version, as 7.2 is old stuff and swiss cheese | 07:47 |
chef_troy | haha you make a good point. | 07:48 |
scas | as far as getting better, the only way i've gotten better is by doing | 07:48 |
scas | you're already improving by seeking knowledge and applying it :) | 07:49 |
chef_troy | I do plan to do that a lot. | 07:50 |
chef_troy | we are currently doing a POC at work. | 07:50 |
chef_troy | between chef, puppet and ansible | 07:51 |
chef_troy | the reason we are eyeing chef is because of the financial gains and its ability to handle a lot of nodes | 07:51 |
chef_troy | or thats what the higher ups told me | 07:51 |
scas | for chef, i'd hop on the chef community slack and just kind of take things in. don't let a whole lot slip that might be too identifying and you'll be alright | 07:52 |
scas | it's a nice ecosystem because of its testing abilities, but it's not the easiest to develop for | 07:52 |
scas | but it does scale to datacenter scale | 07:53 |
chef_troy | that makes sense. I do not have much experience with either tool (Chef or openstack) but just got lucky and landed an entry level position of a linux admin here. | 07:55 |
scas | everyone starts at the bottom :) | 07:56 |
chef_troy | true. Do you work with chef regularly? | 07:57 |
scas | i do. i use it on a daily basis, and develop on cookbooks in the public | 07:58 |
chef_troy | that is pretty awesome. Could I ask you a question regarding kitchen please? | 07:58 |
scas | like what? | 07:59 |
chef_troy | what is exactly happening when I run the commands kitchen list, kitchen destroy, and kitchen converge. specifically kitchen converge. What files are accessed by the kitchen converge command when ran from the cookbook folder. | 08:00 |
scas | that's a fairly involved response. docs.chef.io has tons of background i couldn't even begin to get into | 08:01 |
scas | i need to get to bed. it's early and the cats are recognizing i'm still up | 08:02 |
chef_troy | got it. I did look at their kitchen page. Under converge they say "Use the converge subcommand to converge one (or more) instances" | 08:03 |
chef_troy | OO sure thing scas. | 08:03 |
chef_troy | Thank you so much for taking the time and talking to me. Pet your cats for me. Have a good night | 08:04 |
scas | check out #test-kitchen on the slack. it'll be relevant to your questions | 08:04 |
chef_troy | will do | 08:04 |
chef_troy | thank you | 08:04 |
scas | yw | 08:04 |
scas | night! | 08:04 |
chef_troy | scas: good night! | 08:05 |
*** chef_troy has quit IRC | 09:06 | |
*** Seb-Solon has joined #openstack-chef | 13:42 | |
*** os-chef-bot has joined #openstack-chef | 15:53 | |
*** chef_troy has joined #openstack-chef | 16:25 | |
scas | jklare: calbers: Ramereth: i've made some headway on reducing the identity endpoint down to just the public endpoint. currently, one tempest test is failing out of the default set of tests | 20:59 |
scas | the one failing tempest test was something unrelated: mariadb | 22:25 |
scas | since that seems to be working, i'll get the reviews up to merge it before cutting stable/queens, to keep with the install guide | 22:25 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!