*** vkmc has quit IRC | 00:00 | |
*** tsekiyam_ has quit IRC | 00:00 | |
*** mikeoutland has quit IRC | 00:01 | |
*** matsuhashi has joined #openstack | 00:01 | |
madorn | does anyone know how to tell nova to boot from the network instead of a hd? | 00:02 |
---|---|---|
*** vkmc has joined #openstack | 00:03 | |
*** vkmc has quit IRC | 00:03 | |
*** vkmc has joined #openstack | 00:03 | |
*** diogogmt has joined #openstack | 00:04 | |
r0j4z0 | madorn pxe? | 00:04 |
*** achampion has joined #openstack | 00:04 | |
madorn | roj4z0: yes | 00:05 |
madorn | what i just disovered is that iptables rules get created automatically if you have a pxe image. | 00:05 |
madorn | i should clarify, i have ipxe iso. put it into openstack. i also setup an ubuntu instance as dhcp/tftp. | 00:05 |
madorn | pxe booting would not work. | 00:06 |
madorn | until i modified the iptables rules. | 00:06 |
madorn | openstack automatically associates a fixed ip with the pxe iso. | 00:06 |
*** vuil has quit IRC | 00:07 | |
*** leeantho has quit IRC | 00:07 | |
*** leeantho has joined #openstack | 00:07 | |
*** liyuezho has joined #openstack | 00:08 | |
*** a_le has quit IRC | 00:08 | |
*** Penick has joined #openstack | 00:10 | |
*** tkay has quit IRC | 00:12 | |
*** bmurt has joined #openstack | 00:13 | |
*** Egyptian[Laptop] has quit IRC | 00:14 | |
*** leeantho has quit IRC | 00:14 | |
*** ArcTanSusan has quit IRC | 00:14 | |
*** zerick has quit IRC | 00:14 | |
*** ArcTanSusan has joined #openstack | 00:15 | |
*** ryou-soda has joined #openstack | 00:15 | |
*** mark1 has quit IRC | 00:16 | |
*** Penick has quit IRC | 00:16 | |
*** melwitt has quit IRC | 00:17 | |
*** baoli has joined #openstack | 00:18 | |
*** shakamunyi has quit IRC | 00:18 | |
*** tonix__ has quit IRC | 00:19 | |
*** Penick has joined #openstack | 00:19 | |
*** Penick has quit IRC | 00:19 | |
*** rossk has quit IRC | 00:19 | |
r0j4z0 | madorn | 00:21 |
r0j4z0 | http://docs.openstack.org/api/openstack-network/2.0/content/extra-dhcp-opt-ext.html | 00:21 |
*** kbrierly has joined #openstack | 00:21 | |
*** jkary1 has quit IRC | 00:21 | |
*** aimon has joined #openstack | 00:22 | |
*** SumitNaiksatam_ has joined #openstack | 00:22 | |
r0j4z0 | neutron help port-update | 00:23 |
*** SumitNaiksatam has quit IRC | 00:23 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 00:23 | |
*** RaginBaj_ has joined #openstack | 00:24 | |
*** zzelle has quit IRC | 00:24 | |
*** Realmy has joined #openstack | 00:24 | |
*** chuckC has quit IRC | 00:24 | |
*** ddieterly has joined #openstack | 00:25 | |
r0j4z0 | i think if you specify the PXE related options with the --extra-dhcp-opt parameter the PXE should work | 00:25 |
r0j4z0 | on neutron port-update PORT-ID --extra-dhcp-opt opt_name='bootfile-name', opt_value='pxelinux.0',opt_name='server-name',opt_value='FQDN/IP of boot server' | 00:27 |
madorn | using dnsmasq for dhcp | 00:27 |
madorn | ? | 00:27 |
*** lyang0 has quit IRC | 00:27 | |
r0j4z0 | you work with neutron? or nova-networks | 00:28 |
madorn | neutron - let me try this. | 00:28 |
madorn | ill spin up a dhcp subnet and give it a shot. | 00:28 |
madorn | one sec. | 00:28 |
*** SumitNaiksatam has quit IRC | 00:28 | |
*** burnyd has quit IRC | 00:29 | |
*** ericReeves has joined #openstack | 00:29 | |
*** k_stev has joined #openstack | 00:29 | |
*** warik has quit IRC | 00:30 | |
*** IlyaE has joined #openstack | 00:30 | |
*** WackoRobie has quit IRC | 00:31 | |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 00:32 | |
*** gigawhat has joined #openstack | 00:35 | |
*** ericReeves has quit IRC | 00:37 | |
*** vnguyen has quit IRC | 00:37 | |
*** sungju has joined #openstack | 00:38 | |
*** mostly_d34dh0r53 is now known as d34dh0r53 | 00:38 | |
*** yamahata has joined #openstack | 00:39 | |
*** xmltok has quit IRC | 00:40 | |
*** vfiduccia has quit IRC | 00:40 | |
*** kenhui has joined #openstack | 00:40 | |
*** galstrom_zzz is now known as galstrom | 00:41 | |
*** rodrigods_ has joined #openstack | 00:42 | |
*** _cjones_ has quit IRC | 00:42 | |
madorn | r0j4z0: are you sure thats the right argument extra_dhcp_opt | 00:42 |
*** _cjones_ has joined #openstack | 00:42 | |
r0j4z0 | take a look to neutron help port-update | 00:43 |
r0j4z0 | --extra-dhcp-opt EXTRA_DHCP_OPTS | 00:43 |
r0j4z0 | Extra dhcp options to be assigned to this port: | 00:43 |
r0j4z0 | opt_name=<dhcp_option_name>,opt_value=<value>, (This | 00:43 |
r0j4z0 | option can be repeated.) | 00:43 |
*** rmoe has quit IRC | 00:43 | |
r0j4z0 | i think you need to update the port where the dhcp agent is listening | 00:43 |
madorn | right..tying it now. | 00:44 |
*** shrekuma has quit IRC | 00:44 | |
madorn | thi must be new in icehouse.. | 00:45 |
*** WackoRobie has joined #openstack | 00:45 | |
madorn | i'm not seeing this option in havana. | 00:45 |
*** fnaval has joined #openstack | 00:45 | |
r0j4z0 | yes, i think is new in icehouse | 00:45 |
*** qhartman has quit IRC | 00:45 | |
madorn | hmm - well i really appreciate you pointing this out... | 00:45 |
*** shrekuma_ has quit IRC | 00:45 | |
madorn | have you tried it? | 00:45 |
*** JuanDRay has joined #openstack | 00:45 | |
r0j4z0 | not yet | 00:46 |
r0j4z0 | i just readed about it yesterday | 00:46 |
*** SumitNaiksatam has joined #openstack | 00:46 | |
*** tomoe_ has quit IRC | 00:46 | |
madorn | interesting, do you know if there is an easy way to force an instance to network boot in openstack? i know you can with libvirt cli | 00:47 |
*** _cjones_ has quit IRC | 00:47 | |
r0j4z0 | no, they are thinking to include an option "boot from network" may be on the next release if icehouse | 00:48 |
r0j4z0 | of* | 00:48 |
*** nur_ has joined #openstack | 00:48 | |
madorn | thats cool | 00:49 |
*** maxdml has quit IRC | 00:50 | |
r0j4z0 | yes, may be you can change the XML template of libvirt to apply the <boot dev=network> | 00:51 |
r0j4z0 | to all interfaces | 00:51 |
r0j4z0 | instances | 00:51 |
madorn | i tried that but couldnt get it to wokr | 00:51 |
madorn | i couldnt find a libvirt template | 00:51 |
*** peret has quit IRC | 00:51 | |
madorn | do you have a default libvirt xml template? | 00:52 |
*** nur_ has quit IRC | 00:52 | |
*** rods1 has quit IRC | 00:52 | |
r0j4z0 | let me check | 00:53 |
r0j4z0 | i never tried to change this | 00:53 |
*** pheadron has quit IRC | 00:53 | |
madorn | i didn't know whether I had to supply all the values | 00:54 |
madorn | or just the ones i wanted to change? | 00:54 |
madorn | plus the default template is not on github anymore..I think they mave gotten rid of the ability to pass a template in nvoa.. | 00:55 |
madorn | nova.conf | 00:55 |
*** pheadron has joined #openstack | 00:55 | |
*** coreywright is now known as coreywright_ | 00:55 | |
*** zz_swebb is now known as swebb | 00:55 | |
*** lyang0 has joined #openstack | 00:55 | |
*** jareddlc has quit IRC | 00:55 | |
*** JuanDRay has quit IRC | 00:55 | |
*** gigawhat has quit IRC | 00:56 | |
*** noslzzp has joined #openstack | 00:56 | |
*** rmoe has joined #openstack | 00:57 | |
*** rektide_ is now known as rektide | 00:57 | |
r0j4z0 | madorn there is no libvirt template anymor | 00:57 |
r0j4z0 | anymore* | 00:57 |
r0j4z0 | it is created on the fly by nova/virt/libvirt/driver.py | 00:58 |
*** liyuezho has quit IRC | 00:58 | |
*** clayb has quit IRC | 00:58 | |
*** alexlindenlevy has joined #openstack | 00:58 | |
r0j4z0 | i think you can add your options to nova/virt/libvirt/config.py | 00:59 |
madorn | taking a look | 00:59 |
*** jkienitz has quit IRC | 01:01 | |
*** dereky has joined #openstack | 01:01 | |
*** ArxCruz has joined #openstack | 01:01 | |
*** bmurt has quit IRC | 01:01 | |
*** erkules_ has joined #openstack | 01:03 | |
r0j4z0 | madorn one question | 01:04 |
r0j4z0 | you have a working ceilometer on icehouse? | 01:04 |
*** engkur has joined #openstack | 01:04 | |
*** gigawhat has joined #openstack | 01:04 | |
*** erkules has quit IRC | 01:05 | |
*** m_j_h_away has quit IRC | 01:07 | |
*** sifusam has quit IRC | 01:07 | |
*** m_j_h has joined #openstack | 01:07 | |
*** malikeye has quit IRC | 01:08 | |
*** Chaser has quit IRC | 01:08 | |
madorn | no i dont. | 01:09 |
*** mfisch has quit IRC | 01:09 | |
*** alexlind_ has joined #openstack | 01:09 | |
*** sifusam has joined #openstack | 01:09 | |
*** malikeye has joined #openstack | 01:10 | |
*** chuckC has joined #openstack | 01:10 | |
*** Chaser has joined #openstack | 01:10 | |
r0j4z0 | ok thanks | 01:11 |
*** alexlindenlevy has quit IRC | 01:12 | |
madorn | r0j4z0: where is nova/virt/libvirt/driver | 01:12 |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 01:12 | |
madorn | where can i find that .py | 01:12 |
*** jkary1 has joined #openstack | 01:12 | |
*** d3nyal has quit IRC | 01:12 | |
r0j4z0 | in /opt/stack/nova/nova/virt/libvirt/driver.py (im using devstack) | 01:13 |
*** mrproper has joined #openstack | 01:13 | |
*** mfisch has joined #openstack | 01:13 | |
*** Diplomat has quit IRC | 01:13 | |
*** _cjones_ has joined #openstack | 01:13 | |
*** Diplomat has joined #openstack | 01:13 | |
*** mfisch has quit IRC | 01:13 | |
*** mfisch has joined #openstack | 01:13 | |
*** Diplomat is now known as Guest53752 | 01:14 | |
*** baoli has quit IRC | 01:14 | |
*** baoli has joined #openstack | 01:16 | |
madorn | hmm | 01:16 |
*** quebre has left #openstack | 01:17 | |
*** engkur has quit IRC | 01:17 | |
madorn | i found it, thanks | 01:17 |
*** _cjones_ has quit IRC | 01:18 | |
*** dschultz has joined #openstack | 01:19 | |
Sam-I-Am | madorn: hi | 01:19 |
madorn | Sam-I-Am: Hi there | 01:19 |
madorn | Sam-I-Am: have you tried this nuetron port-update --extra-dhcp-opt ? | 01:19 |
madorn | for pxe booting instances... | 01:19 |
Sam-I-Am | nope | 01:20 |
*** jcook has quit IRC | 01:21 | |
Sam-I-Am | wouldnt dhcp options be more of a subnet-based thing? | 01:21 |
*** jkary1 has quit IRC | 01:21 | |
madorn | I had a student contact me with difficulty pxe booting instances with his own dhcp/tftp instance and a ipxe instance. i replicated the issue - it was a iptables rule problem. i didn't know you could configure neutron dhcp to pass extra options | 01:21 |
*** Egyptian[Laptop] has joined #openstack | 01:21 | |
madorn | it's apparently new in icehouse | 01:22 |
*** crandquist has quit IRC | 01:22 | |
Sam-I-Am | the feature makes sense | 01:22 |
*** rbenali has quit IRC | 01:22 | |
Sam-I-Am | otherwise you probably have to config the underlying dhcp server | 01:22 |
madorn | i dont have icehouse running right now, but im guessing that would take care of the iptables issue. | 01:23 |
*** _cjones_ has joined #openstack | 01:23 | |
madorn | yes | 01:23 |
*** thumpba has joined #openstack | 01:23 | |
*** saschpe has quit IRC | 01:23 | |
Sam-I-Am | i still find it weird to use a per-port basic | 01:23 |
Sam-I-Am | basis | 01:23 |
*** saschpe has joined #openstack | 01:24 | |
madorn | yea that is weird. | 01:24 |
*** kenhui has quit IRC | 01:25 | |
*** Fodi69 has quit IRC | 01:26 | |
*** RaginBaj_ has quit IRC | 01:27 | |
*** thumpba has quit IRC | 01:27 | |
*** eguz has quit IRC | 01:27 | |
*** kenhui has joined #openstack | 01:29 | |
*** kenhui has quit IRC | 01:29 | |
*** weshay has quit IRC | 01:29 | |
*** fam has joined #openstack | 01:29 | |
*** kenhui has joined #openstack | 01:29 | |
*** devoid has quit IRC | 01:30 | |
*** _cjones_ has quit IRC | 01:30 | |
*** gigawhat has quit IRC | 01:32 | |
*** pheadron has quit IRC | 01:34 | |
*** bmurt has joined #openstack | 01:35 | |
*** melwitt has joined #openstack | 01:35 | |
*** fluve has quit IRC | 01:36 | |
*** vravn has quit IRC | 01:36 | |
*** bmurt has quit IRC | 01:36 | |
*** weshay has joined #openstack | 01:37 | |
*** coreywright_ is now known as coreywright | 01:37 | |
*** troya has joined #openstack | 01:39 | |
*** kenhui1 has joined #openstack | 01:39 | |
*** crandquist has joined #openstack | 01:40 | |
*** kenhui has quit IRC | 01:41 | |
*** tkay has joined #openstack | 01:42 | |
*** Sam-I-Am has quit IRC | 01:42 | |
*** CASP3R has quit IRC | 01:43 | |
*** Sam-I-Am has joined #openstack | 01:43 | |
*** engkur has joined #openstack | 01:44 | |
*** RockKuo_Office has joined #openstack | 01:45 | |
*** nosnos has joined #openstack | 01:48 | |
madorn | clear | 01:48 |
*** nur_ has joined #openstack | 01:49 | |
*** tomoe_ has joined #openstack | 01:49 | |
*** kenhui1 has quit IRC | 01:50 | |
*** jmickle has quit IRC | 01:51 | |
*** jcook has joined #openstack | 01:51 | |
*** mrproper has quit IRC | 01:52 | |
*** WackoRobie has quit IRC | 01:52 | |
*** mrproper has joined #openstack | 01:52 | |
*** ddieterly has quit IRC | 01:52 | |
*** WackoRobie has joined #openstack | 01:52 | |
*** ddieterly has joined #openstack | 01:53 | |
*** nur_ has quit IRC | 01:53 | |
*** engkur has quit IRC | 01:54 | |
*** angdraug has quit IRC | 01:54 | |
*** alexlind_ has quit IRC | 01:54 | |
*** ArxCruz has quit IRC | 01:54 | |
*** Gamekiller77 has quit IRC | 01:55 | |
*** alexlindenlevy has joined #openstack | 01:55 | |
*** ericgoncz has joined #openstack | 01:55 | |
*** jcook has quit IRC | 01:56 | |
*** hemna_ has joined #openstack | 01:56 | |
*** jobewan has joined #openstack | 01:56 | |
*** changbl has joined #openstack | 01:57 | |
*** morazi has quit IRC | 01:57 | |
*** WackoRobie has quit IRC | 01:57 | |
*** Neptu has quit IRC | 01:57 | |
*** klep has quit IRC | 01:58 | |
*** alexlindenlevy has quit IRC | 01:59 | |
*** kha has quit IRC | 01:59 | |
*** ericgoncz has quit IRC | 01:59 | |
*** Egyptian[Laptop] has quit IRC | 02:00 | |
*** erkules has joined #openstack | 02:00 | |
*** Neptu has joined #openstack | 02:00 | |
*** galstrom is now known as galstrom_zzz | 02:01 | |
*** fnaval has quit IRC | 02:01 | |
*** fnaval has joined #openstack | 02:02 | |
*** erkules_ has quit IRC | 02:02 | |
*** alugovoi has quit IRC | 02:03 | |
*** galstrom_zzz is now known as galstrom | 02:03 | |
*** mberlin has quit IRC | 02:03 | |
*** ericgoncz has joined #openstack | 02:04 | |
*** greer has quit IRC | 02:04 | |
*** klep has joined #openstack | 02:04 | |
*** mberlin has joined #openstack | 02:04 | |
*** yaguang has joined #openstack | 02:06 | |
*** baoli has quit IRC | 02:06 | |
*** bmurt has joined #openstack | 02:06 | |
*** baoli has joined #openstack | 02:07 | |
*** greer has joined #openstack | 02:09 | |
*** rbowen has quit IRC | 02:09 | |
*** diegows has quit IRC | 02:09 | |
*** Xelenonz has joined #openstack | 02:09 | |
*** zz_gondoi is now known as gondoi | 02:09 | |
*** rodrigods has quit IRC | 02:09 | |
*** gondoi is now known as zz_gondoi | 02:10 | |
*** mostly_d34dh0r53 is now known as d34dh0r53 | 02:10 | |
*** zz_gondoi is now known as gondoi | 02:11 | |
*** gigawhat has joined #openstack | 02:13 | |
*** stanchan has joined #openstack | 02:13 | |
*** scotm has joined #openstack | 02:13 | |
*** nati_uen_ has quit IRC | 02:13 | |
*** engkur has joined #openstack | 02:14 | |
*** achampion has quit IRC | 02:15 | |
*** spandhe has quit IRC | 02:15 | |
*** Scott95747 has joined #openstack | 02:18 | |
*** achampion has joined #openstack | 02:20 | |
*** geekinutah has joined #openstack | 02:21 | |
*** xianghui has joined #openstack | 02:22 | |
*** Scott95747 has quit IRC | 02:22 | |
*** engkur has quit IRC | 02:23 | |
*** weshay has quit IRC | 02:24 | |
*** gigawhat has quit IRC | 02:26 | |
*** sputnik13 has quit IRC | 02:27 | |
*** rfolco has quit IRC | 02:29 | |
*** gigawhat has joined #openstack | 02:30 | |
*** gondoi is now known as zz_gondoi | 02:30 | |
*** rh_cloud_ has joined #openstack | 02:31 | |
*** ZBhatti_ has joined #openstack | 02:31 | |
*** chyang2 has joined #openstack | 02:31 | |
*** hashfail has joined #openstack | 02:31 | |
*** kdbrierly has joined #openstack | 02:31 | |
*** asselin_ has joined #openstack | 02:32 | |
*** mkerrin1 has joined #openstack | 02:32 | |
*** alekibango_ has joined #openstack | 02:32 | |
*** ZBhatti has quit IRC | 02:33 | |
*** chyang has quit IRC | 02:33 | |
*** Jianyong2 has quit IRC | 02:33 | |
*** rockey_ has quit IRC | 02:33 | |
*** kbrierly has quit IRC | 02:33 | |
*** mkerrin has quit IRC | 02:33 | |
*** asselin has quit IRC | 02:33 | |
*** slewis has quit IRC | 02:33 | |
*** Jianyong has joined #openstack | 02:33 | |
*** alekibango has quit IRC | 02:33 | |
*** ZBhatti_ is now known as ZBhatti | 02:33 | |
*** rh_cloud_ is now known as rockey_ | 02:33 | |
*** gimps has quit IRC | 02:33 | |
*** slewis has joined #openstack | 02:33 | |
*** slewis has joined #openstack | 02:33 | |
*** danielitus has quit IRC | 02:34 | |
*** torandu has left #openstack | 02:35 | |
*** kmorgan has quit IRC | 02:36 | |
*** klep has quit IRC | 02:36 | |
*** balajiiyer has joined #openstack | 02:37 | |
*** balajiiyer has quit IRC | 02:37 | |
*** balajiiyer has joined #openstack | 02:37 | |
*** jobewan has quit IRC | 02:38 | |
*** rodrigods has joined #openstack | 02:38 | |
*** IlyaE has quit IRC | 02:40 | |
*** engkur has joined #openstack | 02:40 | |
*** Egyptian[Laptop] has joined #openstack | 02:41 | |
*** alugovoi has joined #openstack | 02:43 | |
*** OutBackDingo has quit IRC | 02:44 | |
*** kenhui has joined #openstack | 02:45 | |
*** gigawhat has quit IRC | 02:46 | |
*** balajiiyer has left #openstack | 02:46 | |
*** bmurt has quit IRC | 02:47 | |
*** Realmy has quit IRC | 02:47 | |
*** jkienitz has joined #openstack | 02:47 | |
*** tkay has quit IRC | 02:49 | |
*** geekinutah has quit IRC | 02:49 | |
*** robbiew has left #openstack | 02:49 | |
*** gyee has quit IRC | 02:49 | |
*** zz_gondoi is now known as gondoi | 02:49 | |
*** gondoi is now known as zz_gondoi | 02:49 | |
*** nur_ has joined #openstack | 02:50 | |
*** zz_gondoi is now known as gondoi | 02:50 | |
*** balajiiyer1 has joined #openstack | 02:50 | |
*** kenhui has quit IRC | 02:51 | |
*** badiane_ka has joined #openstack | 02:51 | |
*** kenhui has joined #openstack | 02:51 | |
*** alugovoi has quit IRC | 02:52 | |
*** badiane_ka has quit IRC | 02:52 | |
*** badiane_ka has joined #openstack | 02:52 | |
*** IlyaE has joined #openstack | 02:53 | |
*** gondoi is now known as zz_gondoi | 02:54 | |
*** nur_ has quit IRC | 02:54 | |
*** balajiiyer1 has left #openstack | 02:55 | |
*** dschultz has quit IRC | 02:56 | |
*** mikeoutland has joined #openstack | 02:57 | |
*** dims has quit IRC | 02:57 | |
*** suresh12 has quit IRC | 03:00 | |
*** suresh12 has joined #openstack | 03:01 | |
*** sushils has joined #openstack | 03:01 | |
*** kbrierly has joined #openstack | 03:02 | |
*** mixomathoze has quit IRC | 03:02 | |
*** Networkn3rd has joined #openstack | 03:03 | |
*** mberlin has quit IRC | 03:04 | |
*** kdbrierly has quit IRC | 03:04 | |
*** mark2 has joined #openstack | 03:05 | |
*** suresh12 has quit IRC | 03:05 | |
*** sushils has quit IRC | 03:06 | |
*** Barker has joined #openstack | 03:06 | |
*** sushils has joined #openstack | 03:07 | |
*** paragan has joined #openstack | 03:08 | |
*** paragan has quit IRC | 03:08 | |
*** paragan has joined #openstack | 03:08 | |
*** gigawhat has joined #openstack | 03:08 | |
*** d3nyal has joined #openstack | 03:09 | |
*** kdbrierly has joined #openstack | 03:10 | |
*** r3pl4y has joined #openstack | 03:10 | |
*** mixomathoze has joined #openstack | 03:10 | |
*** kbrierly has quit IRC | 03:11 | |
*** linuxuz3r has joined #openstack | 03:13 | |
*** mark3 has joined #openstack | 03:15 | |
*** ArcTanSusan has quit IRC | 03:15 | |
*** kenhui1 has joined #openstack | 03:15 | |
linuxuz3r | anyone here running devstack | 03:16 |
*** harlowja_ is now known as harlowja_away | 03:16 | |
linuxuz3r | i want to know the username and password for the fedora image | 03:16 |
*** mberlin has joined #openstack | 03:16 | |
*** Barker has quit IRC | 03:17 | |
*** mark2 has quit IRC | 03:17 | |
*** kenhui has quit IRC | 03:18 | |
*** kenhui1 has quit IRC | 03:18 | |
*** kenhui has joined #openstack | 03:19 | |
*** shakamunyi has joined #openstack | 03:19 | |
*** reed has joined #openstack | 03:20 | |
*** kenhui has quit IRC | 03:21 | |
*** ericgoncz has quit IRC | 03:22 | |
*** noslzzp has quit IRC | 03:22 | |
*** mrproper has quit IRC | 03:23 | |
*** shakamunyi has quit IRC | 03:24 | |
*** engkur has quit IRC | 03:24 | |
*** fnaval has quit IRC | 03:24 | |
*** kushal has joined #openstack | 03:25 | |
*** _cjones_ has joined #openstack | 03:26 | |
*** Egyptian[Laptop] has quit IRC | 03:29 | |
*** pmathews has joined #openstack | 03:30 | |
*** _cjones_ has quit IRC | 03:31 | |
*** sumanth has joined #openstack | 03:31 | |
*** scotm has quit IRC | 03:31 | |
*** fnaval has joined #openstack | 03:32 | |
*** galstrom is now known as galstrom_zzz | 03:32 | |
*** fnaval has quit IRC | 03:33 | |
*** eghobo has joined #openstack | 03:33 | |
*** Networkn3rd has quit IRC | 03:33 | |
*** Networkn3rd has joined #openstack | 03:33 | |
*** fnaval has joined #openstack | 03:33 | |
*** neha has joined #openstack | 03:37 | |
*** thumpba has joined #openstack | 03:37 | |
*** vkmc has quit IRC | 03:38 | |
*** theRealGent has joined #openstack | 03:38 | |
*** ramishra has joined #openstack | 03:40 | |
*** pheadron has joined #openstack | 03:43 | |
*** OutBackDingo has joined #openstack | 03:44 | |
*** arnaud has joined #openstack | 03:44 | |
*** IlyaE has quit IRC | 03:44 | |
*** ryou-soda has quit IRC | 03:45 | |
*** theRealGent has quit IRC | 03:45 | |
*** nosnos has quit IRC | 03:47 | |
*** nur_ has joined #openstack | 03:50 | |
*** shakamunyi has joined #openstack | 03:52 | |
*** nur_ has quit IRC | 03:55 | |
*** dschultz has joined #openstack | 03:56 | |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 03:57 | |
*** gigawhat has quit IRC | 03:59 | |
*** d3nyal has quit IRC | 03:59 | |
*** kha has joined #openstack | 03:59 | |
*** jamespage has quit IRC | 04:00 | |
*** gnuoy has quit IRC | 04:00 | |
*** a_le has joined #openstack | 04:00 | |
*** gnuoy has joined #openstack | 04:00 | |
*** jamespage has joined #openstack | 04:00 | |
*** dschultz has quit IRC | 04:01 | |
*** baoli has quit IRC | 04:01 | |
*** mark3 has quit IRC | 04:03 | |
*** mostly_d34dh0r53 is now known as d34dh0r53 | 04:03 | |
*** ramishra has quit IRC | 04:03 | |
*** Zack_Deee has quit IRC | 04:04 | |
*** greer_ has joined #openstack | 04:05 | |
*** greer has quit IRC | 04:06 | |
*** engkur_ has joined #openstack | 04:06 | |
*** a_le has quit IRC | 04:08 | |
*** rellik28 has joined #openstack | 04:08 | |
*** r3pl4y has quit IRC | 04:09 | |
*** Zack_Deee has joined #openstack | 04:09 | |
*** mikeoutland has quit IRC | 04:11 | |
*** sputnik13 has joined #openstack | 04:11 | |
*** suresh12 has joined #openstack | 04:11 | |
*** afazekas has quit IRC | 04:12 | |
*** rdas has joined #openstack | 04:13 | |
*** Zack_Deee has quit IRC | 04:14 | |
*** jroovers has joined #openstack | 04:14 | |
*** matsuhashi has quit IRC | 04:15 | |
*** suresh12 has quit IRC | 04:17 | |
*** Zack_Deee has joined #openstack | 04:17 | |
*** jroovers has quit IRC | 04:20 | |
*** lori|away is now known as lori | 04:22 | |
*** jroovers has joined #openstack | 04:22 | |
*** psharma has joined #openstack | 04:22 | |
*** reed has quit IRC | 04:23 | |
*** elrarun has joined #openstack | 04:24 | |
*** Zack_Deee has quit IRC | 04:24 | |
*** matsuhashi has joined #openstack | 04:26 | |
*** nosnos has joined #openstack | 04:27 | |
*** shakamunyi has quit IRC | 04:27 | |
*** bkopilov has quit IRC | 04:29 | |
*** k4n0 has joined #openstack | 04:30 | |
*** Warped has joined #openstack | 04:31 | |
*** sputnik13 has quit IRC | 04:32 | |
*** pravins has joined #openstack | 04:34 | |
*** kashyapk has joined #openstack | 04:35 | |
*** jroovers has quit IRC | 04:35 | |
*** sputnik13 has joined #openstack | 04:36 | |
*** kashyapk has quit IRC | 04:36 | |
*** Wayn3_ has joined #openstack | 04:40 | |
*** sputnik13 has quit IRC | 04:40 | |
*** afazekas has joined #openstack | 04:40 | |
*** amitry has joined #openstack | 04:41 | |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 04:42 | |
*** crandquist has quit IRC | 04:42 | |
*** Zack_Deee has joined #openstack | 04:43 | |
*** mrjazzcat has quit IRC | 04:44 | |
*** CASP3R has joined #openstack | 04:46 | |
*** crandquist has joined #openstack | 04:46 | |
*** ade_b has joined #openstack | 04:47 | |
*** melmoth has joined #openstack | 04:47 | |
*** sigurding has joined #openstack | 04:49 | |
*** bvandenh has joined #openstack | 04:50 | |
*** crandquist has quit IRC | 04:51 | |
*** nur_ has joined #openstack | 04:51 | |
*** jcook has joined #openstack | 04:52 | |
*** shakamunyi has joined #openstack | 04:52 | |
*** aveek has joined #openstack | 04:53 | |
*** jeflui has joined #openstack | 04:53 | |
*** sputnik13 has joined #openstack | 04:53 | |
*** shakamunyi has quit IRC | 04:54 | |
*** aniket has joined #openstack | 04:54 | |
*** nur_ has quit IRC | 04:55 | |
iscsi | linuxuz3r: cloud-user@ using ssh key | 04:56 |
*** evanz_ has joined #openstack | 04:56 | |
*** jcook has quit IRC | 04:56 | |
*** Romik has joined #openstack | 04:57 | |
*** dschultz has joined #openstack | 04:58 | |
linuxuz3r | ok | 05:01 |
*** dschultz has quit IRC | 05:02 | |
*** tian has joined #openstack | 05:07 | |
*** aeperezt has quit IRC | 05:09 | |
*** sumanth has quit IRC | 05:09 | |
*** anand_ts has joined #openstack | 05:09 | |
*** paraa has joined #openstack | 05:10 | |
*** a_le has joined #openstack | 05:11 | |
iscsi | http://i1.kym-cdn.com/photos/images/newsfeed/000/082/456/Okay.png | 05:11 |
*** sumanth has joined #openstack | 05:11 | |
*** a_le has quit IRC | 05:12 | |
*** IlyaE has joined #openstack | 05:12 | |
*** shakamunyi has joined #openstack | 05:12 | |
*** bvandenh has quit IRC | 05:12 | |
*** crandquist has joined #openstack | 05:13 | |
*** tshefi has joined #openstack | 05:13 | |
*** penguinRaider has quit IRC | 05:15 | |
*** krtaylor has quit IRC | 05:15 | |
*** crandquist has quit IRC | 05:17 | |
*** aniket has quit IRC | 05:17 | |
*** TREllis has quit IRC | 05:17 | |
*** bocaneri has joined #openstack | 05:22 | |
*** ddieterly has quit IRC | 05:22 | |
*** IlyaE has quit IRC | 05:22 | |
*** ddieterly has joined #openstack | 05:22 | |
*** Longgeek has joined #openstack | 05:23 | |
*** a_le has joined #openstack | 05:25 | |
*** thumpba has quit IRC | 05:25 | |
*** vuil has joined #openstack | 05:26 | |
*** vuil has quit IRC | 05:26 | |
*** a_le has quit IRC | 05:26 | |
*** a_le has joined #openstack | 05:26 | |
*** jmickle has joined #openstack | 05:26 | |
*** _cjones_ has joined #openstack | 05:28 | |
*** tshefi has quit IRC | 05:29 | |
*** penguinRaider has joined #openstack | 05:31 | |
*** stanchan_ has joined #openstack | 05:31 | |
*** stanchan_ has quit IRC | 05:31 | |
*** _cjones_ has quit IRC | 05:32 | |
*** arnaud has quit IRC | 05:32 | |
*** ranjan has quit IRC | 05:34 | |
*** askb has joined #openstack | 05:35 | |
*** stanchan has quit IRC | 05:35 | |
*** jmickle has quit IRC | 05:36 | |
*** shakamunyi has quit IRC | 05:40 | |
*** naveen_ has joined #openstack | 05:40 | |
*** shakamunyi has joined #openstack | 05:41 | |
*** paraa has quit IRC | 05:41 | |
*** renlt has joined #openstack | 05:43 | |
*** jsullivandigs has quit IRC | 05:43 | |
*** jsullivandigs has joined #openstack | 05:44 | |
*** rotbeard has joined #openstack | 05:45 | |
*** starmer has joined #openstack | 05:46 | |
*** aniket has joined #openstack | 05:47 | |
*** askb has quit IRC | 05:49 | |
*** melmoth has quit IRC | 05:50 | |
*** fnaval has quit IRC | 05:52 | |
*** nur_ has joined #openstack | 05:52 | |
*** resker has joined #openstack | 05:54 | |
*** talluri has joined #openstack | 05:54 | |
*** moarrr_bitcoin has joined #openstack | 05:55 | |
*** nur_ has quit IRC | 05:56 | |
*** md_5 has quit IRC | 05:56 | |
*** esker has quit IRC | 05:57 | |
*** digs has joined #openstack | 05:58 | |
*** digs is now known as Guest29978 | 05:58 | |
*** spandhe has joined #openstack | 05:58 | |
*** ircuser-1 has quit IRC | 06:00 | |
*** pradipta_away is now known as pradipta | 06:00 | |
*** pmathews has quit IRC | 06:01 | |
*** jsullivandigs has quit IRC | 06:01 | |
*** mkolesni has joined #openstack | 06:02 | |
*** spandhe_ has joined #openstack | 06:02 | |
*** md_5 has joined #openstack | 06:02 | |
*** engkur_ has quit IRC | 06:03 | |
*** spandhe has quit IRC | 06:03 | |
*** spandhe_ is now known as spandhe | 06:03 | |
*** eghobo has quit IRC | 06:05 | |
*** ircuser-1 has joined #openstack | 06:06 | |
*** Guest29978 has quit IRC | 06:06 | |
*** ircuser-1 has quit IRC | 06:07 | |
*** paraa has joined #openstack | 06:07 | |
*** rellik28 has quit IRC | 06:08 | |
*** anande has joined #openstack | 06:13 | |
*** crandquist has joined #openstack | 06:13 | |
*** Networkn3rd has quit IRC | 06:14 | |
*** tshefi has joined #openstack | 06:15 | |
*** jaosorior has joined #openstack | 06:15 | |
*** crandquist has quit IRC | 06:18 | |
*** Guest53752 is now known as Diplomat | 06:18 | |
*** Linguo has joined #openstack | 06:19 | |
*** Linguo has quit IRC | 06:19 | |
*** nlevinki has joined #openstack | 06:20 | |
*** r3pl4y has joined #openstack | 06:22 | |
*** karimb has joined #openstack | 06:22 | |
*** _cjones_ has joined #openstack | 06:28 | |
*** epcim has joined #openstack | 06:29 | |
*** spandhe has quit IRC | 06:31 | |
*** elrarun has quit IRC | 06:31 | |
*** _cjones_ has quit IRC | 06:33 | |
*** neoXsys has joined #openstack | 06:34 | |
*** dschultz has joined #openstack | 06:35 | |
*** pradipta is now known as pradipta_away | 06:38 | |
*** nacer has quit IRC | 06:38 | |
*** tnovacik has joined #openstack | 06:39 | |
*** greer has joined #openstack | 06:40 | |
*** greer_ has quit IRC | 06:40 | |
*** dschultz has quit IRC | 06:41 | |
*** omachace has joined #openstack | 06:42 | |
*** ajay_ has joined #openstack | 06:44 | |
*** crandquist has joined #openstack | 06:44 | |
*** bvb_ has quit IRC | 06:45 | |
*** inc0 has joined #openstack | 06:49 | |
*** renlt has quit IRC | 06:51 | |
*** nur_ has joined #openstack | 06:53 | |
*** comay has quit IRC | 06:53 | |
*** Ursinha-afk is now known as Ursinha | 06:53 | |
*** mikeoutland has joined #openstack | 06:56 | |
*** nur_ has quit IRC | 06:57 | |
*** eghobo has joined #openstack | 06:58 | |
*** mikeoutland has quit IRC | 06:58 | |
*** Zack_Dee_ has joined #openstack | 06:59 | |
*** Dharmit has joined #openstack | 07:00 | |
*** a_le has quit IRC | 07:01 | |
*** artem_panchenko has joined #openstack | 07:01 | |
*** Romik has quit IRC | 07:01 | |
*** OutBackDingo has quit IRC | 07:02 | |
*** Zack_Deee has quit IRC | 07:03 | |
*** reidrac has joined #openstack | 07:05 | |
*** idv has joined #openstack | 07:05 | |
*** jistr has joined #openstack | 07:05 | |
*** ddieterly has quit IRC | 07:06 | |
*** mrunge has joined #openstack | 07:06 | |
*** ddieterly has joined #openstack | 07:06 | |
*** hemna_ has quit IRC | 07:08 | |
*** derekh_ has joined #openstack | 07:08 | |
*** pantea has joined #openstack | 07:08 | |
*** ghaering has joined #openstack | 07:09 | |
*** jhesketh has quit IRC | 07:10 | |
*** ircuser-1 has joined #openstack | 07:10 | |
*** a_le has joined #openstack | 07:10 | |
*** flaper87|afk is now known as flaper87 | 07:10 | |
*** Zuru has joined #openstack | 07:11 | |
*** a_le has quit IRC | 07:11 | |
*** linuxuz3r has quit IRC | 07:11 | |
*** mrunge has quit IRC | 07:11 | |
*** jabze_4016 has quit IRC | 07:11 | |
*** jabze_4016 has joined #openstack | 07:12 | |
*** mrunge has joined #openstack | 07:12 | |
*** ifarkas has joined #openstack | 07:14 | |
*** yrabl has joined #openstack | 07:14 | |
*** Ruetobas has quit IRC | 07:14 | |
*** nkhare has joined #openstack | 07:14 | |
*** underyx is now known as Underyx | 07:15 | |
*** BAKfr has joined #openstack | 07:15 | |
*** msgodf has joined #openstack | 07:19 | |
*** yrabl has quit IRC | 07:19 | |
*** lcavassa has joined #openstack | 07:20 | |
*** Albert_13 has joined #openstack | 07:20 | |
*** scheuran has joined #openstack | 07:20 | |
*** inc0 has quit IRC | 07:21 | |
*** Ruetobas has joined #openstack | 07:22 | |
*** nstrug has joined #openstack | 07:22 | |
*** engkur_ has joined #openstack | 07:24 | |
*** jlibosva has joined #openstack | 07:25 | |
*** aveek has quit IRC | 07:25 | |
*** yrabl has joined #openstack | 07:26 | |
*** Ruetobas has quit IRC | 07:27 | |
*** Ruetobas has joined #openstack | 07:27 | |
*** aveek has joined #openstack | 07:27 | |
*** gszasz has joined #openstack | 07:28 | |
*** jcoufal has joined #openstack | 07:28 | |
*** bkopilov has joined #openstack | 07:29 | |
*** ttrifonov_zZzz is now known as ttrifonov | 07:29 | |
*** _cjones_ has joined #openstack | 07:29 | |
*** sungju has quit IRC | 07:30 | |
*** CASP3R has quit IRC | 07:30 | |
*** ProT-0-TypE has joined #openstack | 07:31 | |
*** Infitialis has joined #openstack | 07:32 | |
*** Infitialis has quit IRC | 07:33 | |
*** fsimonce has joined #openstack | 07:33 | |
*** Infitialis has joined #openstack | 07:33 | |
*** _cjones_ has quit IRC | 07:34 | |
*** nacer has joined #openstack | 07:34 | |
*** nacer has quit IRC | 07:34 | |
*** nacer has joined #openstack | 07:35 | |
*** dschultz has joined #openstack | 07:36 | |
*** cedrics has joined #openstack | 07:37 | |
*** giulivo has joined #openstack | 07:38 | |
*** dschultz has quit IRC | 07:41 | |
*** bvandenh has joined #openstack | 07:41 | |
*** nshaikh has joined #openstack | 07:44 | |
*** eghobo has quit IRC | 07:44 | |
*** jprovazn has joined #openstack | 07:46 | |
*** ongolaBoy has joined #openstack | 07:47 | |
*** TREllis has joined #openstack | 07:48 | |
*** comptona has quit IRC | 07:48 | |
*** bdav|irccloud has quit IRC | 07:51 | |
*** Underyx is now known as underyx | 07:51 | |
*** mindpixel has joined #openstack | 07:52 | |
*** igordcard has joined #openstack | 07:52 | |
*** nur_ has joined #openstack | 07:53 | |
*** comptona has joined #openstack | 07:57 | |
*** MarcMorata has joined #openstack | 07:57 | |
*** jeflui has quit IRC | 07:57 | |
*** nur_ has quit IRC | 07:57 | |
*** jpich has joined #openstack | 07:58 | |
*** ttrifonov is now known as ttrifonov_zZzz | 07:59 | |
*** ttrifonov_zZzz is now known as ttrifonov | 07:59 | |
*** scuttlemonkey has quit IRC | 08:01 | |
*** mindpixel has quit IRC | 08:05 | |
*** stannie has joined #openstack | 08:05 | |
*** gdubreui has quit IRC | 08:08 | |
*** neoXsys has quit IRC | 08:08 | |
*** tzn has joined #openstack | 08:09 | |
*** derekh_ has quit IRC | 08:09 | |
*** derekh_ has joined #openstack | 08:11 | |
*** Fredrik has joined #openstack | 08:11 | |
*** coolsvap|afk is now known as coolsvap | 08:11 | |
*** habib has joined #openstack | 08:12 | |
*** Fredrik is now known as Guest17960 | 08:12 | |
*** matsuhashi has quit IRC | 08:14 | |
*** dfarrell-41678 has quit IRC | 08:15 | |
*** matsuhashi has joined #openstack | 08:15 | |
*** matsuhashi has quit IRC | 08:17 | |
*** matsuhashi has joined #openstack | 08:17 | |
*** eglynn has joined #openstack | 08:17 | |
*** bluenemo has joined #openstack | 08:19 | |
*** sungju has joined #openstack | 08:21 | |
*** arezmerita has joined #openstack | 08:22 | |
*** tomoe__ has joined #openstack | 08:22 | |
*** tomoe_ has quit IRC | 08:23 | |
*** neoXsys has joined #openstack | 08:24 | |
*** xgsa has joined #openstack | 08:27 | |
*** inc0 has joined #openstack | 08:28 | |
*** nacim has joined #openstack | 08:32 | |
*** evanz_ has quit IRC | 08:33 | |
*** bilco105_ is now known as bilco105 | 08:33 | |
*** moha_hunt has joined #openstack | 08:34 | |
*** evanz has quit IRC | 08:34 | |
*** cranvil has joined #openstack | 08:35 | |
*** habib has quit IRC | 08:35 | |
*** sulochan has quit IRC | 08:36 | |
*** r0j4z0 has quit IRC | 08:36 | |
*** idv has quit IRC | 08:37 | |
*** sulochan has joined #openstack | 08:37 | |
*** Jianyong has quit IRC | 08:37 | |
*** sungju has quit IRC | 08:37 | |
*** Jianyong has joined #openstack | 08:38 | |
*** Zack_Dee_ has quit IRC | 08:38 | |
*** Zack_Deee has joined #openstack | 08:39 | |
*** sulochan has quit IRC | 08:39 | |
*** habib has joined #openstack | 08:39 | |
*** habib has quit IRC | 08:39 | |
*** sulochan has joined #openstack | 08:40 | |
*** idv has joined #openstack | 08:40 | |
*** drussell has quit IRC | 08:42 | |
*** dfarrell-41678 has joined #openstack | 08:42 | |
*** kapott has joined #openstack | 08:42 | |
*** andreaturli has joined #openstack | 08:43 | |
*** shakamunyi has quit IRC | 08:43 | |
*** belmoreira has joined #openstack | 08:43 | |
*** pnavarro has joined #openstack | 08:44 | |
*** Jianyong has quit IRC | 08:47 | |
*** Jianyong has joined #openstack | 08:47 | |
*** tom_ has joined #openstack | 08:48 | |
*** tom_ is now known as Guest12442 | 08:48 | |
*** Guest12442 is now known as ToM- | 08:48 | |
*** giorgiodinapoli has joined #openstack | 08:49 | |
*** ToM- is now known as ToM-- | 08:49 | |
*** ddieterly has quit IRC | 08:49 | |
*** ddieterly has joined #openstack | 08:50 | |
*** egallen has joined #openstack | 08:50 | |
*** drussell has joined #openstack | 08:52 | |
*** Paul-C has joined #openstack | 08:53 | |
*** nur_ has joined #openstack | 08:54 | |
*** egallen has quit IRC | 08:54 | |
*** mmagr has joined #openstack | 08:54 | |
*** haruka has quit IRC | 08:55 | |
*** Paul-C has left #openstack | 08:57 | |
*** pnavarro has quit IRC | 08:57 | |
*** ejat has joined #openstack | 08:57 | |
*** nur_ has quit IRC | 08:58 | |
*** michaelneale has quit IRC | 09:00 | |
*** mdavidson has joined #openstack | 09:02 | |
*** engkur_ has quit IRC | 09:03 | |
*** pelix has joined #openstack | 09:03 | |
*** amuller has joined #openstack | 09:04 | |
*** mindpixel has joined #openstack | 09:04 | |
*** pnavarro has joined #openstack | 09:04 | |
*** mdavidson has quit IRC | 09:05 | |
*** ByteSore_ is now known as ByteSore | 09:05 | |
*** getup- has joined #openstack | 09:06 | |
*** smauel has joined #openstack | 09:07 | |
*** smauel has left #openstack | 09:07 | |
*** ProT-0-TypE has quit IRC | 09:09 | |
*** jp_at_hp has joined #openstack | 09:12 | |
*** k_stev has quit IRC | 09:13 | |
*** kapott has quit IRC | 09:13 | |
*** kapott has joined #openstack | 09:13 | |
*** berendt has joined #openstack | 09:17 | |
*** BLZbubba has quit IRC | 09:17 | |
*** melwitt has quit IRC | 09:18 | |
*** engkur_ has joined #openstack | 09:19 | |
*** Xelnz has joined #openstack | 09:21 | |
*** nacim has quit IRC | 09:21 | |
*** yamahata has quit IRC | 09:22 | |
*** bbcmicrocomputer has joined #openstack | 09:23 | |
*** Xelenonz has quit IRC | 09:24 | |
*** Zack_Deee has quit IRC | 09:27 | |
*** Xelenonz has joined #openstack | 09:28 | |
*** ndipanov has joined #openstack | 09:28 | |
*** ndipanov has quit IRC | 09:29 | |
*** Deltachaos has quit IRC | 09:29 | |
*** Xelnz has quit IRC | 09:29 | |
*** Xelnz has joined #openstack | 09:30 | |
*** pedroalvarez has quit IRC | 09:30 | |
*** mindpixel has quit IRC | 09:30 | |
*** yro has joined #openstack | 09:31 | |
*** tomoe__ has quit IRC | 09:32 | |
*** Xelenonz has quit IRC | 09:32 | |
*** kbrierly has joined #openstack | 09:34 | |
*** kdbrierly has quit IRC | 09:34 | |
*** gszasz has quit IRC | 09:37 | |
*** zzelle has joined #openstack | 09:37 | |
*** idv_ has joined #openstack | 09:38 | |
*** sushils has quit IRC | 09:39 | |
*** idv has quit IRC | 09:39 | |
*** shakamunyi has joined #openstack | 09:40 | |
*** Deltachaos has joined #openstack | 09:40 | |
*** rdas has quit IRC | 09:40 | |
paraa | i have a virtual 3 node setup and gave my instances internet access via iptables rules (https://github.com/dizz/icclab-openstack-aio-tut/blob/master/README.md down on the page) unfortunately internet is extremely slow. I think of a DNS prob? | 09:41 |
*** maxdml has joined #openstack | 09:42 | |
Diplomat | you had that ping problem ? | 09:42 |
paraa | will go to lunch first ;D | 09:42 |
*** naveen_ has quit IRC | 09:43 | |
Diplomat | lol | 09:43 |
*** shakamunyi has quit IRC | 09:45 | |
*** sushils has joined #openstack | 09:45 | |
*** habib has joined #openstack | 09:47 | |
*** tzn has quit IRC | 09:47 | |
*** nacim has joined #openstack | 09:48 | |
*** naveen_ has joined #openstack | 09:52 | |
*** habib has quit IRC | 09:53 | |
*** habib has joined #openstack | 09:53 | |
*** troya has quit IRC | 09:53 | |
*** k4n0 has quit IRC | 09:54 | |
*** rodrigods_ has quit IRC | 09:54 | |
*** nur_ has joined #openstack | 09:54 | |
*** sushils has quit IRC | 09:54 | |
*** idv__ has joined #openstack | 09:55 | |
Diplomat | interesting.. when i add a second nic with public ip and configure it | 09:55 |
Diplomat | i cant ssh into it | 09:55 |
Diplomat | to that machine | 09:55 |
*** sungju has joined #openstack | 09:56 | |
*** naveen_ has quit IRC | 09:56 | |
*** habib has quit IRC | 09:56 | |
*** sushils has joined #openstack | 09:56 | |
*** habib has joined #openstack | 09:56 | |
*** Free_maN has joined #openstack | 09:58 | |
*** Free_maN has joined #openstack | 09:58 | |
*** idv_ has quit IRC | 09:58 | |
*** sungju has quit IRC | 09:59 | |
cranvil | Is it possible to add a compute node running icehouse to a controller which runs on grizzly? | 10:00 |
*** rdenis has joined #openstack | 10:00 | |
*** mtrisoline1 has quit IRC | 10:01 | |
*** mkollaro has joined #openstack | 10:01 | |
*** sungju has joined #openstack | 10:01 | |
*** sungju has quit IRC | 10:03 | |
*** bilco105 is now known as bilco105_ | 10:04 | |
*** mattstep has quit IRC | 10:05 | |
*** racingferret has joined #openstack | 10:05 | |
*** bilco105_ is now known as bilco105 | 10:06 | |
*** mattstep has joined #openstack | 10:06 | |
*** k4n0 has joined #openstack | 10:07 | |
*** nur_ has quit IRC | 10:08 | |
*** msgodf_ has joined #openstack | 10:08 | |
*** naveen_ has joined #openstack | 10:08 | |
*** Harry51S has joined #openstack | 10:09 | |
*** sungju has joined #openstack | 10:09 | |
*** msgodf has quit IRC | 10:09 | |
*** shakamunyi has joined #openstack | 10:10 | |
*** nur_ has joined #openstack | 10:11 | |
*** tian has quit IRC | 10:13 | |
*** sushils has quit IRC | 10:15 | |
*** sushils has joined #openstack | 10:16 | |
*** shakamunyi has quit IRC | 10:16 | |
*** nur_ has quit IRC | 10:16 | |
*** nur_ has joined #openstack | 10:16 | |
*** sigurding has quit IRC | 10:16 | |
*** Zack_Deee has joined #openstack | 10:17 | |
*** rdas has joined #openstack | 10:20 | |
*** jtomasek has joined #openstack | 10:20 | |
*** gszasz has joined #openstack | 10:22 | |
*** sigurding has joined #openstack | 10:22 | |
*** cedrics has quit IRC | 10:23 | |
paraa | nomnom, i'm back | 10:23 |
*** sigurding has quit IRC | 10:24 | |
*** nacim has quit IRC | 10:25 | |
*** r0j4z0 has joined #openstack | 10:26 | |
*** sushils has quit IRC | 10:27 | |
*** naveen_ has quit IRC | 10:29 | |
*** k4n0 has quit IRC | 10:30 | |
*** naveen_ has joined #openstack | 10:30 | |
*** _cjones_ has joined #openstack | 10:32 | |
*** rods1 has joined #openstack | 10:33 | |
*** michaelneale has joined #openstack | 10:33 | |
*** paragan has quit IRC | 10:36 | |
*** corXi has joined #openstack | 10:36 | |
*** _cjones_ has quit IRC | 10:37 | |
*** k4n0 has joined #openstack | 10:37 | |
*** vkmc has joined #openstack | 10:37 | |
*** vkmc has quit IRC | 10:37 | |
*** vkmc has joined #openstack | 10:37 | |
*** CAP1089 has joined #openstack | 10:38 | |
*** r0j4z0 has quit IRC | 10:38 | |
*** CAP1089 is now known as r0j4z0 | 10:38 | |
*** rockey_ has quit IRC | 10:39 | |
*** kaydo has quit IRC | 10:39 | |
*** erlon has quit IRC | 10:39 | |
*** getup- has quit IRC | 10:39 | |
*** Zack_Deee has quit IRC | 10:41 | |
*** erlon has joined #openstack | 10:41 | |
*** rh_cloud_ has joined #openstack | 10:41 | |
*** kaydo has joined #openstack | 10:41 | |
*** Zack_Deee has joined #openstack | 10:42 | |
*** idv has joined #openstack | 10:43 | |
*** idv__ has quit IRC | 10:43 | |
*** dorftrottel_ has joined #openstack | 10:43 | |
*** samchoi has quit IRC | 10:43 | |
*** Ursinha is now known as Ursinha-afk | 10:46 | |
*** matsuhashi has quit IRC | 10:48 | |
*** Infitialis has quit IRC | 10:49 | |
*** jbeimler has quit IRC | 10:50 | |
*** diegows has joined #openstack | 10:53 | |
*** jbeimler has joined #openstack | 10:53 | |
*** kushal has quit IRC | 10:53 | |
*** ProT-0-TypE has joined #openstack | 10:54 | |
*** sungju has quit IRC | 10:55 | |
*** melmoth has joined #openstack | 10:56 | |
*** sergmelikyan has joined #openstack | 10:57 | |
*** sergmelikyan has quit IRC | 10:57 | |
*** vpanizo has quit IRC | 10:59 | |
*** naveen_ has quit IRC | 10:59 | |
*** dizquierdo has joined #openstack | 11:02 | |
*** fam has quit IRC | 11:03 | |
*** ericgoncz has joined #openstack | 11:05 | |
*** Xelnz has quit IRC | 11:06 | |
*** sigurding has joined #openstack | 11:08 | |
*** tomoe_ has joined #openstack | 11:10 | |
*** melmoth has quit IRC | 11:10 | |
*** shakamunyi has joined #openstack | 11:11 | |
*** getup- has joined #openstack | 11:13 | |
*** hashfail has quit IRC | 11:14 | |
*** tomoe_ has quit IRC | 11:14 | |
*** xgsa has quit IRC | 11:14 | |
*** naveen_ has joined #openstack | 11:15 | |
*** arezmerita has quit IRC | 11:16 | |
*** shakamunyi has quit IRC | 11:16 | |
*** nur_ has quit IRC | 11:18 | |
*** cedrics has joined #openstack | 11:18 | |
*** fam has joined #openstack | 11:20 | |
*** yocum has joined #openstack | 11:20 | |
*** ejat has quit IRC | 11:21 | |
*** afrolov_ is now known as AlexFrolov | 11:22 | |
*** anande has quit IRC | 11:22 | |
*** yocum_ has joined #openstack | 11:23 | |
*** Zack_Deee has quit IRC | 11:25 | |
*** sushils has joined #openstack | 11:27 | |
*** Zack_Deee has joined #openstack | 11:27 | |
*** Ursinha-afk is now known as Ursinha | 11:27 | |
*** aniket has quit IRC | 11:27 | |
*** marrusl has joined #openstack | 11:28 | |
*** libsysguy has joined #openstack | 11:28 | |
*** sergmelikyan has joined #openstack | 11:28 | |
*** rtheis has joined #openstack | 11:28 | |
*** ghaering has left #openstack | 11:29 | |
*** sgordon has joined #openstack | 11:29 | |
*** sgordon has quit IRC | 11:29 | |
*** sgordon has joined #openstack | 11:29 | |
*** igordcard has quit IRC | 11:30 | |
*** RockKuo_Office has quit IRC | 11:32 | |
*** habib has quit IRC | 11:32 | |
*** pnascimento has joined #openstack | 11:33 | |
*** coolsvap is now known as coolsvap|afk | 11:33 | |
pnascimento | hello stackers, two questions, if you don't mind... | 11:33 |
*** pixelb has joined #openstack | 11:33 | |
pnascimento | ... 1) it is possible to check which version my devstack is? havana? icehouse? | 11:34 |
pnascimento | ... 2) Could I launch a devstack with Vagrant, Chef or Puppet? To increase development... | 11:34 |
k4n0 | pnascimento, In the devstack directory ,do a "git branch" | 11:34 |
k4n0 | pnascimento, by default devstack is pulling from trunk unless you specify the version using "git checkout stable/{havana,icehouse}" | 11:35 |
pnascimento | k4n0: appears "master" :S | 11:36 |
k4n0 | pnascimento, looks like you are running trunk/latest version | 11:36 |
*** FunnyLookinHat has joined #openstack | 11:37 | |
*** xgsa has joined #openstack | 11:37 | |
k4n0 | pnascimento, if you want to run any specific version, you will have to do a "git checkout stable/<openstack_version_name_here>" | 11:37 |
*** nkhare has quit IRC | 11:37 | |
k4n0 | pnascimento, the unstack and stack again | 11:38 |
*** arezmerita has joined #openstack | 11:40 | |
*** idv has quit IRC | 11:40 | |
*** idv has joined #openstack | 11:41 | |
pnascimento | k4n0: ok, I will do it, thank you! :) and about the 2nd question can you answer it? nevertheless thank you :) | 11:41 |
k4n0 | pnascimento, Yes you can launch devstack with the tools you mentioned if you need to automate devstack deployment | 11:41 |
obcecado | meh, centos bootstrap images fail to load bnx2 firmware | 11:42 |
*** promulo has quit IRC | 11:44 | |
*** paragan has joined #openstack | 11:44 | |
*** dims has joined #openstack | 11:45 | |
*** cdub has joined #openstack | 11:47 | |
*** pnascimento has quit IRC | 11:47 | |
*** fam has quit IRC | 11:48 | |
*** xianghui has quit IRC | 11:49 | |
*** yfauser has joined #openstack | 11:51 | |
*** marcelodieder has joined #openstack | 11:52 | |
*** jamie_h has joined #openstack | 11:52 | |
*** aveek has quit IRC | 11:52 | |
*** dorftrottel_ has quit IRC | 11:53 | |
cranvil | exit | 11:53 |
*** cranvil has quit IRC | 11:53 | |
*** morazi has joined #openstack | 11:55 | |
*** scotm has joined #openstack | 11:56 | |
*** rtheis has quit IRC | 11:58 | |
*** dorftrottel_ has joined #openstack | 11:59 | |
*** baoli has joined #openstack | 12:01 | |
*** fam has joined #openstack | 12:01 | |
*** fam has quit IRC | 12:02 | |
*** fam has joined #openstack | 12:02 | |
*** omachace has left #openstack | 12:03 | |
*** michaelneale has quit IRC | 12:03 | |
*** belmoreira has quit IRC | 12:04 | |
*** cedrics has quit IRC | 12:05 | |
*** Dominic_ has joined #openstack | 12:06 | |
*** ericgoncz has quit IRC | 12:06 | |
*** habib has joined #openstack | 12:06 | |
*** bmurt has joined #openstack | 12:06 | |
*** Shmouel`away has quit IRC | 12:07 | |
*** jodok has joined #openstack | 12:07 | |
*** jodok has joined #openstack | 12:07 | |
*** rtheis has joined #openstack | 12:08 | |
*** libsysguy has quit IRC | 12:08 | |
*** cdub has quit IRC | 12:09 | |
*** yaguang has quit IRC | 12:09 | |
*** rods1 has quit IRC | 12:10 | |
*** melmoth has joined #openstack | 12:10 | |
*** nacim has joined #openstack | 12:10 | |
*** baoli has quit IRC | 12:11 | |
*** jcook has joined #openstack | 12:12 | |
*** shakamunyi has joined #openstack | 12:12 | |
*** habib has quit IRC | 12:12 | |
*** yfauser has left #openstack | 12:13 | |
*** habib has joined #openstack | 12:13 | |
*** k4n0 has quit IRC | 12:13 | |
*** gcha has joined #openstack | 12:14 | |
*** achampion has quit IRC | 12:14 | |
*** roby_ has joined #openstack | 12:14 | |
*** psharma has quit IRC | 12:15 | |
*** lborda has joined #openstack | 12:16 | |
*** yocum_ has quit IRC | 12:16 | |
*** ahasenack has joined #openstack | 12:17 | |
*** shakamunyi has quit IRC | 12:17 | |
*** galstrom_zzz is now known as galstrom | 12:18 | |
*** libsysguy has joined #openstack | 12:18 | |
*** krtaylor has joined #openstack | 12:19 | |
*** julim has joined #openstack | 12:21 | |
*** baoli has joined #openstack | 12:23 | |
*** weshay has joined #openstack | 12:23 | |
*** Ananci has joined #openstack | 12:25 | |
*** idv has quit IRC | 12:26 | |
*** acathrow has joined #openstack | 12:27 | |
*** viviand has joined #openstack | 12:27 | |
*** idv has joined #openstack | 12:27 | |
*** Pris3rgy has joined #openstack | 12:28 | |
*** blomquisg has joined #openstack | 12:28 | |
*** tnovacik is now known as tnovacik|gone | 12:29 | |
*** naveen_ has quit IRC | 12:29 | |
*** corXi has quit IRC | 12:30 | |
*** anna__ has joined #openstack | 12:30 | |
*** Ananci has quit IRC | 12:30 | |
*** moha_hunt has quit IRC | 12:31 | |
*** Shmouel`a has joined #openstack | 12:31 | |
*** anna__ has quit IRC | 12:32 | |
*** Ananci has joined #openstack | 12:32 | |
*** ArxCruz has joined #openstack | 12:32 | |
*** tnovacik|gone has quit IRC | 12:34 | |
*** ahasenack has quit IRC | 12:35 | |
*** jdob has joined #openstack | 12:37 | |
*** jkary1 has joined #openstack | 12:38 | |
*** ahasenack has joined #openstack | 12:38 | |
*** Pris3rgy has quit IRC | 12:39 | |
*** dereky has quit IRC | 12:39 | |
*** dims has quit IRC | 12:39 | |
*** silverdaz has quit IRC | 12:39 | |
*** eharney has joined #openstack | 12:39 | |
*** Glenn900 has joined #openstack | 12:40 | |
*** hrybacki has joined #openstack | 12:40 | |
*** lblanchard has joined #openstack | 12:41 | |
*** erecio has joined #openstack | 12:41 | |
*** tkramer has joined #openstack | 12:41 | |
*** zz_whg is now known as whg | 12:42 | |
*** pheadron has quit IRC | 12:42 | |
*** mberlin has quit IRC | 12:42 | |
*** egallen has joined #openstack | 12:44 | |
*** talluri has quit IRC | 12:45 | |
*** homerj1 has joined #openstack | 12:45 | |
*** neha has quit IRC | 12:45 | |
*** longguang has joined #openstack | 12:45 | |
*** sz0 has quit IRC | 12:46 | |
*** nosnos has quit IRC | 12:50 | |
*** aniket has joined #openstack | 12:50 | |
*** anand_ts has quit IRC | 12:51 | |
*** prad has joined #openstack | 12:52 | |
*** icb has quit IRC | 12:53 | |
*** rbowen has joined #openstack | 12:54 | |
*** fnaval has joined #openstack | 12:54 | |
*** zehicle_at_dell has quit IRC | 12:54 | |
*** mberlin has joined #openstack | 12:54 | |
*** rmartinelli has joined #openstack | 12:54 | |
*** rdas has quit IRC | 12:55 | |
*** nacim has quit IRC | 12:56 | |
*** jcoufal has quit IRC | 12:56 | |
*** cference has joined #openstack | 12:57 | |
*** jmh has joined #openstack | 12:57 | |
*** jcoufal has joined #openstack | 12:57 | |
*** jmh is now known as Guest47671 | 12:58 | |
*** egallen has joined #openstack | 12:58 | |
*** Glenn900 has quit IRC | 12:59 | |
*** yocum_ has joined #openstack | 12:59 | |
*** aveek has joined #openstack | 13:00 | |
*** mtrisoline1 has joined #openstack | 13:01 | |
*** fifieldt has quit IRC | 13:02 | |
*** mkolesni has quit IRC | 13:02 | |
*** admin0 has joined #openstack | 13:02 | |
mtrisoline1 | Does anyone know if there is a IRC channel for the Nodepool project? | 13:02 |
*** dereky has joined #openstack | 13:02 | |
*** sroy has joined #openstack | 13:03 | |
*** rfolco has joined #openstack | 13:03 | |
*** rsmitty has joined #openstack | 13:05 | |
paraa | i have a virtual 3 node setup and gave my instances internet access via iptables rules (https://github.com/dizz/icclab-openstack-aio-tut/blob/master/README.md down on the page) unfortunately internet is extremely slow. I think of a DNS prob? | 13:06 |
*** galstrom is now known as galstrom_zzz | 13:06 | |
*** diogogmt has quit IRC | 13:07 | |
*** maxdml has quit IRC | 13:08 | |
*** edmund has quit IRC | 13:09 | |
*** edmund has joined #openstack | 13:09 | |
*** rsmitty has quit IRC | 13:10 | |
admin0 | try wget using ip address :) | 13:10 |
admin0 | to benchmark | 13:10 |
admin0 | vs using dns | 13:10 |
*** bknudson has quit IRC | 13:11 | |
*** hrybacki has quit IRC | 13:12 | |
*** Guest17960 has quit IRC | 13:13 | |
*** Zack_Deee has quit IRC | 13:13 | |
*** engkur_ has quit IRC | 13:13 | |
*** idv has quit IRC | 13:14 | |
*** kbringard has joined #openstack | 13:15 | |
*** ramishra has joined #openstack | 13:15 | |
*** devlaps has joined #openstack | 13:15 | |
*** pravins has quit IRC | 13:16 | |
*** WackoRobie has joined #openstack | 13:16 | |
*** mrunge has quit IRC | 13:17 | |
*** andreas__ has joined #openstack | 13:17 | |
*** idv has joined #openstack | 13:17 | |
*** ahasenack has quit IRC | 13:17 | |
*** JuanDRay has joined #openstack | 13:17 | |
*** ddieterly has quit IRC | 13:18 | |
*** bkopilov has quit IRC | 13:18 | |
*** bkopilov has joined #openstack | 13:19 | |
*** signed8bit has joined #openstack | 13:19 | |
*** jaypipes has quit IRC | 13:20 | |
*** mostly_d34dh0r53 is now known as d34dh0r53 | 13:21 | |
*** markvoelker1 has joined #openstack | 13:21 | |
*** Realmy has joined #openstack | 13:21 | |
*** markvoelker1 has quit IRC | 13:21 | |
*** maxdml has joined #openstack | 13:22 | |
*** pberis has joined #openstack | 13:22 | |
*** ap31r0n has joined #openstack | 13:22 | |
*** esv has joined #openstack | 13:23 | |
*** jaypipes has joined #openstack | 13:23 | |
*** trey_h has joined #openstack | 13:24 | |
*** tsekiyama has joined #openstack | 13:24 | |
*** signed8bit has quit IRC | 13:25 | |
*** rgerganov has joined #openstack | 13:25 | |
*** rgerganov has left #openstack | 13:25 | |
*** signed8bit has joined #openstack | 13:25 | |
*** badiane_ka has quit IRC | 13:26 | |
*** rods1 has joined #openstack | 13:26 | |
*** gcha has quit IRC | 13:26 | |
*** pberis has quit IRC | 13:27 | |
*** devoid has joined #openstack | 13:29 | |
*** cdent has joined #openstack | 13:29 | |
*** trey_h has quit IRC | 13:30 | |
*** cagrev has joined #openstack | 13:31 | |
*** W00die has quit IRC | 13:32 | |
*** marnom has left #openstack | 13:32 | |
proffalken | Hey all, I missed the sumiit, just wondering if there was any talk about StachTack and how it integrates (or doesn't!) with Ceilometer these days | 13:32 |
*** whg has left #openstack | 13:33 | |
*** warik has joined #openstack | 13:33 | |
proffalken | We've got it deployed but I'd like to create a tripleo-image-element for it to automate the process, the problem being that the installations instructions on rtd.org are heavily manual-biased | 13:33 |
proffalken | can anyone help? | 13:33 |
*** clayb has joined #openstack | 13:33 | |
*** bknudson has joined #openstack | 13:34 | |
*** ifarkas_ has joined #openstack | 13:34 | |
*** jcromer has joined #openstack | 13:34 | |
*** achampion has joined #openstack | 13:34 | |
*** mattgriffin has joined #openstack | 13:34 | |
*** prad_ has joined #openstack | 13:34 | |
*** ifarkas has quit IRC | 13:34 | |
*** robbiew has joined #openstack | 13:35 | |
*** pnascimento has joined #openstack | 13:35 | |
*** warik has quit IRC | 13:35 | |
*** fnaval has quit IRC | 13:36 | |
*** prad has quit IRC | 13:37 | |
*** prad_ is now known as prad | 13:37 | |
*** scuttlemonkey has joined #openstack | 13:38 | |
*** mikedawson has joined #openstack | 13:39 | |
*** zz_gondoi is now known as gondoi | 13:40 | |
*** homerj1 has left #openstack | 13:40 | |
*** afaranha has joined #openstack | 13:41 | |
*** Ruetobas has quit IRC | 13:41 | |
*** dspano has joined #openstack | 13:42 | |
*** W00die has joined #openstack | 13:42 | |
*** scotm has quit IRC | 13:44 | |
*** jckasper_ has quit IRC | 13:44 | |
*** balajiiyer has joined #openstack | 13:45 | |
*** rodrigods_ has joined #openstack | 13:45 | |
*** yocum_ has quit IRC | 13:46 | |
*** Infitialis has joined #openstack | 13:46 | |
*** epcim has quit IRC | 13:47 | |
*** Ruetobas has joined #openstack | 13:48 | |
*** rodrigods_ has quit IRC | 13:48 | |
*** aeperezt has joined #openstack | 13:48 | |
*** yro has quit IRC | 13:49 | |
*** ddieterly has joined #openstack | 13:49 | |
*** yro has joined #openstack | 13:49 | |
*** belmoreira has joined #openstack | 13:50 | |
*** afaranha has left #openstack | 13:50 | |
*** libsysguy has quit IRC | 13:51 | |
*** jkary1 has quit IRC | 13:51 | |
*** shakamunyi has joined #openstack | 13:52 | |
*** jkary1 has joined #openstack | 13:52 | |
*** cedrics has joined #openstack | 13:52 | |
*** Ruetobas has quit IRC | 13:52 | |
*** FunnyLookinHat has quit IRC | 13:52 | |
*** pberis has joined #openstack | 13:52 | |
*** habib has quit IRC | 13:53 | |
*** sumanth has quit IRC | 13:54 | |
*** jcoufal has quit IRC | 13:54 | |
*** jcoufal has joined #openstack | 13:55 | |
*** nacim has joined #openstack | 13:55 | |
*** rodrigods_ has joined #openstack | 13:55 | |
*** jcoufal has quit IRC | 13:56 | |
*** jcoufal has joined #openstack | 13:56 | |
*** lpax has quit IRC | 13:56 | |
*** sushils__ has joined #openstack | 13:56 | |
*** habib has joined #openstack | 13:56 | |
*** habib has quit IRC | 13:57 | |
*** habib has joined #openstack | 13:57 | |
*** nlevinki_ has joined #openstack | 13:57 | |
*** sushils has quit IRC | 13:58 | |
*** Ruetobas has joined #openstack | 13:58 | |
*** zz_paulczar is now known as paulczar | 13:58 | |
*** bvandenh has quit IRC | 13:59 | |
*** nlevinki has quit IRC | 13:59 | |
*** rbak has joined #openstack | 13:59 | |
*** sushils__ has quit IRC | 14:01 | |
*** nacim has quit IRC | 14:02 | |
*** nlevinki_ has quit IRC | 14:02 | |
*** fnaval has joined #openstack | 14:02 | |
*** rotbeard has quit IRC | 14:02 | |
*** rodrigods_ has quit IRC | 14:03 | |
*** hrybacki has joined #openstack | 14:03 | |
*** TheOsprey has quit IRC | 14:03 | |
*** Realmy has quit IRC | 14:03 | |
*** sushils has joined #openstack | 14:03 | |
*** tsekiyama has quit IRC | 14:04 | |
*** paulczar has left #openstack | 14:04 | |
*** sputnik13 has quit IRC | 14:04 | |
Infitialis | I've got an issue, whenever I want to execute a neutron command I get the error: | 14:05 |
Infitialis | Connection to neutron failed: Maximum attempts reached | 14:05 |
Infitialis | when I use lsof | grep 9696 I don't see neutron-server listening on it | 14:05 |
*** ajay_ has quit IRC | 14:05 | |
Infitialis | but /var/log/neutron/server.log doesn't contain anything recent | 14:05 |
*** dereky has quit IRC | 14:06 | |
*** rsmitty has joined #openstack | 14:06 | |
Sam-I-Am | Infitialis: so neutron-server probably isnt running | 14:06 |
Sam-I-Am | edit neutron.conf, change verbose=True, start neutron-server and see what happens | 14:07 |
Infitialis | Sam-I-Am: well actually it is ^^ according to service neutron-server status it is running | 14:07 |
Infitialis | verbose is on | 14:07 |
pnascimento | I'm a owner of a devstack (single machine) but I can't remember if its Havana or Icehouse, so, I want to upgrade to the latest milestone... if I unstack.sh and then git pull and after finish it with stack.sh, my devstack it will be upgraded to the last version on GitHub, right? | 14:07 |
Infitialis | and I've tried restarting neutron-server a few times | 14:07 |
*** fnaval_ has joined #openstack | 14:07 | |
larsks | Infitialis: So, is it actually running? Try "ps -fe | grep neutron-server". Do you see anything? | 14:08 |
larsks | Infitialis: You can try starting it by hand to see if there are any errors that somehow are not cropping up in the logs... | 14:08 |
larsks | Infitialis: something like: | 14:08 |
larsks | sudo -u neutron neutron-server --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini | 14:08 |
Infitialis | larsks: I got this http://pastebin.com/1pUs2pPb so it seems that its running | 14:09 |
*** yocum has quit IRC | 14:09 | |
Infitialis | ah k | 14:09 |
*** fnaval has quit IRC | 14:09 | |
*** jckasper has joined #openstack | 14:09 | |
larsks | Infitialis: So, in you case: | 14:09 |
*** togdon has joined #openstack | 14:09 | |
larsks | sudo -u neutron /usr/bin/neutron-server --config-file /etc/neutron/neutron.conf --log-file /var/log/neutron/server.log --config-file /etc/neutron/plugins/ml2/ml2_conf.ini | 14:09 |
larsks | And maybe add --debug | 14:09 |
larsks | And drop the --log-file | 14:09 |
*** roby_ has quit IRC | 14:10 | |
Sam-I-Am | pnascimento: devstack uses head by default, so you'll get whatever is there unless you specifically set a release | 14:10 |
Infitialis | larsks: thanks for teaching me general linux troubleshooting :D | 14:11 |
*** thangp has joined #openstack | 14:11 | |
pnascimento | Sam-I-Am: right, but the problem is, I have this devstack since the beginning of the Year... 5months ago... so I need to update it... | 14:11 |
*** r0j4z0 has quit IRC | 14:11 | |
pnascimento | Sam-I-Am: I was trying to verify if the way I have thought it is the correct way ;) | 14:12 |
*** vnguyen has joined #openstack | 14:12 | |
Sam-I-Am | i think you have to use git to sync with the latest ver | 14:12 |
*** sushils has quit IRC | 14:13 | |
Infitialis | larsks: problem solved :) thank you and Sam-I-Am | 14:13 |
*** egallen has quit IRC | 14:13 | |
larsks | What was the problem? | 14:13 |
*** fnaval_ has quit IRC | 14:14 | |
*** togdon has quit IRC | 14:14 | |
pnascimento | Sam-I-Am: as said it before :) unstack.sh => git pull => stack.sh | 14:15 |
Sam-I-Am | yeah | 14:15 |
Infitialis | larsks: -.-' too embarrassing :P | 14:15 |
pnascimento | Sam-I-Am: thanks! :D | 14:15 |
*** sushils has joined #openstack | 14:15 | |
Infitialis | http://pastebin.com/MTiA2swV that's the problem larsks :P right at the end obvious cause | 14:16 |
*** egallen has joined #openstack | 14:16 | |
Sam-I-Am | yay config file problem | 14:16 |
Sam-I-Am | we really need more sanity checking | 14:16 |
Diplomat | gotta love config file problems | 14:16 |
Sam-I-Am | rather than simply dying | 14:16 |
larsks | Infitialis: Eh, I wouldn't be embarassed by that. I think Neutron should be robust enough to actually log that as an error rather than bailing out. | 14:16 |
*** sushils has quit IRC | 14:16 | |
Sam-I-Am | it should say "hey... config file problem" | 14:16 |
Sam-I-Am | larsks: its not only neutron | 14:17 |
*** nlevinki_ has joined #openstack | 14:17 | |
Sam-I-Am | nothing really does config sanity checking | 14:17 |
larsks | Sam-I-Am: Yeah, I know :) | 14:17 |
*** sushils has joined #openstack | 14:17 | |
Diplomat | Sam: you know what confuses me in the documentation | 14:17 |
Diplomat | ill show you | 14:17 |
Infitialis | heheh okay well ye I guess you are right, it should have proper logging | 14:17 |
*** IlyaE has joined #openstack | 14:17 | |
Diplomat | http://docs.openstack.org/icehouse/install-guide/install/apt/content/neutron-ml2-network-node.html | 14:18 |
Diplomat | for example | 14:18 |
*** resker has quit IRC | 14:18 | |
*** fnaval has joined #openstack | 14:18 | |
larsks | Diplomat: There's a lot there. What in particular is confusing? | 14:18 |
Diplomat | when i did that part in the beginning | 14:18 |
*** gizmoguy has quit IRC | 14:18 | |
Diplomat | http://screencast.com/t/eqBBqmsevJ | 14:18 |
Diplomat | i closed nano 3 times | 14:18 |
*** georgem2 has joined #openstack | 14:18 | |
Diplomat | and then i realized "oh i need to add more stuff to that config" | 14:19 |
*** esker has joined #openstack | 14:19 | |
*** __lgw4__ has joined #openstack | 14:19 | |
*** edmund has quit IRC | 14:19 | |
*** yamahata has joined #openstack | 14:20 | |
Sam-I-Am | Diplomat: we know about those problems | 14:20 |
Sam-I-Am | trying to fix them | 14:20 |
*** sushils has quit IRC | 14:20 | |
Diplomat | good, I thought i'll report it too, just in case | 14:20 |
Sam-I-Am | would be easier to edit a file once | 14:20 |
Sam-I-Am | its already in a blueprint to fix | 14:20 |
Sam-I-Am | that i'm working on | 14:21 |
*** r0j4z0 has joined #openstack | 14:21 | |
Diplomat | yes | 14:21 |
Sam-I-Am | you can report it... i'll just stuff it underneath the blueprint | 14:21 |
*** egallen has quit IRC | 14:21 | |
Diplomat | also um.. what i have noticed is that you have like | 14:21 |
Diplomat | add this to your config.. and add this.. and then comes random thing.. and then add this to your config | 14:21 |
*** FunnyLookinHat has joined #openstack | 14:22 | |
Sam-I-Am | sometimes theres a reason for that | 14:22 |
Diplomat | like.. if you dont restart or do something.. then it makes no sense to do that random thing in between of adding stuff to config | 14:22 |
Sam-I-Am | for example, db sync looks for your database connection key | 14:22 |
Diplomat | yes I know, but I noticed few places where it does not make any sense | 14:22 |
Diplomat | yup | 14:22 |
*** nacim has joined #openstack | 14:22 | |
Sam-I-Am | we're reordering almost all chapters in the guide to fix the confusion | 14:22 |
Sam-I-Am | take a look here: https://wiki.openstack.org/wiki/Documentation/InstallationGuideImprovements | 14:23 |
*** rsmitty has quit IRC | 14:23 | |
Sam-I-Am | there's some 'reorder steps' for almost every chapter | 14:23 |
Diplomat | looks good | 14:23 |
Diplomat | it might take some time to fix them | 14:23 |
*** sushils has joined #openstack | 14:24 | |
*** jeflui has joined #openstack | 14:25 | |
*** arezmerita has quit IRC | 14:25 | |
Sam-I-Am | its a lot of work and takes a back seat to actual content updates | 14:25 |
Sam-I-Am | the release cycle is rather short | 14:25 |
Diplomat | hmm | 14:26 |
*** arezmerita has joined #openstack | 14:26 | |
Diplomat | a new version will come soon ? | 14:26 |
*** promulo has joined #openstack | 14:26 | |
*** foexle has joined #openstack | 14:26 | |
Sam-I-Am | cycle is 6 months | 14:28 |
Diplomat | it took like 13 times to get it installed.. i wonder how long it takes to upgrade :( | 14:29 |
*** d3nyal has joined #openstack | 14:30 | |
*** rsmitty has joined #openstack | 14:30 | |
magicrobotmonkey | you guys should just write ansible scripts that do the installs *and* act as the install guide | 14:30 |
Sam-I-Am | i'm working on the upgrade guide now | 14:30 |
*** jprovazn has quit IRC | 14:31 | |
Sam-I-Am | magicrobotmonkey: the problem with automating installations for first-time users is they dont get a good feel for what's actually going on | 14:31 |
*** med has joined #openstack | 14:31 | |
magicrobotmonkey | yea fair | 14:31 |
magicrobotmonkey | i made that mistake myself | 14:31 |
Sam-I-Am | theres plenty of people who download automated installers, say "hmm it works", throw it in production... then are clueless when it inevitably breaks | 14:32 |
magicrobotmonkey | it is nice how you have it now where every component includes a bit to test that it's installed right | 14:32 |
*** tshefi has quit IRC | 14:32 | |
magicrobotmonkey | thats pretty key to helping break things down into smaller bits | 14:32 |
Sam-I-Am | the best route seems to be some sort of PoC (automated) to see if it fits the business needs -> manual installation with install guide to find the right mix of components and configuration (break, fix, etc) -> use packaging/automation system for official deployment | 14:33 |
*** gimps has joined #openstack | 14:33 | |
*** jcoufal has quit IRC | 14:33 | |
magicrobotmonkey | yea im on step 2 and a bit of 3 atm | 14:33 |
*** medberry has joined #openstack | 14:33 | |
Sam-I-Am | we're adding output from even more commands now | 14:33 |
*** medberry is now known as Guest77682 | 14:33 | |
magicrobotmonkey | and considering the 3rd party private cloud we're on went black for like 6 hours this morning, step 3 is getting bumped up | 14:33 |
*** cference has quit IRC | 14:34 | |
Diplomat | it could be cool if ubuntu had this copy paste thing like centos has in icehouse docs | 14:34 |
Diplomat | no need to open config files to add lines | 14:34 |
Diplomat | it's super easy to make mistakes there | 14:34 |
*** cference has joined #openstack | 14:34 | |
Diplomat | and then you will have guys like me who have billion errors | 14:35 |
Diplomat | I'm not that noob anymore :P but it might happen | 14:35 |
*** galstrom_zzz is now known as galstrom | 14:36 | |
*** max__ has joined #openstack | 14:36 | |
Sam-I-Am | magicrobotmonkey: whoops. was that something you guys built? | 14:36 |
*** med has quit IRC | 14:36 | |
*** lmpyspaceprncs has quit IRC | 14:36 | |
*** max__ is now known as Guest53771 | 14:36 | |
Sam-I-Am | Diplomat: we're moving away from cut-n-paste because people just blast through it without reading anything :/ | 14:36 |
Sam-I-Am | as frustrating as it sounds | 14:36 |
magicrobotmonkey | no, its managed by some managed services company and its awful | 14:37 |
*** yocum_ has joined #openstack | 14:37 | |
magicrobotmonkey | i called this morning because one of the web servers had remounted / read only | 14:37 |
magicrobotmonkey | and the guy accidently rebooted one of our firewalls | 14:37 |
Sam-I-Am | well known company? | 14:37 |
magicrobotmonkey | relatively | 14:38 |
annegentle | Diplomat: ohhh but I do like our copy/paste widget, I'll pass that along to the webdev as a kudo :) | 14:38 |
annegentle | Diplomat: I think it's just javascript | 14:38 |
Diplomat | wat | 14:38 |
magicrobotmonkey | luckily my POC openstack install is already making waves upstairs | 14:38 |
*** eghobo has joined #openstack | 14:38 | |
*** nlevinki_ has quit IRC | 14:38 | |
Diplomat | sorry i'm not following you right now | 14:38 |
Sam-I-Am | magicrobotmonkey: thats good to hear | 14:39 |
Diplomat | Sam: be prepared for tons of errors then | 14:39 |
Diplomat | but sure it's a good idea | 14:39 |
magicrobotmonkey | of course they wanted windows right away, but i got that going | 14:39 |
Sam-I-Am | your managed services company uses something other than openstack? | 14:39 |
*** jthorne has joined #openstack | 14:39 | |
magicrobotmonkey | i have no idea what they use | 14:39 |
magicrobotmonkey | but its awful | 14:40 |
*** devoid has quit IRC | 14:40 | |
Sam-I-Am | interesting | 14:40 |
magicrobotmonkey | our most recent outage was because the datastore ran out of space | 14:40 |
magicrobotmonkey | which made all our instances go read only | 14:40 |
magicrobotmonkey | and also killed all our connectivity | 14:40 |
Sam-I-Am | yuck | 14:41 |
magicrobotmonkey | though im not sure why that happened yet | 14:41 |
Sam-I-Am | thats bad news | 14:41 |
magicrobotmonkey | yea | 14:41 |
*** epcim has joined #openstack | 14:41 | |
*** BLZbubba has joined #openstack | 14:41 | |
magicrobotmonkey | so they expanded the datastore | 14:41 |
magicrobotmonkey | and like half the instances are ok | 14:41 |
*** rmoe has quit IRC | 14:41 | |
magicrobotmonkey | and the other half still have / mounted ro | 14:41 |
*** cference has quit IRC | 14:41 | |
magicrobotmonkey | super fun times | 14:41 |
*** Networkn3rd has joined #openstack | 14:41 | |
*** kevinconway has joined #openstack | 14:41 | |
*** eghobo has quit IRC | 14:42 | |
georgem2 | magicrobotmonkey:they probably run vcloud and didn't monitor the datastore while running thin provisioned instances; the firewalls are VMs who cannot log when the disk is read-only and so they stop passing traffic | 14:42 |
magicrobotmonkey | yea thats my guess as well | 14:43 |
*** kenhui has joined #openstack | 14:43 | |
*** kenhui has quit IRC | 14:43 | |
georgem2 | magicrobotmonkey:it's an operational issue that could happen with openstack or any other cloud solution :( | 14:43 |
*** kenhui has joined #openstack | 14:43 | |
*** jsullivandigs has joined #openstack | 14:43 | |
magicrobotmonkey | yea well the problem is "didn't monitor the datastore" | 14:44 |
magicrobotmonkey | pretty sure thats what we're paying for | 14:44 |
telemonster | I'm fairly new to openstack but so far I find it's pretty finicky | 14:44 |
Sam-I-Am | small details | 14:44 |
*** gregmark has joined #openstack | 14:44 | |
telemonster | Too many moving parts. | 14:44 |
magicrobotmonkey | yea im not sure theres a way around that | 14:45 |
telemonster | Where Im at they are big pro opensource, but the vmware system has been insanely reliable and rock solid. Openstack falls over randomly | 14:46 |
dvorak | running out of datastore space doesn't just make the instances go read only, it actually pauses them | 14:46 |
annegentle | Diplomat: oh you're talking about openstack-config commands, sorry. | 14:46 |
*** jecarey has quit IRC | 14:46 | |
Diplomat | hehe np :P | 14:46 |
annegentle | Diplomat: :) | 14:46 |
telemonster | Do you mean swift ran out of room? | 14:46 |
*** belmoreira has quit IRC | 14:47 | |
*** mikeoutland has joined #openstack | 14:47 | |
*** pscheie has joined #openstack | 14:47 | |
georgem2 | telemonster:I'm sure the bill for this makes them consider Openstack though | 14:47 |
magicrobotmonkey | no sorry, i was complaining about a managed services company we're currently using | 14:47 |
telemonster | yea I had no idea how crazy expensive vmware is | 14:47 |
*** edmund has joined #openstack | 14:48 | |
*** swebb is now known as zz_swebb | 14:48 | |
pscheie | I've been running nova boot (via a script) for months with no issues. | 14:48 |
*** MarcMorata has quit IRC | 14:48 | |
telemonster | At my prior gig I was using vmware server on linux (old outdated), then kvm on linux (not terrible) and was planning to move to openvz to cut overhead | 14:48 |
*** benrodrigue has quit IRC | 14:49 | |
pnascimento | anyone can tell me if MySQL databases or tables will be reseted if I do: unstack.sh followed by stack.sh | 14:49 |
*** dschultz has joined #openstack | 14:49 | |
pscheie | Today, I'm getting this error: Caught error: (IntegrityError) (1062, "Duplicate entry '189793' for key 'PRIMARY'") 'INSERT INTO | 14:49 |
pscheie | instance_system_metadata ..." | 14:49 |
telemonster | duplicate primary key? Odd | 14:49 |
*** kapott has quit IRC | 14:49 | |
*** idv_ has joined #openstack | 14:50 | |
pscheie | I'm not specifying any keys in my nova call. | 14:50 |
telemonster | I could be wrong but I think it's saying the primary key column value is duplicate, which MySQL shouldn't allow you do to | 14:51 |
*** yrabl has quit IRC | 14:51 | |
telemonster | many times its set to auto_increment. But not sure how that table is setup | 14:51 |
*** nlevinki_ has joined #openstack | 14:52 | |
pscheie | I would have thought it would auto increment. | 14:52 |
*** Networkn_ has joined #openstack | 14:52 | |
*** jgrimm has joined #openstack | 14:52 | |
*** cference has joined #openstack | 14:53 | |
*** idv has quit IRC | 14:53 | |
*** kkirkpatrick has joined #openstack | 14:53 | |
Diplomat | Sam: http://puu.sh/94QFq/4841eb1748.png look.. this is how it works.. Bind will now refuse all DNS queries | 14:53 |
*** mikeoutland has quit IRC | 14:53 | |
Diplomat | for some reason im not able to change that ip | 14:54 |
Diplomat | or at least overwrite it | 14:54 |
Sam-I-Am | you can't change the IP because openstack manages it | 14:54 |
*** scotm has joined #openstack | 14:54 | |
*** idv__ has joined #openstack | 14:54 | |
Sam-I-Am | you'll probably need to config bind to work with it | 14:54 |
Diplomat | no.. i mean in cpanel | 14:54 |
*** dlaw has joined #openstack | 14:54 | |
*** idv_ has quit IRC | 14:54 | |
*** nlevinki_ has quit IRC | 14:54 | |
*** Networkn3rd has quit IRC | 14:54 | |
Diplomat | but fun thing is.. how it can listen to that floating ip if it doesnt exist in interfaces | 14:55 |
*** r3pl4y has quit IRC | 14:55 | |
Sam-I-Am | its destination nat | 14:55 |
*** diegows has quit IRC | 14:55 | |
Sam-I-Am | so a query to floatingip gets translated to internalip | 14:55 |
Sam-I-Am | both on port 53 | 14:55 |
*** habib has quit IRC | 14:55 | |
magicrobotmonkey | the floating ip is like the public ip your isp gives you | 14:56 |
magicrobotmonkey | with port forwarding setup to all go to the one instance its assigned to | 14:57 |
*** devlaps has quit IRC | 14:57 | |
magicrobotmonkey | the isntance doesnt know or need to know its external ip | 14:57 |
Diplomat | well | 14:57 |
*** vnguyen has quit IRC | 14:57 | |
Diplomat | that way it wont work.. it wont listen to 0.0.0.0 or my public ip | 14:58 |
*** radez_g0n3 is now known as radez | 14:58 | |
*** CASP3R has joined #openstack | 14:58 | |
Diplomat | it only listens eth0 = private ip and localhost | 14:58 |
*** paraa has quit IRC | 14:58 | |
magicrobotmonkey | yea by the time the requests get to the instance they've been NAT'ed to its private ip | 14:58 |
*** rmoe has joined #openstack | 14:59 | |
georgem2 | Diplomat:make sure the security group applied to that instance allows UDP and TCP port 53 | 15:00 |
*** jecarey has joined #openstack | 15:00 | |
Diplomat | damn georgem2, you are my hero again lol | 15:00 |
Diplomat | TCP is open but not UDP | 15:01 |
*** byeager has joined #openstack | 15:01 | |
*** benrodrigue has joined #openstack | 15:02 | |
Diplomat | lulz | 15:02 |
*** Gamekiller77 has joined #openstack | 15:02 | |
*** igordcard has joined #openstack | 15:02 | |
Diplomat | damn udp requests being all blocked n sh.. | 15:02 |
*** nkhare has joined #openstack | 15:02 | |
Diplomat | it works fine now, yay | 15:02 |
Sam-I-Am | yeah, sec groups :P | 15:02 |
*** pmathews has joined #openstack | 15:02 | |
*** m_3 has joined #openstack | 15:02 | |
Diplomat | i totally forgot them :D | 15:02 |
Sam-I-Am | that was my next suggestion | 15:02 |
*** kenhui1 has joined #openstack | 15:03 | |
*** kenhui1 has quit IRC | 15:03 | |
*** reidrac has quit IRC | 15:03 | |
*** dschultz has joined #openstack | 15:03 | |
*** otter768 has joined #openstack | 15:04 | |
*** libsysguy has joined #openstack | 15:05 | |
*** otter768_ has quit IRC | 15:05 | |
*** kenhui1 has joined #openstack | 15:06 | |
*** kenhui has quit IRC | 15:06 | |
*** acathrow has quit IRC | 15:07 | |
*** rmoe has quit IRC | 15:07 | |
*** nacim has quit IRC | 15:07 | |
*** rmoe has joined #openstack | 15:09 | |
*** Infitial_ has joined #openstack | 15:09 | |
*** Barker has joined #openstack | 15:10 | |
*** afazekas has quit IRC | 15:10 | |
*** pnascimento has quit IRC | 15:10 | |
*** aniket has quit IRC | 15:10 | |
*** dstarnes has joined #openstack | 15:11 | |
*** Infitialis has quit IRC | 15:12 | |
*** signed8bit has quit IRC | 15:13 | |
*** choirboy has joined #openstack | 15:13 | |
*** signed8bit has joined #openstack | 15:13 | |
*** Barker has quit IRC | 15:15 | |
*** shakamunyi has quit IRC | 15:16 | |
*** gigawhat has joined #openstack | 15:16 | |
*** Barker has joined #openstack | 15:17 | |
*** shakamunyi has joined #openstack | 15:18 | |
*** paraa has joined #openstack | 15:18 | |
*** devlaps has joined #openstack | 15:19 | |
*** dlaw has quit IRC | 15:19 | |
*** _cjones_ has joined #openstack | 15:19 | |
*** bkopilov has quit IRC | 15:21 | |
*** jcook has quit IRC | 15:21 | |
*** devoid has joined #openstack | 15:22 | |
*** rellik28 has joined #openstack | 15:22 | |
*** acathrow has joined #openstack | 15:23 | |
*** wastrel has joined #openstack | 15:24 | |
*** Bright has joined #openstack | 15:24 | |
*** zz_swebb is now known as swebb | 15:26 | |
*** r3pl4y has joined #openstack | 15:26 | |
*** alii has joined #openstack | 15:27 | |
*** rmoe has quit IRC | 15:27 | |
*** signed8bit has quit IRC | 15:27 | |
*** signed8bit has joined #openstack | 15:28 | |
Bright | Which part of code is written by C or C++? | 15:28 |
*** foexle has quit IRC | 15:28 | |
*** neoXsys has quit IRC | 15:29 | |
*** leeantho has joined #openstack | 15:30 | |
*** libsysguy1 has joined #openstack | 15:30 | |
*** yro has quit IRC | 15:31 | |
*** MarcMorata has joined #openstack | 15:31 | |
*** rdenis has quit IRC | 15:31 | |
*** ArcTanSusan has joined #openstack | 15:32 | |
*** libsysguy has quit IRC | 15:33 | |
*** noslzzp has joined #openstack | 15:33 | |
larsks | Bright: It's all open source. You can just go look. | 15:33 |
larsks | Bright: Mostly, it's all written in Python. | 15:33 |
Bright | I see, | 15:33 |
Bright | I just found them in the Git. | 15:33 |
Bright | Most of them is written by Python, few is by JS. | 15:34 |
*** scotm has quit IRC | 15:34 | |
*** s00pcan has joined #openstack | 15:35 | |
*** alii has left #openstack | 15:35 | |
*** aliebada has joined #openstack | 15:37 | |
*** Bright has quit IRC | 15:38 | |
*** daMaestro has joined #openstack | 15:40 | |
*** foexle has joined #openstack | 15:41 | |
*** Infitial_ has quit IRC | 15:41 | |
*** Celm has joined #openstack | 15:42 | |
*** sergmelikyan has quit IRC | 15:42 | |
*** sergmelikyan has joined #openstack | 15:42 | |
*** scheuran has quit IRC | 15:42 | |
*** scotm has joined #openstack | 15:43 | |
*** igordcard has quit IRC | 15:44 | |
*** jeflui has quit IRC | 15:44 | |
*** getup- has quit IRC | 15:44 | |
*** thehybridtech has joined #openstack | 15:44 | |
*** Zack_Deee has joined #openstack | 15:44 | |
*** paragan has quit IRC | 15:44 | |
*** vnguyen has joined #openstack | 15:44 | |
*** egallen has joined #openstack | 15:45 | |
*** nkrinner has quit IRC | 15:45 | |
*** gyee has joined #openstack | 15:46 | |
*** GoJkOrS has joined #openstack | 15:46 | |
*** warik has joined #openstack | 15:46 | |
*** torandu has joined #openstack | 15:47 | |
*** emagana has joined #openstack | 15:47 | |
*** vegeta-x has joined #openstack | 15:47 | |
*** abhirc has quit IRC | 15:48 | |
*** pnavarro_ has joined #openstack | 15:49 | |
*** nelsnelson has quit IRC | 15:49 | |
*** egallen has quit IRC | 15:49 | |
*** HenryG has quit IRC | 15:49 | |
*** jistr has quit IRC | 15:50 | |
*** nelsnelson has joined #openstack | 15:50 | |
*** idv has joined #openstack | 15:50 | |
*** idv__ has quit IRC | 15:51 | |
*** artem_panchenko has quit IRC | 15:51 | |
*** HenryG has joined #openstack | 15:52 | |
*** caleb_ has joined #openstack | 15:52 | |
*** pnavarro has quit IRC | 15:53 | |
*** eghobo has joined #openstack | 15:54 | |
*** afazekas has joined #openstack | 15:54 | |
*** ade_b has quit IRC | 15:54 | |
*** HenryG has quit IRC | 15:55 | |
*** pnavarro_ has quit IRC | 15:55 | |
*** ttrifonov is now known as ttrifonov_zZzz | 15:55 | |
*** jkary1 has quit IRC | 15:55 | |
*** HenryG has joined #openstack | 15:55 | |
*** coasterz has joined #openstack | 15:55 | |
*** jkary1 has joined #openstack | 15:56 | |
*** JuanDRay has quit IRC | 15:56 | |
*** mkollaro has quit IRC | 15:56 | |
*** imsurit has joined #openstack | 15:57 | |
*** Guest45584 has joined #openstack | 15:57 | |
*** kbrierly has quit IRC | 15:57 | |
*** coasterz has quit IRC | 15:58 | |
*** bdpayne has joined #openstack | 15:58 | |
*** kbrierly has joined #openstack | 15:59 | |
*** comay has joined #openstack | 15:59 | |
*** caleb_ has quit IRC | 16:00 | |
*** derekh_ has quit IRC | 16:00 | |
*** rmoe has joined #openstack | 16:01 | |
*** Ruetobas has quit IRC | 16:01 | |
*** derekh_ has joined #openstack | 16:01 | |
*** ciphervendor has joined #openstack | 16:01 | |
*** ericReeves has joined #openstack | 16:01 | |
*** lcavassa has quit IRC | 16:03 | |
*** amuller has quit IRC | 16:03 | |
*** amuller has joined #openstack | 16:03 | |
*** amuller has quit IRC | 16:03 | |
*** Ruetobas has joined #openstack | 16:03 | |
*** fikst has joined #openstack | 16:03 | |
*** devlaps has quit IRC | 16:04 | |
*** sergmelikyan has quit IRC | 16:04 | |
*** Albert_13 has quit IRC | 16:04 | |
*** sergmelikyan has joined #openstack | 16:04 | |
*** scotm has left #openstack | 16:04 | |
*** bluenemo has quit IRC | 16:05 | |
*** fester05 has joined #openstack | 16:05 | |
*** aimon has quit IRC | 16:05 | |
*** xmltok has joined #openstack | 16:06 | |
*** atiwari has joined #openstack | 16:06 | |
*** kushal has joined #openstack | 16:07 | |
*** CAP1089 has joined #openstack | 16:07 | |
*** slogan has joined #openstack | 16:07 | |
*** r0j4z0 has quit IRC | 16:08 | |
*** Ruetobas has quit IRC | 16:08 | |
*** hogepodge has quit IRC | 16:08 | |
*** admin0 has left #openstack | 16:08 | |
*** hogepodge has joined #openstack | 16:09 | |
*** ifarkas_ has quit IRC | 16:09 | |
*** libsysguy1 has quit IRC | 16:09 | |
*** fikst has quit IRC | 16:09 | |
*** nkhare has quit IRC | 16:09 | |
*** libsysguy has joined #openstack | 16:10 | |
*** ashepele1 has joined #openstack | 16:10 | |
jcromer | hello, i have a rally question about an error regarding network when trying to run bootandelete scenario against a test environment i have set up | 16:11 |
*** Free_maN has quit IRC | 16:11 | |
*** foexle has quit IRC | 16:12 | |
*** balajiiyer has left #openstack | 16:12 | |
*** Free_maN has joined #openstack | 16:13 | |
*** Free_maN has joined #openstack | 16:13 | |
*** ifarkas has joined #openstack | 16:13 | |
*** jmickle has joined #openstack | 16:13 | |
*** the_hybrid_tech has joined #openstack | 16:13 | |
*** ArcTanSusan has quit IRC | 16:13 | |
*** libsysguy has quit IRC | 16:14 | |
*** Ruetobas has joined #openstack | 16:14 | |
*** ArcTanSusan has joined #openstack | 16:14 | |
*** ArcTanSusan has quit IRC | 16:14 | |
madorn | jcromer: hi. what's your question? | 16:14 |
jcromer | madorn, when running bootandelete test, i am getting an error saying it is not allowed to create an interface on external network | 16:15 |
*** coasterz has joined #openstack | 16:15 | |
*** alexlindenlevy has joined #openstack | 16:16 | |
*** benrodrigue has quit IRC | 16:16 | |
jcromer | madorn: i see that it creates tenants/projects to run scenarios, but it is getting tripped up on network | 16:16 |
*** rsmitty has quit IRC | 16:16 | |
*** a_le has joined #openstack | 16:16 | |
*** thehybridtech has quit IRC | 16:17 | |
madorn | jcromer: how many users do you have? and what are their roles? | 16:17 |
*** libsysguy has joined #openstack | 16:18 | |
*** CAP1089 is now known as r0j4z0 | 16:20 | |
jcromer | madorn: do you mean specified in the bootanddelete scenario? Forgive my ignorance for asking | 16:20 |
madorn | jcromer: i guess i'm not sure what you mean by bootanddelete | 16:20 |
madorn | jcromer: is that just a test? | 16:20 |
jcromer | yes | 16:20 |
jcromer | madorn: sorry, yes | 16:20 |
madorn | jcromer: yes in your scenario | 16:20 |
madorn | jcromer: im assuming you have one member user and one admin user? | 16:20 |
*** mark2 has joined #openstack | 16:21 | |
madorn | jcromer: it sounds like the issue is that you are not able to attach your vm to a provider network. | 16:21 |
*** r0j4z0 has quit IRC | 16:21 | |
jcromer | madorn: i have not specified roles in the scenario config | 16:21 |
*** alexlindenlevy has quit IRC | 16:21 | |
jcromer | madorn: i was going based on rally how to doc | 16:21 |
madorn | jcromer: in your scenario, how many networks do you have? | 16:21 |
*** idv has quit IRC | 16:21 | |
*** ProT-O-TypE has joined #openstack | 16:22 | |
jcromer | madorn: in scenario i have three sections: args, runner and context | 16:22 |
*** alexlindenlevy has joined #openstack | 16:22 | |
madorn | i don't understand what you mean by "sections" | 16:22 |
*** mark3 has joined #openstack | 16:22 | |
madorn | how many networks do you have? i.e. neutron net-list | 16:22 |
*** bilco105 is now known as bilco105_ | 16:23 | |
jcromer | madorn: 6 | 16:23 |
*** starmer has quit IRC | 16:23 | |
madorn | when you boot the vm, are you specifying the specific network to attach the vm? | 16:23 |
*** dstarnes has quit IRC | 16:23 | |
*** derekh_ has quit IRC | 16:23 | |
*** ProT-0-TypE has quit IRC | 16:24 | |
*** ArcTanSusan has joined #openstack | 16:24 | |
*** ProT-0-TypE has joined #openstack | 16:24 | |
*** igordcard has joined #openstack | 16:25 | |
*** mark2 has quit IRC | 16:25 | |
*** sebas5384 has joined #openstack | 16:25 | |
*** foexle has joined #openstack | 16:25 | |
jcromer | madorn: i have tried specifying, but it always says not found | 16:25 |
sebas5384 | hey! :) | 16:25 |
jcromer | madorn: if i don't specify, it defaults to core network | 16:26 |
jcromer | madorn: which is where i get the not authorized error | 16:26 |
madorn | can you tell me the name of your networks | 16:27 |
*** ProT-O-TypE has quit IRC | 16:27 | |
madorn | did you create them yourself? | 16:27 |
madorn | why do yuo have 6 networks created if you are just doing a test? | 16:27 |
jcromer | madorn: this is a dev/test openstack environment | 16:27 |
sebas5384 | somebody know how to avoid this bug when using lxc in icehouse? https://bugs.launchpad.net/openstack-manuals/+bug/1318720 | 16:28 |
madorn | jcromer: neutron subnet-list | 16:28 |
jcromer | madorn: we wanted to benchmark against it to see how well it was performing | 16:28 |
madorn | how many subnets? | 16:28 |
*** arnaud has joined #openstack | 16:28 | |
jcromer | madorn: one subnet per network, so there are six | 16:29 |
*** ProT-O-TypE has joined #openstack | 16:29 | |
madorn | is dhcp enabled on any of the subnets. | 16:29 |
*** kkirkpatrick has quit IRC | 16:29 | |
madorn | force the vm to attach to the network with the dhcp subnet. | 16:29 |
*** sputnik13 has joined #openstack | 16:29 | |
*** arnaud has quit IRC | 16:30 | |
*** ProT-0-TypE has quit IRC | 16:30 | |
madorn | you specify that network id, not the subnet id. | 16:30 |
*** ProT-O-TypE has quit IRC | 16:30 | |
jcromer | madorn: i have tried that | 16:30 |
*** emagana has quit IRC | 16:30 | |
*** ProT-0-TypE has joined #openstack | 16:30 | |
madorn | what error do you get | 16:30 |
jcromer | madorn: network not found | 16:30 |
jcromer | but it is because the scenario/test is creating tenants/projects | 16:31 |
*** emagana has joined #openstack | 16:31 | |
*** arnaud has joined #openstack | 16:31 | |
jcromer | madorn: and the network doesn't exist in the project/tenant that it creates | 16:31 |
madorn | correct, so you will need to create a network in that project/tenant | 16:31 |
*** foexle has quit IRC | 16:31 | |
*** ashepele1 has quit IRC | 16:32 | |
*** bearhands is now known as comstud | 16:32 | |
madorn | you have to create a public network | 16:32 |
madorn | or shared network | 16:32 |
madorn | that is accessible to all tenants/projects. | 16:32 |
*** byeager has quit IRC | 16:33 | |
*** jdob has quit IRC | 16:33 | |
*** arezmerita has quit IRC | 16:34 | |
*** fandi has joined #openstack | 16:34 | |
*** rossk has joined #openstack | 16:34 | |
*** jpich has quit IRC | 16:34 | |
*** Ursinha is now known as Ursinha-afk | 16:35 | |
*** cedrics has quit IRC | 16:35 | |
*** TheOsprey has joined #openstack | 16:36 | |
*** georgem2 has quit IRC | 16:39 | |
*** vfiduccia has joined #openstack | 16:40 | |
*** noslzzp has quit IRC | 16:40 | |
*** rossk_ has joined #openstack | 16:40 | |
*** rossk has quit IRC | 16:41 | |
*** matiu has quit IRC | 16:42 | |
*** sebas5384 has quit IRC | 16:43 | |
*** mgiampapa has joined #openstack | 16:43 | |
*** pantea has quit IRC | 16:45 | |
*** jlibosva has quit IRC | 16:46 | |
*** msgodf_ has quit IRC | 16:46 | |
*** mikeoutland has joined #openstack | 16:46 | |
*** ProT-0-TypE has quit IRC | 16:46 | |
*** ozialien has quit IRC | 16:46 | |
*** georgem2 has joined #openstack | 16:47 | |
*** ArcTanSusan has quit IRC | 16:47 | |
*** ArcTanSusan has joined #openstack | 16:48 | |
jcromer | madorn: thanks,that cleared up the issue | 16:49 |
*** caleb_ has joined #openstack | 16:49 | |
*** bodepd_ has quit IRC | 16:50 | |
*** vegeta-x has quit IRC | 16:50 | |
*** jsullivandigs has quit IRC | 16:50 | |
madorn | jcromer: what did you need to do? im curious. | 16:51 |
*** bodepd has joined #openstack | 16:51 | |
*** ArcTanSusan has quit IRC | 16:52 | |
*** kkirkpatrick has joined #openstack | 16:52 | |
*** noslzzp has joined #openstack | 16:53 | |
*** talluri has joined #openstack | 16:53 | |
*** vuil has joined #openstack | 16:53 | |
*** aliebada has quit IRC | 16:53 | |
jcromer | madorn: i created a new shared network and subnet and then specified that network in the scenario | 16:53 |
*** abhirc has joined #openstack | 16:53 | |
*** kushal has quit IRC | 16:54 | |
*** aimon has joined #openstack | 16:55 | |
*** Harry51S has quit IRC | 16:55 | |
*** mmagr has quit IRC | 16:56 | |
*** Infitialis has joined #openstack | 16:56 | |
*** eghobo has quit IRC | 16:56 | |
*** leeantho has quit IRC | 16:56 | |
*** zuqiang has joined #openstack | 16:56 | |
madorn | jcromer: great glad its working for you now | 16:56 |
*** sebas538_ has joined #openstack | 16:56 | |
jcromer | madorn: thanks again. Now if can just figure out what is going on with my trove install i will be in really good shape | 16:57 |
*** talluri has quit IRC | 16:57 | |
*** qhartman has joined #openstack | 16:57 | |
madorn | yes, i still need to install trove. i haven't tried it yet. | 16:57 |
*** nati_ueno has joined #openstack | 16:57 | |
*** talluri has joined #openstack | 16:57 | |
*** JuanDRay has joined #openstack | 16:58 | |
*** ericReeves has quit IRC | 16:59 | |
*** eghobo has joined #openstack | 16:59 | |
*** rm_work is now known as rm_work|away | 16:59 | |
*** leeantho has joined #openstack | 16:59 | |
*** jsullivandigs has joined #openstack | 16:59 | |
*** BAKfr has quit IRC | 16:59 | |
*** JordanRinke has joined #openstack | 16:59 | |
*** JordanRinke has left #openstack | 17:00 | |
*** slogan has quit IRC | 17:00 | |
*** dtx00ff has joined #openstack | 17:01 | |
*** slogan has joined #openstack | 17:01 | |
*** caleb_ has quit IRC | 17:01 | |
*** jfarschman has joined #openstack | 17:01 | |
*** eglynn has quit IRC | 17:01 | |
*** ArcTanSusan has joined #openstack | 17:01 | |
*** ericReeves has joined #openstack | 17:02 | |
*** talluri has quit IRC | 17:02 | |
*** yamahata has quit IRC | 17:03 | |
*** ArcTanSusan has quit IRC | 17:03 | |
*** ArcTanSusan has joined #openstack | 17:04 | |
*** ArcTanSusan has quit IRC | 17:04 | |
*** lkoranda has quit IRC | 17:05 | |
*** ArcTanSusan has joined #openstack | 17:06 | |
*** bvandenh has joined #openstack | 17:06 | |
*** rm_work|away is now known as rm_work | 17:06 | |
qhartman | I have an instance (booted from an image) that is defined from a flavor that should have 32GB of disk, but inside the instance it thinks it has 2TB of space. | 17:07 |
*** diegows has joined #openstack | 17:07 | |
*** bvandenh has quit IRC | 17:08 | |
qhartman | Is that expected? All the rest are showing the amount defined by the flavor | 17:08 |
qhartman | (when booted from an image) | 17:08 |
*** devlaps has joined #openstack | 17:08 | |
*** lkoranda has joined #openstack | 17:09 | |
*** anil_rao has joined #openstack | 17:10 | |
*** sigurding has quit IRC | 17:10 | |
*** ifarkas has quit IRC | 17:10 | |
*** jdurgin1 has joined #openstack | 17:11 | |
*** IlyaE has quit IRC | 17:11 | |
*** eghobo has quit IRC | 17:11 | |
*** rsmitty has joined #openstack | 17:12 | |
lrr | i have a question about neutron: can i have external networks on multiple interfaces? | 17:12 |
*** Pyus has joined #openstack | 17:12 | |
*** MrCurious has joined #openstack | 17:12 | |
lrr | i.e. eth2 == external network 1, eth3 == external network 2 | 17:12 |
*** Pyus has quit IRC | 17:12 | |
*** IlyaE has joined #openstack | 17:12 | |
*** IlyaE has quit IRC | 17:13 | |
*** sebas538_ is now known as sebas5384 | 17:14 | |
*** Harry51S has joined #openstack | 17:14 | |
*** habib has joined #openstack | 17:15 | |
*** angdraug has joined #openstack | 17:16 | |
*** harlowja_away is now known as harlowja_ | 17:16 | |
*** dizquierdo has quit IRC | 17:16 | |
*** rsmitty has quit IRC | 17:17 | |
*** DaveBirdsall has joined #openstack | 17:17 | |
*** idv has joined #openstack | 17:17 | |
*** nstrug has quit IRC | 17:18 | |
*** habib has quit IRC | 17:18 | |
*** diegows has quit IRC | 17:18 | |
*** jkary1 has quit IRC | 17:18 | |
*** sz0 has joined #openstack | 17:18 | |
*** habib has joined #openstack | 17:19 | |
*** Infitialis has quit IRC | 17:19 | |
*** Dharmit has quit IRC | 17:20 | |
*** talluri has joined #openstack | 17:21 | |
*** nshaikh has quit IRC | 17:21 | |
*** jcook has joined #openstack | 17:21 | |
*** Longgeek has quit IRC | 17:22 | |
*** jthorne has quit IRC | 17:22 | |
*** ciphervendor has quit IRC | 17:22 | |
*** libsysguy has quit IRC | 17:24 | |
*** suresh12 has joined #openstack | 17:24 | |
*** slogan has quit IRC | 17:25 | |
*** dorftrottel_ has quit IRC | 17:25 | |
*** bkopilov has joined #openstack | 17:26 | |
larsks | lrr: Yes, that's possible. | 17:26 |
*** rdenis has joined #openstack | 17:27 | |
*** lparth_ has quit IRC | 17:27 | |
*** baoli has quit IRC | 17:27 | |
lrr | larsks: do you have any documentation on how to go about doing that? | 17:28 |
*** jdob has joined #openstack | 17:28 | |
*** lparth has joined #openstack | 17:28 | |
*** maxdml has quit IRC | 17:28 | |
larsks | lrr: I keep meaning to write some :). Take a look at http://blog.oddbit.com/2014/05/19/flat-networks-with-ml-and-open/ | 17:28 |
lrr | larsks: thanks much! :) | 17:29 |
larsks | This hows a single external network set up as a provider network mapped to a physical network named "physnet1". To add multiple networks, you would do the same thing, adding a new entry to bridge_mappings for each physical network. | 17:29 |
*** baoli has joined #openstack | 17:29 | |
*** libsysguy has joined #openstack | 17:29 | |
*** cference has quit IRC | 17:29 | |
*** idv has quit IRC | 17:30 | |
*** BuSerD has joined #openstack | 17:30 | |
*** cference has joined #openstack | 17:30 | |
*** bmurt has quit IRC | 17:30 | |
*** IlyaE has joined #openstack | 17:31 | |
moos3 | can anyone help me with some networking stuff | 17:31 |
madorn | moos3: whats up? | 17:31 |
*** bmurt has joined #openstack | 17:32 | |
*** jareddlc has joined #openstack | 17:32 | |
moos3 | so I have my normal network is 172.16.0.0/16 I want my vms to be able to assigned a vm to ips in that range | 17:32 |
*** nacer_ has joined #openstack | 17:32 | |
*** nacer_ has quit IRC | 17:32 | |
*** orzel has joined #openstack | 17:32 | |
orzel | hello. I'm having 503/507 errors while trying to configure/install icehouse-swift. Keystone/nova/glance are working well | 17:33 |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 17:33 | |
orzel | there's this https://wiki.openstack.org/wiki/TroubleshootingSwift but it mentions lot of stuff i dont have / see | 17:33 |
orzel | i'm afraid it's for an old version of openstack | 17:33 |
*** esker has quit IRC | 17:33 | |
notmyname | orzel: can you put your request and the response into a pastebin? | 17:33 |
orzel | afaics ports and stuff are ok | 17:34 |
madorn | moos3: when you say your normal network...do you mean outside openstack? | 17:34 |
*** esker has joined #openstack | 17:34 | |
*** mikjaer has left #openstack | 17:34 | |
*** Guest47671 has quit IRC | 17:34 | |
moos3 | yea | 17:34 |
moos3 | my physical layer | 17:34 |
madorn | moos3: cool. what have you created thus far? | 17:34 |
madorn | inside openstack. | 17:34 |
moos3 | madorn https://www.dropbox.com/s/0nui5mvuvfnb807/Screenshot%202014-05-28%2013.35.24.png thats the topo | 17:35 |
orzel | notmyname: like this ? http://pastebin.com/ZXVaQ38a | 17:35 |
*** bkopilov has quit IRC | 17:35 | |
*** nacer has quit IRC | 17:35 | |
*** Barker has quit IRC | 17:36 | |
moos3 | madorn and https://www.dropbox.com/s/f4ol2oxou15e1ih/Screenshot%202014-05-28%2013.36.12.png | 17:36 |
orzel | notmyname: swift cli shows a '503', while the log mentoins a 507 | 17:36 |
madorn | moos3: looking. | 17:37 |
larsks | moos3: This document describes what you want to do, I think: http://openstack.redhat.com/Neutron_with_existing_external_network | 17:37 |
notmyname | orzel: across all of your swift logs, please grep for "tx1af0fb9eda9649dfb1b38-0053861e1a" and then pastebin the output | 17:37 |
orzel | notmyname: there's only this line (i'm grepping /var/log/messages are swift it not using /var/log/swift/swift.log bug syslog...) | 17:38 |
orzel | "AS swfit..." | 17:38 |
*** esker has quit IRC | 17:38 | |
*** kenhui1 has quit IRC | 17:39 | |
madorn | moos3: do you have a dhcp server i your physical layer.. | 17:39 |
*** karimb has quit IRC | 17:39 | |
moos3 | yes | 17:39 |
madorn | not dhcp..i mean router..associarted 172 addresses to external ips? | 17:39 |
moos3 | yes we do | 17:39 |
*** rsmitty has joined #openstack | 17:39 | |
madorn | okay, so all you need is one flat network. | 17:39 |
moos3 | I can bring up vms and they get a 172.16. form the pool, but nothing on my network can reach the vms | 17:39 |
moos3 | madorn yeah, just not sure how to get that going | 17:40 |
orzel | notmyname: there should be something by... ? swift-account-server ? Nothing in keystone.log with this string neither | 17:40 |
*** arnaud has quit IRC | 17:40 | |
*** gszasz has quit IRC | 17:40 | |
madorn | moos3: looking | 17:40 |
notmyname | orzel: the transaction id is what ties together the log messages for every swift service that touches the request. if you are using more than one server, you should check across all of the servers in the swift cluster | 17:41 |
madorn | moos3: can you blow away your other networks | 17:41 |
moos3 | yeah I can blow away anything on this openstack network | 17:42 |
*** inc0 has quit IRC | 17:42 | |
moos3 | as far as neutron is concerned | 17:42 |
*** geekinutah has joined #openstack | 17:42 | |
madorn | moos3: blow them all away right now. | 17:42 |
moos3 | ok | 17:43 |
madorn | moos3: just so you have context: this is what you want: http://docs.openstack.org/havana/install-guide/install/apt/content/section_use-cases-single-flat.html | 17:43 |
moos3 | yea | 17:43 |
rsmitty | does anyone know how to enable PKI authentication in devstack? I'm wanting to test it out. | 17:44 |
madorn | moos3: check this out: http://docs.openstack.org/havana/install-guide/install/apt/content/demo_flat_logical_network_config.html | 17:44 |
madorn | moos3: very simple. you just need that one flat network. | 17:44 |
*** jcook has quit IRC | 17:44 | |
*** pscheie has quit IRC | 17:44 | |
moos3 | k | 17:45 |
*** baoli has quit IRC | 17:45 | |
*** baoli has joined #openstack | 17:45 | |
*** jamie_h has quit IRC | 17:45 | |
orzel | notmyname: there's only one server so far, the same hosting swift/keystone | 17:46 |
*** Guest45584 has left #openstack | 17:46 | |
*** dschultz_ has joined #openstack | 17:46 | |
notmyname | orzel: I'm not sure where your logs have gone, but I'll leave that for later | 17:47 |
notmyname | orzel: there are a few things you should check | 17:47 |
notmyname | orzel: check that the drives are mounted and have the right permissions | 17:47 |
orzel | notmyname: i have log for swift-proxy for sure, which other ones should i look for ? I can check their conf file to enable/check | 17:47 |
moos3 | madorn how do you delete them | 17:47 |
notmyname | orzel: check that the right mount points are listed in the ring | 17:48 |
madorn | moos3: it can be a pain, it wants you to eliminate everything plugged into it first. | 17:48 |
notmyname | orzel: check that the "devices" config setting is correct as the parent directory for the volume mount points | 17:48 |
madorn | moos3: clear out your subnets | 17:48 |
madorn | neutron subnet-list | 17:48 |
madorn | neutron subnet-delete | 17:48 |
madorn | then you can do neutron net-list | 17:48 |
madorn | neutron net-delete | 17:49 |
notmyname | orzel: and finally check that you actually have space on the drives | 17:49 |
notmyname | orzel: the 507 error is one of those 4 things, almost certainly | 17:49 |
*** bkopilov has joined #openstack | 17:49 | |
*** dschultz has quit IRC | 17:50 | |
*** dschultz_ has quit IRC | 17:50 | |
*** evanz_ has joined #openstack | 17:51 | |
*** habib has quit IRC | 17:51 | |
orzel | notmyname: ok, that's a lot to check, i'll need time. Thanks a lot for this | 17:51 |
orzel | notmyname: (and i pray that one day swift* will log more useful messages :-) | 17:52 |
notmyname | orzel: grep for the transaction id. the cause of the 507 will be there | 17:52 |
moos3 | madorn how do I find the One or more ports have an IP allocation from this subnet | 17:52 |
orzel | notmyname: it's getting better, now 'swift list' returns nothing, and i can see a 404 in the log | 17:55 |
*** mbeierl has joined #openstack | 17:57 | |
mbeierl | Is there no method to restrict a tenant to a specific availability zone or host aggregate? | 17:57 |
*** JuanDRay has quit IRC | 17:58 | |
orzel | notmyname: ah, and 'swift stat' does work now. You were right, the configuration/permissoin of mount points/rings was at fault | 17:58 |
notmyname | orzel: great!! | 17:58 |
moos3 | madorn I nuked all the network | 17:58 |
*** andelhie_ has joined #openstack | 17:58 | |
*** Gamekiller77 has quit IRC | 17:59 | |
*** saurabhs has joined #openstack | 18:00 | |
*** fikst has joined #openstack | 18:00 | |
*** talluri has quit IRC | 18:00 | |
*** fikst has quit IRC | 18:01 | |
*** WackoRob_ has joined #openstack | 18:01 | |
*** meylor has joined #openstack | 18:01 | |
*** baoli has quit IRC | 18:02 | |
*** vegeta-x has joined #openstack | 18:02 | |
orzel | notmyname: i keep on debugging. I can almost upload. It creats the container (appers in stat), but i still got a "503 Internal Server Error". Quite some stuff was created on the xfs volume though | 18:02 |
*** rbenali has joined #openstack | 18:03 | |
*** baoli has joined #openstack | 18:03 | |
*** acathrow has quit IRC | 18:03 | |
orzel | subdir accounts / containers appeard | 18:03 |
*** melwitt has joined #openstack | 18:03 | |
madorn | moos3: follow the link i sent you. all you need to do is create that one network. | 18:04 |
madorn | moos3: network and subnet. | 18:04 |
meylor | i'm running a `nova service-list` on a compute node; it returns all services as enabled/up except for two, the `nova-console` and `nova-consoleauth` even though both services are running, working, and logging correctly. does anyone have any idea as to what could cause that behavior? | 18:04 |
moos3 | madorn ok | 18:04 |
*** WackoRobie has quit IRC | 18:04 | |
meylor | this is on icehouse | 18:04 |
moos3 | mardon is there away to figure out the physical net | 18:05 |
madorn | moos3: how do you mean | 18:06 |
*** WackoRob_ has quit IRC | 18:06 | |
moos3 | for this part --provider:physical_network physnet1 | 18:06 |
*** WackoRobie has joined #openstack | 18:07 | |
*** rellik28 has quit IRC | 18:09 | |
madorn | moos3: how did you configure networking...didyou use a guide? are you using ml2? | 18:09 |
moos3 | packstack did it all automatically | 18:09 |
*** jkary1 has joined #openstack | 18:09 | |
madorn | im not sure what packstack uses | 18:10 |
madorn | let me check | 18:10 |
madorn | moos3: tak ea look at /etc/neutron/plugin.ini | 18:11 |
madorn | what you got in there. | 18:11 |
*** jaosorior has quit IRC | 18:11 | |
moos3 | https://gist.github.com/moos3/8f783bddbd258b253d55 | 18:12 |
*** diegows has joined #openstack | 18:15 | |
madorn | moos3: i didnt know you were using packstack. read this, as another user suggestd: http://openstack.redhat.com/Neutron_with_existing_external_network | 18:15 |
moos3 | k | 18:15 |
*** jaimef has quit IRC | 18:15 | |
madorn | i don't have enough experience with packstack to assist. | 18:15 |
*** bgmccollum has quit IRC | 18:16 | |
*** spandhe has joined #openstack | 18:16 | |
*** jabze_4016 has quit IRC | 18:19 | |
*** galstrom is now known as galstrom_zzz | 18:19 | |
*** esker has joined #openstack | 18:19 | |
*** imsurit has quit IRC | 18:19 | |
*** mikedawson has quit IRC | 18:19 | |
*** dcbarans has joined #openstack | 18:19 | |
*** mikedawson has joined #openstack | 18:20 | |
*** mikedawson has joined #openstack | 18:20 | |
*** IlyaE has quit IRC | 18:20 | |
*** IlyaE has joined #openstack | 18:20 | |
giorgiodinapoli | packstack puppet-openstack ... | 18:21 |
giorgiodinapoli | why cant we find synergies and develop those together | 18:21 |
*** jabze_4016 has joined #openstack | 18:21 | |
*** jcook has joined #openstack | 18:22 | |
moos3 | larsks ideas on this | 18:23 |
moos3 | [root@openstack2 ~(keystone_admin)]# neutron subnet-create --name public_subnet --enable_dhcp=false --allocation-pool=start=172.16.230.10,end=172.16.245.200 --gateway=172.16.1.2 public 172.16.0.0/16 | 18:23 |
moos3 | Unable to find network with name 'public' | 18:23 |
*** jcook has quit IRC | 18:23 | |
*** jodok has quit IRC | 18:23 | |
*** nati_ueno has quit IRC | 18:24 | |
*** bgmccollum has joined #openstack | 18:24 | |
larsks | moos3: I have not been following. Is there a network named "public"? | 18:24 |
*** jaimef has joined #openstack | 18:24 | |
*** samrose has joined #openstack | 18:25 | |
madorn | moos3: you need to specify the network UUID | 18:25 |
madorn | moos3: i dont see it in your syntax up there. | 18:25 |
larsks | madorn: You can specify networks by name, also. | 18:25 |
*** ramishra has quit IRC | 18:25 | |
madorn | larsks: sure, but i dont see where that is being specified in the copy/paste above. | 18:26 |
larsks | In the subnet-create command he just posted? | 18:26 |
larsks | Or are you looking further back? I just jumped in because he pinged me :) | 18:26 |
madorn | oh i see now | 18:26 |
madorn | my mistake didn't see it. | 18:27 |
*** Zack_Deee has quit IRC | 18:28 | |
*** rbowen has quit IRC | 18:29 | |
*** rbowen has joined #openstack | 18:29 | |
*** datajerk1 has joined #openstack | 18:29 | |
*** datajerk has quit IRC | 18:30 | |
*** nati_ueno has joined #openstack | 18:30 | |
*** bocaneri has quit IRC | 18:30 | |
*** jaimef has quit IRC | 18:30 | |
*** jabze_4016 has quit IRC | 18:31 | |
*** Zack_Deee has joined #openstack | 18:31 | |
*** Ananci has quit IRC | 18:31 | |
*** matrixise has quit IRC | 18:32 | |
*** lori is now known as lori|away | 18:32 | |
*** benrodrigue has joined #openstack | 18:32 | |
dcbarans | Hi all. I'm having trouble getting an instance to boot off of a provider network | 18:33 |
dcbarans | I think there's no route, I'm using Icehouse / Neutron / ml2 | 18:34 |
dcbarans | if I boot an instance through a internal network everything works fine | 18:34 |
*** jaimef has joined #openstack | 18:34 | |
madorn | dcbarans: do you have dhcp enabled on the provider network subnet. | 18:35 |
*** mostly_d34dh0r53 is now known as d34dh0r53 | 18:35 | |
dcbarans | There is no dhcp on the provider network | 18:36 |
madorn | how many subnets are attached to the provider network. | 18:36 |
dcbarans | madorn: Just 1 | 18:36 |
*** caleb_ has joined #openstack | 18:36 | |
madorn | what happens when you boot on the provider network. | 18:37 |
dcbarans | I can get a log, but basically. an instance seems to boot then gets no route info, as if an address was never assigned to it | 18:37 |
*** jabze_4016 has joined #openstack | 18:37 | |
madorn | an address is not being assigned to it because you have dhcp turned off. | 18:38 |
dcbarans | as if the metadata service can't get there | 18:38 |
madorn | static ip is set? | 18:38 |
*** giorgiodinapoli has quit IRC | 18:39 | |
*** mikeoutland has quit IRC | 18:40 | |
dcbarans | I've tried setting an IP manually before without much luck. I'll try again since ive made changes | 18:40 |
madorn | is openstack assigned an ip to that instance? | 18:41 |
madorn | assigning | 18:41 |
madorn | not literally.... | 18:41 |
*** datajerk1 has quit IRC | 18:41 | |
madorn | just a label when you go to nova list | 18:41 |
madorn | ip=whatever | 18:41 |
*** datajerk has joined #openstack | 18:42 | |
*** dschultz has joined #openstack | 18:42 | |
*** rodrigods_ has joined #openstack | 18:42 | |
moos3 | larsks another q about this | 18:42 |
moos3 | Add to the /etc/neutron/plugin.ini file these lines: | 18:42 |
moos3 | network_vlan_ranges = physnet1 | 18:42 |
moos3 | bridge_mappings = physnet1:br-ex | 18:42 |
*** jodok has joined #openstack | 18:42 | |
moos3 | just need those two lines under a the [ovs] block ? | 18:42 |
*** eghobo has joined #openstack | 18:43 | |
larsks | Yes, provided that the openvswitch agent is looking at that file. On my system, I need to add them to /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini. | 18:43 |
moos3 | k | 18:43 |
*** mgiampapa has quit IRC | 18:43 | |
*** arnaud has joined #openstack | 18:45 | |
*** johnpur has left #openstack | 18:46 | |
*** JordanRinke has joined #openstack | 18:47 | |
*** rodrigods_ has quit IRC | 18:48 | |
*** baylight1 has joined #openstack | 18:48 | |
*** baylight1 has left #openstack | 18:48 | |
*** bandicot has joined #openstack | 18:48 | |
dcbarans | madorn: Yes, openstack assigns an ip to the instnace | 18:48 |
*** bo_jangles has quit IRC | 18:48 | |
madorn | dcbarans: is that ip the same as your statically configured ip? | 18:49 |
dcbarans | madorn: I'm trying it again now like this | 18:49 |
*** Barker has joined #openstack | 18:49 | |
madorn | sudo kvm-ok | 18:51 |
madorn | oops | 18:51 |
*** mjfork has joined #openstack | 18:51 | |
*** bgmccollum has left #openstack | 18:51 | |
*** datajerk has quit IRC | 18:52 | |
*** datajerk1 has joined #openstack | 18:53 | |
*** anil_rao has left #openstack | 18:53 | |
*** warik has quit IRC | 18:54 | |
*** jodok has quit IRC | 18:54 | |
*** jcook has joined #openstack | 18:54 | |
*** k_stev has joined #openstack | 18:57 | |
*** shardy is now known as shardy_afk | 18:57 | |
*** warik has joined #openstack | 18:57 | |
*** eglynn has joined #openstack | 18:58 | |
*** aldavud has joined #openstack | 18:59 | |
*** jcook has quit IRC | 18:59 | |
libsysguy | does anyone know how to get a list of domains from the keystone api without having any credentials? | 19:00 |
libsysguy | I am wondering how a user is supposed to log in to the new v3 api without knowing their domain | 19:00 |
*** jp_at_hp has quit IRC | 19:00 | |
*** nstrug has joined #openstack | 19:01 | |
madorn | libsysguy: i am not really sure, but im guessing you send an initial call, provide your username, password and tenant | 19:02 |
*** atiwari has quit IRC | 19:02 | |
madorn | you get back the token | 19:02 |
madorn | along with information about which domains/tenants you belong to | 19:03 |
*** esker has quit IRC | 19:03 | |
*** emagana has quit IRC | 19:03 | |
*** k_stev has quit IRC | 19:04 | |
libsysguy | ah yes, but I don't know the tenant either. All I know is my username and password | 19:05 |
*** emagana has joined #openstack | 19:05 | |
madorn | you gotta know the tenant | 19:05 |
libsysguy | unless you have a default set right? | 19:05 |
*** k_stev has joined #openstack | 19:05 | |
libsysguy | at least that is how it was in V2 | 19:05 |
madorn | sure | 19:05 |
*** k_stev has quit IRC | 19:06 | |
*** k_stev has joined #openstack | 19:06 | |
*** dims has joined #openstack | 19:07 | |
libsysguy | I guess it is not outside the realm of possibility to expect a user to know their domain | 19:07 |
*** TheOsprey has quit IRC | 19:08 | |
*** Diplomat has quit IRC | 19:09 | |
*** libsysguy has quit IRC | 19:09 | |
*** IlyaE has quit IRC | 19:10 | |
*** lblanchard has quit IRC | 19:10 | |
*** lblanchard has joined #openstack | 19:10 | |
*** bandicot has quit IRC | 19:11 | |
madorn | they need to know either their domain or tenant. | 19:11 |
madorn | think of those as the accounts.. | 19:11 |
madorn | if you had a public cloud service in your basement, you could put each customer in their own tenant. | 19:11 |
*** datajerk1 has quit IRC | 19:11 | |
*** smoser has quit IRC | 19:11 | |
madorn | i mean, domain. | 19:11 |
madorn | sorry | 19:11 |
*** JordanRinke has left #openstack | 19:12 | |
*** shpaq has quit IRC | 19:13 | |
paraa | hmpf working again on my testsetup. from my instances i can ping domains but anything else does not work o_O | 19:13 |
*** rellik28 has joined #openstack | 19:14 | |
*** emagana has quit IRC | 19:14 | |
*** shpaq has joined #openstack | 19:14 | |
*** emagana has joined #openstack | 19:15 | |
*** Barker has quit IRC | 19:15 | |
*** mkollaro has joined #openstack | 19:15 | |
*** smoser has joined #openstack | 19:16 | |
*** byeager has joined #openstack | 19:17 | |
*** Barker has joined #openstack | 19:17 | |
*** emagana has quit IRC | 19:17 | |
*** chuckC has quit IRC | 19:19 | |
*** emagana has joined #openstack | 19:20 | |
*** jcook has joined #openstack | 19:21 | |
*** datajerk has joined #openstack | 19:21 | |
*** greer has quit IRC | 19:23 | |
*** arnaud has quit IRC | 19:24 | |
*** greer has joined #openstack | 19:25 | |
*** thangp has quit IRC | 19:25 | |
*** IlyaE has joined #openstack | 19:26 | |
*** mgiampapa has joined #openstack | 19:26 | |
*** baoli has quit IRC | 19:26 | |
*** zerick has joined #openstack | 19:27 | |
*** vegeta-x has quit IRC | 19:27 | |
*** pelix has quit IRC | 19:28 | |
*** baoli has joined #openstack | 19:28 | |
*** W00die has quit IRC | 19:29 | |
*** smoser has quit IRC | 19:29 | |
*** thangp has joined #openstack | 19:30 | |
*** dangers_away is now known as dangers | 19:30 | |
*** smoser has joined #openstack | 19:30 | |
*** nstrug has quit IRC | 19:31 | |
*** nati_ueno has quit IRC | 19:32 | |
qhartman | so, I thought when I was booting instances from images, that the image would be using local instance storage on the host, but it seems to be silently using volumes that it creates in ceph | 19:33 |
qhartman | these volumes don't show up in any volume list, but I can see them using rbd | 19:34 |
*** mieleton has quit IRC | 19:34 | |
qhartman | and they are always 2TB, despite what the flavor definition is | 19:34 |
*** xarg has quit IRC | 19:34 | |
*** xarg_ is now known as xarg | 19:34 | |
qhartman | Is this expected behavior? | 19:34 |
*** rsmitty has quit IRC | 19:35 | |
*** lpax has joined #openstack | 19:35 | |
*** ashepele1 has joined #openstack | 19:35 | |
*** bbcmicrocomputer has quit IRC | 19:36 | |
*** caleb_ has quit IRC | 19:36 | |
*** smoser has quit IRC | 19:36 | |
*** mieleton has joined #openstack | 19:36 | |
*** datajerk has quit IRC | 19:36 | |
*** acathrow has joined #openstack | 19:37 | |
*** datajerk has joined #openstack | 19:38 | |
*** tkramer has quit IRC | 19:38 | |
*** lpax has quit IRC | 19:38 | |
*** jagee has joined #openstack | 19:39 | |
*** lpax has joined #openstack | 19:39 | |
*** xarg_ has joined #openstack | 19:40 | |
*** W00die has joined #openstack | 19:40 | |
*** IlyaE has quit IRC | 19:43 | |
*** kkirkpatrick has quit IRC | 19:43 | |
*** AlanClark has joined #openstack | 19:44 | |
*** kkirkpatrick has joined #openstack | 19:44 | |
*** k_stev1 has joined #openstack | 19:45 | |
*** diegows has quit IRC | 19:47 | |
*** k_stev has quit IRC | 19:47 | |
*** aimon has quit IRC | 19:49 | |
*** Harry51S has quit IRC | 19:50 | |
*** smoser has joined #openstack | 19:51 | |
*** RaginBajin has quit IRC | 19:51 | |
*** diegows has joined #openstack | 19:53 | |
*** datajerk1 has joined #openstack | 19:54 | |
*** WackoRobie has quit IRC | 19:54 | |
*** datajerk has quit IRC | 19:54 | |
*** WackoRobie has joined #openstack | 19:55 | |
*** eglynn has quit IRC | 19:55 | |
*** bkopilov has quit IRC | 19:55 | |
*** atomek has joined #openstack | 19:56 | |
*** georgem2 has quit IRC | 19:56 | |
*** devlaps has quit IRC | 19:57 | |
*** Romik has joined #openstack | 19:57 | |
*** andelhie_ has quit IRC | 19:57 | |
*** ryanbe has joined #openstack | 19:57 | |
*** smoser has quit IRC | 19:58 | |
*** shardy_afk is now known as shardy | 19:58 | |
*** datajerk1 has quit IRC | 19:59 | |
*** WackoRobie has quit IRC | 19:59 | |
*** ArcTanSusan has quit IRC | 19:59 | |
*** ArcTanSusan has joined #openstack | 20:00 | |
*** dstarnes has joined #openstack | 20:00 | |
*** ryanbe has quit IRC | 20:00 | |
*** sushils has quit IRC | 20:00 | |
*** devlaps has joined #openstack | 20:01 | |
*** ap31r0n has quit IRC | 20:01 | |
*** aldavud has quit IRC | 20:02 | |
*** hrybacki has quit IRC | 20:03 | |
*** chuckC has joined #openstack | 20:03 | |
*** smoser has joined #openstack | 20:03 | |
*** emagana has quit IRC | 20:04 | |
*** a_le is now known as a_le_AFK | 20:04 | |
*** emagana has joined #openstack | 20:04 | |
*** ArcTanSusan has quit IRC | 20:05 | |
*** galstrom_zzz is now known as galstrom | 20:05 | |
*** mikeoutland has joined #openstack | 20:05 | |
*** ashepele1 has quit IRC | 20:05 | |
*** WackoRobie has joined #openstack | 20:05 | |
*** nati_ueno has joined #openstack | 20:06 | |
*** aveek has quit IRC | 20:07 | |
*** dgel has joined #openstack | 20:07 | |
*** dgel has quit IRC | 20:07 | |
*** jaypipes has quit IRC | 20:08 | |
*** pmcg has quit IRC | 20:08 | |
*** noslzzp has quit IRC | 20:08 | |
*** idv has joined #openstack | 20:08 | |
*** libsysguy has joined #openstack | 20:08 | |
*** pmcg has joined #openstack | 20:09 | |
*** mark3 has quit IRC | 20:10 | |
*** idv has quit IRC | 20:10 | |
*** mrjazzcat has joined #openstack | 20:10 | |
*** idv has joined #openstack | 20:10 | |
*** mark3 has joined #openstack | 20:10 | |
*** arnaud has joined #openstack | 20:10 | |
orzel | notmyname: it all works now ! :) My last problem was kinda tricky. the swift-object would fail because it couldn't create a semaphore, and the reason is that /dev/shm was not mounted... | 20:10 |
*** idv has quit IRC | 20:10 | |
*** idv has joined #openstack | 20:10 | |
*** ArcTanSusan has joined #openstack | 20:11 | |
*** nati_ueno has quit IRC | 20:11 | |
*** idv has quit IRC | 20:11 | |
*** idv has joined #openstack | 20:11 | |
notmyname | orzel: great. glad it's working for you | 20:11 |
*** ArcTanSusan has quit IRC | 20:12 | |
*** idv has quit IRC | 20:12 | |
orzel | notmyname: something weird though. I can 'swift list mycontainer' and i can see my uploded file. But swift stat still mentions 1 container and 0 object | 20:12 |
*** idv has joined #openstack | 20:12 | |
*** cdent_ has joined #openstack | 20:12 | |
*** radez is now known as radez_g0n3 | 20:12 | |
*** erecio has quit IRC | 20:12 | |
notmyname | orzel: the account-level stats are asynchronously updated | 20:12 |
*** idv has quit IRC | 20:12 | |
*** idv has joined #openstack | 20:12 | |
orzel | notmyname: ok, i see :) | 20:13 |
*** IlyaE has joined #openstack | 20:13 | |
*** idv has quit IRC | 20:13 | |
notmyname | orzel: that is one place you'll see swift's eventual consistency model in action, and it's entirely normal and expecte | 20:13 |
notmyname | d | 20:13 |
*** idv has joined #openstack | 20:13 | |
*** mark3 has quit IRC | 20:13 | |
*** dcbarans has quit IRC | 20:13 | |
*** mark3 has joined #openstack | 20:13 | |
*** cdent has quit IRC | 20:14 | |
*** cdent_ is now known as cdent | 20:14 | |
*** bkopilov has joined #openstack | 20:14 | |
orzel | notmyname: last question : there's nothing new appearing in horizon, is that expected ? There's still no integration with swift... ? | 20:14 |
*** idv has quit IRC | 20:14 | |
*** idv_ has joined #openstack | 20:14 | |
*** idv_ has quit IRC | 20:14 | |
*** cagrev has quit IRC | 20:14 | |
*** idv_ has joined #openstack | 20:14 | |
orzel | with all other services, once installed, something new would appear in horizon | 20:14 |
*** cagrev has joined #openstack | 20:15 | |
*** idv_ has quit IRC | 20:15 | |
*** idv_ has joined #openstack | 20:16 | |
*** idv__ has joined #openstack | 20:16 | |
paraa | phew I start again. Maybe I'm too confused by now. I have a three node setup similar to the openstack manual. The nodes are running with vagrant in vbox. Now I want internet access for my instances. On the network node I thought to add an iptables rule to move traffic from br-ex to vagrants NAT interface o_O | 20:17 |
*** Networkn_ has quit IRC | 20:17 | |
*** idv has joined #openstack | 20:17 | |
*** kkirkpatrick has quit IRC | 20:17 | |
*** jkary1 has quit IRC | 20:17 | |
*** idv has quit IRC | 20:17 | |
*** idv has joined #openstack | 20:17 | |
*** idv has quit IRC | 20:18 | |
*** hrybacki has joined #openstack | 20:18 | |
*** idv has joined #openstack | 20:18 | |
*** mark3 has quit IRC | 20:18 | |
notmyname | orzel: I don't know | 20:19 |
*** cagrev has quit IRC | 20:19 | |
*** bo_jangles has joined #openstack | 20:20 | |
*** cagrev has joined #openstack | 20:20 | |
madorn | paraa: it is possible. | 20:20 |
*** samrose has quit IRC | 20:20 | |
*** idv_ has quit IRC | 20:20 | |
larsks | paraa: I do something like that on my laptop. | 20:21 |
*** mark3 has joined #openstack | 20:21 | |
*** idv__ has quit IRC | 20:21 | |
larsks | paraa: Not using vagrant, but using NAT to provide outbound connectivity from instances running on my laptop. | 20:21 |
paraa | I know it should be. I can ping hostnames from the instances but nothing more. dns resolution works but theres nothing coming back | 20:21 |
*** jkary1 has joined #openstack | 20:22 | |
madorn | paraa, are you using virtualbox for the vagrqnt backend? | 20:22 |
*** aldavud has joined #openstack | 20:22 | |
paraa | madorn, yep | 20:22 |
*** r-daneel has joined #openstack | 20:22 | |
madorn | so outbount works..but inbound does not? | 20:22 |
magicrobotmonkey | anyone know how to get rid of ghost instances | 20:22 |
magicrobotmonkey | that failed to start | 20:22 |
madorn | can you ping 8.8.8.8 from an instance. | 20:22 |
magicrobotmonkey | and are not in the hypervisor | 20:22 |
magicrobotmonkey | but nova cant delete them | 20:23 |
*** idv has quit IRC | 20:23 | |
madorn | magicrobotmonkey: use virsh | 20:23 |
magicrobotmonkey | they're not in the hypervisor at all | 20:23 |
magicrobotmonkey | they're only in the nova db i think | 20:23 |
madorn | did you attempt a reset state? | 20:23 |
*** IlyaE has quit IRC | 20:23 | |
madorn | do you see them when you go to nova list | 20:23 |
magicrobotmonkey | nope how do you do that | 20:23 |
magicrobotmonkey | yea | 20:23 |
paraa | madorn, i can ping 8.8.8.8 and also domain names. resolution does not seem to be the prob | 20:23 |
madorn | look up reset state nova command | 20:23 |
magicrobotmonkey | ok thanks | 20:24 |
madorn | paraa: this is probably from virtualbox firewall | 20:24 |
madorn | you think? | 20:24 |
*** pixelb has quit IRC | 20:24 | |
*** bgmccollum has joined #openstack | 20:25 | |
*** moha_hunt has joined #openstack | 20:26 | |
paraa | larsks can you comment on settings? | 20:26 |
*** cdent has quit IRC | 20:26 | |
*** stk58 has joined #openstack | 20:26 | |
*** mark3 has quit IRC | 20:27 | |
magicrobotmonkey | cool, worked perfect, madorn, thanks | 20:27 |
*** mark3 has joined #openstack | 20:27 | |
*** IlyaE has joined #openstack | 20:27 | |
*** hrybacki has quit IRC | 20:29 | |
*** tmclaugh[work] has joined #openstack | 20:29 | |
*** ArcTanSusan has joined #openstack | 20:29 | |
*** mark3 has quit IRC | 20:30 | |
*** mark3 has joined #openstack | 20:31 | |
larsks | paraa: sorry, distracted. So you can ping externally, but other things (e.g., curl http://173.194.43.34/) fail? | 20:31 |
larsks | paraa: What do your iptables rules look like? | 20:32 |
*** dstarnes has quit IRC | 20:33 | |
*** jkary1 has quit IRC | 20:34 | |
magicrobotmonkey | where does glance store images? | 20:34 |
Kupo24z | depends on your storage medium | 20:35 |
stk58 | is it normal that on a network node I cannot ping out (or receive pings) on the local network? | 20:35 |
*** Barker has quit IRC | 20:35 | |
magicrobotmonkey | where is that defined, Kupo24z? | 20:35 |
*** mjfork has quit IRC | 20:35 | |
Kupo24z | filesystem_store_datadir i believe | 20:36 |
Kupo24z | http://docs.openstack.org/developer/glance/configuring.html | 20:36 |
magicrobotmonkey | ahh thanks | 20:36 |
Kupo24z | also see default_store for the type | 20:36 |
*** rbenali has quit IRC | 20:37 | |
*** vkmc has quit IRC | 20:37 | |
*** noslzzp has joined #openstack | 20:37 | |
*** IlyaE has quit IRC | 20:38 | |
*** Barker has joined #openstack | 20:38 | |
*** blomquisg has quit IRC | 20:38 | |
paraa | larsks http://paste.openstack.org/show/81936/ i added the masq rule | 20:38 |
*** emagana has quit IRC | 20:39 | |
paraa | larsks very strange is, that curl www.google.de returns "some" bytes but not everything | 20:39 |
*** mestery has quit IRC | 20:39 | |
magicrobotmonkey | you might need to turn down the MTU on your guests | 20:40 |
*** mestery has joined #openstack | 20:40 | |
*** bandicot has joined #openstack | 20:40 | |
magicrobotmonkey | are you using GRE tunnels? | 20:40 |
*** radez_g0n3 is now known as radez | 20:40 | |
paraa | magicrobotmonkey yes, gre | 20:40 |
magicrobotmonkey | yea GRE adds a wrapper to the packets so they get too big | 20:41 |
magicrobotmonkey | try adjusting the MTU down to like 1450 on your guest | 20:41 |
*** sigurding has joined #openstack | 20:41 | |
*** spandhe has quit IRC | 20:41 | |
*** hrybacki has joined #openstack | 20:42 | |
larsks | paraa: if adjusting the mtu fixes the problem, you can set up neutron to provide the appropriate mtu via dhcp to your instances so that you don't need to set it manually. | 20:43 |
_cjones_ | larsks: Give me a min to prep this. | 20:43 |
*** bgmccollum has quit IRC | 20:44 | |
rdo | yep, likely to be fragmentation | 20:44 |
rdo | set MTU to 1400 to prove | 20:44 |
*** IlyaE has joined #openstack | 20:45 | |
larsks | _cjones_: sure. | 20:45 |
*** bilco105_ is now known as bilco105 | 20:45 | |
paraa | set the mtu on the instance to 1450 no change :( 1400 also | 20:46 |
rdo | how did you set it? | 20:46 |
*** bgmccollum has joined #openstack | 20:46 | |
*** jdonalds has joined #openstack | 20:46 | |
*** vkmc has joined #openstack | 20:46 | |
*** ArcTanSusan has quit IRC | 20:47 | |
paraa | sudo ifconfig eth0 mtu 1450 up | 20:47 |
rdo | paraa: and it shows the mtu being set accordingly? | 20:47 |
rdo | (just want to completely rule it out ;-)) | 20:47 |
*** sroy has quit IRC | 20:47 | |
*** ArcTanSusan has joined #openstack | 20:47 | |
paraa | rdo yep "ip addr list eth0" reports correct mtu | 20:48 |
*** esker has joined #openstack | 20:48 | |
rdo | hmm odd | 20:49 |
rdo | it definitely sounds like mtu problem | 20:50 |
*** bandicot has quit IRC | 20:50 | |
rdo | it should start to receive some stuff and then just fail miserably if MTU is too high | 20:50 |
*** nati_ueno has joined #openstack | 20:50 | |
rdo | your symptoms are consistent with packet fragmentation with GRE | 20:50 |
rdo | suggest you become best friends with tcpdump to see what's going on | 20:50 |
*** bgmccollum has quit IRC | 20:51 | |
*** bgmccollum has joined #openstack | 20:51 | |
larsks | paraa: You can verify it's an mtu problem by using "ping" with increasing block sizes. E.g., "ping -s 1450 ...", "ping -s 1480 ...", etc. | 20:52 |
*** jdob has quit IRC | 20:52 | |
*** emagana has joined #openstack | 20:52 | |
rdo | you can also use tracepath, right? | 20:52 |
*** ArcTanSusan has joined #openstack | 20:52 | |
*** kkirkpatrick has joined #openstack | 20:52 | |
larsks | rdo: Possibly? :) I just used ping last time I was diagnosing an mtu problem. | 20:53 |
rdo | :-D | 20:54 |
*** IlyaE has quit IRC | 20:55 | |
*** noslzzp has quit IRC | 20:55 | |
*** bandicot has joined #openstack | 20:56 | |
*** maxxware has quit IRC | 20:56 | |
*** meeprat2 has joined #openstack | 20:56 | |
_cjones_ | larsks: Here's my network topology: http://puu.sh/95gVh/3998c39397.png | 20:57 |
*** atomek has quit IRC | 20:57 | |
*** kkirkpatrick has quit IRC | 20:57 | |
larsks | _cjones_: Okay... | 20:57 |
*** penguinRaider has quit IRC | 20:57 | |
_cjones_ | larsks: Here's the result that I'm seeing (note the second ip under "private").: http://puu.sh/95gFJ/8f43635640.png | 20:58 |
*** ahaerpfer has quit IRC | 20:58 | |
rdo | second IP is a floating one | 20:58 |
_cjones_ | larsks: This is a "floating_ip_address" and is *not* on the "private" network. | 20:58 |
larsks | _cjones_: Right. Because the floating ip is mapped to the fixed ip 10.0.0.2, it's listed in that network. | 20:59 |
*** maxxware has joined #openstack | 20:59 | |
*** penguinRaider has joined #openstack | 20:59 | |
*** Ursinha-afk is now known as Ursinha | 20:59 | |
*** noslzzp has joined #openstack | 20:59 | |
larsks | If you were to connect your "second" network to the public network, you could map the floating ip to 10.1.0.4 instead and it would show up listed under "second" instead. | 20:59 |
_cjones_ | Gotcha. | 21:00 |
_cjones_ | Where would I do that one last bit. | 21:00 |
_cjones_ | ? | 21:00 |
_cjones_ | larsks: I guess I figured there would be a section that mentioned floating IP, but I guess this is how it works. | 21:01 |
larsks | _cjones_: If you use the command line, you can use commands like "nova floating-ip-list" (or "neutron floatingip-list") to get this information in a different format. | 21:01 |
*** mikedawson has quit IRC | 21:01 | |
*** evanz_ has quit IRC | 21:01 | |
*** thangp has quit IRC | 21:01 | |
*** marcelodieder has quit IRC | 21:02 | |
*** baoli has quit IRC | 21:02 | |
*** moha_hunt has quit IRC | 21:02 | |
larsks | If you wanted to map the floating ip to a fixed ip on the "second" network, you would need to create another router, set its gateway to the public network, attach it to the "second" network, and then used "nova add-floating-ip" with the "--fixed-address" argument. I'm sure you can do this with the web ui also, but I can't tell you how off the top of my head. | 21:02 |
*** ericgoncz has joined #openstack | 21:02 | |
*** Superdoc has joined #openstack | 21:03 | |
Superdoc | Hi | 21:04 |
Superdoc | anyone here | 21:04 |
larsks | Superdoc: Nope. | 21:04 |
*** eghobo has quit IRC | 21:04 | |
Superdoc | ok sorry, i've deployed openstack on a lab environment | 21:04 |
larsks | That's okay. It happens to everyone eventually. | 21:04 |
rdo | ;-) | 21:05 |
*** cference has quit IRC | 21:05 | |
*** DaveBirdsall has quit IRC | 21:05 | |
* larsks apologies. It's after five and I'm feeling punchy. | 21:05 | |
Superdoc | i've deployed cirros instance and can access it through console, i'm using neutron network, the image gets the IP assigned but fails to read metadata server | 21:05 |
paraa | mhh ooohkay lets avoid the mtu problems. I set the mtu to 1450. I tried wget a file and it took veeery long for the transfer to start "HTTP request sent, awaiting response..." the transfer started eventually and gave me 603K/s (which is very slow on my connection) | 21:05 |
*** stk58 has quit IRC | 21:05 | |
rdo | Superdoc: try 'curl http://169.254.169.254' in guest - what happens ? | 21:05 |
larsks | Superdoc: are you able to ping the gateway address from the instance? | 21:05 |
*** berendt has quit IRC | 21:06 | |
larsks | ...and also what rdo said :) | 21:06 |
Superdoc | yes after fixing the security group icmp/tcp i can ping the gateway | 21:06 |
*** bgmccollum has quit IRC | 21:06 | |
Superdoc | when i do the curl http://169.254.169.254 it comes back as <h1>500 Internal Server Error</h1> Remote metadata server experienced an internal server error.<br /><br /> | 21:06 |
rdo | the fact that it gets the DHCP lease suggests that your neutron node is working, and tenant networks are established correctly, so unless L3 is hosted elsewhere then it should work ;-D | 21:06 |
rdo | ahh | 21:06 |
rdo | 500.. that explains a lot, 500 is actually a GOOD thing | 21:06 |
*** atomek has joined #openstack | 21:06 | |
*** noslzzp has quit IRC | 21:06 | |
rdo | means it's likely just configuration | 21:06 |
Superdoc | yes then i went to check the metadata agent log | 21:07 |
rdo | check the metadata configuration file in /etc/neutron - confirm username/password settings | 21:07 |
*** eghobo has joined #openstack | 21:07 | |
Superdoc | ok let me do that right now | 21:08 |
*** AlanClark has quit IRC | 21:08 | |
Superdoc | the secret key is also matching to nova, here is the error in metadata agent log | 21:08 |
*** acathrow has left #openstack | 21:08 | |
Superdoc | 2014-05-28 23:42:27.885 1189 TRACE neutron.agent.metadata.agent token_url = self.auth_url + "/tokens" 2014-05-28 23:42:27.885 1189 TRACE neutron.agent.metadata.agent TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' 2014-05-28 23:42:27.885 1189 TRACE neutron.agent.metadata.agent 2014-05-28 23:42:27.889 1189 INFO eventlet.wsgi.server [req-ef237682-2b98-4842-ae06-9f1cf695febb None] 172.31.100.15,<local> - - [ | 21:08 |
Superdoc | its not an authentication error as seen from metadata agent log | 21:09 |
rdo | can you pastebin your config file? (sanitise as necessary) | 21:09 |
meeprat2 | is openstack good | 21:09 |
rdo | meeprat2: interesting question, we seem to think so | 21:10 |
Superdoc | metadata agent config or neutron config from network node? | 21:10 |
rdo | Superdoc: metadata agent config from network/neutron node | 21:10 |
*** berendt has joined #openstack | 21:10 | |
Superdoc | ok | 21:10 |
meeprat2 | is openstack complicated | 21:10 |
*** ArcTanSusan has quit IRC | 21:10 | |
rdo | meeprat2: it depends on what experience you have with existing technologies like virtualisation, networking, storage etc | 21:10 |
Superdoc | this is all it has, rest is commented out with hash | 21:11 |
Superdoc | [DEFAULT] # Show debugging output in log (sets DEBUG log level output) # debug = True uth_url = http://controller:5000/v2.0 auth_region = regionOne admin_tenant_name = service admin_user = neutron admin_password = eng1t14 nova_metadata_ip = 172.31.100.202 metadata_proxy_shared_secret = test verbose = True | 21:11 |
meeprat2 | what do you need to get started | 21:11 |
larsks | meeprat2: https://wiki.openstack.org/wiki/Getting_Started | 21:11 |
larsks | Superdoc: That says "uth_url", not "auth_url". | 21:12 |
larsks | Superdoc: I think that error in your log is telling you the truth. | 21:12 |
Superdoc | OMG how didn't i notice..must have gotten lost when i was pasting it | 21:13 |
*** jckasper has quit IRC | 21:13 | |
Superdoc | let me fix restart and see | 21:13 |
*** bgmccollum has joined #openstack | 21:13 | |
*** bandicot has quit IRC | 21:13 | |
*** ArcTanSusan has joined #openstack | 21:13 | |
*** evanz has joined #openstack | 21:14 | |
rdo | yup, hence the NoneType | 21:14 |
*** ArcTanSusan has quit IRC | 21:14 | |
rdo | was about to type the same thing but larsks beat me too it! | 21:14 |
rdo | to* | 21:14 |
*** promulo has quit IRC | 21:14 | |
*** gyee has quit IRC | 21:14 | |
larsks | This goes back to a discussion Sam-I-Am and I had yesterday re: terrible error handling of config file errors. | 21:15 |
larsks | Probably worth a bug report. | 21:15 |
rdo | could do with a config parser | 21:15 |
rdo | or a sanity checker | 21:15 |
paraa | ;D one of my problems from yesterday too^^ | 21:15 |
meeprat2 | what are competitors to openstack | 21:15 |
Superdoc | Thanks for pointing that out larsks, i guess now this problem is isolated the instance still can't ping to other nodes on the same network | 21:15 |
*** ArcTanSusan has joined #openstack | 21:16 | |
larsks | meeprat2: For pete's sake, go do some basic research. | 21:16 |
rdo | lol | 21:16 |
meeprat2 | meep! | 21:16 |
*** IlyaE has joined #openstack | 21:16 | |
meeprat2 | larsks, you dont have to answer | 21:16 |
larsks | meeprat2: Keep digging... | 21:16 |
larsks | Superdoc: everything else is working? | 21:16 |
meeprat2 | in your opinion, what are competitors to openstack | 21:17 |
larsks | /ignore add meeprat2 | 21:17 |
larsks | Ooops... | 21:17 |
rdo | meeprat2: realistically google is your best bet, there are hundreds, if not thousands, of articles on exactly this.. but to point you in the right direction, check out eucalyptus, cloudstack, amazon aws, vmware vcloud | 21:17 |
*** rtheis has quit IRC | 21:17 | |
*** guimaluf has joined #openstack | 21:17 | |
*** sgordon has quit IRC | 21:17 | |
meeprat2 | rdo, thanks | 21:18 |
magicrobotmonkey | meeprat2: http://lmgtfy.com/?q=openstack+competitors | 21:18 |
rdo | :-D | 21:18 |
larsks | magicrobotmonkey: +1 | 21:18 |
Superdoc | yes, so far the network dhcp and l3 agent aren't showing any errors in the logs, thought this metadata fix was going to fix connectivity | 21:18 |
rdo | right, cya later guys time to get my train home | 21:18 |
*** Wicaeed has joined #openstack | 21:18 | |
*** benbenben1010 has left #openstack | 21:18 | |
larsks | Cheers!~ | 21:18 |
*** hrybacki has quit IRC | 21:18 | |
magicrobotmonkey | the metadata is only to setup the instances when they boot | 21:18 |
larsks | Superdoc: pinging other nodes on the same network may just be a simple security group fix. | 21:19 |
Superdoc | whats this ingress and egress supposed to be? | 21:19 |
*** bgmccollum has quit IRC | 21:19 | |
*** esv has quit IRC | 21:19 | |
meeprat2 | rdo, thank you good sir | 21:20 |
larsks | Superdoc: Not sure exactly what you're looking at. Can you pastebin something? | 21:20 |
*** lblanchard has quit IRC | 21:20 | |
larsks | "ingress" is inbound (to your instance), "egress" is outbound. | 21:21 |
Superdoc | larsks: i'll better understand the working of security group and will come back for help since you said its mostly got to do with security group. | 21:22 |
*** imperfect- has quit IRC | 21:23 | |
larsks | Superdoc: I'm just guessing, that wasn't an authoritative statement! | 21:23 |
*** esker has quit IRC | 21:23 | |
*** gizmoguy has joined #openstack | 21:24 | |
*** emaganap has joined #openstack | 21:24 | |
*** esker has joined #openstack | 21:24 | |
*** vuil has quit IRC | 21:24 | |
Superdoc | no, I don't want to do something without understanding, i really thank you for helping with the actual problem i came here :) | 21:25 |
*** emagana has quit IRC | 21:26 | |
larsks | Superdoc: Just fyi, on my system (installed via "packstack"), I can ping between instances on the same network. The only security group modifications I've made are to permit icmp and ssh traffic. | 21:26 |
Superdoc | i see | 21:26 |
Superdoc | i just added ssh, i'm going to give it a try | 21:26 |
Superdoc | tried it doesn't connect, i have added icmp ingress yet i can't ping the instance | 21:27 |
*** eghobo has quit IRC | 21:27 | |
larsks | I'm about to turn into a pumpkin. If you're still having problems tomorrow I'd be happy to help take a look. | 21:28 |
*** fnaval has quit IRC | 21:28 | |
*** lborda has quit IRC | 21:28 | |
*** ericReeves has quit IRC | 21:28 | |
paraa | hmpf tracepath resolves up until my network node and than nothing more. debugging this is strange... | 21:28 |
Superdoc | is there any way i can connect with you other than irc | 21:28 |
*** atomek has quit IRC | 21:29 | |
*** s00pcan has quit IRC | 21:29 | |
*** noslzzp has joined #openstack | 21:29 | |
*** jagee has quit IRC | 21:30 | |
larsks | Superdoc: irc is probably best. | 21:30 |
Superdoc | ok | 21:30 |
Superdoc | i come to work 5hrs before this time | 21:30 |
*** sigurding has quit IRC | 21:30 | |
Superdoc | Thanks | 21:30 |
*** bgmccollum has joined #openstack | 21:31 | |
*** bmurt has quit IRC | 21:31 | |
*** __lgw4__ has quit IRC | 21:32 | |
*** samrose has joined #openstack | 21:33 | |
*** r3pl4y has quit IRC | 21:34 | |
*** jdonalds has quit IRC | 21:34 | |
*** signed8b_ has joined #openstack | 21:36 | |
*** leeantho has quit IRC | 21:36 | |
*** ashepele1 has joined #openstack | 21:36 | |
*** signed8bit has quit IRC | 21:37 | |
*** fnaval has joined #openstack | 21:38 | |
*** diegows has quit IRC | 21:38 | |
*** nstrug has joined #openstack | 21:38 | |
*** Penick has joined #openstack | 21:39 | |
*** Penick has quit IRC | 21:39 | |
*** WackoRobie has quit IRC | 21:39 | |
*** achampion has quit IRC | 21:39 | |
*** ongolaBoy has quit IRC | 21:40 | |
*** leeantho has joined #openstack | 21:40 | |
*** sz0 has quit IRC | 21:41 | |
*** Ursinha is now known as Ursinha-afk | 21:41 | |
*** leeantho has quit IRC | 21:41 | |
*** sz0 has joined #openstack | 21:43 | |
*** dangers is now known as dangers_away | 21:43 | |
*** berendt has quit IRC | 21:44 | |
*** Barker has quit IRC | 21:44 | |
_cjones_ | larsks: Thanks for your help in my misunderstanding. | 21:45 |
*** Barker has joined #openstack | 21:46 | |
*** cihhan has quit IRC | 21:47 | |
*** devoid1 has joined #openstack | 21:47 | |
*** abhirc has quit IRC | 21:47 | |
*** devoid has quit IRC | 21:48 | |
paraa | thanks for your help so far. I will try to sort some things out and maybe think of another way to get access | 21:48 |
*** lpax has quit IRC | 21:48 | |
*** nati_ueno has quit IRC | 21:49 | |
*** damadhat has quit IRC | 21:49 | |
*** damadhatter has joined #openstack | 21:49 | |
*** vpanizo has joined #openstack | 21:50 | |
*** jecarey has quit IRC | 21:50 | |
*** OutBackDingo has joined #openstack | 21:50 | |
*** ddieterly has quit IRC | 21:51 | |
*** kkirkpatrick has joined #openstack | 21:52 | |
*** bcrochet is now known as bcrochet|g0ne | 21:53 | |
*** bandicot has joined #openstack | 21:53 | |
*** ddieterly has joined #openstack | 21:55 | |
*** rellik28 has quit IRC | 21:55 | |
*** rbowen has quit IRC | 21:55 | |
*** dhellmann is now known as dhellmann_ | 21:58 | |
*** dhellmann_ is now known as dhellmann | 21:58 | |
*** dhellmann is now known as dhellmann_ | 21:58 | |
*** promulo has joined #openstack | 21:58 | |
*** jthorne has joined #openstack | 21:58 | |
*** robbiew has left #openstack | 22:00 | |
*** kbringard has quit IRC | 22:00 | |
*** benrodrigue has quit IRC | 22:01 | |
*** gondoi is now known as zz_gondoi | 22:01 | |
*** sz0 has quit IRC | 22:01 | |
*** ekarlso has quit IRC | 22:01 | |
*** sz0_ has joined #openstack | 22:01 | |
*** johnpur has joined #openstack | 22:01 | |
*** dspano has quit IRC | 22:02 | |
*** CASP3R has quit IRC | 22:02 | |
*** johnpur has quit IRC | 22:02 | |
*** lpax has joined #openstack | 22:02 | |
*** arnaud has quit IRC | 22:03 | |
*** samrose has quit IRC | 22:04 | |
*** fsimonce has quit IRC | 22:04 | |
*** atiwari has joined #openstack | 22:05 | |
*** ericgoncz has quit IRC | 22:05 | |
*** jecarey has joined #openstack | 22:05 | |
*** yamahata has joined #openstack | 22:06 | |
*** nati_ueno has joined #openstack | 22:07 | |
*** kordless has joined #openstack | 22:08 | |
*** bandicot has quit IRC | 22:08 | |
*** suresh12 has quit IRC | 22:10 | |
*** meylor has quit IRC | 22:10 | |
*** rodrigods has quit IRC | 22:12 | |
*** lblanchard has joined #openstack | 22:12 | |
*** nstrug has quit IRC | 22:12 | |
*** lblanchard has quit IRC | 22:13 | |
*** jgrimm has quit IRC | 22:13 | |
*** emaganap has quit IRC | 22:13 | |
*** a_le_AFK is now known as a_le | 22:14 | |
orzel | there seem to be no 'standard' app for integrating swift with django. Or is there ? I find cumulus (too much dep and focused on less generic rackspace) and django-storage-swift, which is not quite maintained it seems | 22:14 |
*** rodrigods has joined #openstack | 22:14 | |
*** rodrigods has joined #openstack | 22:15 | |
*** afaranha has joined #openstack | 22:15 | |
*** samrose has joined #openstack | 22:15 | |
*** emagana has joined #openstack | 22:15 | |
*** zehicle_at_dell has joined #openstack | 22:15 | |
*** Romik has quit IRC | 22:16 | |
*** bknudson has quit IRC | 22:16 | |
*** Guest77682 has quit IRC | 22:16 | |
*** suresh12 has joined #openstack | 22:17 | |
*** emagana has quit IRC | 22:18 | |
*** emagana has joined #openstack | 22:18 | |
*** strictlyb has quit IRC | 22:18 | |
*** penguinRaider has quit IRC | 22:19 | |
*** strictlyb has joined #openstack | 22:20 | |
*** strictlyb has quit IRC | 22:21 | |
*** strictlyb has joined #openstack | 22:21 | |
*** strictlyb has quit IRC | 22:23 | |
*** edmund1 has joined #openstack | 22:23 | |
*** strictlyb has joined #openstack | 22:23 | |
*** strictlyb has quit IRC | 22:23 | |
*** edmund has quit IRC | 22:24 | |
*** strictlyb has joined #openstack | 22:24 | |
*** rmartinelli has quit IRC | 22:24 | |
*** strictlyb has quit IRC | 22:24 | |
*** zehicle_at_dell has quit IRC | 22:25 | |
*** r-daneel has quit IRC | 22:26 | |
*** strictlyb has joined #openstack | 22:26 | |
*** lblanchard has joined #openstack | 22:26 | |
*** ekarlso has joined #openstack | 22:26 | |
*** kkirkpatrick has quit IRC | 22:27 | |
*** cihhan has joined #openstack | 22:28 | |
*** jdonalds has joined #openstack | 22:28 | |
*** alexlindenlevy has quit IRC | 22:28 | |
*** kkirkpatrick has joined #openstack | 22:28 | |
*** abhirc has joined #openstack | 22:29 | |
*** weshay has quit IRC | 22:29 | |
*** lblanchard has quit IRC | 22:30 | |
*** rodrigods_ has joined #openstack | 22:30 | |
*** jp_at_hp has joined #openstack | 22:31 | |
*** atiwari has quit IRC | 22:32 | |
*** lblanchard has joined #openstack | 22:33 | |
*** FunnyLookinHat has quit IRC | 22:33 | |
*** CASP3R has joined #openstack | 22:34 | |
*** ArxCruz has quit IRC | 22:34 | |
*** eghobo has joined #openstack | 22:34 | |
*** rfolco has quit IRC | 22:35 | |
*** BLZbubba has quit IRC | 22:35 | |
*** BLZbubba has joined #openstack | 22:35 | |
*** fnaval has quit IRC | 22:35 | |
*** lblanchard has quit IRC | 22:36 | |
*** engkur has joined #openstack | 22:36 | |
*** lblanchard has joined #openstack | 22:37 | |
*** MarcMorata has quit IRC | 22:37 | |
*** d34dh0r53 is now known as mostly_d34dh0r53 | 22:37 | |
*** dangers_away is now known as dangers | 22:37 | |
*** lblanchard has quit IRC | 22:37 | |
*** colinmcnamara has joined #openstack | 22:39 | |
*** melwitt has quit IRC | 22:39 | |
*** lblanchard has joined #openstack | 22:40 | |
*** asadpanda has quit IRC | 22:40 | |
*** sz0_ has quit IRC | 22:40 | |
*** Superdoc has quit IRC | 22:42 | |
*** lblanchard has quit IRC | 22:42 | |
*** signed8b_ is now known as signed8bit_ZZZzz | 22:44 | |
*** s00pcan has joined #openstack | 22:44 | |
*** blackboxsw has quit IRC | 22:45 | |
*** sebas5384 has quit IRC | 22:46 | |
*** signed8bit_ZZZzz is now known as signed8b_ | 22:46 | |
*** signed8b_ is now known as signed8bit | 22:46 | |
*** asadpanda has joined #openstack | 22:46 | |
*** paraa has quit IRC | 22:46 | |
*** melwitt has joined #openstack | 22:47 | |
*** sz0 has joined #openstack | 22:47 | |
*** sushils has joined #openstack | 22:48 | |
*** gigawhat has quit IRC | 22:48 | |
*** caleb_` has joined #openstack | 22:48 | |
*** Barker has quit IRC | 22:48 | |
*** blackboxsw has joined #openstack | 22:48 | |
*** 14WAC1CKA has joined #openstack | 22:49 | |
*** 14WAC1CKA has quit IRC | 22:49 | |
*** jhesketh has joined #openstack | 22:49 | |
*** galstrom is now known as galstrom_zzz | 22:50 | |
*** dims has quit IRC | 22:51 | |
*** dims has joined #openstack | 22:52 | |
*** sushils has quit IRC | 22:53 | |
*** s00pcan has quit IRC | 22:53 | |
*** sushils has joined #openstack | 22:54 | |
*** vkmc has quit IRC | 22:55 | |
*** samrose has quit IRC | 22:56 | |
*** tmclaugh[work] has quit IRC | 22:56 | |
*** signed8bit has quit IRC | 22:57 | |
*** rbak has quit IRC | 22:57 | |
*** agangil has joined #openstack | 22:57 | |
*** agangil has quit IRC | 22:57 | |
*** the_hybrid_tech has quit IRC | 22:57 | |
*** signed8bit has joined #openstack | 22:57 | |
*** arnaud has joined #openstack | 22:58 | |
*** bkopilov has quit IRC | 22:59 | |
*** ashepele1 has quit IRC | 22:59 | |
*** bmurt has joined #openstack | 23:01 | |
*** bilco105 is now known as bilco105_ | 23:01 | |
*** bmurt has quit IRC | 23:02 | |
*** emagana has quit IRC | 23:02 | |
*** Jimmy_ has quit IRC | 23:02 | |
orzel | is the native api (v2) for swift the one compatible with s3, or is it a different one ? | 23:02 |
orzel | aka "does swift speak s3 natively ?" | 23:02 |
notmyname | orzel: no | 23:02 |
*** bmurt has joined #openstack | 23:02 | |
*** kkirkpatrick has quit IRC | 23:03 | |
*** flaper87 is now known as flaper87|afk | 23:03 | |
notmyname | orzel: there is an s3 adapter middleware you can run, but swift has it's own API. it's similar to S3, but not the same (https://github.com/stackforge/swift3) | 23:04 |
notmyname | orzel: note that the swift3 middleware is "community supported" and not an official part of openstack or swift | 23:04 |
*** suresh12 has quit IRC | 23:05 | |
*** engkur has quit IRC | 23:06 | |
orzel | notmyname: very interesting. If i trust the doc, it seems straightforward to add | 23:07 |
*** suresh12 has joined #openstack | 23:07 | |
notmyname | orzel: it is (fairly straightforward), and you should (trust the doc) | 23:07 |
*** cagrev has quit IRC | 23:08 | |
*** tmclaugh[work] has joined #openstack | 23:08 | |
notmyname | orzel: while I understand that using a toolchain that was originally targeted at AWS means you my require an S3 API, I'd encourage you to do what you can to move to the Swift API. you'll get more features and have less complexity | 23:08 |
*** Zack_Deee has quit IRC | 23:09 | |
*** yamahata has quit IRC | 23:09 | |
*** swebb is now known as zz_swebb | 23:10 | |
orzel | notmyname: i dont think i'll use the s3 api yet | 23:10 |
*** jmickle has quit IRC | 23:11 | |
*** ddieterly has quit IRC | 23:11 | |
orzel | notmyname: i thought there would be a great django backend storage for swift, but nope... so i'm checking other options | 23:11 |
notmyname | orzel: I've heard of a django-storages thing that supports swift. but I don't know any details | 23:12 |
*** bkopilov has joined #openstack | 23:13 | |
*** michaelneale has joined #openstack | 23:13 | |
orzel | yeps. django storage does a lot of stuff, has a billion dep. One of the backend if for rackspace (not really swift) and uses an old technology | 23:13 |
orzel | (mosso?) | 23:13 |
*** devoid1 has quit IRC | 23:13 | |
notmyname | orzel: rackspace cloud files is running swift (in fact, that's where swift came from) | 23:13 |
notmyname | orzel: and for historical trivia, "mosso" was the original name of "the rackspace cloud" before rackspace absorbed that too and just called the whole thing "rackspace" | 23:14 |
*** prad has quit IRC | 23:14 | |
notmyname | orzel: FWIW, I would expect clients written for cloud files to work with any swift deployment, as long as you can specify the auth stuff | 23:15 |
*** Jimmy_ has joined #openstack | 23:15 | |
orzel | yes, i know about rackspace. But there's weird thing in the doc. The most common rackspace stuff for django is "cumulus" | 23:16 |
orzel | cumulus bring lot of dep, lot of them with 'rackspace' inside | 23:16 |
*** ericReeves has joined #openstack | 23:16 | |
orzel | not as simple as i would like | 23:16 |
*** edmund1 has quit IRC | 23:17 | |
*** achampion has joined #openstack | 23:17 | |
*** CorreaBr has joined #openstack | 23:18 | |
*** baoli has joined #openstack | 23:18 | |
CorreaBr | hi all | 23:18 |
*** ozialien has joined #openstack | 23:18 | |
*** jcook has quit IRC | 23:19 | |
*** stanchan has joined #openstack | 23:19 | |
*** vikasd has joined #openstack | 23:19 | |
*** jcook has joined #openstack | 23:19 | |
*** dgel has joined #openstack | 23:20 | |
*** dgel has quit IRC | 23:20 | |
*** acathrow has joined #openstack | 23:20 | |
*** acathrow has left #openstack | 23:20 | |
*** michaelneale has quit IRC | 23:20 | |
*** melodous has joined #openstack | 23:21 | |
melodous | hi all | 23:21 |
melodous | one question if you dont mind... | 23:21 |
melodous | there is some process to create new meters on ceilometer? | 23:21 |
*** leeantho has joined #openstack | 23:22 | |
*** ricardo has joined #openstack | 23:22 | |
*** hogepodge has quit IRC | 23:23 | |
*** ricardo is now known as Guest49265 | 23:23 | |
*** Guest49265 has quit IRC | 23:24 | |
*** ricardorocha has joined #openstack | 23:24 | |
*** Guest75838 has quit IRC | 23:24 | |
*** MrJoshua has joined #openstack | 23:24 | |
orzel | notmyname: i think mosso was referring to some old lib stuff used by "django-storage", not the former name or rackspace | 23:26 |
orzel | now this is supposed to use 'swiftclient' instead i would say | 23:26 |
notmyname | yes | 23:26 |
*** kevinconway has quit IRC | 23:27 | |
*** coreywright is now known as coreywright_ | 23:27 | |
*** sz0 has quit IRC | 23:30 | |
*** radez is now known as radez_g0n3 | 23:30 | |
*** IlyaE has quit IRC | 23:31 | |
*** colinmcnamara has quit IRC | 23:33 | |
*** mikeoutland has quit IRC | 23:35 | |
*** jfarschm_ has joined #openstack | 23:35 | |
*** jtomasek has quit IRC | 23:36 | |
*** moarrr_bitcoin has quit IRC | 23:36 | |
*** pmathews has quit IRC | 23:37 | |
*** jp_at_hp has quit IRC | 23:37 | |
*** michaelneale has joined #openstack | 23:37 | |
*** jp_at_hp has joined #openstack | 23:38 | |
*** jfarschman has quit IRC | 23:38 | |
*** zzelle has quit IRC | 23:38 | |
*** jfarschm_ has quit IRC | 23:39 | |
*** badiane_ka has joined #openstack | 23:41 | |
orzel | notmyname: i can create containers from cli and horizon. But only with my admin account. With a basic user account i can not. Do you see any reason why ? | 23:43 |
notmyname | orzel: in what context do you mean "admin"? | 23:43 |
notmyname | orzel: also, what auth system are you using? | 23:44 |
*** colinmcnamara has joined #openstack | 23:45 | |
orzel | notmyname: i'm using keystone for auth. The admin user is in admin/service tenant | 23:45 |
orzel | the normal user is just _member_ of a new tenant | 23:45 |
notmyname | orzel: is this admin user also "admin" in the context of keystone? | 23:45 |
*** mkollaro has quit IRC | 23:45 | |
*** blackboxsw has quit IRC | 23:45 | |
orzel | notmyname: yes | 23:45 |
orzel | i tried adding role 'admin' for the user in this tenant, but doesn't work neither | 23:46 |
*** sgviking has left #openstack | 23:47 | |
notmyname | orzel: I would think that should work. also the role "swiftoperator" should work too (unless you've changed the configs) | 23:47 |
*** BuSerD has quit IRC | 23:48 | |
*** marrusl has quit IRC | 23:48 | |
*** mikedawson has joined #openstack | 23:48 | |
notmyname | orzel: in the swift proxy-server.conf, there is a section for [filter:keystoneauth]. in it, there is a config variable called operator_roles. it defaults to admin and swiftoperator. this is the list of roles that are marked as the "owner" of a swift account | 23:48 |
orzel | there's this in my proxy-server.conf : operator_roles = Member,admin,swiftoperator | 23:48 |
orzel | i added Member because the doc says so | 23:49 |
*** Lingo___ has joined #openstack | 23:49 | |
notmyname | orzel: the account owner can grant permissions to others (ie set ACLs) and do whatever they want. without those roles, a user can only do what an owner has granted | 23:49 |
*** jtomasek has joined #openstack | 23:49 | |
*** zzelle has joined #openstack | 23:50 | |
orzel | the "role" in horizon are called "admin" and "_member_", while in conf its "Member". | 23:50 |
*** xmltok has quit IRC | 23:51 | |
orzel | theres also a ":" at the end, not sure if it matters | 23:51 |
orzel | (in horizon) | 23:51 |
*** as has joined #openstack | 23:51 | |
*** zz_swebb is now known as swebb | 23:51 | |
notmyname | orzel: I don't know | 23:52 |
*** d3nyal has quit IRC | 23:53 | |
*** gyee has joined #openstack | 23:53 | |
notmyname | orzel: I can explain how things are set up in swift and what swift is expecting, but I don't know enough details about what keystone and/or horizon are doing to know what you're seeing or what they are sending to swift | 23:53 |
*** tomoe_ has joined #openstack | 23:53 | |
*** grnman has quit IRC | 23:53 | |
*** sz0 has joined #openstack | 23:53 | |
*** jaypipes has joined #openstack | 23:54 | |
*** CorreaBr has quit IRC | 23:54 | |
*** geekinutah has quit IRC | 23:54 | |
melodous | one question, in ceilometer... how i can trigger an alarm based on one event? | 23:55 |
melodous | i want to notify to external system when something cool happens | 23:56 |
*** foexle has joined #openstack | 23:56 | |
*** tomoe_ has quit IRC | 23:56 | |
*** tomoe_ has joined #openstack | 23:57 | |
*** bkopilov has quit IRC | 23:57 | |
*** jabze_4016 has quit IRC | 23:57 | |
*** tomoe__ has joined #openstack | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!