| openstackgerrit | gengchc2 proposed openstack/os-client-config: Correct reraising of exception https://review.openstack.org/405917 | 05:21 |
|---|---|---|
| *** gouthamr has joined #openstack-shade | 05:43 | |
| *** gouthamr has quit IRC | 06:05 | |
| *** gouthamr has joined #openstack-shade | 06:23 | |
| *** openstackgerrit has quit IRC | 06:33 | |
| *** cdent has joined #openstack-shade | 11:00 | |
| *** jamesllondonlapt has joined #openstack-shade | 11:29 | |
| jamesllondonlapt | Does anyone have an example/tutorial of shade for ansible/openstack? | 11:29 |
| jamesllondonlapt | "Failed to list users (Inner Exception: Problem with auth parameters" (shade on VM and localconsole, ansible is working on console. This happens when i try to use 'os_user') | 11:31 |
| jamesllondonlapt | I tried /etc/openstack/clouds.yaml and ~/.config/openstack/clouds.yaml | 11:32 |
| jamesllondonlapt | I got ""auth": null,'. I suspect the 'clouds.yaml> {clouds: {openstack:{auth:{...}}}} might be wrong on the console. | 11:49 |
| *** cdent has quit IRC | 12:24 | |
| jamesllondonlapt | it looks like i have to specify the 'cloud: ' statement in the tasks section, which is referred to in the /etc/openstack/clouds.yaml | 13:15 |
| rcarrillocruz | jamesllondonlapt: are you familiar with devstack ? | 13:21 |
| rcarrillocruz | by default, it will create an /etc/openstack/clouds.yaml for use | 13:21 |
| jamesllondonlapt | rcarrillocruz: no, is it one of these 'run everytning in one box' things? | 13:21 |
| rcarrillocruz | and yeah, to use it in your tasks you need to pass 'cloud: devstack-admin' or whichever | 13:21 |
| rcarrillocruz | jamesllondonlapt: exactly | 13:21 |
| rcarrillocruz | basicly | 13:22 |
| jamesllondonlapt | i'm trying to get a playbook for an sizable cluster. | 13:22 |
| rcarrillocruz | create a VM | 13:22 |
| rcarrillocruz | git clone https://git.openstack.org/openstack-dev/devstack | 13:22 |
| rcarrillocruz | cd devstack | 13:22 |
| rcarrillocruz | ./stack.sh | 13:22 |
| rcarrillocruz | that will create a mini openstack | 13:22 |
| rcarrillocruz | which also will have the /etc/openstack/clouds.yaml i mentioned | 13:22 |
| jamesllondonlapt | i'm usign a terraform script to define controllernode+neutronnode+multiplenovas and get ansible to deploy to them | 13:23 |
| rcarrillocruz | so create the infrastructure with terraform, the actual deployment with https://github.com/openstack/openstack-ansible ? | 13:24 |
| jamesllondonlapt | .. i'm probably reinventing the wheel aren't i? | 13:25 |
| rcarrillocruz | it depends on what you are trying to achieve | 13:27 |
| rcarrillocruz | if you need a project to actually install openstack | 13:27 |
| rcarrillocruz | you can use openstack-ansible | 13:27 |
| rcarrillocruz | tripleo | 13:27 |
| rcarrillocruz | kolla | 13:27 |
| rcarrillocruz | ansible openstack modules will help you to create your cloud resources | 13:28 |
| rcarrillocruz | users, instances, projects, etc | 13:28 |
| jamesllondonlapt | it's partially taht - but also understaning it i guess. | 13:29 |
| *** cdent has joined #openstack-shade | 13:30 | |
| jamesllondonlapt | i'll have a look at kolla ans ooo | 13:32 |
| *** gouthamr_ has joined #openstack-shade | 14:48 | |
| *** gouthamr has quit IRC | 14:49 | |
| *** gouthamr_ has quit IRC | 16:37 | |
| *** gouthamr has joined #openstack-shade | 16:37 | |
| *** gouthamr has quit IRC | 16:41 | |
| *** gouthamr has joined #openstack-shade | 16:41 | |
| *** openstackgerrit has joined #openstack-shade | 17:22 | |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Replace Image Create/Delete v2 PUT with REST calls https://review.openstack.org/385189 | 17:22 |
| morgan | mordred: should we do the sync up today? | 17:32 |
| mordred | morgan: yes. although I'm driving to nola at the moment so internet is flaky | 17:32 |
| morgan | anytime is good | 17:32 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Replace Image Create/Delete v2 PUT with REST calls https://review.openstack.org/385189 | 17:32 |
| morgan | so, can wait until you're at nola | 17:32 |
| * mordred thnks that patch is going to be the good one | 17:33 | |
| morgan | mordred: i was looking at the first in that chain... the dsvm fail console is.... huge | 17:34 |
| morgan | it crashed my browser tab :( | 17:34 |
| morgan | ~20MB console | 17:35 |
| mordred | yah. we'll turn off the http_debug if it passes | 17:36 |
| mordred | logging every request is ... chatty | 17:36 |
| morgan | is this failing because of ksv3? | 17:37 |
| morgan | it is not finding RegionOne | 17:37 |
| morgan | in the catalog | 17:37 |
| morgan | btw. | 17:37 |
| morgan | looking at the error (or at least some of the errors) | 17:37 |
| morgan | or it was...nv m looks like it is ok at some point | 17:38 |
| morgan | Keystone catalog entry not found ({'service_name': None, 'service_type': 'network', 'region_name': 'RegionOne', 'interface': u'public'}) was what i was seeing | 17:39 |
| morgan | so network.. not regionone | 17:39 |
| mordred | yah - I think that needs a optimization | 17:42 |
| mordred | or there is one that's supposed to be there but is failing | 17:43 |
| mordred | it's making the check in the catalog for the network service _way_ too often rather than setting a flag once and being done with it | 17:43 |
| mordred | I mena, checking the catalog for it isn't costly - but it's annoying when it's logging the missing entry every time | 17:43 |
| *** gouthamr has quit IRC | 17:44 | |
| mordred | so either we should be setting a flag, or we should not be logging that information :) | 17:44 |
| *** gouthamr has joined #openstack-shade | 17:44 | |
| morgan | right | 17:50 |
| *** gouthamr_ has joined #openstack-shade | 18:16 | |
| *** gouthamr has quit IRC | 18:17 | |
| *** cdent has quit IRC | 18:24 | |
| *** jamesllondonlapt has quit IRC | 19:05 | |
| *** morgan has quit IRC | 19:34 | |
| *** TheJulia has quit IRC | 19:34 | |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Replace Image Create/Delete v2 PUT with REST calls https://review.openstack.org/385189 | 19:37 |
| mordred | THIS one will be good | 19:37 |
| *** gouthamr_ has quit IRC | 19:42 | |
| *** gouthamr has joined #openstack-shade | 19:44 | |
| *** TheJulia has joined #openstack-shade | 20:19 | |
| Shrews | i'm not looking until you're certain | 20:19 |
| Shrews | and then, only if proper payment has been received | 20:20 |
| clarkb | and welding goggles provided | 20:22 |
| *** morgan has joined #openstack-shade | 20:25 | |
| mordred | Shrews, clarkb: latest version works. however, we're pretty consistently failing nova-net functional tests on a timeout now | 20:42 |
| mordred | which makes me think something is broken with the devstack setup for that test | 20:42 |
| mordred | clarkb: do you happen to know if anythin gabout the devstack neutron-default change would have broken our nova-net config somehow? | 20:42 |
| mordred | sc68cal: ^^ (same question) | 20:42 |
| mordred | I'll investigate in a bit - but if either of you happen to just know, that would be much easier :) | 20:43 |
| openstackgerrit | Monty Taylor proposed openstack-infra/shade: Replace Image Create/Delete v2 PUT with REST calls https://review.openstack.org/385189 | 20:44 |
| mordred | that ^^ just removes extra debugging and updates the commit message | 20:44 |
| mordred | morgan: because my internet is flaky today, I jotted down some notes on RESTification and then pasted into etherpad: https://etherpad.openstack.org/p/the-path-to-shade-rest-calls | 20:48 |
| morgan | mordred: cool | 20:50 |
| morgan | my irc isalso very flakey | 20:51 |
| morgan | was just down for an hour | 20:51 |
| clarkb | mordred: iirc there was an announcement that only cells v1 + nova net would work at this point | 20:51 |
| clarkb | you may want to pin the cloud back to newton | 20:51 |
| mordred | clarkb: oh good | 20:55 |
| mordred | clarkb: that's by marking it BRANCH_OVERRIDE=stable/newton right? | 20:57 |
| clarkb | ya | 21:00 |
| *** gouthamr has quit IRC | 21:14 | |
| morgan | mordred: i shalll read and digest thatetherpad and get to work on the bits for it | 21:34 |
| morgan | mordred: thnx. | 21:34 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!