| *** johefernan has joined #openstack | 00:00 | |
| *** rama_y has quit IRC | 00:00 | |
| *** poopcat has quit IRC | 00:01 | |
| *** poopcat has joined #openstack | 00:01 | |
| *** arch-nemesis has quit IRC | 00:05 | |
| *** jamesden_ has quit IRC | 00:07 | |
| *** dgurtner has quit IRC | 00:09 | |
| *** EricGonc_ has quit IRC | 00:09 | |
| *** ivar-lazzaro has quit IRC | 00:10 | |
| *** johnavp1989 has quit IRC | 00:11 | |
| *** EricGonczer_ has joined #openstack | 00:11 | |
| *** knangia has quit IRC | 00:12 | |
| *** vinaypotluri has quit IRC | 00:12 | |
| *** likevinyl has quit IRC | 00:13 | |
| *** acidrainfall has quit IRC | 00:15 | |
| *** baoli has quit IRC | 00:15 | |
| *** paw_ has quit IRC | 00:16 | |
| *** TinkerTyper has quit IRC | 00:16 | |
| *** TinkerTyper has joined #openstack | 00:17 | |
| *** donghao has joined #openstack | 00:19 | |
| *** pradk has joined #openstack | 00:19 | |
| *** pmathews_ has quit IRC | 00:19 | |
| *** achampion has joined #openstack | 00:20 | |
| *** markvoelker has joined #openstack | 00:22 | |
| *** schwicht has quit IRC | 00:23 | |
| *** johnavp1989 has joined #openstack | 00:26 | |
| *** markvoelker has quit IRC | 00:27 | |
| *** Guest92 has quit IRC | 00:31 | |
| *** eeeprom has quit IRC | 00:32 | |
| *** likevinyl has joined #openstack | 00:33 | |
| *** bazyar has joined #openstack | 00:36 | |
| bazyar | Hello openstackers! | 00:37 |
|---|---|---|
| bazyar | My team has a question for you: linux-bridge or ovs ? | 00:37 |
| *** thrash is now known as thrash|g0ne | 00:38 | |
| *** jdandrea has quit IRC | 00:41 | |
| *** ashw has joined #openstack | 00:41 | |
| *** VW has joined #openstack | 00:42 | |
| *** navidr has joined #openstack | 00:42 | |
| *** phalmos has joined #openstack | 00:42 | |
| Sam-I-Am | bazyar: depends what you're doing | 00:44 |
| bazyar | Hi Sam-I-Am | 00:44 |
| bazyar | our deployment is for a public cloud, vifs directly on public IP | 00:44 |
| *** thorst_ has joined #openstack | 00:44 | |
| Sam-I-Am | there's no good reason for conventional ovs at that point | 00:44 |
| bazyar | It's important for us to have a rackspace-style offering with rate-limited outbound traffic | 00:45 |
| Sam-I-Am | sticking with provider networks helps with the agent scaling issue | 00:45 |
| Sam-I-Am | if you do want ovs, you should look at networking-ovn | 00:46 |
| *** ashw has quit IRC | 00:46 | |
| Sam-I-Am | rather than the conventional ovs agent | 00:46 |
| *** tobias-fiberdata has quit IRC | 00:46 | |
| bazyar | should rate limiting work with linux-bridge? | 00:46 |
| *** tobias-fiberdata has joined #openstack | 00:46 | |
| *** VW has quit IRC | 00:47 | |
| *** dtrainor has quit IRC | 00:47 | |
| *** led_belly has quit IRC | 00:47 | |
| Sam-I-Am | i think it does, because it uses 'tc' last i looked | 00:48 |
| *** rfolco has quit IRC | 00:48 | |
| *** D4RKS1D3 has quit IRC | 00:48 | |
| bazyar | What would be the best place to look for live support for that? We've tried (unsuccessfully) to get that workin | 00:48 |
| Sam-I-Am | live support? | 00:49 |
| bazyar | to chat with folks who have done it :) | 00:49 |
| Sam-I-Am | in here, or on the openstack operator mailing list | 00:49 |
| Sam-I-Am | its after US work hours now, so things are a bit quiet in here. list might be more useful. | 00:50 |
| bazyar | Sure - we're in Denver. these channels are mostly US ? | 00:50 |
| Sam-I-Am | heh, i'm in denver too | 00:50 |
| *** Pavo has quit IRC | 00:51 | |
| bazyar | Cool! Do you do openstack for work? | 00:51 |
| *** rvd has joined #openstack | 00:51 | |
| Sam-I-Am | yeah | 00:51 |
| *** haleyb_ has joined #openstack | 00:51 | |
| *** anush has quit IRC | 00:52 | |
| *** anonymuse has quit IRC | 00:52 | |
| *** baoli has joined #openstack | 00:54 | |
| *** phalmos has quit IRC | 00:54 | |
| *** Guest92 has joined #openstack | 00:54 | |
| *** zul has joined #openstack | 00:55 | |
| bazyar | We saw a video that rackspace tried to deploy ovs a while back and ran into many problems and went a different direction. I think that was two years ago. | 00:55 |
| *** Guest92 has quit IRC | 00:55 | |
| Sam-I-Am | well, they still use ovs, but its not neutron | 00:55 |
| Sam-I-Am | they dont run all openstack services either. some of them are either in-house or highly modified, but the api is openstack. | 00:55 |
| bazyar | I see | 00:56 |
| *** Pavo has joined #openstack | 00:56 | |
| Sam-I-Am | truth is, there are not many pure openstack public clouds | 00:56 |
| bazyar | Why would you say that is? | 00:56 |
| Sam-I-Am | scaling issues | 00:56 |
| *** haleyb_ has quit IRC | 00:56 | |
| *** Hosam has quit IRC | 00:57 | |
| bazyar | Scaling issues like 100 servers, or like 10,000 servers? :) | 00:57 |
| *** Hosam has joined #openstack | 00:57 | |
| Sam-I-Am | its actually more of a function of instances and network components | 00:57 |
| Sam-I-Am | but the number of hosts factors in | 00:58 |
| Sam-I-Am | the big issues lately are the message queue and nova scheduler | 00:58 |
| Sam-I-Am | you can work around some of these issues by splitting your cloud up too. it doesnt need to be one huge thing. | 00:58 |
| bazyar | Sure | 00:58 |
| bazyar | OK I assume there have been some conversations about these topics, we'll apply some google-fu to it | 00:59 |
| *** phuongnh has joined #openstack | 01:00 | |
| Sam-I-Am | is this a new project for you? | 01:00 |
| bazyar | yes | 01:00 |
| bazyar | We've been a VMware shop for 5 years, and we are so done with that. | 01:01 |
| Sam-I-Am | yeah, there's lots of discussions on the openstack operators ML, but you should also keep in mind that operators historically run old releases of openstack | 01:01 |
| bazyar | Why do operators run old releases? | 01:01 |
| *** Hosam has quit IRC | 01:01 | |
| *** alaird has quit IRC | 01:02 | |
| *** dtrainor has joined #openstack | 01:02 | |
| Sam-I-Am | a number of reasons. they start a project based on version X, end up tweaking a bunch of stuff, then dont want to deal with upgrading it every 6 months... which is a fairly rapid release cycle for anything. | 01:02 |
| *** phileas has quit IRC | 01:03 | |
| bazyar | True that | 01:03 |
| *** sverrest has quit IRC | 01:03 | |
| Sam-I-Am | however, openstack has become a LOT more stable since those days, and running a few commits behind master for most services is a better idea... providing you have some ci/cd | 01:03 |
| Sam-I-Am | ci/cd is the key | 01:03 |
| bazyar | Right | 01:03 |
| *** raunak has quit IRC | 01:04 | |
| Sam-I-Am | one misconception about openstack... it may be free software, but it doesn't just print money | 01:04 |
| bazyar | ha! That's the nature of open source eh? | 01:04 |
| Sam-I-Am | it just changes the type of resources you throw at it and how you handle its issues | 01:04 |
| *** phileas has joined #openstack | 01:04 | |
| bazyar | Often you replace spending money with spending time | 01:04 |
| Sam-I-Am | you'd be surprised how many companies assume you can just magically deploy a scalable performant public cloud on stock openstack in 6 months | 01:05 |
| bazyar | we've been labbing it up for about 9-10 months at this point | 01:07 |
| bazyar | and starting to do the production version | 01:07 |
| Sam-I-Am | cool. so what have you figured out? | 01:07 |
| *** apahim_ has quit IRC | 01:08 | |
| *** zul has quit IRC | 01:08 | |
| bazyar | ceph for storage.. that was our first piece, actually, and seems to "Just Work" really well. | 01:08 |
| Sam-I-Am | it does | 01:08 |
| bazyar | we ended up going with all 10-G switches with Trill | 01:09 |
| Sam-I-Am | oh, man... i havent heard of trill in ages | 01:09 |
| *** kberger has joined #openstack | 01:09 | |
| bazyar | Do most just do layer 3 equal cost multipath ? | 01:10 |
| *** cooey has joined #openstack | 01:10 | |
| Sam-I-Am | most people still use L2 | 01:11 |
| Sam-I-Am | oddly | 01:11 |
| *** takashi has joined #openstack | 01:11 | |
| bazyar | Interesting | 01:11 |
| *** zul has joined #openstack | 01:12 | |
| Sam-I-Am | yeah | 01:12 |
| *** jkyle|work has quit IRC | 01:12 | |
| bazyar | now we're trying to figure out which networking module to go with | 01:12 |
| *** cdub has joined #openstack | 01:12 | |
| bazyar | we'd like to take advantage of DVR offered by ovs but are concerned whether ovs is mature and reliable | 01:13 |
| Sam-I-Am | yeah, dont do dvr | 01:13 |
| Sam-I-Am | the whole concept of floating ips is a mess | 01:13 |
| bazyar | It's not a trivial exercise | 01:13 |
| *** code-R has joined #openstack | 01:14 | |
| Sam-I-Am | well, i'd like to continue this conversation, but i need to find food. | 01:15 |
| *** raghusab has joined #openstack | 01:15 | |
| Sam-I-Am | and continue studying for my flight instructor exam :) | 01:15 |
| *** sverrest has joined #openstack | 01:15 | |
| *** hybridpollo has quit IRC | 01:15 | |
| bazyar | Sure thing! If you're open to it, maybe we could do beer and food some time | 01:15 |
| Sam-I-Am | you downtown? | 01:16 |
| bazyar | close to the ballpark | 01:16 |
| Sam-I-Am | oh i'm at 20th and chestnut | 01:16 |
| bazyar | I could throw a rock ;) | 01:17 |
| Sam-I-Am | scary | 01:17 |
| Sam-I-Am | small world | 01:17 |
| *** WonChon has joined #openstack | 01:17 | |
| bazyar | Alright, thanks for your time and chat later! | 01:17 |
| *** watanabe_isao has joined #openstack | 01:17 | |
| Sam-I-Am | yeah, i'll be around tomorrow | 01:18 |
| *** hybridpollo has joined #openstack | 01:20 | |
| *** rfolco has joined #openstack | 01:21 | |
| *** Guest73475 has quit IRC | 01:22 | |
| *** bobh has joined #openstack | 01:23 | |
| *** erkules has joined #openstack | 01:24 | |
| *** pmathews has joined #openstack | 01:26 | |
| *** erkules_ has quit IRC | 01:26 | |
| *** raghusab has quit IRC | 01:27 | |
| *** cdub has quit IRC | 01:28 | |
| *** mrjazzcat has joined #openstack | 01:29 | |
| *** jd has joined #openstack | 01:30 | |
| *** amontalban has joined #openstack | 01:30 | |
| *** jd is now known as Guest33958 | 01:30 | |
| *** suresh12 has quit IRC | 01:32 | |
| *** suresh12 has joined #openstack | 01:33 | |
| *** suresh12 has quit IRC | 01:33 | |
| *** code-R_ has joined #openstack | 01:33 | |
| haleyb | Sam-I-Am: don't bad mouth DVR, I'm always watching :) | 01:34 |
| *** smccarthy has joined #openstack | 01:35 | |
| bazyar | Hi Haley :) | 01:36 |
| *** amontalban has quit IRC | 01:36 | |
| *** code-R has quit IRC | 01:36 | |
| haleyb | bazyar: hi, matt probably didn't know i get notified when anyone uses the word 'dvr' as it's what i do around here :) | 01:38 |
| bazyar | lol | 01:38 |
| bazyar | Big Brother is Watching | 01:38 |
| *** cfh has quit IRC | 01:38 | |
| haleyb | yes he is | 01:39 |
| bazyar | So how do you feel about DVR's stability? | 01:39 |
| *** smccarthy has quit IRC | 01:40 | |
| *** nathwill has quit IRC | 01:41 | |
| *** lucendio has quit IRC | 01:42 | |
| haleyb | bazyar: i think the newton code is pretty solid, and we backport most fixes to mitaka (and liberty) stable branches, so they're close | 01:42 |
| bazyar | So what do you think are the pro's and con's of linux-bridge vs ovs ? | 01:43 |
| haleyb | i'll admit it is harder to debug things, but if you want to have scaling you need to avoid the network node when possible | 01:44 |
| *** fzdarsky_ has joined #openstack | 01:45 | |
| *** Guest33958 has quit IRC | 01:49 | |
| *** fzdarsky|afk has quit IRC | 01:49 | |
| haleyb | bazyar: well, you can't to dvr without ovs, so that's one pro, it's also the more widely-used L2 so sees more testing. Linux bridge is good too, and has been in the kernel forever, it all depends on what you're trying to do. | 01:50 |
| *** bobh has quit IRC | 01:50 | |
| *** smccarthy has joined #openstack | 01:51 | |
| bazyar | Is there a way that openstack can handle first-hop redudancy.. for instance, when an IP is setup on a particular compute node, to advertise that IP via a routing protocol to an upstream router? | 01:53 |
| *** bobh has joined #openstack | 01:53 | |
| haleyb | no, not at the moment, but there is bgp work underway on it | 01:54 |
| bazyar | That would be Hawt. | 01:54 |
| haleyb | right now it's just proxy arp | 01:54 |
| bazyar | What do you mean by proxy arp in this context? | 01:55 |
| bazyar | Also, does the equation change depending on the hypervisor; for instance, xen vs kvm. We want to use kvm. | 01:56 |
| haleyb | resolution of where a floating IP "lives" is done via proxy arp on the last-hop - i.e. upstream router will arp, neutron node will respond | 01:57 |
| bazyar | ok | 01:57 |
| haleyb | i only really use kvm so don't have much knowledge of how things might be different with xen, that's crossing-over into nova | 01:58 |
| bazyar | ok that's great. | 01:59 |
| *** inteq has joined #openstack | 01:59 | |
| *** aeperezt has joined #openstack | 02:00 | |
| *** Son_Goku has joined #openstack | 02:01 | |
| Sam-I-Am | haleyb: my biggest issue around dvr is the complexity that only addresses one scenario | 02:02 |
| Sam-I-Am | imo, floating ips are a bad design | 02:03 |
| *** code-R_ has quit IRC | 02:03 | |
| Sam-I-Am | plus, v6 breaks them :) | 02:03 |
| *** code-R has joined #openstack | 02:03 | |
| haleyb | there is no floating ipv6, so no problem :) | 02:03 |
| haleyb | Sam-I-Am: so floating ips on the compute nodes is bad? | 02:03 |
| *** Cybodog has quit IRC | 02:03 | |
| Sam-I-Am | its a layer 2 hack for a layer 3 problem | 02:04 |
| Sam-I-Am | it works on the principle of hiding stuff | 02:04 |
| *** suresh12 has joined #openstack | 02:04 | |
| Sam-I-Am | if you want public IPs on your instances, just attach them to a provider network | 02:05 |
| haleyb | Sam-I-Am: and DVR helps both north/south and east/west traffic - you don't want the network node involved in all that | 02:05 |
| *** suresh12 has quit IRC | 02:05 | |
| *** baoli has quit IRC | 02:05 | |
| bazyar | #popcorn | 02:05 |
| Sam-I-Am | bazyar: its all lively banter :) | 02:05 |
| Sam-I-Am | how you deploy networking depends on your use case | 02:06 |
| bazyar | It's all fun and games until someone gets DDOS'd | 02:06 |
| bazyar | in the eye. | 02:06 |
| haleyb | yes, and with a provider network you probably don't need dvr, but our customers aren't typically doing that | 02:06 |
| Sam-I-Am | if you started out with the concept of floating IPs, need to keep it, and want to add some level of high-availability, you choose something like dvr or vrrp | 02:06 |
| Sam-I-Am | if you're building a new cloud, i'd say avoid floating IPs | 02:07 |
| bazyar | We figure most of our VMs will be public-ip-on-provider-network, but we see a number of use cases for private networking | 02:07 |
| Sam-I-Am | there's private networking and self-service networking | 02:07 |
| Sam-I-Am | you can always toss a private ip range on a provider net | 02:07 |
| bazyar | ok... | 02:07 |
| Sam-I-Am | self-service lets your customers manage their own networks | 02:07 |
| bazyar | self-service, is that using vxlan ? | 02:08 |
| Sam-I-Am | it can use vlan, vxlan, gre, geneve... | 02:08 |
| haleyb | Sam-I-Am: if public IPs were a dime dozen we'd give every VM one, but we (HPE) own them all :) | 02:08 |
| bazyar | yeah, so we want to support self-service. Probably 5% of customers but the need is there. | 02:08 |
| Sam-I-Am | in that case, you'd need to figure out the potential use cases. if its simply for back-end connectivity among VMs, then there's no reason for layer 3 agents | 02:09 |
| Sam-I-Am | the only time you'd need a layer 3 agent is if those VMs on self-service networks need to reach other networks including provider nets | 02:10 |
| Sam-I-Am | or you can use service VMs for that | 02:10 |
| *** code-R_ has joined #openstack | 02:10 | |
| Sam-I-Am | haleyb: ip vee six :) | 02:11 |
| bazyar | We did the "Service VMs" approach in our vmware deployments | 02:11 |
| *** amotoki has joined #openstack | 02:12 | |
| * haleyb draws the line as service vms, although there are companies that love them | 02:12 | |
| bazyar | that approach has some limitations and issues - hairpinning between hosts of the cloud, pushes responsibility for redundancy to the application/customer | 02:12 |
| Sam-I-Am | its all about options | 02:13 |
| Sam-I-Am | they all suck, it just a matter of what flavor of suck you like :) | 02:13 |
| *** code-R has quit IRC | 02:14 | |
| *** cdub has joined #openstack | 02:14 | |
| *** johnmilton has quit IRC | 02:15 | |
| haleyb | Dalai Lama watch out, here comes Sam-I-Am | 02:16 |
| bazyar | we have some applications that are v4 direct public only that don't tolerate nat, some applications that are fine with nat, and some that need to be dual stack. | 02:16 |
| bazyar | and that's just our internal requirements, not counting any customer requirements. | 02:16 |
| Sam-I-Am | bazyar: btw, this isn't done yet... but if you're interested in reading abou the various network options - http://apps1-dfw.osdt.ionosphere80.com/networking-guide/deploy.html | 02:16 |
| Sam-I-Am | the not-updated version is on docs.openstack.org | 02:17 |
| Sam-I-Am | but i've been working on this update for about 2 months... hopefully its easier to understand/use | 02:17 |
| *** inteq has quit IRC | 02:17 | |
| Sam-I-Am | the dvr network flows aren't done yet, but the diagrams are correct | 02:17 |
| Sam-I-Am | this update uses v4 and v6, which is nice for seeing the differences | 02:18 |
| *** brahama has joined #openstack | 02:18 | |
| *** inteq has joined #openstack | 02:18 | |
| *** anonymuse has joined #openstack | 02:19 | |
| *** EricGonczer_ has quit IRC | 02:19 | |
| bazyar | found out by accident that if you stick a v6 gateway on a provider network's router, all the VMs attached to it happily grab a routable v6 address that they can then talk out of, but not be reachable by, because the default SGs don't know it exists. | 02:19 |
| Sam-I-Am | yeah, neutron thinks the vm has IP X but it gets Y from RA somewhere on the provider net | 02:20 |
| bazyar | yup | 02:20 |
| Sam-I-Am | i ran across that in my lab | 02:20 |
| bazyar | until you tell the provider network about the v6 subnet it doesn't impose egress restrictions on v6, and it probably should. | 02:21 |
| Sam-I-Am | dlundquist: ^ | 02:22 |
| *** Son_Goku has quit IRC | 02:22 | |
| Sam-I-Am | there are some quirks | 02:22 |
| Sam-I-Am | some of which may be fixed in a newer release than you're using | 02:23 |
| bazyar | we're using openstack-ansible to deploy newton rc2 | 02:23 |
| bazyar | bleeding edge | 02:23 |
| Sam-I-Am | ah, fun | 02:24 |
| Sam-I-Am | i was in the group that started that project | 02:24 |
| bazyar | wow | 02:25 |
| *** rfolco has quit IRC | 02:25 | |
| *** macjack has joined #openstack | 02:25 | |
| Sam-I-Am | i came up with how to make neutron work in containers | 02:25 |
| *** thorst_ has quit IRC | 02:25 | |
| Sam-I-Am | it was a fun night | 02:25 |
| bazyar | So you were involved in openstack-ansible ? or newton ? | 02:26 |
| *** thorst_ has joined #openstack | 02:26 | |
| Sam-I-Am | well, it was rpc in the beginning, then osad, then o-a | 02:26 |
| *** macjack has quit IRC | 02:26 | |
| Sam-I-Am | rpc became an implementation of o-a | 02:26 |
| bazyar | Gotcha. It's an impressive piece of work all around | 02:27 |
| bazyar | we can't imagine deploying this big beast by hand | 02:27 |
| Sam-I-Am | yeah, you definitely want to use a deployment tool, but at the same time you have to know what its doing | 02:27 |
| bazyar | Oh this is the C vs Java argument ;-) | 02:27 |
| bazyar | indeed, quite agree. | 02:28 |
| Sam-I-Am | a surprising number of people come in here having deployed openstack in prod without actually knowing how it works... and then it broke. | 02:28 |
| *** johnmilton has joined #openstack | 02:28 | |
| *** haleyb_ has joined #openstack | 02:28 | |
| bazyar | we like doing the learning curve before putting production stuff on it ;) | 02:28 |
| Sam-I-Am | and thats the reason the install guide exists. not for prod, but for instructional purposes. | 02:28 |
| *** geaaru has quit IRC | 02:29 | |
| Sam-I-Am | on that note, there's a number of people who deploy the install guide in prod | 02:30 |
| *** natarej_ has quit IRC | 02:30 | |
| *** spzala has joined #openstack | 02:31 | |
| *** natarej_ has joined #openstack | 02:31 | |
| *** ivar-lazzaro has joined #openstack | 02:31 | |
| *** thorst_ has quit IRC | 02:35 | |
| *** code-R has joined #openstack | 02:37 | |
| *** code-R_ has quit IRC | 02:37 | |
| *** kylek3h has quit IRC | 02:37 | |
| *** shibby has quit IRC | 02:38 | |
| *** haplo37_ has quit IRC | 02:39 | |
| bazyar | g'night and thanks for the chat! | 02:39 |
| *** kylek3h has joined #openstack | 02:39 | |
| Sam-I-Am | bazyar: aight. i'll be around tomorrow afternoon-ish. | 02:39 |
| Sam-I-Am | dont work too late | 02:40 |
| *** valw has joined #openstack | 02:40 | |
| *** haplo37_ has joined #openstack | 02:41 | |
| *** fredrik has joined #openstack | 02:41 | |
| *** tongli has quit IRC | 02:43 | |
| *** macjack has joined #openstack | 02:43 | |
| *** Trixboxer has quit IRC | 02:43 | |
| *** Zer0Byte__ has quit IRC | 02:43 | |
| *** fredrik has quit IRC | 02:45 | |
| *** cdub has quit IRC | 02:45 | |
| *** cdub has joined #openstack | 02:47 | |
| *** thorst_ has joined #openstack | 02:47 | |
| *** thorst_ has quit IRC | 02:47 | |
| *** thorst_ has joined #openstack | 02:48 | |
| *** acidrainfall has joined #openstack | 02:49 | |
| *** bobh has quit IRC | 02:50 | |
| *** Pavo has quit IRC | 02:51 | |
| *** Razique has joined #openstack | 02:51 | |
| *** BenderRodriguez has quit IRC | 02:52 | |
| *** thorst_ has quit IRC | 02:53 | |
| *** Pavo has joined #openstack | 02:55 | |
| *** ade_b has quit IRC | 02:58 | |
| *** cemason has joined #openstack | 03:02 | |
| *** cemason has joined #openstack | 03:02 | |
| *** cemason1 has quit IRC | 03:03 | |
| *** phschwartz has quit IRC | 03:03 | |
| *** mordred has quit IRC | 03:03 | |
| *** valw has quit IRC | 03:05 | |
| *** acidrainfall has quit IRC | 03:05 | |
| *** cdub has quit IRC | 03:06 | |
| *** phschwartz has joined #openstack | 03:06 | |
| *** mordred has joined #openstack | 03:06 | |
| *** cyborg-one has quit IRC | 03:10 | |
| *** watersoul has quit IRC | 03:12 | |
| *** yamahata has quit IRC | 03:12 | |
| *** watersoul has joined #openstack | 03:15 | |
| *** Razique has quit IRC | 03:16 | |
| *** smccarthy has quit IRC | 03:17 | |
| *** c003y has joined #openstack | 03:17 | |
| *** smccarthy has joined #openstack | 03:17 | |
| *** cooey has quit IRC | 03:18 | |
| *** daMaestro has joined #openstack | 03:19 | |
| *** Fenuks has joined #openstack | 03:20 | |
| *** bobh has joined #openstack | 03:23 | |
| *** mitz has quit IRC | 03:24 | |
| *** spzala has quit IRC | 03:28 | |
| *** mitz has joined #openstack | 03:29 | |
| *** VW has joined #openstack | 03:29 | |
| *** anonymuse has quit IRC | 03:30 | |
| *** knangia has joined #openstack | 03:32 | |
| *** tgehrke has joined #openstack | 03:33 | |
| *** amontalban has joined #openstack | 03:33 | |
| *** dtrainor has quit IRC | 03:33 | |
| *** Trixboxer has joined #openstack | 03:34 | |
| *** BenderRodriguez has joined #openstack | 03:37 | |
| *** ivar-laz_ has joined #openstack | 03:38 | |
| *** aeperezt has quit IRC | 03:38 | |
| *** ivar-la__ has joined #openstack | 03:38 | |
| *** krypto has joined #openstack | 03:39 | |
| *** amontalban has quit IRC | 03:39 | |
| *** vimal has joined #openstack | 03:39 | |
| *** EricGonczer_ has joined #openstack | 03:40 | |
| *** ivc_ has joined #openstack | 03:41 | |
| *** ivar-lazzaro has quit IRC | 03:41 | |
| *** ivc_ has quit IRC | 03:41 | |
| *** EricGonczer_ has quit IRC | 03:41 | |
| *** annegentle has quit IRC | 03:42 | |
| *** ivar-laz_ has quit IRC | 03:42 | |
| *** code-R has quit IRC | 03:43 | |
| *** ivc_ has joined #openstack | 03:46 | |
| *** WonChon has quit IRC | 03:47 | |
| *** links has joined #openstack | 03:47 | |
| *** macjack has quit IRC | 03:49 | |
| *** ivc_ has quit IRC | 03:49 | |
| *** thorst_ has joined #openstack | 03:51 | |
| *** two_oes has quit IRC | 03:52 | |
| *** code-R has joined #openstack | 03:52 | |
| *** code-R_ has joined #openstack | 03:53 | |
| *** LotharKAtt has joined #openstack | 03:54 | |
| *** rama_y has joined #openstack | 03:55 | |
| *** mrjazzcat has quit IRC | 03:55 | |
| *** bobh has quit IRC | 03:56 | |
| *** code-R has quit IRC | 03:57 | |
| *** thorst_ has quit IRC | 03:58 | |
| *** ZeroTresBR has joined #openstack | 04:00 | |
| *** tgehrke has quit IRC | 04:00 | |
| *** LotharKAtt has quit IRC | 04:02 | |
| *** JRobinson__ has quit IRC | 04:02 | |
| *** mtanino has quit IRC | 04:03 | |
| *** poopcat has quit IRC | 04:05 | |
| *** John341 has quit IRC | 04:06 | |
| *** haplo37 has quit IRC | 04:07 | |
| *** vimal has quit IRC | 04:08 | |
| *** tgehrke has joined #openstack | 04:09 | |
| *** tgehrke has quit IRC | 04:11 | |
| *** phalmos has joined #openstack | 04:11 | |
| *** g3ek has quit IRC | 04:11 | |
| *** tgehrke has joined #openstack | 04:12 | |
| *** g3ek has joined #openstack | 04:13 | |
| *** agireud has quit IRC | 04:16 | |
| *** haplo37 has joined #openstack | 04:17 | |
| *** zsais has quit IRC | 04:18 | |
| *** tgehrke has quit IRC | 04:19 | |
| *** tgehrke has joined #openstack | 04:19 | |
| *** side_control has quit IRC | 04:20 | |
| *** ivar-la__ has quit IRC | 04:21 | |
| *** ivar-lazzaro has joined #openstack | 04:22 | |
| *** ksobkowiak has quit IRC | 04:23 | |
| *** agireud has joined #openstack | 04:24 | |
| *** markvoelker has joined #openstack | 04:25 | |
| *** jkyle|work has joined #openstack | 04:27 | |
| *** zsais has joined #openstack | 04:29 | |
| *** markvoelker has quit IRC | 04:30 | |
| *** jkyle|work has quit IRC | 04:32 | |
| *** vimal has joined #openstack | 04:34 | |
| *** hybridpollo has quit IRC | 04:34 | |
| *** JRobinson__ has joined #openstack | 04:36 | |
| *** code-R has joined #openstack | 04:37 | |
| *** code-R_ has quit IRC | 04:37 | |
| *** VW has quit IRC | 04:38 | |
| *** achampion has quit IRC | 04:40 | |
| *** ZeroTresBR has quit IRC | 04:41 | |
| *** code-R_ has joined #openstack | 04:41 | |
| *** salv-orlando has joined #openstack | 04:41 | |
| *** achampion has joined #openstack | 04:41 | |
| *** code-R has quit IRC | 04:44 | |
| *** tgehrke has quit IRC | 04:45 | |
| *** liverpooler has quit IRC | 04:45 | |
| *** Son_Goku has joined #openstack | 04:46 | |
| *** salv-orlando has quit IRC | 04:46 | |
| *** WonChon has joined #openstack | 04:47 | |
| *** siddhi_ has joined #openstack | 04:48 | |
| *** Pavo has quit IRC | 04:51 | |
| *** psachin has joined #openstack | 04:51 | |
| *** siddhi has quit IRC | 04:51 | |
| *** bytesandbolts has quit IRC | 04:52 | |
| *** WonChon has quit IRC | 04:52 | |
| *** yamahata has joined #openstack | 04:52 | |
| *** thorst_ has joined #openstack | 04:55 | |
| *** bytesandbolts has joined #openstack | 04:55 | |
| *** Pavo has joined #openstack | 04:55 | |
| *** Jack_Iv has joined #openstack | 04:56 | |
| *** warlord77 has joined #openstack | 04:57 | |
| *** rdas has joined #openstack | 04:57 | |
| *** thorst_ has quit IRC | 05:02 | |
| *** WonChon has joined #openstack | 05:05 | |
| *** makowals has quit IRC | 05:05 | |
| *** smccarth_ has joined #openstack | 05:05 | |
| *** bjolo_ has joined #openstack | 05:06 | |
| *** code-R has joined #openstack | 05:07 | |
| *** code-R_ has quit IRC | 05:07 | |
| *** salv-orlando has joined #openstack | 05:07 | |
| *** smccarthy has quit IRC | 05:09 | |
| *** phalmos has quit IRC | 05:11 | |
| *** warlord77 has quit IRC | 05:11 | |
| *** snarwade has joined #openstack | 05:12 | |
| *** pbandark has joined #openstack | 05:12 | |
| *** code-R has quit IRC | 05:12 | |
| *** haplo37_ has quit IRC | 05:15 | |
| *** pravins has joined #openstack | 05:16 | |
| *** haplo37_ has joined #openstack | 05:17 | |
| *** tonythomas has joined #openstack | 05:18 | |
| *** prateek has joined #openstack | 05:21 | |
| *** stuh84 has joined #openstack | 05:21 | |
| *** jprovazn has joined #openstack | 05:25 | |
| *** LotharKAtt has joined #openstack | 05:26 | |
| *** admin0 has joined #openstack | 05:26 | |
| *** markvoelker has joined #openstack | 05:26 | |
| *** khushbu has joined #openstack | 05:27 | |
| *** janki has joined #openstack | 05:31 | |
| *** markvoelker has quit IRC | 05:31 | |
| *** whyz has quit IRC | 05:32 | |
| *** amontalban has joined #openstack | 05:35 | |
| *** whyz has joined #openstack | 05:37 | |
| *** Son_Goku has quit IRC | 05:37 | |
| *** ldeptula has joined #openstack | 05:38 | |
| *** khushbu has quit IRC | 05:38 | |
| *** John341 has joined #openstack | 05:39 | |
| *** mosulica has joined #openstack | 05:40 | |
| *** amontalban has quit IRC | 05:40 | |
| *** Yarboa has joined #openstack | 05:42 | |
| *** groen692 has joined #openstack | 05:43 | |
| *** mani_ has joined #openstack | 05:46 | |
| *** stuh84 has quit IRC | 05:46 | |
| *** Bhaskarakiran has joined #openstack | 05:47 | |
| *** LotharKAtt has quit IRC | 05:48 | |
| *** smccarth_ has quit IRC | 05:49 | |
| *** paw_away has joined #openstack | 05:49 | |
| *** brokency1le has joined #openstack | 05:51 | |
| *** surekha has joined #openstack | 05:51 | |
| *** mani_ has left #openstack | 05:51 | |
| *** knangia has quit IRC | 05:52 | |
| *** surekha has left #openstack | 05:52 | |
| *** adriant has quit IRC | 05:54 | |
| *** suresh12 has joined #openstack | 05:55 | |
| *** pravins has quit IRC | 05:55 | |
| *** metachr0n has quit IRC | 06:00 | |
| *** thorst_ has joined #openstack | 06:00 | |
| *** mkovarik has joined #openstack | 06:01 | |
| TobiSan | Sam-I-Am: i believe my dhcp problem is virtualbox networking related because it already provides a dhcp on 10.0.0.2? i guess. openstack attached another one on 10.0.0.100 | 06:01 |
| *** liverpooler has joined #openstack | 06:02 | |
| *** brokency1le has quit IRC | 06:02 | |
| *** BobH_ has quit IRC | 06:03 | |
| *** brokency1le has joined #openstack | 06:03 | |
| TobiSan | i read your comments on floating ips that its bad design possible breaks with ipv6 which i want do deploy too (dualstack) | 06:03 |
| TobiSan | but i definitely dont want to burn another ip for the dhcp on provider net. so i should stick to floating ips right? | 06:04 |
| *** nkrinner_afk is now known as nkrinner | 06:04 | |
| *** yuval has joined #openstack | 06:04 | |
| TobiSan | and figure out how dualstack can be done with floating ips | 06:05 |
| *** mkovarik has quit IRC | 06:07 | |
| *** thorst_ has quit IRC | 06:07 | |
| *** ivar-lazzaro has quit IRC | 06:07 | |
| *** liverpooler has quit IRC | 06:07 | |
| *** liverpooler has joined #openstack | 06:07 | |
| *** macjack has joined #openstack | 06:10 | |
| *** zsais has quit IRC | 06:10 | |
| *** crazyraven has joined #openstack | 06:12 | |
| *** code-R has joined #openstack | 06:14 | |
| *** rcernin has joined #openstack | 06:15 | |
| *** code-R_ has joined #openstack | 06:16 | |
| *** mkovarik has joined #openstack | 06:17 | |
| *** bluedusk has quit IRC | 06:17 | |
| *** iranzo has joined #openstack | 06:17 | |
| *** iranzo has quit IRC | 06:17 | |
| *** iranzo has joined #openstack | 06:17 | |
| *** xrl has quit IRC | 06:18 | |
| *** makowals has joined #openstack | 06:19 | |
| *** code-R has quit IRC | 06:19 | |
| *** rasca has joined #openstack | 06:20 | |
| *** bluedusk has joined #openstack | 06:21 | |
| *** mkolesni has joined #openstack | 06:21 | |
| *** xrl has joined #openstack | 06:22 | |
| *** lihi has joined #openstack | 06:23 | |
| *** e0ne has joined #openstack | 06:25 | |
| *** arecknag has joined #openstack | 06:26 | |
| *** Poornima has joined #openstack | 06:27 | |
| *** markvoelker has joined #openstack | 06:27 | |
| *** nmagnezi has joined #openstack | 06:28 | |
| *** mslazar has joined #openstack | 06:28 | |
| *** salv-orlando has quit IRC | 06:29 | |
| *** nmagnezi has quit IRC | 06:29 | |
| *** zsais has joined #openstack | 06:29 | |
| *** daMaestro has quit IRC | 06:29 | |
| *** markvoelker has quit IRC | 06:32 | |
| *** pnavarro has joined #openstack | 06:32 | |
| *** tatwaffe has quit IRC | 06:34 | |
| *** WonChon has quit IRC | 06:35 | |
| *** fredrik has joined #openstack | 06:36 | |
| *** salv-orlando has joined #openstack | 06:36 | |
| *** WonChon has joined #openstack | 06:38 | |
| *** VW has joined #openstack | 06:38 | |
| *** nstrug__ has joined #openstack | 06:39 | |
| *** pravins has joined #openstack | 06:40 | |
| *** salv-orlando has quit IRC | 06:41 | |
| *** zenoway has joined #openstack | 06:41 | |
| *** VW has quit IRC | 06:43 | |
| *** nstrug_ has quit IRC | 06:43 | |
| *** rama_y has quit IRC | 06:43 | |
| *** ronis has joined #openstack | 06:43 | |
| *** dgurtner has joined #openstack | 06:46 | |
| *** g3ek has quit IRC | 06:46 | |
| *** masco has joined #openstack | 06:46 | |
| *** masco has quit IRC | 06:47 | |
| *** masco has joined #openstack | 06:48 | |
| *** atpa8a has quit IRC | 06:48 | |
| *** tek__ has joined #openstack | 06:48 | |
| *** xrl has quit IRC | 06:48 | |
| *** bluedusk has quit IRC | 06:50 | |
| *** ogny has joined #openstack | 06:50 | |
| *** haplo37 has quit IRC | 06:51 | |
| *** Pavo has quit IRC | 06:51 | |
| *** haplo37 has joined #openstack | 06:51 | |
| *** brokency1le has quit IRC | 06:52 | |
| *** xrl has joined #openstack | 06:52 | |
| *** bluedusk has joined #openstack | 06:53 | |
| *** kickinz1 has joined #openstack | 06:54 | |
| *** nstrug_ has joined #openstack | 06:54 | |
| *** lserpietri has joined #openstack | 06:54 | |
| krypto | i have an issue where out of 5 vms running only 4 are coming up post reboot of compute node,any idea about this issue? | 06:54 |
| *** atpa8a has joined #openstack | 06:55 | |
| *** g3ek has joined #openstack | 06:55 | |
| *** rsimai_away is now known as rsimai | 06:56 | |
| *** Pavo has joined #openstack | 06:56 | |
| *** suresh12 has quit IRC | 06:57 | |
| *** nstrug has joined #openstack | 06:57 | |
| *** nstrug__ has quit IRC | 06:57 | |
| *** rchavik has joined #openstack | 06:58 | |
| *** lserpietri has quit IRC | 06:59 | |
| *** pravins has quit IRC | 07:00 | |
| *** nstrug_ has quit IRC | 07:00 | |
| *** rossella_s has joined #openstack | 07:01 | |
| *** pravins has joined #openstack | 07:01 | |
| *** code-R_ has quit IRC | 07:03 | |
| *** pravins has quit IRC | 07:05 | |
| *** thorst_ has joined #openstack | 07:05 | |
| *** puck has quit IRC | 07:06 | |
| *** Darcidride has joined #openstack | 07:06 | |
| *** ganesh has joined #openstack | 07:08 | |
| *** ganesh is now known as gkadam | 07:08 | |
| *** pravins has joined #openstack | 07:08 | |
| *** Darcidride has quit IRC | 07:09 | |
| *** abehl has joined #openstack | 07:09 | |
| *** ronis has quit IRC | 07:09 | |
| *** bytesandbolts has quit IRC | 07:09 | |
| *** amoralej|off is now known as amoralej | 07:10 | |
| *** tesseract- has joined #openstack | 07:11 | |
| *** Naeil has joined #openstack | 07:12 | |
| *** psachin has quit IRC | 07:12 | |
| *** thorst_ has quit IRC | 07:12 | |
| *** code-R has joined #openstack | 07:13 | |
| *** bytesandbolts has joined #openstack | 07:13 | |
| *** salv-orlando has joined #openstack | 07:14 | |
| *** puck`` has joined #openstack | 07:14 | |
| *** jidar_ has joined #openstack | 07:16 | |
| *** jidar has quit IRC | 07:16 | |
| *** watersoul has quit IRC | 07:17 | |
| *** jidar_ is now known as jidar | 07:17 | |
| *** psachin has joined #openstack | 07:17 | |
| admin0 | nova start/stop/reboot . virsh start , nova reboot etc to test ? | 07:18 |
| admin0 | sometimes i have seen that nova start does not work, but do virsh start, bring it up, then do nova reboot and that gets it all sorted out again | 07:18 |
| *** lserpietri has joined #openstack | 07:19 | |
| *** watersoul has joined #openstack | 07:21 | |
| *** aurimasm has joined #openstack | 07:21 | |
| *** curious_corn has joined #openstack | 07:21 | |
| *** rchavik has quit IRC | 07:23 | |
| *** jpena|off is now known as jpena | 07:23 | |
| *** e0ne has quit IRC | 07:24 | |
| *** kxseven has joined #openstack | 07:25 | |
| *** lbrune has joined #openstack | 07:26 | |
| *** brokency1le has joined #openstack | 07:26 | |
| *** rchavik has joined #openstack | 07:26 | |
| *** pcaruana has joined #openstack | 07:26 | |
| *** ash__ has joined #openstack | 07:27 | |
| *** gnalawad has joined #openstack | 07:27 | |
| *** toanju has joined #openstack | 07:27 | |
| *** code-R has quit IRC | 07:27 | |
| *** pearlus has joined #openstack | 07:27 | |
| *** Serlex has joined #openstack | 07:28 | |
| *** markvoelker has joined #openstack | 07:28 | |
| *** code-R has joined #openstack | 07:28 | |
| *** aurimasm has quit IRC | 07:28 | |
| *** brokency1le has quit IRC | 07:30 | |
| *** markvoelker has quit IRC | 07:32 | |
| *** code-R has quit IRC | 07:34 | |
| *** shardy_afk is now known as shardy | 07:34 | |
| *** amontalban has joined #openstack | 07:37 | |
| *** amontalban has quit IRC | 07:37 | |
| *** amontalban has joined #openstack | 07:37 | |
| *** jsheeren has joined #openstack | 07:38 | |
| *** puck`` has quit IRC | 07:39 | |
| *** bjolo_ has quit IRC | 07:42 | |
| *** amontalban has quit IRC | 07:42 | |
| *** geaaru has joined #openstack | 07:44 | |
| *** jpich has joined #openstack | 07:44 | |
| *** puck`` has joined #openstack | 07:45 | |
| *** nmagnezi has joined #openstack | 07:46 | |
| *** masco_ has joined #openstack | 07:48 | |
| *** smccarthy has joined #openstack | 07:50 | |
| *** JRobinson__ has quit IRC | 07:51 | |
| *** masco has quit IRC | 07:51 | |
| *** racedo has quit IRC | 07:53 | |
| *** tholiv has joined #openstack | 07:53 | |
| *** ash__ has quit IRC | 07:54 | |
| *** smccarthy has quit IRC | 07:54 | |
| *** salv-orl_ has joined #openstack | 07:56 | |
| *** racedo has joined #openstack | 07:57 | |
| *** curious_corn has quit IRC | 07:58 | |
| *** krypto has quit IRC | 07:58 | |
| *** salv-orlando has quit IRC | 07:58 | |
| *** kxseven has quit IRC | 07:59 | |
| *** hseipp has joined #openstack | 08:01 | |
| *** haplo37_ has quit IRC | 08:01 | |
| *** skazi has quit IRC | 08:03 | |
| *** haplo37_ has joined #openstack | 08:03 | |
| *** someara2 has quit IRC | 08:06 | |
| *** kxseven has joined #openstack | 08:06 | |
| *** qwertyco has joined #openstack | 08:10 | |
| *** thorst_ has joined #openstack | 08:10 | |
| *** qwertyco has quit IRC | 08:10 | |
| *** qwertyco has joined #openstack | 08:11 | |
| *** curious_corn has joined #openstack | 08:11 | |
| *** qwertyco has quit IRC | 08:12 | |
| *** qwertyco has joined #openstack | 08:12 | |
| *** code-R has joined #openstack | 08:12 | |
| *** code-R_ has joined #openstack | 08:13 | |
| *** krypto has joined #openstack | 08:13 | |
| *** qwertyco has quit IRC | 08:13 | |
| *** aurimasm has joined #openstack | 08:14 | |
| *** jdwald has quit IRC | 08:14 | |
| *** skazi has joined #openstack | 08:15 | |
| *** code-R has quit IRC | 08:17 | |
| *** thorst_ has quit IRC | 08:17 | |
| *** code-R_ has quit IRC | 08:18 | |
| *** someara2 has joined #openstack | 08:18 | |
| *** jed561 has quit IRC | 08:19 | |
| *** ronis has joined #openstack | 08:22 | |
| *** john-davidge has joined #openstack | 08:22 | |
| *** gnalawad has quit IRC | 08:22 | |
| *** sam-me has joined #openstack | 08:25 | |
| sam-me | hi | 08:26 |
| *** limao has joined #openstack | 08:26 | |
| *** dbecker has joined #openstack | 08:27 | |
| *** john-dav_ has joined #openstack | 08:28 | |
| *** john-davidge has quit IRC | 08:28 | |
| *** spzala has joined #openstack | 08:28 | |
| *** limao_ has joined #openstack | 08:29 | |
| *** macjack has quit IRC | 08:30 | |
| *** limao has quit IRC | 08:32 | |
| *** spzala has quit IRC | 08:33 | |
| *** fzdarsky_ is now known as fzdarsky | 08:34 | |
| *** pnavarro has quit IRC | 08:35 | |
| *** Poornima has quit IRC | 08:35 | |
| *** Matti_ has quit IRC | 08:35 | |
| *** gnalawad has joined #openstack | 08:35 | |
| *** dgurtner has quit IRC | 08:36 | |
| *** e0ne has joined #openstack | 08:37 | |
| *** snuffkin has joined #openstack | 08:37 | |
| *** pravins has quit IRC | 08:38 | |
| *** macjack has joined #openstack | 08:39 | |
| *** tek__ has quit IRC | 08:39 | |
| *** gnalawad has quit IRC | 08:39 | |
| *** yaume has joined #openstack | 08:40 | |
| *** pravins has joined #openstack | 08:41 | |
| *** jkyle|work has joined #openstack | 08:43 | |
| *** suresh12 has joined #openstack | 08:43 | |
| *** mkolesni_ has joined #openstack | 08:44 | |
| *** mkolesni has quit IRC | 08:44 | |
| *** curious_corn has quit IRC | 08:44 | |
| *** curious_corn has joined #openstack | 08:45 | |
| *** fredrik has quit IRC | 08:47 | |
| *** jkyle|work has quit IRC | 08:48 | |
| *** suresh12 has quit IRC | 08:48 | |
| *** masco__ has joined #openstack | 08:48 | |
| *** gnalawad has joined #openstack | 08:49 | |
| *** limao has joined #openstack | 08:50 | |
| *** MrDanDan has joined #openstack | 08:50 | |
| *** john-dav_ has quit IRC | 08:51 | |
| *** Pavo has quit IRC | 08:51 | |
| *** ade_b has joined #openstack | 08:52 | |
| *** masco_ has quit IRC | 08:52 | |
| *** limao_ has quit IRC | 08:52 | |
| *** bluedusk has quit IRC | 08:55 | |
| *** Pavo has joined #openstack | 08:56 | |
| *** Naeil has quit IRC | 08:56 | |
| *** mkolesni has joined #openstack | 08:57 | |
| *** mkolesni_ has quit IRC | 08:58 | |
| *** Naeil has joined #openstack | 09:00 | |
| *** shintaro has joined #openstack | 09:00 | |
| *** racedo has quit IRC | 09:01 | |
| *** bjolo_ has joined #openstack | 09:02 | |
| *** racedo has joined #openstack | 09:03 | |
| *** jdwald has joined #openstack | 09:04 | |
| *** racedo has quit IRC | 09:04 | |
| *** john-davidge has joined #openstack | 09:06 | |
| *** abehl has quit IRC | 09:06 | |
| *** dgurtner has joined #openstack | 09:10 | |
| *** gnalawad has quit IRC | 09:10 | |
| *** gnalawad has joined #openstack | 09:10 | |
| *** macjack has quit IRC | 09:10 | |
| *** limao_ has joined #openstack | 09:11 | |
| *** racedo has joined #openstack | 09:12 | |
| *** Jack_Iv has quit IRC | 09:14 | |
| *** Jack_Iv has joined #openstack | 09:14 | |
| *** limao has quit IRC | 09:14 | |
| *** thorst_ has joined #openstack | 09:14 | |
| *** rdas has quit IRC | 09:16 | |
| *** Poornima has joined #openstack | 09:16 | |
| *** Matti_ has joined #openstack | 09:18 | |
| *** crazyraven has quit IRC | 09:18 | |
| *** umbrualbert has joined #openstack | 09:19 | |
| *** gnalawad has quit IRC | 09:20 | |
| *** abehl has joined #openstack | 09:21 | |
| *** thorst_ has quit IRC | 09:22 | |
| *** gnalawad has joined #openstack | 09:22 | |
| *** zenoway has quit IRC | 09:22 | |
| umbrualbert | Hi All, I'm a complete beginner to Openstack and would like some comments on which systems/OS I should consider that wont cost me ANY money | 09:23 |
| admin0 | system = your own laptop, os = ubuntu :D | 09:23 |
| admin0 | both free | 09:23 |
| *** rdas has joined #openstack | 09:23 | |
| *** code-R has joined #openstack | 09:25 | |
| umbrualbert | @admin0 - Perfect,Thanks, any specific version of Ubuntu I should be considering specifically wanting to focus on NFV and having support for SR-IOV | 09:27 |
| *** zenoway has joined #openstack | 09:27 | |
| admin0 | SDN might cost you money, depending on what you want | 09:27 |
| *** rvd has quit IRC | 09:28 | |
| *** code-R_ has joined #openstack | 09:29 | |
| umbrualbert | strictly speaking - I think the SDN/NFV conversation is still some learning away from me, so starting with Ubuntu should be fine for now. I would like to focus on virtualising SBC's considering packet throughput and DDoS | 09:29 |
| *** snarwade has quit IRC | 09:29 | |
| *** gnalawad has quit IRC | 09:31 | |
| *** gnalawad has joined #openstack | 09:31 | |
| *** code-R has quit IRC | 09:32 | |
| *** limao_ has quit IRC | 09:32 | |
| *** tgehrke has joined #openstack | 09:33 | |
| *** tgehrke has quit IRC | 09:35 | |
| *** berendt has joined #openstack | 09:36 | |
| tumble | can anyone tell me what logic decides on which physical host my vm gets created? I remember my cloud was properly distributing the VMs in the past but now all VMs land on the same host, although its ressources are on the limit already | 09:36 |
| admin0 | ubuntu by itself will not give you nfv or sr-iov :) | 09:36 |
| *** limao has joined #openstack | 09:37 | |
| admin0 | tumble are you stacking ? | 09:37 |
| *** gszasz has joined #openstack | 09:37 | |
| admin0 | http://www.openstackfaq.com/openstack-stacking-vs-spreading/ | 09:37 |
| admin0 | well, you might not also have the necessary filters on | 09:37 |
| *** Poornima has quit IRC | 09:38 | |
| tumble | don't know yet what that means, let me read, thanks for the hint :) | 09:38 |
| *** amontalban has joined #openstack | 09:39 | |
| *** issac has joined #openstack | 09:41 | |
| *** bluedusk has joined #openstack | 09:41 | |
| *** issac has quit IRC | 09:42 | |
| *** snarwade has joined #openstack | 09:42 | |
| *** issac has joined #openstack | 09:43 | |
| tumble | hm interesting feature, commented out in my config though, so it must be something else | 09:43 |
| tumble | I got only 1 of 11 instances running on a different host and this one was created a month ago, something must have changed since then, I didn't update though | 09:44 |
| tumble | it's also not like I'm really experiencing performance problems on that one host | 09:45 |
| *** amontalban has quit IRC | 09:45 | |
| tumble | maybe for openstack it looks powerful enough yet, but my problem is that it's swapping already http://dpaste.com/1CNMY3S | 09:45 |
| admin0 | then check the nova scheduler logs on verbose mode | 09:45 |
| tumble | will look at that | 09:45 |
| admin0 | you can reserve more memory for the node | 09:45 |
| tumble | you mean I can tell it to leave some free for I/O cache? | 09:46 |
| *** masco_ has joined #openstack | 09:48 | |
| *** ddmitriev has quit IRC | 09:48 | |
| *** e0ne_ has joined #openstack | 09:49 | |
| *** aarefiev has quit IRC | 09:50 | |
| *** umbrualbert has left #openstack | 09:50 | |
| *** e0ne has quit IRC | 09:50 | |
| *** thorst_ has joined #openstack | 09:50 | |
| *** umbrualbert has joined #openstack | 09:51 | |
| *** salv-orl_ has quit IRC | 09:51 | |
| *** kickinz1 has quit IRC | 09:51 | |
| *** aarefiev has joined #openstack | 09:51 | |
| *** gildub has quit IRC | 09:51 | |
| admin0 | tumble: what is the value of reserved_host_memory_mb ? | 09:51 |
| admin0 | in nova.conf ? | 09:51 |
| *** masco__ has quit IRC | 09:52 | |
| tumble | reserved_host_memory_mb=512 | 09:52 |
| tumble | that looks little | 09:52 |
| *** kickinz1 has joined #openstack | 09:53 | |
| *** kickinz1 has joined #openstack | 09:53 | |
| tumble | especially since this node is controller and compute in one | 09:53 |
| *** limao has quit IRC | 09:54 | |
| *** limao has joined #openstack | 09:54 | |
| *** arxcruz is now known as acruz|lunch | 09:55 | |
| *** msimonin has joined #openstack | 09:56 | |
| *** thorst_ has quit IRC | 09:58 | |
| tumble | I wonder if I caused this scheduling behavior by increasing the RAM in "Defaults", I thought it would only increase the quota for all projects | 09:58 |
| *** Margarita_S has joined #openstack | 09:58 | |
| *** john-davidge has quit IRC | 09:59 | |
| *** shintaro has quit IRC | 10:00 | |
| tumble | https://s16.postimg.org/6l3o0z0xx/vm_distribution.png | 10:01 |
| tumble | that's how it currently looks | 10:01 |
| tumble | it actually sees the available RAM of the hosts correctly | 10:01 |
| TobiSan | i am searching a lightweight linux distribution for my openstack host. do you have any suggestions? | 10:02 |
| tumble | when I create a VM manually via web interface, the availability zone drop down is empty for me, is that normal? I have an availability zone called "internal" actually, maybe it uses some default like nova and that's why it won't use my hosts | 10:04 |
| *** SBT-Popov-IlV has joined #openstack | 10:05 | |
| *** SBT-Popov-IlV is now known as ipo | 10:06 | |
| *** gnalawad has quit IRC | 10:07 | |
| *** gnalawad has joined #openstack | 10:08 | |
| *** Matti_ has quit IRC | 10:10 | |
| *** c003y has quit IRC | 10:11 | |
| *** Serlex has quit IRC | 10:11 | |
| *** WonChon has quit IRC | 10:13 | |
| *** Son_Goku has joined #openstack | 10:14 | |
| *** snarwade has quit IRC | 10:15 | |
| *** limao_ has joined #openstack | 10:16 | |
| *** manlin_ has joined #openstack | 10:17 | |
| *** Cyberg has joined #openstack | 10:17 | |
| *** snarwade has joined #openstack | 10:18 | |
| *** Cyberg has quit IRC | 10:19 | |
| *** limao has quit IRC | 10:20 | |
| *** sam-me has quit IRC | 10:21 | |
| *** salv-orlando has joined #openstack | 10:23 | |
| *** code-R_ has quit IRC | 10:24 | |
| *** code-R has joined #openstack | 10:24 | |
| *** dgurtner has quit IRC | 10:24 | |
| *** Son_Goku has quit IRC | 10:24 | |
| tumble | obviously my cloud thinks my other compute nodes have no disk space, guess that's why it doesn't schedule for them | 10:28 |
| *** zenoway has quit IRC | 10:29 | |
| *** thrash|g0ne is now known as thrash | 10:29 | |
| *** rvd has joined #openstack | 10:30 | |
| *** zenoway has joined #openstack | 10:31 | |
| *** umbrualbert has quit IRC | 10:33 | |
| *** rvd has quit IRC | 10:36 | |
| *** siddhi_ has quit IRC | 10:36 | |
| *** cooey has joined #openstack | 10:36 | |
| *** limao_ has quit IRC | 10:36 | |
| *** limao has joined #openstack | 10:37 | |
| *** curious_corn has quit IRC | 10:39 | |
| *** khaleel has joined #openstack | 10:40 | |
| *** pearlus has quit IRC | 10:41 | |
| khaleel | Hello i need documentation to install Openstack on 3node, appreciate if you could send me some docs on khaleel@rhca.in | 10:42 |
| *** issac has quit IRC | 10:44 | |
| *** masco__ has joined #openstack | 10:49 | |
| *** Pavo has quit IRC | 10:51 | |
| *** pearlus has joined #openstack | 10:52 | |
| *** slaweq has quit IRC | 10:52 | |
| *** masco_ has quit IRC | 10:53 | |
| *** slaweq has joined #openstack | 10:53 | |
| *** pjm6 has quit IRC | 10:54 | |
| *** khaleel has quit IRC | 10:54 | |
| *** pjm6 has joined #openstack | 10:54 | |
| *** thorst_ has joined #openstack | 10:54 | |
| *** krypto has quit IRC | 10:55 | |
| *** acruz|lunch is now known as arxcruz | 10:56 | |
| *** Pavo has joined #openstack | 10:56 | |
| *** GenteelBen has joined #openstack | 10:56 | |
| *** Serlex has joined #openstack | 10:57 | |
| *** limao has quit IRC | 10:58 | |
| *** limao has joined #openstack | 10:58 | |
| *** shardy is now known as shardy_lunch | 11:01 | |
| *** curious_corn has joined #openstack | 11:01 | |
| *** clopez has quit IRC | 11:01 | |
| *** k4n0 has joined #openstack | 11:01 | |
| *** Bhaskarakiran has quit IRC | 11:02 | |
| *** thorst_ has quit IRC | 11:02 | |
| *** miltonm has quit IRC | 11:03 | |
| *** M-shine has joined #openstack | 11:03 | |
| *** tatwaffe has joined #openstack | 11:05 | |
| *** clopez has joined #openstack | 11:05 | |
| *** jsheeren has quit IRC | 11:05 | |
| *** siddhi has joined #openstack | 11:06 | |
| *** chaithanya has joined #openstack | 11:06 | |
| *** rtheis has joined #openstack | 11:08 | |
| *** chaithanya_ has joined #openstack | 11:08 | |
| edi | smone around? | 11:09 |
| chaithanya_ | Hey, I am a newbie. Could you give me some pointers as to where I can find bugs for beginners? | 11:09 |
| edi | a pro preferably | 11:09 |
| edi | :) | 11:09 |
| *** gnalawad has quit IRC | 11:09 | |
| *** jsheeren has joined #openstack | 11:09 | |
| edi | still have a portbinding issue | 11:09 |
| *** chaithanya has quit IRC | 11:09 | |
| edi | when spawning an instance | 11:09 |
| edi | in OS mitaka | 11:10 |
| *** gnalawad has joined #openstack | 11:10 | |
| *** Margarita_S has quit IRC | 11:10 | |
| *** code-R has quit IRC | 11:13 | |
| *** ade_b has quit IRC | 11:13 | |
| *** ade_b has joined #openstack | 11:13 | |
| *** WonChon has joined #openstack | 11:13 | |
| *** jpena is now known as jpena|lunch | 11:14 | |
| *** synegy34 has joined #openstack | 11:15 | |
| *** tries_ has quit IRC | 11:15 | |
| *** bvanhav has joined #openstack | 11:16 | |
| *** Son_Goku has joined #openstack | 11:17 | |
| *** WonChon has quit IRC | 11:18 | |
| *** gatekeep has quit IRC | 11:18 | |
| *** limao has quit IRC | 11:19 | |
| *** limao has joined #openstack | 11:19 | |
| *** msimonin has quit IRC | 11:20 | |
| *** someara2_ has joined #openstack | 11:23 | |
| *** someara2 has quit IRC | 11:23 | |
| *** watanabe_isao has quit IRC | 11:26 | |
| *** code-R has joined #openstack | 11:26 | |
| *** tries_ has joined #openstack | 11:26 | |
| *** amontalban has joined #openstack | 11:29 | |
| *** msimonin has joined #openstack | 11:29 | |
| *** shardy_lunch is now known as shardy | 11:31 | |
| *** baoli has joined #openstack | 11:31 | |
| *** bytesandbolts has quit IRC | 11:32 | |
| *** code-R has quit IRC | 11:32 | |
| *** Son_Goku has quit IRC | 11:33 | |
| *** retreved has joined #openstack | 11:33 | |
| *** spzala has joined #openstack | 11:33 | |
| *** nkrinner has quit IRC | 11:34 | |
| *** tholiv has quit IRC | 11:34 | |
| *** bytesandbolts has joined #openstack | 11:34 | |
| *** tholiv has joined #openstack | 11:34 | |
| *** tholiv has quit IRC | 11:36 | |
| *** brainerd has joined #openstack | 11:36 | |
| *** tholiv has joined #openstack | 11:36 | |
| *** phuongnh has quit IRC | 11:37 | |
| *** dgurtner has joined #openstack | 11:37 | |
| *** dgurtner has quit IRC | 11:37 | |
| *** dgurtner has joined #openstack | 11:37 | |
| *** spzala has quit IRC | 11:37 | |
| *** siddhi has quit IRC | 11:38 | |
| *** siddhi has joined #openstack | 11:39 | |
| *** retreved_ has joined #openstack | 11:40 | |
| *** limao has quit IRC | 11:40 | |
| *** limao has joined #openstack | 11:41 | |
| *** johnmilton has quit IRC | 11:42 | |
| *** lucendio has joined #openstack | 11:43 | |
| *** retreved has quit IRC | 11:44 | |
| *** warlord77 has joined #openstack | 11:45 | |
| *** thorst_ has joined #openstack | 11:45 | |
| *** nkrinner has joined #openstack | 11:46 | |
| *** miltonm has joined #openstack | 11:46 | |
| *** termie has joined #openstack | 11:47 | |
| *** Son_Goku has joined #openstack | 11:47 | |
| *** tpsilva has joined #openstack | 11:48 | |
| *** racedo has quit IRC | 11:49 | |
| *** masco_ has joined #openstack | 11:50 | |
| *** smccarthy has joined #openstack | 11:50 | |
| *** retreved_ has quit IRC | 11:50 | |
| *** retreved has joined #openstack | 11:51 | |
| *** tatwaffe has quit IRC | 11:51 | |
| *** tatwaffe has joined #openstack | 11:53 | |
| *** masco__ has quit IRC | 11:54 | |
| *** smccarthy has quit IRC | 11:54 | |
| *** apahim has quit IRC | 11:54 | |
| *** racedo has joined #openstack | 11:55 | |
| *** apahim has joined #openstack | 11:55 | |
| *** rfolco has joined #openstack | 11:55 | |
| *** EricGonczer_ has joined #openstack | 11:56 | |
| *** Japje has quit IRC | 11:56 | |
| *** Poornima has joined #openstack | 11:57 | |
| *** Margarita_S has joined #openstack | 11:58 | |
| *** Japje has joined #openstack | 11:59 | |
| *** aurimasm_ has joined #openstack | 12:00 | |
| *** thorst__ has joined #openstack | 12:00 | |
| *** limao has quit IRC | 12:01 | |
| *** limao has joined #openstack | 12:02 | |
| *** prateek has quit IRC | 12:02 | |
| *** aurimasm_ has quit IRC | 12:03 | |
| *** aurimasm_ has joined #openstack | 12:03 | |
| *** valw has joined #openstack | 12:04 | |
| *** thorst_ has quit IRC | 12:04 | |
| *** ade_b has quit IRC | 12:04 | |
| *** aurimasm has quit IRC | 12:04 | |
| *** thorst__ has quit IRC | 12:05 | |
| *** aurimasm has joined #openstack | 12:05 | |
| *** thorst_ has joined #openstack | 12:06 | |
| *** jdwald has quit IRC | 12:06 | |
| *** ade_b has joined #openstack | 12:06 | |
| *** limao has quit IRC | 12:07 | |
| *** thorst__ has joined #openstack | 12:07 | |
| *** limao has joined #openstack | 12:07 | |
| *** aurimasm_ has quit IRC | 12:08 | |
| *** johnmilton has joined #openstack | 12:09 | |
| *** thorst_ has quit IRC | 12:11 | |
| *** jpena|lunch is now known as jpena | 12:11 | |
| *** pravins has quit IRC | 12:12 | |
| *** thorst__ has quit IRC | 12:12 | |
| *** thorst_ has joined #openstack | 12:13 | |
| *** inteq has quit IRC | 12:13 | |
| *** limao_ has joined #openstack | 12:13 | |
| *** thorst__ has joined #openstack | 12:14 | |
| *** limao has quit IRC | 12:16 | |
| *** joeg has joined #openstack | 12:16 | |
| *** warlord77 has quit IRC | 12:16 | |
| *** thorst_ has quit IRC | 12:17 | |
| *** thorst__ has quit IRC | 12:19 | |
| *** PhilA has joined #openstack | 12:19 | |
| *** jdwald has joined #openstack | 12:20 | |
| *** schwicht has joined #openstack | 12:20 | |
| *** prateek has joined #openstack | 12:21 | |
| *** valw has quit IRC | 12:24 | |
| *** salv-orlando has quit IRC | 12:24 | |
| *** pravins has joined #openstack | 12:25 | |
| *** omnipresent has joined #openstack | 12:27 | |
| *** zenoway has quit IRC | 12:27 | |
| *** achampion has quit IRC | 12:29 | |
| *** warlord77 has joined #openstack | 12:30 | |
| *** lbrune1 has joined #openstack | 12:30 | |
| *** markvoelker has joined #openstack | 12:31 | |
| *** WonChon has joined #openstack | 12:32 | |
| *** pravins has quit IRC | 12:32 | |
| *** lbrune has quit IRC | 12:33 | |
| *** valw has joined #openstack | 12:33 | |
| *** EricGonc_ has joined #openstack | 12:33 | |
| *** limao_ has quit IRC | 12:33 | |
| *** limao has joined #openstack | 12:34 | |
| *** code-R has joined #openstack | 12:34 | |
| *** warlord77 has quit IRC | 12:34 | |
| *** LotharKAtt has joined #openstack | 12:34 | |
| *** achampion has joined #openstack | 12:34 | |
| *** bytesandbolts has quit IRC | 12:34 | |
| *** EricGonczer_ has quit IRC | 12:35 | |
| *** WonChon has quit IRC | 12:37 | |
| *** bluedusk has quit IRC | 12:37 | |
| *** Yarboa has quit IRC | 12:37 | |
| *** xrl has quit IRC | 12:38 | |
| *** chaithanya_ has quit IRC | 12:38 | |
| *** fguillot has joined #openstack | 12:38 | |
| *** bytesandbolts has joined #openstack | 12:38 | |
| *** ivc_ has joined #openstack | 12:40 | |
| *** bluedusk has joined #openstack | 12:40 | |
| *** woodard has joined #openstack | 12:41 | |
| *** chaithanya_ has joined #openstack | 12:42 | |
| *** omnipresent has quit IRC | 12:42 | |
| *** LotharKAtt has quit IRC | 12:42 | |
| *** jcarter2 has joined #openstack | 12:42 | |
| *** zenoway has joined #openstack | 12:42 | |
| *** eroussel has joined #openstack | 12:43 | |
| *** jcarter2 has quit IRC | 12:43 | |
| *** woodard has quit IRC | 12:43 | |
| *** jcarter2 has joined #openstack | 12:44 | |
| *** woodard has joined #openstack | 12:44 | |
| *** anush has joined #openstack | 12:46 | |
| *** Cybodog has joined #openstack | 12:47 | |
| *** zenoway has quit IRC | 12:47 | |
| *** side_control has joined #openstack | 12:47 | |
| *** xrl has joined #openstack | 12:47 | |
| *** morazi has joined #openstack | 12:48 | |
| *** achampion has quit IRC | 12:49 | |
| *** code-R_ has joined #openstack | 12:49 | |
| *** links has quit IRC | 12:50 | |
| *** masco__ has joined #openstack | 12:50 | |
| *** Pavo has quit IRC | 12:51 | |
| *** zenoway has joined #openstack | 12:51 | |
| *** anonymuse has joined #openstack | 12:52 | |
| *** zenoway has quit IRC | 12:52 | |
| *** pcregut has quit IRC | 12:52 | |
| *** zenoway has joined #openstack | 12:52 | |
| *** code-R has quit IRC | 12:53 | |
| *** cyborg-one has joined #openstack | 12:53 | |
| *** masco_ has quit IRC | 12:54 | |
| *** limao has quit IRC | 12:54 | |
| *** morazi has quit IRC | 12:54 | |
| *** limao has joined #openstack | 12:55 | |
| *** Pavo has joined #openstack | 12:55 | |
| *** liverpooler has quit IRC | 12:56 | |
| *** anush has quit IRC | 12:56 | |
| *** Sihirli_Parmak has joined #openstack | 12:56 | |
| *** Sihirli_Parmak has quit IRC | 12:56 | |
| *** john-davidge has joined #openstack | 12:56 | |
| *** Sihirli_Parmak has joined #openstack | 12:57 | |
| *** jcarter2 has quit IRC | 12:57 | |
| *** zenoway has quit IRC | 12:57 | |
| *** burgerk has joined #openstack | 12:57 | |
| *** Poornima has quit IRC | 12:58 | |
| *** anonymuse has quit IRC | 12:59 | |
| *** spzala has joined #openstack | 12:59 | |
| *** jtomasek_ has joined #openstack | 13:00 | |
| *** MillerBoss has quit IRC | 13:00 | |
| *** lborda has joined #openstack | 13:00 | |
| *** mohankumar has quit IRC | 13:01 | |
| *** aurimasm has quit IRC | 13:01 | |
| *** aurimasm has joined #openstack | 13:01 | |
| *** jheroux has joined #openstack | 13:02 | |
| *** thorst_ has joined #openstack | 13:02 | |
| *** hseipp has quit IRC | 13:03 | |
| *** ayoung has joined #openstack | 13:04 | |
| *** cemason has quit IRC | 13:05 | |
| *** MillerBoss has joined #openstack | 13:05 | |
| *** namnh has joined #openstack | 13:05 | |
| *** links has joined #openstack | 13:06 | |
| *** cemason has joined #openstack | 13:06 | |
| *** vishwanathj has joined #openstack | 13:07 | |
| *** morazi has joined #openstack | 13:08 | |
| *** Poornima has joined #openstack | 13:08 | |
| *** mkolesni has quit IRC | 13:09 | |
| *** zsais has quit IRC | 13:10 | |
| *** panda is now known as panda|afk | 13:10 | |
| *** agireud has quit IRC | 13:10 | |
| *** tongli has joined #openstack | 13:11 | |
| *** whenry has joined #openstack | 13:11 | |
| *** jperry has joined #openstack | 13:11 | |
| *** zkassab has joined #openstack | 13:12 | |
| *** Bwhugen has joined #openstack | 13:12 | |
| *** cfh has joined #openstack | 13:12 | |
| *** valw has quit IRC | 13:14 | |
| *** limao has quit IRC | 13:16 | |
| *** limao has joined #openstack | 13:16 | |
| *** wdirons has joined #openstack | 13:17 | |
| *** Lee1092 has joined #openstack | 13:17 | |
| *** agireud has joined #openstack | 13:18 | |
| *** snarwade has quit IRC | 13:19 | |
| *** VW_ has joined #openstack | 13:21 | |
| *** klamath has joined #openstack | 13:22 | |
| *** klamath has quit IRC | 13:22 | |
| *** johefernan has quit IRC | 13:22 | |
| *** prateek_ has joined #openstack | 13:23 | |
| *** klamath has joined #openstack | 13:23 | |
| *** msimonin has quit IRC | 13:23 | |
| *** ayushin78 has joined #openstack | 13:24 | |
| *** janki has quit IRC | 13:24 | |
| *** msimonin has joined #openstack | 13:24 | |
| *** jdandrea has joined #openstack | 13:25 | |
| *** prateek has quit IRC | 13:25 | |
| *** zsais has joined #openstack | 13:25 | |
| *** prateek has joined #openstack | 13:25 | |
| *** AnilV4 has quit IRC | 13:25 | |
| *** chaithanya_ has quit IRC | 13:25 | |
| *** jtomasek_ has quit IRC | 13:26 | |
| *** johnavp1989 has quit IRC | 13:27 | |
| *** prateek_ has quit IRC | 13:27 | |
| *** mkoderer has joined #openstack | 13:27 | |
| *** ayushin78 has quit IRC | 13:28 | |
| *** amontalban has quit IRC | 13:28 | |
| *** haplo37_ has quit IRC | 13:28 | |
| *** gkadam has quit IRC | 13:28 | |
| *** jsheeren has quit IRC | 13:29 | |
| *** jcarter2 has joined #openstack | 13:29 | |
| *** zul has quit IRC | 13:30 | |
| *** amontalban has joined #openstack | 13:30 | |
| *** amontalban has joined #openstack | 13:30 | |
| *** haplo37_ has joined #openstack | 13:30 | |
| *** blomquisg_gone is now known as blomquisg | 13:31 | |
| *** baoli_ has joined #openstack | 13:32 | |
| *** scuttle|afk is now known as scuttlemonkey | 13:32 | |
| *** masco__ has quit IRC | 13:32 | |
| *** zul has joined #openstack | 13:33 | |
| *** MarkBaker has quit IRC | 13:33 | |
| *** akulshin has joined #openstack | 13:34 | |
| *** Sihirli_Parmak_ has joined #openstack | 13:34 | |
| *** akulshin has quit IRC | 13:34 | |
| *** jozwior__ has quit IRC | 13:34 | |
| *** baoli has quit IRC | 13:35 | |
| *** MarkBaker has joined #openstack | 13:35 | |
| *** akulshin has joined #openstack | 13:36 | |
| *** snarwade has joined #openstack | 13:36 | |
| *** apahim has quit IRC | 13:36 | |
| *** limao has quit IRC | 13:37 | |
| *** anonymuse has joined #openstack | 13:37 | |
| *** limao has joined #openstack | 13:37 | |
| *** lbrune has joined #openstack | 13:37 | |
| *** vijaykakkar has joined #openstack | 13:37 | |
| *** vhoward has joined #openstack | 13:38 | |
| *** lbrune1 has quit IRC | 13:38 | |
| *** brokency1le has joined #openstack | 13:40 | |
| *** amontalban has quit IRC | 13:40 | |
| *** ronis has quit IRC | 13:40 | |
| *** prateek_ has joined #openstack | 13:41 | |
| *** prateek has quit IRC | 13:43 | |
| *** gmoro has joined #openstack | 13:43 | |
| *** panda|afk is now known as panda | 13:44 | |
| *** burgerk has quit IRC | 13:45 | |
| *** ashw has joined #openstack | 13:45 | |
| *** thorst__ has joined #openstack | 13:46 | |
| *** nmagnezi has quit IRC | 13:47 | |
| *** rchavik has quit IRC | 13:47 | |
| *** ash__ has joined #openstack | 13:47 | |
| *** John_william has joined #openstack | 13:48 | |
| *** Sihirli_Parmak has quit IRC | 13:49 | |
| John_william | hello | 13:49 |
| *** msimonin has quit IRC | 13:49 | |
| *** thorst_ has quit IRC | 13:49 | |
| John_william | i need some help in openstack | 13:49 |
| *** phalmos has joined #openstack | 13:50 | |
| *** warlord77 has joined #openstack | 13:50 | |
| *** shibby has joined #openstack | 13:50 | |
| *** cmartin has joined #openstack | 13:50 | |
| John_william | hello | 13:51 |
| *** msimonin has joined #openstack | 13:51 | |
| jroll | John_william: "don't ask to ask, just ask" | 13:53 |
| *** msimonin has quit IRC | 13:55 | |
| John_william | thanks #jroll .. I am new to openstack and have just have installed that devscript and also have created instance but i want to access that instance from other network so how i can do that ? | 13:55 |
| * jroll is not sure he can help but hopefully someone else can | 13:56 | |
| *** mtanino has joined #openstack | 13:56 | |
| *** rbak has joined #openstack | 13:56 | |
| *** janzian has joined #openstack | 13:57 | |
| *** Steve__ has joined #openstack | 13:58 | |
| Steve__ | Hi all, | 13:58 |
| *** limao has quit IRC | 13:58 | |
| *** limao has joined #openstack | 13:58 | |
| Steve__ | quick hopefully easy question. I have a openstack service that uses ephmeral local storage for nova instances, but cinder volumes are stored in ceph. If i boot an instance and then attach a volume, I am unable to get live migration to work. | 13:59 |
| *** thorst__ is now known as thorst_ | 13:59 | |
| Steve__ | live migration does work if i boot ephmeral with no attached cinder volumes, or if i boot soley from volume | 13:59 |
| Steve__ | anyone point me in the direction of investigation | 13:59 |
| *** valw has joined #openstack | 14:01 | |
| *** anush has joined #openstack | 14:01 | |
| *** bvanhav has quit IRC | 14:01 | |
| *** johnavp1989 has joined #openstack | 14:02 | |
| frickler | Steve__: I think this got fixed for Mitaka, which release are you running? | 14:02 |
| *** gnalawad has quit IRC | 14:03 | |
| *** gnalawad has joined #openstack | 14:03 | |
| *** bvanhav has joined #openstack | 14:03 | |
| *** crazyfists has joined #openstack | 14:03 | |
| Steve__ | Liberty | 14:04 |
| Steve__ | im guessing it gets confused about what to do, as it doesnt need to do anything with the volume, but doenst know that | 14:04 |
| *** gnalawad has quit IRC | 14:05 | |
| *** gnalawad has joined #openstack | 14:05 | |
| *** dtrainor has joined #openstack | 14:05 | |
| *** mohankumar has joined #openstack | 14:05 | |
| *** namnh has quit IRC | 14:06 | |
| *** Son_Goku has quit IRC | 14:06 | |
| *** shibby has quit IRC | 14:07 | |
| *** tvvcox has joined #openstack | 14:07 | |
| *** bvanhav_ has joined #openstack | 14:07 | |
| *** aconole has joined #openstack | 14:07 | |
| *** bvanhav has quit IRC | 14:08 | |
| *** valw has quit IRC | 14:08 | |
| *** John_william has quit IRC | 14:10 | |
| *** anush has quit IRC | 14:10 | |
| Steve__ | frickler, im reading that its possible to select which items should be block migrated. but am unable to find any concreate examples. do you by chance have any ideas? | 14:11 |
| *** curious_corn is now known as curious_corn[awa | 14:11 | |
| *** donghao has quit IRC | 14:11 | |
| *** zhenguo has joined #openstack | 14:11 | |
| frickler | Steve__: that is what was done for Mitaka, but I think it is not feasible to backport that work to Liberty. it needed a new libvirt release with support for selecting volumes, IIRC | 14:13 |
| *** blinky_ghost has joined #openstack | 14:13 | |
| *** burgerk has joined #openstack | 14:13 | |
| *** achampion has joined #openstack | 14:13 | |
| *** curious_corn[awa is now known as curious_corn | 14:14 | |
| Steve__ | Ah... | 14:14 |
| Steve__ | thank frickler | 14:14 |
| *** rama_y has joined #openstack | 14:15 | |
| *** RichB_ has quit IRC | 14:15 | |
| *** amontalban has joined #openstack | 14:16 | |
| *** valw has joined #openstack | 14:16 | |
| *** pbandark has quit IRC | 14:17 | |
| *** sshnaidm has quit IRC | 14:17 | |
| *** anonymuse has quit IRC | 14:17 | |
| *** anonymuse has joined #openstack | 14:17 | |
| *** bjolo_ has quit IRC | 14:18 | |
| *** bvanhav_ is now known as bvanhav | 14:18 | |
| *** zkassab has quit IRC | 14:19 | |
| *** pmathews has quit IRC | 14:19 | |
| blinky_ghost | hi all, can anybody tell me how do I resize an instance on the same host? I'm using kilo. thanks | 14:19 |
| *** limao has quit IRC | 14:19 | |
| *** crose has joined #openstack | 14:20 | |
| *** mkovarik has quit IRC | 14:20 | |
| *** limao has joined #openstack | 14:20 | |
| *** zkassab has joined #openstack | 14:20 | |
| *** mikeoutland has joined #openstack | 14:21 | |
| *** jamesdenton has joined #openstack | 14:22 | |
| *** parora has joined #openstack | 14:22 | |
| *** liverpooler has joined #openstack | 14:23 | |
| *** spotz_zzz is now known as spotz | 14:23 | |
| *** tgehrke has joined #openstack | 14:24 | |
| *** zenoway has joined #openstack | 14:24 | |
| *** pmathews has joined #openstack | 14:24 | |
| *** tgehrke has quit IRC | 14:25 | |
| *** cooey has quit IRC | 14:25 | |
| *** sshnaidm has joined #openstack | 14:25 | |
| *** prateek_ has quit IRC | 14:25 | |
| *** rossella_s has quit IRC | 14:27 | |
| *** gnalawad has quit IRC | 14:27 | |
| *** rossella_s has joined #openstack | 14:28 | |
| *** Sihirli_Parmak_ has quit IRC | 14:28 | |
| *** Mudpuppy has joined #openstack | 14:28 | |
| *** zenoway has quit IRC | 14:28 | |
| *** amontalb1n has joined #openstack | 14:29 | |
| *** amontalban has quit IRC | 14:29 | |
| *** MrDanDan has quit IRC | 14:29 | |
| *** jlebon has left #openstack | 14:29 | |
| *** apahim has joined #openstack | 14:30 | |
| *** hseipp has joined #openstack | 14:30 | |
| *** VW_ has quit IRC | 14:31 | |
| *** VW has joined #openstack | 14:31 | |
| crazyfists | i have some trouble setting up devstack, can i pm somebody who is willing to help me | 14:31 |
| *** ash__ has quit IRC | 14:34 | |
| *** tanvirt has joined #openstack | 14:34 | |
| *** lbrune has quit IRC | 14:34 | |
| *** WonChon has joined #openstack | 14:35 | |
| *** BjoernT has joined #openstack | 14:36 | |
| *** pmathews has quit IRC | 14:36 | |
| *** anush has joined #openstack | 14:36 | |
| *** ajay123 has joined #openstack | 14:37 | |
| ajay123 | I have getting this issue while creating a storage class : CantStartEngineError: No sql_connection parameter is established | 14:37 |
| ajay123 | any help/ | 14:37 |
| ajay123 | ? | 14:37 |
| *** hj-hpe has joined #openstack | 14:37 | |
| *** bobh has joined #openstack | 14:39 | |
| *** georgem1 has joined #openstack | 14:39 | |
| *** blinky_ghost has quit IRC | 14:40 | |
| *** zenoway has joined #openstack | 14:40 | |
| *** Hosam has joined #openstack | 14:40 | |
| *** WonChon has quit IRC | 14:40 | |
| *** Hosam_ has joined #openstack | 14:40 | |
| *** tanvirt has quit IRC | 14:41 | |
| *** annegentle has joined #openstack | 14:42 | |
| *** slashd has joined #openstack | 14:42 | |
| *** slashd has quit IRC | 14:42 | |
| *** slashd has joined #openstack | 14:42 | |
| *** anush has quit IRC | 14:43 | |
| *** bobh has quit IRC | 14:43 | |
| *** limao has quit IRC | 14:44 | |
| *** Hosam has quit IRC | 14:44 | |
| *** valw has quit IRC | 14:45 | |
| *** limao has joined #openstack | 14:45 | |
| *** mikeoutland has quit IRC | 14:45 | |
| *** xemdetia has joined #openstack | 14:45 | |
| *** annegentle has quit IRC | 14:47 | |
| *** warlord77 has quit IRC | 14:48 | |
| meena | is there anything specific i can do when a server shows up in openstack server list (and openstack stack list) but doesn't react to ping, and has been hanging in the OS-EXT-STS:task_state: reboot_started forhalf an hour now? | 14:49 |
| *** robbiew has joined #openstack | 14:49 | |
| *** john-davidge has quit IRC | 14:49 | |
| *** valw has joined #openstack | 14:49 | |
| *** rrecio has joined #openstack | 14:49 | |
| *** mikeoutland has joined #openstack | 14:50 | |
| *** Pavo has quit IRC | 14:51 | |
| *** siddhi has quit IRC | 14:52 | |
| *** rrecio_ has joined #openstack | 14:52 | |
| *** annegentle has joined #openstack | 14:53 | |
| *** erlon has quit IRC | 14:54 | |
| *** ggherdov- has quit IRC | 14:54 | |
| *** masteinhauser has quit IRC | 14:54 | |
| *** daxroc has quit IRC | 14:54 | |
| *** rrecio has quit IRC | 14:54 | |
| *** rob-oi-ma has quit IRC | 14:54 | |
| *** spiette has joined #openstack | 14:54 | |
| *** asingh_ has quit IRC | 14:54 | |
| *** th3g1z has quit IRC | 14:54 | |
| *** GIANT_CRAB_ has quit IRC | 14:55 | |
| *** MarkAtwood has quit IRC | 14:55 | |
| *** DuncanT has quit IRC | 14:55 | |
| *** mkoderer has quit IRC | 14:55 | |
| *** jckasper has quit IRC | 14:55 | |
| *** geekinutah has quit IRC | 14:55 | |
| *** anush has joined #openstack | 14:55 | |
| *** phalmos_ has joined #openstack | 14:55 | |
| *** bitbear has quit IRC | 14:55 | |
| *** csatari has quit IRC | 14:55 | |
| *** philips has quit IRC | 14:55 | |
| *** bopper has quit IRC | 14:55 | |
| *** macsz has quit IRC | 14:55 | |
| *** mgkwill has quit IRC | 14:55 | |
| *** bryan_att has quit IRC | 14:55 | |
| *** nunne has quit IRC | 14:55 | |
| *** WKNiGHT has quit IRC | 14:55 | |
| *** dougwig has quit IRC | 14:55 | |
| *** lewq has quit IRC | 14:55 | |
| *** cargonza has quit IRC | 14:55 | |
| *** ediardo has quit IRC | 14:55 | |
| *** CaptTofu has quit IRC | 14:55 | |
| *** andrewbogott has quit IRC | 14:55 | |
| *** electrical has quit IRC | 14:55 | |
| *** coolsvap has quit IRC | 14:55 | |
| *** arosales has quit IRC | 14:55 | |
| *** patrickeast has quit IRC | 14:55 | |
| *** pkoraca has quit IRC | 14:55 | |
| *** AndyWojo has quit IRC | 14:55 | |
| *** hrybacki has quit IRC | 14:55 | |
| *** fyxim has quit IRC | 14:55 | |
| *** Pavo has joined #openstack | 14:55 | |
| *** tanvirt has joined #openstack | 14:56 | |
| *** jckasper has joined #openstack | 14:56 | |
| *** mrjazzcat has joined #openstack | 14:58 | |
| *** lbrune has joined #openstack | 14:58 | |
| *** georgem1 has quit IRC | 14:58 | |
| *** lbrune has quit IRC | 14:58 | |
| *** phalmos has quit IRC | 14:58 | |
| *** valw_ has joined #openstack | 14:58 | |
| *** valw has quit IRC | 14:58 | |
| *** haplo37 has quit IRC | 14:58 | |
| *** k4n0 has quit IRC | 14:58 | |
| *** dgurtner has quit IRC | 14:59 | |
| *** g3ek has quit IRC | 14:59 | |
| *** ivc_ has quit IRC | 14:59 | |
| *** salv-orlando has joined #openstack | 14:59 | |
| haukebruno | since I am too stupid to google correctly, does anyone know whether we can use both tenant/self-service AND provider networks in the same region (or stack)? | 14:59 |
| *** anush has quit IRC | 14:59 | |
| *** anush_ is now known as anush | 15:00 | |
| *** anush_ has joined #openstack | 15:00 | |
| *** kebray has joined #openstack | 15:01 | |
| *** ghostlight has quit IRC | 15:01 | |
| Sam-I-Am | haukebruno: yes | 15:01 |
| *** haplo37 has joined #openstack | 15:01 | |
| Sam-I-Am | that should appear obvious in the docs | 15:01 |
| Sam-I-Am | as they do not discuss different regions | 15:01 |
| *** kebray has quit IRC | 15:01 | |
| *** g3ek has joined #openstack | 15:01 | |
| *** Son_Goku has joined #openstack | 15:01 | |
| *** limao has quit IRC | 15:02 | |
| *** crose has quit IRC | 15:02 | |
| *** limao has joined #openstack | 15:02 | |
| haukebruno | thanks Sam-I-Am, I didn't find that in the docs for now, but I will have a look again | 15:02 |
| *** geaaru has quit IRC | 15:03 | |
| *** bdeschenes has joined #openstack | 15:03 | |
| *** ghostlight has joined #openstack | 15:03 | |
| *** yuval has quit IRC | 15:03 | |
| *** crazyfists has left #openstack | 15:04 | |
| *** cyborg-one has quit IRC | 15:05 | |
| *** notze has quit IRC | 15:05 | |
| *** lihi has quit IRC | 15:05 | |
| *** shibby has joined #openstack | 15:05 | |
| *** ajay123 has quit IRC | 15:05 | |
| *** diogogmt has joined #openstack | 15:06 | |
| *** brokency1le has quit IRC | 15:07 | |
| *** warlord77 has joined #openstack | 15:08 | |
| *** marst has quit IRC | 15:08 | |
| *** annegentle has quit IRC | 15:09 | |
| Sam-I-Am | haukebruno: the networking guide on docs.openstack.org does not mention regions | 15:10 |
| admin0 | haukebruno: yes you can | 15:10 |
| Sam-I-Am | self-service networks use provider networks for outside connectivity, so self-service networks essentially build on provider networks | 15:10 |
| Sam-I-Am | you can add self-service networks to an env with provider nets | 15:11 |
| *** fyxim has joined #openstack | 15:12 | |
| *** cooey has joined #openstack | 15:12 | |
| *** electrical has joined #openstack | 15:13 | |
| *** Hosam_ has quit IRC | 15:13 | |
| *** bryan_att has joined #openstack | 15:14 | |
| *** shibby has quit IRC | 15:14 | |
| *** Hosam has joined #openstack | 15:14 | |
| *** MikePalmer has joined #openstack | 15:14 | |
| *** Son_Goku has quit IRC | 15:15 | |
| *** msimonin has joined #openstack | 15:15 | |
| *** MikePalmer has quit IRC | 15:15 | |
| *** toxickore has joined #openstack | 15:16 | |
| *** jdandrea has quit IRC | 15:16 | |
| *** msimonin has quit IRC | 15:16 | |
| *** pravins has joined #openstack | 15:16 | |
| *** r-daneel has joined #openstack | 15:17 | |
| *** CaptTofu has joined #openstack | 15:18 | |
| *** code-R_ has quit IRC | 15:18 | |
| *** Frod has joined #openstack | 15:18 | |
| *** dougwig has joined #openstack | 15:18 | |
| *** marst has joined #openstack | 15:19 | |
| *** Hosam has quit IRC | 15:19 | |
| *** shibby has joined #openstack | 15:20 | |
| *** nunne has joined #openstack | 15:20 | |
| *** mkoderer has joined #openstack | 15:21 | |
| *** yaume has quit IRC | 15:21 | |
| *** vhosakot has joined #openstack | 15:21 | |
| *** WKNiGHT has joined #openstack | 15:22 | |
| *** yaume has joined #openstack | 15:23 | |
| *** jdandrea has joined #openstack | 15:23 | |
| *** limao_ has joined #openstack | 15:23 | |
| *** curious_corn is now known as curious_corn[awa | 15:24 | |
| *** zenoway has quit IRC | 15:25 | |
| *** jperry has quit IRC | 15:25 | |
| *** WonChon has joined #openstack | 15:25 | |
| *** zenoway has joined #openstack | 15:26 | |
| *** shibby has quit IRC | 15:26 | |
| *** rob-oi-ma has joined #openstack | 15:26 | |
| *** limao has quit IRC | 15:27 | |
| *** yaume has quit IRC | 15:27 | |
| cnf | I wonder how long before dist packages will have newton availble | 15:27 |
| *** mgkwill has joined #openstack | 15:27 | |
| *** jckasper has quit IRC | 15:28 | |
| *** ventifus has joined #openstack | 15:28 | |
| *** dbrandon has left #openstack | 15:28 | |
| *** jperry has joined #openstack | 15:29 | |
| *** lewq has joined #openstack | 15:29 | |
| *** Conner has quit IRC | 15:29 | |
| *** bitbear has joined #openstack | 15:29 | |
| *** woodard has quit IRC | 15:29 | |
| *** hrybacki has joined #openstack | 15:29 | |
| *** toscalix has joined #openstack | 15:29 | |
| *** nmagnezi has joined #openstack | 15:30 | |
| *** om2 has quit IRC | 15:30 | |
| *** zenoway has quit IRC | 15:31 | |
| *** bvanhav has quit IRC | 15:31 | |
| Sam-I-Am | cnf: several weeks usually | 15:31 |
| *** WonChon has quit IRC | 15:31 | |
| Sam-I-Am | for official ones | 15:31 |
| cnf | that's not too bad | 15:31 |
| *** bvanhav has joined #openstack | 15:31 | |
| *** pnavarro has joined #openstack | 15:32 | |
| *** mosulica has quit IRC | 15:33 | |
| *** geekinutah has joined #openstack | 15:33 | |
| *** asingh_ has joined #openstack | 15:34 | |
| *** suresh12 has joined #openstack | 15:34 | |
| *** curious_corn[awa has quit IRC | 15:35 | |
| *** Matti_ has joined #openstack | 15:35 | |
| *** masteinhauser has joined #openstack | 15:35 | |
| *** ggherdov- has joined #openstack | 15:35 | |
| *** andrewbogott has joined #openstack | 15:35 | |
| *** jkyle|work has joined #openstack | 15:35 | |
| *** erlon has joined #openstack | 15:36 | |
| *** toanju has quit IRC | 15:36 | |
| *** MarkAtwood has joined #openstack | 15:36 | |
| *** daxroc has joined #openstack | 15:36 | |
| *** DuncanT has joined #openstack | 15:36 | |
| *** ccesario has quit IRC | 15:36 | |
| *** GIANT_CRAB_ has joined #openstack | 15:36 | |
| *** dgurtner has joined #openstack | 15:36 | |
| *** dgurtner has quit IRC | 15:36 | |
| *** dgurtner has joined #openstack | 15:36 | |
| *** andrewbogott has quit IRC | 15:37 | |
| *** andrewbogott has joined #openstack | 15:37 | |
| *** patrickeast has joined #openstack | 15:37 | |
| *** th3g1z has joined #openstack | 15:37 | |
| *** bopper has joined #openstack | 15:38 | |
| *** arosales has joined #openstack | 15:39 | |
| *** suresh12 has quit IRC | 15:39 | |
| *** philips has joined #openstack | 15:40 | |
| *** jckasper has joined #openstack | 15:41 | |
| *** cargonza has joined #openstack | 15:41 | |
| *** macsz has joined #openstack | 15:41 | |
| *** mohankumar has quit IRC | 15:42 | |
| *** vinaypotluri has joined #openstack | 15:42 | |
| *** RedM has quit IRC | 15:42 | |
| *** RedW has joined #openstack | 15:42 | |
| *** ediardo has joined #openstack | 15:43 | |
| *** om has joined #openstack | 15:43 | |
| *** shibby has joined #openstack | 15:43 | |
| *** AndyWojo has joined #openstack | 15:43 | |
| *** jperry has quit IRC | 15:44 | |
| *** jperry has joined #openstack | 15:45 | |
| *** ronis has joined #openstack | 15:46 | |
| *** knangia has joined #openstack | 15:46 | |
| *** csatari has joined #openstack | 15:46 | |
| *** coolsvap has joined #openstack | 15:47 | |
| *** Poornima has quit IRC | 15:47 | |
| *** bvanhav has quit IRC | 15:48 | |
| *** pkoraca has joined #openstack | 15:49 | |
| *** brainerd has quit IRC | 15:49 | |
| *** karthi has quit IRC | 15:50 | |
| *** msimonin has joined #openstack | 15:51 | |
| *** unrahul has quit IRC | 15:52 | |
| *** unrahul has joined #openstack | 15:52 | |
| *** diogogmt_ has joined #openstack | 15:53 | |
| *** diogogmt has quit IRC | 15:53 | |
| *** diogogmt_ is now known as diogogmt | 15:53 | |
| *** skamalakannan has joined #openstack | 15:53 | |
| *** msimonin1 has joined #openstack | 15:53 | |
| skamalakannan | hello. Anyone resolved internet connectivity issue in VM's in mitaka or liberty | 15:54 |
| *** berendt has quit IRC | 15:55 | |
| *** gnalawad has joined #openstack | 15:55 | |
| *** msimonin1 has quit IRC | 15:55 | |
| *** msimonin has quit IRC | 15:55 | |
| *** haplo37_ has quit IRC | 15:57 | |
| *** valw_ has quit IRC | 15:57 | |
| *** compuguy has joined #openstack | 15:58 | |
| *** gnalawad has quit IRC | 15:59 | |
| *** zkassab has quit IRC | 15:59 | |
| *** thefallenlad has joined #openstack | 15:59 | |
| *** haplo37_ has joined #openstack | 15:59 | |
| skamalakannan | anyone can help me on internet connectivity in openstack | 16:00 |
| *** Frod has quit IRC | 16:00 | |
| *** EricGonc_ has quit IRC | 16:00 | |
| *** rcernin has quit IRC | 16:01 | |
| *** groen692 has quit IRC | 16:01 | |
| *** jheroux has quit IRC | 16:02 | |
| *** bvanhav has joined #openstack | 16:02 | |
| *** smccarthy has joined #openstack | 16:02 | |
| *** weshay is now known as weshay_bbiab | 16:03 | |
| *** surabujin_ has quit IRC | 16:03 | |
| *** germs has joined #openstack | 16:03 | |
| *** kberger has quit IRC | 16:05 | |
| *** kberger has joined #openstack | 16:05 | |
| *** zkassab has joined #openstack | 16:06 | |
| *** jheroux has joined #openstack | 16:06 | |
| *** valw has joined #openstack | 16:06 | |
| *** zkassab has quit IRC | 16:08 | |
| *** rvd has joined #openstack | 16:08 | |
| *** rvd has quit IRC | 16:08 | |
| *** germs has quit IRC | 16:08 | |
| *** nkrinner is now known as nkrinner_afk | 16:09 | |
| *** germs has joined #openstack | 16:09 | |
| *** e0ne_ has quit IRC | 16:09 | |
| *** zenoway has joined #openstack | 16:09 | |
| *** woodard has joined #openstack | 16:09 | |
| *** zkassab has joined #openstack | 16:10 | |
| *** georgem1 has joined #openstack | 16:10 | |
| *** jozwior has joined #openstack | 16:11 | |
| *** galstrom_zzz is now known as galstrom | 16:11 | |
| *** gyee has joined #openstack | 16:13 | |
| *** zenoway has quit IRC | 16:14 | |
| *** jozwior has quit IRC | 16:14 | |
| *** jistr is now known as jistr|afk | 16:14 | |
| *** metachr0n has joined #openstack | 16:16 | |
| *** raunak has joined #openstack | 16:16 | |
| *** ksobkowiak has joined #openstack | 16:16 | |
| *** eroussel has quit IRC | 16:17 | |
| *** jdandrea has quit IRC | 16:17 | |
| *** msimonin has joined #openstack | 16:18 | |
| *** woodard has quit IRC | 16:18 | |
| *** rdas has quit IRC | 16:18 | |
| *** woodard has joined #openstack | 16:19 | |
| *** msimonin has quit IRC | 16:19 | |
| *** pmathews has joined #openstack | 16:20 | |
| *** marst has quit IRC | 16:20 | |
| *** mohankumar has joined #openstack | 16:20 | |
| *** Frod has joined #openstack | 16:22 | |
| *** marst has joined #openstack | 16:22 | |
| *** akulshin has quit IRC | 16:23 | |
| *** rstarmer has joined #openstack | 16:23 | |
| *** penick has joined #openstack | 16:24 | |
| *** georgem1 has quit IRC | 16:24 | |
| *** navidr has quit IRC | 16:24 | |
| *** surabujin_ has joined #openstack | 16:24 | |
| *** hseipp has quit IRC | 16:25 | |
| *** limao has joined #openstack | 16:25 | |
| *** vijaykakkar has quit IRC | 16:25 | |
| *** spzala has quit IRC | 16:25 | |
| *** msimonin has joined #openstack | 16:25 | |
| *** annegentle has joined #openstack | 16:27 | |
| *** galstrom is now known as galstrom_zzz | 16:27 | |
| *** limao_ has quit IRC | 16:28 | |
| *** bobh has joined #openstack | 16:30 | |
| *** rsimai is now known as rsimai_away | 16:30 | |
| *** siddhi has joined #openstack | 16:30 | |
| *** mmm_c_n has joined #openstack | 16:31 | |
| *** tesseract- has quit IRC | 16:31 | |
| *** bvanhav has quit IRC | 16:31 | |
| *** zhenguo has quit IRC | 16:33 | |
| *** jathan has joined #openstack | 16:33 | |
| *** kickinz1 has quit IRC | 16:34 | |
| *** limao has quit IRC | 16:34 | |
| *** Serlex has quit IRC | 16:34 | |
| mmm_c_n | Trying to track down a somewhat weird nova behaviour in my installation. The nova endpoint is defined as usual: https://<hostname>:8774/v2/%(tenant_id)s. However that url gives a 404 for some reason I can't figure out. Now if I use the novaclient this is not a big deal as the client seems to fallback and just call the /v2 (without the tenantid), and succeeds in doing that. Finally the client calls /v2/<tenantid>/servers/detail a | 16:35 |
| mmm_c_n | nd gets all the content. | 16:35 |
| mmm_c_n | If I change the endpoint so just /v2 (without the tenant id) the client will (of course) query /v2 directly and thereby skip the 404-call. But that doesn't sounds like a good solution as I'm not sure what other problems that can create. | 16:36 |
| *** metachr0n has quit IRC | 16:36 | |
| mmm_c_n | Anyone that has seeen this before or has any idea where I should start looking? | 16:37 |
| *** rstarmer has quit IRC | 16:38 | |
| *** romerocesar_ has quit IRC | 16:38 | |
| *** limao has joined #openstack | 16:39 | |
| *** bobh has quit IRC | 16:39 | |
| *** rdas has joined #openstack | 16:40 | |
| *** MikePalmer has joined #openstack | 16:41 | |
| *** msimonin has quit IRC | 16:41 | |
| *** jdandrea has joined #openstack | 16:42 | |
| *** ogny has quit IRC | 16:42 | |
| *** skamalakannan has quit IRC | 16:43 | |
| *** tgehrke has joined #openstack | 16:44 | |
| *** marrusl has quit IRC | 16:44 | |
| *** leeantho has joined #openstack | 16:44 | |
| *** tgehrke has quit IRC | 16:45 | |
| *** romerocesar has joined #openstack | 16:45 | |
| *** marrusl has joined #openstack | 16:46 | |
| *** tgehrke has joined #openstack | 16:46 | |
| Sam-I-Am | mmm_c_n: openstack version? | 16:46 |
| mmm_c_n | Mitaka | 16:46 |
| mmm_c_n | RDO-packaging | 16:46 |
| *** metachr0n has joined #openstack | 16:46 | |
| *** bvanhav has joined #openstack | 16:47 | |
| Sam-I-Am | pretty sure mitaka wants /v2.1 | 16:48 |
| *** Zer0Byte__ has joined #openstack | 16:48 | |
| Sam-I-Am | not that it solves your problem | 16:48 |
| *** msimonin has joined #openstack | 16:48 | |
| *** valw has quit IRC | 16:48 | |
| *** schwicht has quit IRC | 16:48 | |
| mmm_c_n | No it doesn't. From my point of view it's weird that the client tries to call /v2/<tenantId>. Looking at the API documentation it should try /v2/<tenantId>/servers or /v2/<tenantId/servers/details | 16:49 |
| haukebruno | Sam-I-Am, admin0 thanks for pointing out. | 16:49 |
| *** Zer0Byte__ has quit IRC | 16:49 | |
| Sam-I-Am | old client? | 16:50 |
| Sam-I-Am | pretty sure the nova client is no longer a thing | 16:50 |
| *** tgehrke has quit IRC | 16:50 | |
| Sam-I-Am | replaced by the openstack client | 16:50 |
| *** Pavo has quit IRC | 16:51 | |
| *** marrusl has quit IRC | 16:51 | |
| *** schwicht has joined #openstack | 16:51 | |
| *** jdandrea has quit IRC | 16:51 | |
| *** akulshin has joined #openstack | 16:51 | |
| *** gyee has quit IRC | 16:51 | |
| *** marrusl has joined #openstack | 16:52 | |
| *** Zer0Byte__ has joined #openstack | 16:52 | |
| mmm_c_n | Most users seem to still use the regular clients though | 16:52 |
| *** pnavarro has quit IRC | 16:52 | |
| mmm_c_n | Our users that is... | 16:52 |
| mmm_c_n | for good or bad :) | 16:52 |
| *** eroussel has joined #openstack | 16:53 | |
| *** gatekeep has joined #openstack | 16:53 | |
| *** gatekeep has joined #openstack | 16:53 | |
| Sam-I-Am | just symlink it. they'll figure it out :) | 16:53 |
| Sam-I-Am | the osc might finally support real versioning | 16:53 |
| *** valw has joined #openstack | 16:55 | |
| *** rasca has quit IRC | 16:55 | |
| *** sdatko has joined #openstack | 16:55 | |
| *** Pavo has joined #openstack | 16:55 | |
| *** synegy34 has quit IRC | 16:56 | |
| *** jtomasek_ has joined #openstack | 16:56 | |
| mmm_c_n | I'll see if I can get the openstackclient to work on my laptop and see how it behaves. | 16:57 |
| *** jistr|afk is now known as jistr | 16:57 | |
| mmm_c_n | Currently stuck in git/pip/version mismatch hell | 16:57 |
| Sam-I-Am | heh | 16:58 |
| Sam-I-Am | venvs are your friend | 16:58 |
| *** nmagnezi has quit IRC | 16:59 | |
| *** limao_ has joined #openstack | 16:59 | |
| *** comay has joined #openstack | 17:00 | |
| *** thefallenlad has quit IRC | 17:00 | |
| *** mikeoutland has quit IRC | 17:01 | |
| *** yamahata has quit IRC | 17:01 | |
| *** toscalix has quit IRC | 17:01 | |
| *** rama_y has quit IRC | 17:01 | |
| *** slaweq_ has joined #openstack | 17:01 | |
| *** yamahata has joined #openstack | 17:01 | |
| *** vhosakot_ has joined #openstack | 17:02 | |
| *** limao has quit IRC | 17:02 | |
| *** SteffanW has joined #openstack | 17:03 | |
| *** vhosakot has quit IRC | 17:03 | |
| *** shibby has quit IRC | 17:03 | |
| *** akulshin has quit IRC | 17:03 | |
| *** cswang has quit IRC | 17:04 | |
| *** cswang has joined #openstack | 17:04 | |
| *** johnny has joined #openstack | 17:04 | |
| *** t0mb0_ has quit IRC | 17:05 | |
| *** johnny is now known as Guest52632 | 17:05 | |
| *** SteffanW has quit IRC | 17:05 | |
| *** DavidPurcell has joined #openstack | 17:06 | |
| *** fzdarsky is now known as fzdarsky|afk | 17:06 | |
| *** marrusl has quit IRC | 17:06 | |
| *** marrusl has joined #openstack | 17:06 | |
| *** Naeil has quit IRC | 17:07 | |
| *** PhilA has quit IRC | 17:08 | |
| *** tgehrke has joined #openstack | 17:08 | |
| *** ivar-lazzaro has joined #openstack | 17:10 | |
| *** brainerd has joined #openstack | 17:13 | |
| *** tgehrke has quit IRC | 17:13 | |
| *** jpich has quit IRC | 17:14 | |
| *** ivar-laz_ has joined #openstack | 17:14 | |
| *** weshay_bbiab is now known as weshay | 17:15 | |
| *** t0mb0_ has joined #openstack | 17:17 | |
| *** fzdarsky|afk has quit IRC | 17:17 | |
| *** ivar-lazzaro has quit IRC | 17:17 | |
| *** mkolesni has joined #openstack | 17:17 | |
| *** shibby has joined #openstack | 17:18 | |
| *** two_oes has joined #openstack | 17:18 | |
| *** slaweq_ has quit IRC | 17:21 | |
| *** warlord77 has quit IRC | 17:21 | |
| *** mmalik4 has joined #openstack | 17:22 | |
| *** martinus__ has quit IRC | 17:22 | |
| *** slaweq_ has joined #openstack | 17:23 | |
| *** mikeoutland has joined #openstack | 17:23 | |
| *** jpena is now known as jpena|off | 17:24 | |
| *** willgorman has joined #openstack | 17:24 | |
| *** mmm_c_n has quit IRC | 17:26 | |
| *** jvgrant_ has quit IRC | 17:28 | |
| *** mikeoutland has quit IRC | 17:28 | |
| *** g3ek has quit IRC | 17:30 | |
| *** suresh12 has joined #openstack | 17:31 | |
| *** haplo37 has quit IRC | 17:32 | |
| *** georgem1 has joined #openstack | 17:33 | |
| *** LotharKAtt has joined #openstack | 17:33 | |
| *** slaweq_ has quit IRC | 17:33 | |
| *** g3ek has joined #openstack | 17:34 | |
| *** annegentle has quit IRC | 17:34 | |
| *** ivar-laz_ has quit IRC | 17:34 | |
| *** haplo37 has joined #openstack | 17:34 | |
| *** ivar-lazzaro has joined #openstack | 17:34 | |
| *** slaweq_ has joined #openstack | 17:35 | |
| *** Steve__ has quit IRC | 17:35 | |
| *** annegentle has joined #openstack | 17:36 | |
| *** c003y has joined #openstack | 17:36 | |
| *** shibby has quit IRC | 17:37 | |
| *** cooey has quit IRC | 17:38 | |
| *** choirboy has quit IRC | 17:38 | |
| *** psachin has quit IRC | 17:39 | |
| *** alaird has joined #openstack | 17:40 | |
| *** Margarita_S has quit IRC | 17:40 | |
| *** panda is now known as panda|off | 17:40 | |
| *** Conner has joined #openstack | 17:41 | |
| *** c003y has quit IRC | 17:45 | |
| *** mikeoutland has joined #openstack | 17:47 | |
| *** schwicht has quit IRC | 17:47 | |
| *** jprovazn has quit IRC | 17:48 | |
| *** georgem1 has quit IRC | 17:49 | |
| *** georgem1 has joined #openstack | 17:49 | |
| *** tonythomas has left #openstack | 17:55 | |
| *** Matti_ has quit IRC | 17:57 | |
| *** rama_y has joined #openstack | 17:57 | |
| *** gyee has joined #openstack | 17:57 | |
| *** dgurtner has quit IRC | 17:57 | |
| *** slaweq_ has quit IRC | 17:58 | |
| *** ranjithd has quit IRC | 17:58 | |
| *** hos7ein has joined #openstack | 17:58 | |
| *** arecknag has quit IRC | 17:58 | |
| *** valw has quit IRC | 17:58 | |
| *** fandi has joined #openstack | 18:00 | |
| *** Jack_Iv has quit IRC | 18:00 | |
| *** Jack_Iv has joined #openstack | 18:00 | |
| *** priteau has joined #openstack | 18:01 | |
| *** pravins has quit IRC | 18:01 | |
| *** gszasz has quit IRC | 18:01 | |
| *** valw has joined #openstack | 18:02 | |
| *** tanvirt has quit IRC | 18:02 | |
| *** ranjithd1 has joined #openstack | 18:03 | |
| *** Razique has joined #openstack | 18:03 | |
| *** multi_io has quit IRC | 18:03 | |
| *** multi_io has joined #openstack | 18:04 | |
| *** mohankumar has quit IRC | 18:04 | |
| *** tvvcox has quit IRC | 18:04 | |
| *** Conner has quit IRC | 18:06 | |
| *** cmartin has quit IRC | 18:06 | |
| *** brahama has quit IRC | 18:06 | |
| *** ldeptula has quit IRC | 18:08 | |
| *** cmartin has joined #openstack | 18:08 | |
| *** LotharKAtt has quit IRC | 18:08 | |
| *** annegentle has quit IRC | 18:08 | |
| *** ranjithd1 has quit IRC | 18:12 | |
| *** whenry has quit IRC | 18:12 | |
| *** ranjithd has joined #openstack | 18:12 | |
| *** shardy is now known as shardy_afk | 18:14 | |
| fandi | hi | 18:14 |
| *** WonChon has joined #openstack | 18:14 | |
| fandi | i a lot of queues on rabbitmq | 18:14 |
| *** Pharaoh_Atem is now known as Conan_Kudo | 18:15 | |
| *** Conan_Kudo is now known as Pharaoh_Atem | 18:15 | |
| *** yamahata has quit IRC | 18:15 | |
| *** EricGonczer_ has joined #openstack | 18:16 | |
| *** mcornea has joined #openstack | 18:16 | |
| fandi | http://paste.openstack.org/show/FXQlFmOd1nBUuGWzFm6Z/ i found so many list_queues | 18:17 |
| fandi | notifications.info 0 305808 | 18:17 |
| fandi | is it safe to delete on production and live environment ? | 18:17 |
| fandi | thanks | 18:17 |
| *** aurimasm has quit IRC | 18:18 | |
| *** WonChon has quit IRC | 18:19 | |
| *** schwicht has joined #openstack | 18:19 | |
| *** EricGonczer_ has quit IRC | 18:19 | |
| *** minnesotags has quit IRC | 18:20 | |
| *** rstarmer has joined #openstack | 18:20 | |
| *** slaweq_ has joined #openstack | 18:20 | |
| *** mkoderer has quit IRC | 18:22 | |
| *** amoralej is now known as amoralej|off | 18:22 | |
| *** EricGonczer_ has joined #openstack | 18:22 | |
| *** spzala has joined #openstack | 18:24 | |
| *** eroussel has quit IRC | 18:24 | |
| *** shibby has joined #openstack | 18:25 | |
| *** tek__ has joined #openstack | 18:26 | |
| *** Zer0Byt__ has joined #openstack | 18:26 | |
| *** tvvcox has joined #openstack | 18:27 | |
| *** rossella_s has quit IRC | 18:27 | |
| *** jdandrea has joined #openstack | 18:27 | |
| *** rossella_s has joined #openstack | 18:28 | |
| *** Zer0Byte__ has quit IRC | 18:29 | |
| *** msimonin1 has joined #openstack | 18:33 | |
| *** bugzy has quit IRC | 18:33 | |
| *** bugzy has joined #openstack | 18:34 | |
| *** msimonin has quit IRC | 18:34 | |
| *** mslazar has quit IRC | 18:36 | |
| *** slaweq_ has quit IRC | 18:36 | |
| *** lseki has joined #openstack | 18:38 | |
| *** akulshin has joined #openstack | 18:39 | |
| *** t0mb0_ has quit IRC | 18:39 | |
| *** cswang has quit IRC | 18:41 | |
| *** t0mb0_ has joined #openstack | 18:42 | |
| *** cswang has joined #openstack | 18:42 | |
| *** akulshin has quit IRC | 18:44 | |
| *** Fenuks has quit IRC | 18:44 | |
| *** haplo37_ has quit IRC | 18:45 | |
| *** haplo37_ has joined #openstack | 18:47 | |
| *** nookfoo has joined #openstack | 18:48 | |
| *** achampion has quit IRC | 18:48 | |
| *** krtaylor has joined #openstack | 18:48 | |
| *** harlowja has quit IRC | 18:50 | |
| *** Pavo has quit IRC | 18:51 | |
| *** Yarboa has joined #openstack | 18:51 | |
| nookfoo | Anyone have access to the redhat customer knowledgebase? | 18:51 |
| *** hwoarang has quit IRC | 18:51 | |
| *** hwoarang has joined #openstack | 18:52 | |
| *** yamahata has joined #openstack | 18:54 | |
| *** akulshin has joined #openstack | 18:54 | |
| *** vimal has quit IRC | 18:54 | |
| *** jozwior has joined #openstack | 18:55 | |
| *** slaweq_ has joined #openstack | 18:55 | |
| *** sdatko_ has joined #openstack | 18:55 | |
| *** Pavo has joined #openstack | 18:56 | |
| FL1SK | Newton logo | 18:56 |
| FL1SK | anyone | 18:56 |
| *** hybridpollo has joined #openstack | 18:57 | |
| *** hwoarang has quit IRC | 18:57 | |
| admin0 | FL1SK: logo there => https://www.openstack.org/software/newton/ | 18:57 |
| *** slaweq has quit IRC | 18:57 | |
| *** sdatko has quit IRC | 18:58 | |
| *** kxseven has quit IRC | 18:58 | |
| *** akulshin has quit IRC | 18:58 | |
| *** hwoarang has joined #openstack | 18:58 | |
| *** jozwior has quit IRC | 18:58 | |
| *** shamail has joined #openstack | 18:59 | |
| *** raunak has quit IRC | 18:59 | |
| *** designbybeck has joined #openstack | 18:59 | |
| *** aurimasm has joined #openstack | 18:59 | |
| *** jtomasek_ has quit IRC | 19:00 | |
| *** Bwhugen_ has joined #openstack | 19:00 | |
| *** slaweq has joined #openstack | 19:00 | |
| *** slaweq_ has quit IRC | 19:00 | |
| *** nookfoo has quit IRC | 19:00 | |
| *** nookfoo has joined #openstack | 19:01 | |
| *** Bwhugen has quit IRC | 19:01 | |
| *** Bwhugen_ is now known as Bwhugen | 19:01 | |
| *** slaweq_ has joined #openstack | 19:01 | |
| *** parora has quit IRC | 19:01 | |
| *** valw has quit IRC | 19:03 | |
| *** valw has joined #openstack | 19:04 | |
| *** hybridpollo has quit IRC | 19:04 | |
| *** cswang has quit IRC | 19:05 | |
| *** Teck7 has joined #openstack | 19:05 | |
| *** yamahata has quit IRC | 19:05 | |
| *** cswang has joined #openstack | 19:05 | |
| *** tek__ has quit IRC | 19:06 | |
| *** tek__ has joined #openstack | 19:07 | |
| *** valw has quit IRC | 19:07 | |
| *** toxickore has quit IRC | 19:07 | |
| *** Matti_ has joined #openstack | 19:07 | |
| nookfoo | Anyone have access to this page? https://access.redhat.com/solutions/2075663 | 19:08 |
| *** yamahata has joined #openstack | 19:08 | |
| Sam-I-Am | bazyar: how goes it? | 19:09 |
| *** rtheis_ has joined #openstack | 19:11 | |
| *** cmartin has quit IRC | 19:11 | |
| *** tek__ has quit IRC | 19:11 | |
| *** rtheis has quit IRC | 19:12 | |
| *** salv-orlando has quit IRC | 19:13 | |
| *** maishsk has joined #openstack | 19:13 | |
| *** johnmilton has quit IRC | 19:13 | |
| *** lserpietri has quit IRC | 19:13 | |
| *** Aegil has quit IRC | 19:13 | |
| *** annegentle has joined #openstack | 19:14 | |
| *** jdandrea has quit IRC | 19:14 | |
| *** coolsvap has quit IRC | 19:16 | |
| *** hybridpollo has joined #openstack | 19:18 | |
| *** racedo has quit IRC | 19:19 | |
| *** nathwill has joined #openstack | 19:19 | |
| *** nookfoo has quit IRC | 19:20 | |
| *** jsheeren has joined #openstack | 19:20 | |
| *** zsais has quit IRC | 19:20 | |
| *** rarcea has quit IRC | 19:20 | |
| *** nathwill has quit IRC | 19:21 | |
| *** agireud has quit IRC | 19:21 | |
| *** ade_b has quit IRC | 19:25 | |
| *** hwoarang has quit IRC | 19:25 | |
| *** cmartin has joined #openstack | 19:26 | |
| *** szhem has joined #openstack | 19:27 | |
| *** jozwior has joined #openstack | 19:28 | |
| *** kbringard has joined #openstack | 19:28 | |
| *** annegentle has quit IRC | 19:28 | |
| *** rama_y has quit IRC | 19:28 | |
| *** brahama has joined #openstack | 19:28 | |
| *** agireud has joined #openstack | 19:29 | |
| *** shamail has quit IRC | 19:29 | |
| *** MillerBoss has quit IRC | 19:30 | |
| *** ThierryR has joined #openstack | 19:30 | |
| *** ThierryR has quit IRC | 19:31 | |
| *** valw has joined #openstack | 19:31 | |
| *** ThierryR has joined #openstack | 19:31 | |
| *** MillerBoss has joined #openstack | 19:31 | |
| *** sileht has quit IRC | 19:31 | |
| *** sileht has joined #openstack | 19:32 | |
| *** ThierryR has quit IRC | 19:32 | |
| *** hwoarang has joined #openstack | 19:32 | |
| *** agireud has quit IRC | 19:33 | |
| *** maishsk has quit IRC | 19:33 | |
| *** penick has quit IRC | 19:34 | |
| *** cmartin has quit IRC | 19:37 | |
| *** johnmilton has joined #openstack | 19:38 | |
| *** ronis has quit IRC | 19:40 | |
| *** bvanhav has quit IRC | 19:40 | |
| *** Bwhugen_ has joined #openstack | 19:41 | |
| *** Zer0Byt__ has quit IRC | 19:42 | |
| *** Bwhugen has quit IRC | 19:43 | |
| *** Bwhugen_ is now known as Bwhugen | 19:43 | |
| *** dalees has quit IRC | 19:43 | |
| *** agireud has joined #openstack | 19:43 | |
| *** Lee1092 has quit IRC | 19:45 | |
| *** mikeoutland has quit IRC | 19:45 | |
| *** Mudpuppy has quit IRC | 19:46 | |
| *** gyee has quit IRC | 19:47 | |
| *** penick has joined #openstack | 19:47 | |
| *** jozwior has quit IRC | 19:50 | |
| *** suresh12 has quit IRC | 19:51 | |
| *** comay has quit IRC | 19:53 | |
| *** penick has quit IRC | 19:53 | |
| *** skamalakannan has joined #openstack | 19:53 | |
| *** penick has joined #openstack | 19:54 | |
| *** brainerd has quit IRC | 19:54 | |
| *** valw has quit IRC | 19:54 | |
| *** jcarter2_ has joined #openstack | 19:54 | |
| skamalakannan | hi. anyone can help me on internet connectivity in instances | 19:55 |
| *** Zer0Byte__ has joined #openstack | 19:56 | |
| *** rama_y has joined #openstack | 19:56 | |
| *** dalees has joined #openstack | 19:57 | |
| *** zsais has joined #openstack | 19:57 | |
| *** jcarter2 has quit IRC | 19:58 | |
| *** spotz is now known as spotz_zzz | 19:58 | |
| *** jkyle has joined #openstack | 19:58 | |
| *** SantoDE has joined #openstack | 19:59 | |
| *** jcarter2_ has quit IRC | 19:59 | |
| SantoDE | hey fellas. I'm struggling to setup my openstack cli. I followed the docs but I end up with "openstack stack create openstack: 'stack' is not an openstack command. See 'openstack --help'." | 19:59 |
| SantoDE | anyone got an idea what I'm missing? | 20:00 |
| Sam-I-Am | SantoDE: probably too old a version to have heat commands | 20:00 |
| *** jdandrea has joined #openstack | 20:00 | |
| kbringard | ^^ | 20:00 |
| SantoDE | openstack --version openstack 3.2.0 | 20:00 |
| *** msimonin1 has quit IRC | 20:00 | |
| *** msimonin has joined #openstack | 20:01 | |
| *** valw has joined #openstack | 20:01 | |
| *** pmathews has quit IRC | 20:01 | |
| kbringard | does the stack command require passing api-version 3? | 20:01 |
| Sam-I-Am | thats the next thing i'd wonder | 20:01 |
| *** jkyle|work has quit IRC | 20:02 | |
| *** haplo37 has quit IRC | 20:02 | |
| Sam-I-Am | the client is good at 'disappearing' options | 20:02 |
| SantoDE | I tried using an v3 rc but it fails. It only works with a v2 rc, so I guess not? | 20:02 |
| *** jcarter2 has joined #openstack | 20:02 | |
| SantoDE | i fixed it :( | 20:03 |
| kbringard | I think you need to pass like --os-identity-api-version 3 | 20:03 |
| SantoDE | Thanks @kbringard | 20:03 |
| kbringard | yea, I hate that usage | 20:03 |
| kbringard | it's bitten me so many times | 20:03 |
| SantoDE | openstack client version was good. pip install --upgrade python-heatclient fixed it | 20:03 |
| kbringard | where I do openstack help | 20:03 |
| SantoDE | stupid | 20:03 |
| kbringard | and it doesn't show all the options | 20:03 |
| kbringard | you have to do openstack --os-identity-api-version 3 help | 20:03 |
| kbringard | to get all the v3 options | 20:03 |
| Sam-I-Am | you can't set that as a env var, or in clouds.yaml ? | 20:03 |
| kbringard | maybe as an env var, been awhile since I messed with it | 20:03 |
| *** valw has quit IRC | 20:04 | |
| kbringard | oh, in fact | 20:04 |
| kbringard | Identity API version, default=2 (Env: | 20:04 |
| kbringard | OS_IDENTITY_API_VERSION) | 20:04 |
| Sam-I-Am | export OS_IDENTITY_API_VERSION=3 | 20:04 |
| kbringard | ^^ | 20:04 |
| Sam-I-Am | thats what i use by default | 20:04 |
| Sam-I-Am | have for a long time now | 20:04 |
| kbringard | s-m-r-t | 20:04 |
| Sam-I-Am | then there's a few other env vars that are useful | 20:04 |
| *** valw has joined #openstack | 20:05 | |
| *** Conner has joined #openstack | 20:05 | |
| *** robbiew has quit IRC | 20:05 | |
| *** g3ek has quit IRC | 20:06 | |
| *** agireud has quit IRC | 20:06 | |
| SantoDE | thanks guys | 20:06 |
| SantoDE | cheers :) | 20:06 |
| *** SantoDE has quit IRC | 20:06 | |
| *** jsheeren has quit IRC | 20:07 | |
| *** iranzo has quit IRC | 20:07 | |
| *** brainerd has joined #openstack | 20:07 | |
| *** zsais has quit IRC | 20:07 | |
| *** matjazp has joined #openstack | 20:07 | |
| *** g3ek has joined #openstack | 20:07 | |
| *** robbiew has joined #openstack | 20:08 | |
| *** blomquisg is now known as blomquisg_gone | 20:10 | |
| *** haplo37 has joined #openstack | 20:11 | |
| *** bartden has joined #openstack | 20:11 | |
| *** matjazp has quit IRC | 20:12 | |
| bartden | hi, i wonder if it is possible to set up an openstack environment with provisioning of vm’s on a mac os laptop for dev environment | 20:12 |
| *** matjazp has joined #openstack | 20:12 | |
| *** matjazp has quit IRC | 20:13 | |
| *** ranjithd1 has joined #openstack | 20:16 | |
| Sam-I-Am | anything that runs python and libvirt | 20:16 |
| *** harlowja has joined #openstack | 20:17 | |
| Sam-I-Am | although there's an expectation of linux for the networking | 20:17 |
| *** ranjithd has quit IRC | 20:17 | |
| Sam-I-Am | so its probably more trouble than its worth | 20:17 |
| TobiSan | well it kinda work in my virtualbox :D | 20:17 |
| *** siddhi has quit IRC | 20:18 | |
| Sam-I-Am | yeah, you can do that too | 20:18 |
| bartden | so run linux hosts in virtualbox on a mac os should work? what about kvm for compute node inside virtualbox, no problems? | 20:18 |
| TobiSan | except the problem binding vms directly to the provider net | 20:18 |
| *** jkyle has quit IRC | 20:19 | |
| TobiSan | i havnt tested it yet but should work if you can enable stacked virtualization on your mac | 20:19 |
| *** siddhi has joined #openstack | 20:19 | |
| *** jckasper has quit IRC | 20:20 | |
| TobiSan | or nested virtualization | 20:20 |
| *** e0ne has joined #openstack | 20:20 | |
| *** jckasper has joined #openstack | 20:20 | |
| *** jckasper has quit IRC | 20:21 | |
| bartden | ok great, there are some minimal requirements on for each type of node, are they hard requirements, its just for developing with openstack | 20:21 |
| *** fguillot has quit IRC | 20:21 | |
| *** code-R has joined #openstack | 20:22 | |
| *** e0ne has quit IRC | 20:22 | |
| TobiSan | i am running nova, neutron, identity, dashboard and block storage inside one vm | 20:23 |
| *** annegentle has joined #openstack | 20:24 | |
| *** brainerd has quit IRC | 20:24 | |
| TobiSan | but for developing its eventually better to spin up multiple vms to test multiple nodes etc | 20:24 |
| *** anush_ has quit IRC | 20:25 | |
| *** gfidente has quit IRC | 20:25 | |
| *** salv-orlando has joined #openstack | 20:27 | |
| *** nathwill has joined #openstack | 20:27 | |
| *** robbiew has quit IRC | 20:27 | |
| bartden | ok thanks for the info | 20:29 |
| bartden | is vxlan supported in this kind of environment? | 20:29 |
| *** vhosakot_ has quit IRC | 20:30 | |
| *** vhosakot has joined #openstack | 20:31 | |
| *** ashw has quit IRC | 20:31 | |
| *** code-R_ has joined #openstack | 20:31 | |
| *** jkyle has joined #openstack | 20:31 | |
| *** mowntan has joined #openstack | 20:32 | |
| *** WonChon has joined #openstack | 20:32 | |
| *** suresh12 has joined #openstack | 20:32 | |
| *** bartden has left #openstack | 20:34 | |
| *** xemdetia_ has joined #openstack | 20:34 | |
| *** code-R has quit IRC | 20:34 | |
| *** xemdetia has quit IRC | 20:36 | |
| *** Bwhugen has quit IRC | 20:37 | |
| *** WonChon has quit IRC | 20:37 | |
| *** rtheis_ has quit IRC | 20:38 | |
| *** slaweq_ has quit IRC | 20:38 | |
| *** gfidente has joined #openstack | 20:39 | |
| *** brainerd has joined #openstack | 20:40 | |
| *** mrjk has quit IRC | 20:41 | |
| *** robbiew has joined #openstack | 20:41 | |
| *** xemdetia_ has quit IRC | 20:42 | |
| *** comrad has joined #openstack | 20:43 | |
| *** Jack_Iv has quit IRC | 20:44 | |
| *** mcornea has quit IRC | 20:44 | |
| *** aconole has quit IRC | 20:45 | |
| *** cmartin has joined #openstack | 20:45 | |
| *** mkolesni has quit IRC | 20:45 | |
| *** JamesHa has joined #openstack | 20:45 | |
| *** Mudpuppy has joined #openstack | 20:46 | |
| *** AnarchyAo has joined #openstack | 20:46 | |
| *** saschpe has joined #openstack | 20:46 | |
| *** lsde has joined #openstack | 20:46 | |
| *** baoli_ has quit IRC | 20:46 | |
| *** baoli has joined #openstack | 20:48 | |
| *** tholiv has quit IRC | 20:48 | |
| *** fandi has quit IRC | 20:48 | |
| *** tholiv has joined #openstack | 20:48 | |
| *** existx has joined #openstack | 20:49 | |
| *** Pavo has quit IRC | 20:51 | |
| *** retreved has quit IRC | 20:51 | |
| *** mrjk has joined #openstack | 20:53 | |
| *** VW has quit IRC | 20:53 | |
| *** suresh12 has quit IRC | 20:55 | |
| *** Pavo has joined #openstack | 20:55 | |
| *** FL1SK has quit IRC | 20:55 | |
| *** suresh12 has joined #openstack | 20:57 | |
| *** code-R_ has quit IRC | 20:59 | |
| *** zkassab has quit IRC | 20:59 | |
| *** vhosakot has quit IRC | 20:59 | |
| *** whenry has joined #openstack | 21:00 | |
| *** tholiv has quit IRC | 21:00 | |
| *** valw_ has joined #openstack | 21:01 | |
| *** valw has quit IRC | 21:01 | |
| *** ayoung has quit IRC | 21:02 | |
| *** valw_ has quit IRC | 21:03 | |
| *** jcarter2 has quit IRC | 21:04 | |
| *** shardy_afk is now known as shardy | 21:05 | |
| *** penick has quit IRC | 21:05 | |
| TobiSan | following the cinder install guide for ubuntu creates two cinder-volume services | 21:05 |
| *** valw has joined #openstack | 21:05 | |
| *** pmathews has joined #openstack | 21:06 | |
| *** woodard_ has joined #openstack | 21:06 | |
| *** bobmel has quit IRC | 21:06 | |
| TobiSan | the default config had a path set which created the second one besides the lvm service | 21:06 |
| *** georgem1 has quit IRC | 21:07 | |
| *** nookfoo has joined #openstack | 21:07 | |
| *** code-R has joined #openstack | 21:07 | |
| *** penick has joined #openstack | 21:07 | |
| *** burgerk has quit IRC | 21:08 | |
| *** woodard has quit IRC | 21:09 | |
| TobiSan | i was able to disable the file service but how can i delete it? | 21:09 |
| *** oatley has quit IRC | 21:09 | |
| *** lborda has quit IRC | 21:11 | |
| *** woodard_ has quit IRC | 21:11 | |
| *** metachr0n has quit IRC | 21:11 | |
| *** annegentle has quit IRC | 21:13 | |
| *** jdandrea has quit IRC | 21:13 | |
| *** baoli_ has joined #openstack | 21:13 | |
| *** baoli has quit IRC | 21:17 | |
| *** harlowja has quit IRC | 21:17 | |
| *** michauds has joined #openstack | 21:18 | |
| *** rfolco has quit IRC | 21:18 | |
| *** tongli has quit IRC | 21:20 | |
| *** lserpietri has joined #openstack | 21:20 | |
| *** suresh12 has quit IRC | 21:20 | |
| *** annegentle has joined #openstack | 21:20 | |
| TobiSan | Sam-I-Am: after installing cinder, will new instances be persisted in cinder automatically=? | 21:22 |
| *** shardy has quit IRC | 21:22 | |
| TobiSan | the /dev/vda device? | 21:23 |
| *** baoli_ has quit IRC | 21:23 | |
| *** janzian has quit IRC | 21:26 | |
| *** macjack has joined #openstack | 21:26 | |
| *** comay has joined #openstack | 21:27 | |
| *** thorst_ has quit IRC | 21:27 | |
| Sam-I-Am | not automatically, only if you tell it to use cinder | 21:27 |
| *** thorst_ has joined #openstack | 21:27 | |
| *** zsais has joined #openstack | 21:28 | |
| *** thorst__ has joined #openstack | 21:29 | |
| *** bdeschenes has quit IRC | 21:29 | |
| *** annegentle has quit IRC | 21:31 | |
| *** schwicht has quit IRC | 21:31 | |
| *** code-R has quit IRC | 21:31 | |
| *** johnavp1989 has quit IRC | 21:31 | |
| *** thorst_ has quit IRC | 21:32 | |
| nookfoo | Anyone have experience with live-migrating instances with a cinder/iscsi backend? It doesn't seem to work | 21:32 |
| *** zsais has quit IRC | 21:33 | |
| *** anonymuse has quit IRC | 21:33 | |
| *** thorst__ has quit IRC | 21:34 | |
| *** szhem has quit IRC | 21:35 | |
| *** jdwald has quit IRC | 21:35 | |
| *** adriant has joined #openstack | 21:35 | |
| *** annegentle has joined #openstack | 21:36 | |
| *** szhem has joined #openstack | 21:37 | |
| *** agireud has joined #openstack | 21:37 | |
| *** pradk has quit IRC | 21:39 | |
| *** harlowja has joined #openstack | 21:39 | |
| *** harlowja has quit IRC | 21:39 | |
| *** rstarmer has quit IRC | 21:39 | |
| *** VW has joined #openstack | 21:39 | |
| *** harlowja has joined #openstack | 21:39 | |
| *** mrjazzcat has quit IRC | 21:40 | |
| *** zsais has joined #openstack | 21:40 | |
| *** snw1211 has joined #openstack | 21:41 | |
| *** szhem has quit IRC | 21:41 | |
| *** krtaylor has quit IRC | 21:42 | |
| *** snw1211 has quit IRC | 21:42 | |
| *** lserpietri has quit IRC | 21:42 | |
| *** robbiew has quit IRC | 21:42 | |
| *** eeeprom has joined #openstack | 21:44 | |
| *** xemdetia has joined #openstack | 21:45 | |
| *** comrad has quit IRC | 21:46 | |
| *** EricGonczer_ has quit IRC | 21:47 | |
| *** rcernin has joined #openstack | 21:47 | |
| *** lseki has quit IRC | 21:48 | |
| *** amontalb1n has quit IRC | 21:49 | |
| *** jheroux has quit IRC | 21:49 | |
| *** siddhi has quit IRC | 21:50 | |
| TobiSan | Sam-I-Am: am i right when i say: the benefit of using local storage instead of cinder is the performance on multi-node environments? | 21:50 |
| *** mo6020 has joined #openstack | 21:51 | |
| TobiSan | so on a all-in-one deployment both solutions are equal right? | 21:51 |
| *** siddhi has joined #openstack | 21:51 | |
| *** itamarjp has joined #openstack | 21:51 | |
| *** Cybodog has quit IRC | 21:51 | |
| *** hj-hpe has quit IRC | 21:51 | |
| Sam-I-Am | well, cinder storage is persistent, local is not | 21:52 |
| Sam-I-Am | you delete the instance, the local storage goes away | 21:52 |
| Sam-I-Am | time to head out for the night | 21:53 |
| TobiSan | ok one last question | 21:54 |
| TobiSan | how can i define what to use on server creation? | 21:54 |
| *** marst has quit IRC | 21:54 | |
| *** rfolco has joined #openstack | 21:54 | |
| *** bdeschenes has joined #openstack | 21:55 | |
| *** cmartin has quit IRC | 21:56 | |
| *** om has quit IRC | 21:58 | |
| *** om has joined #openstack | 21:58 | |
| *** EricGonczer_ has joined #openstack | 21:59 | |
| *** penick has quit IRC | 21:59 | |
| *** rcernin has quit IRC | 21:59 | |
| *** rcernin has joined #openstack | 21:59 | |
| *** ivar-lazzaro has quit IRC | 22:00 | |
| *** valw has quit IRC | 22:00 | |
| *** ivar-lazzaro has joined #openstack | 22:01 | |
| *** EricGonczer_ has quit IRC | 22:01 | |
| *** AnarchyAo has quit IRC | 22:02 | |
| *** jperry has quit IRC | 22:03 | |
| *** tpsilva has quit IRC | 22:04 | |
| *** penick has joined #openstack | 22:04 | |
| *** spzala has quit IRC | 22:04 | |
| *** admin0 has quit IRC | 22:05 | |
| *** tvvcox has quit IRC | 22:06 | |
| *** assassin has quit IRC | 22:07 | |
| *** ubijtsa has joined #openstack | 22:08 | |
| *** ubijtsa is now known as Guest21331 | 22:08 | |
| *** brainerd has quit IRC | 22:09 | |
| *** minnesotags has joined #openstack | 22:10 | |
| *** brainerd has joined #openstack | 22:11 | |
| *** anonymuse has joined #openstack | 22:13 | |
| *** om has quit IRC | 22:14 | |
| *** wdirons has quit IRC | 22:14 | |
| *** jamesdenton has quit IRC | 22:14 | |
| *** vhoward has quit IRC | 22:15 | |
| *** bdeschenes has quit IRC | 22:15 | |
| *** Zer0Byte__ has quit IRC | 22:16 | |
| *** suresh12 has joined #openstack | 22:17 | |
| *** Zer0Byte__ has joined #openstack | 22:17 | |
| *** compuguy has quit IRC | 22:18 | |
| *** johnavp19891 has joined #openstack | 22:18 | |
| *** aurimasm has quit IRC | 22:19 | |
| *** FL1SK has joined #openstack | 22:21 | |
| *** ayoung has joined #openstack | 22:21 | |
| *** mmalik4 has quit IRC | 22:22 | |
| *** morazi has quit IRC | 22:24 | |
| *** macjack has quit IRC | 22:27 | |
| *** brainerd has quit IRC | 22:27 | |
| *** AnarchyAo has joined #openstack | 22:28 | |
| *** Razique has quit IRC | 22:29 | |
| *** krtaylor has joined #openstack | 22:31 | |
| *** vishwanathj has quit IRC | 22:32 | |
| *** siddhi has quit IRC | 22:33 | |
| *** VW has quit IRC | 22:33 | |
| *** suresh12 has quit IRC | 22:33 | |
| *** suresh12 has joined #openstack | 22:34 | |
| *** mo6020 has quit IRC | 22:35 | |
| *** gildub has joined #openstack | 22:36 | |
| *** navidr has joined #openstack | 22:37 | |
| *** suresh12 has quit IRC | 22:38 | |
| *** om has joined #openstack | 22:39 | |
| *** gildub_ has joined #openstack | 22:40 | |
| *** TonyXu has quit IRC | 22:41 | |
| *** TonyXu has joined #openstack | 22:42 | |
| *** WonChon has joined #openstack | 22:44 | |
| *** g3ek has quit IRC | 22:44 | |
| *** michauds has quit IRC | 22:44 | |
| *** johnavp19891 has quit IRC | 22:44 | |
| *** brahama has quit IRC | 22:44 | |
| *** g3ek has joined #openstack | 22:46 | |
| SamYaple | TobiSan: by default you use novas storage which is ephemeral | 22:46 |
| SamYaple | if you want to create a volume ahead of time, you can boot from volume. but its two seperate steps IIRC | 22:47 |
| *** amontalban has joined #openstack | 22:47 | |
| *** GenteelBen has quit IRC | 22:48 | |
| *** woodard has joined #openstack | 22:48 | |
| *** woodard has quit IRC | 22:49 | |
| *** annegentle has quit IRC | 22:49 | |
| *** woodard has joined #openstack | 22:49 | |
| *** klamath has quit IRC | 22:50 | |
| *** Pavo has quit IRC | 22:50 | |
| *** macjack has joined #openstack | 22:51 | |
| *** WonChon has quit IRC | 22:51 | |
| *** Pavo has joined #openstack | 22:51 | |
| *** rbak has quit IRC | 22:53 | |
| *** BjoernT has quit IRC | 22:54 | |
| *** RamJett has quit IRC | 22:56 | |
| *** Conner has quit IRC | 22:56 | |
| mgagne | TobiSan: you can use --block-device to boot from volume from an image | 22:56 |
| *** led_belly has joined #openstack | 22:57 | |
| *** macjack has quit IRC | 22:58 | |
| *** hos7ein has quit IRC | 22:58 | |
| mgagne | TobiSan: http://docs.openstack.org/user-guide/cli-nova-launch-instance-from-volume.html You can use source=image,id=<image-id> and it should create a volume from the image and boot on it | 22:59 |
| *** salv-orlando has quit IRC | 23:01 | |
| *** ayoung has quit IRC | 23:05 | |
| *** nookfoo has quit IRC | 23:05 | |
| *** spzala has joined #openstack | 23:05 | |
| *** amontalban has quit IRC | 23:06 | |
| *** AnarchyAo has quit IRC | 23:09 | |
| *** spzala has quit IRC | 23:11 | |
| *** portdirect has joined #openstack | 23:12 | |
| *** macjack has joined #openstack | 23:12 | |
| *** macjack has quit IRC | 23:17 | |
| *** xemdetia has quit IRC | 23:17 | |
| *** jathan has quit IRC | 23:17 | |
| *** abehl has quit IRC | 23:18 | |
| *** siddhi has joined #openstack | 23:18 | |
| *** anshul has joined #openstack | 23:19 | |
| *** anshul has quit IRC | 23:23 | |
| *** amotoki has quit IRC | 23:24 | |
| *** priteau has quit IRC | 23:26 | |
| *** faiz89 has joined #openstack | 23:27 | |
| *** faiz89 has joined #openstack | 23:27 | |
| *** VW has joined #openstack | 23:29 | |
| *** om has quit IRC | 23:31 | |
| *** om has joined #openstack | 23:33 | |
| *** thrash is now known as thrash|g0ne | 23:33 | |
| *** ventifus has quit IRC | 23:33 | |
| *** leeantho has quit IRC | 23:35 | |
| *** rcernin has quit IRC | 23:36 | |
| *** zsais has quit IRC | 23:44 | |
| *** schwicht has joined #openstack | 23:49 | |
| *** georgem1 has joined #openstack | 23:49 | |
| *** ayoung has joined #openstack | 23:50 | |
| *** phalmos_ has quit IRC | 23:51 | |
| *** zsais has joined #openstack | 23:52 | |
| *** thorst_ has joined #openstack | 23:52 | |
| *** scuttlemonkey is now known as scuttle|afk | 23:52 | |
| *** scuttle|afk is now known as scuttlemonkey | 23:52 | |
| *** rfolco has quit IRC | 23:53 | |
| *** pcaruana has quit IRC | 23:55 | |
| *** lkoranda has quit IRC | 23:55 | |
| *** pblaho has quit IRC | 23:55 | |
| *** apahim has quit IRC | 23:56 | |
| *** grafuls has quit IRC | 23:56 | |
| *** thorst_ has quit IRC | 23:59 | |
| *** bytesandbolts has quit IRC | 23:59 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!