*** bencherian has quit IRC | 00:00 | |
*** gyee has quit IRC | 00:00 | |
*** ahasenack has quit IRC | 00:01 | |
*** jcmartin has quit IRC | 00:02 | |
*** ondergetekende has joined #openstack | 00:02 | |
*** ondergetekende has quit IRC | 00:02 | |
*** desai has joined #openstack | 00:02 | |
*** sacharya has quit IRC | 00:02 | |
*** koolhead17 has quit IRC | 00:03 | |
*** spideyman_ has quit IRC | 00:03 | |
*** ladquin_brb is now known as ladquin | 00:04 | |
*** Vacuity has joined #openstack | 00:05 | |
*** danger_fo is now known as danger_fo_away | 00:06 | |
*** jodok has quit IRC | 00:06 | |
*** bknudson has quit IRC | 00:07 | |
*** flaper87 has quit IRC | 00:09 | |
bwong | help with openstack horizon | 00:10 |
---|---|---|
*** clopez has joined #openstack | 00:11 | |
*** dwcramer has quit IRC | 00:11 | |
*** cloudchimp has quit IRC | 00:14 | |
bwong | help | 00:17 |
*** monster_ has quit IRC | 00:19 | |
*** sophiap has joined #openstack | 00:22 | |
*** mchype has joined #openstack | 00:23 | |
*** Egyptian[Laptop] has joined #openstack | 00:23 | |
*** dwcramer has joined #openstack | 00:24 | |
*** rik___ has quit IRC | 00:25 | |
*** krow has quit IRC | 00:25 | |
*** rik___ has joined #openstack | 00:25 | |
*** bencherian has joined #openstack | 00:27 | |
*** stack0verflow has left #openstack | 00:27 | |
*** vkmc has quit IRC | 00:28 | |
*** hemna is now known as hemnafk | 00:28 | |
bwong | anyone here | 00:29 |
*** bootstrapper has joined #openstack | 00:29 | |
*** epim has quit IRC | 00:29 | |
*** dyim42 has joined #openstack | 00:30 | |
swaT30 | bwong: what specifically is going wrong? have you checked the error log? | 00:31 |
bwong | horizon seems simple enough | 00:31 |
bwong | you just install and run it | 00:31 |
bwong | but the instructions are so simple, that it doesnt tell you how ot access horizon | 00:31 |
bwong | i tried typing my ip it doesnt work | 00:31 |
swaT30 | http://<YOUR_IP>/dashboard/ | 00:32 |
*** acb__ has joined #openstack | 00:32 | |
swaT30 | do you have a web server installed? | 00:32 |
swaT30 | and do you have port 80 opened? | 00:32 |
bwong | apt-get -y install apache2 libapache2-mod-wsgi openstack-dashboard memcached python-memcache | 00:33 |
bwong | root@ubuntu:/etc/openstack-dashboard# netstat -nat | grep 80 tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN | 00:33 |
*** jroberts has quit IRC | 00:34 | |
swaT30 | does 'iptables -L -n -v' show port 80 opened? | 00:34 |
*** vishy is now known as vishy_zz | 00:36 | |
*** s51itxsyc has joined #openstack | 00:36 | |
*** MarkAtwood has joined #openstack | 00:38 | |
bwong | hmmm | 00:39 |
bwong | no | 00:39 |
*** ckramer has quit IRC | 00:40 | |
bwong | iptables | 00:40 |
bwong | oops* | 00:40 |
bwong | how do I know if the dashboard is even running | 00:42 |
*** tmichael has quit IRC | 00:43 | |
*** sgran has quit IRC | 00:43 | |
*** tomoe_ has joined #openstack | 00:43 | |
*** tmichael has joined #openstack | 00:44 | |
swaT30 | bwong: /etc/init.d/apache2 status | 00:44 |
*** Vacuity has quit IRC | 00:44 | |
*** devoid has quit IRC | 00:44 | |
bwong | Its running | 00:44 |
*** krow has joined #openstack | 00:44 | |
swaT30 | ok, try iptables -I INPUT -p tcp --dport 80 -j ACCEPT | 00:45 |
swaT30 | then try it | 00:45 |
*** s51itxsyc has quit IRC | 00:46 | |
*** ewindisch has quit IRC | 00:46 | |
bwong | does not work. In local_settings.py is OPENSTACK_HOST suppose to be 127.0.0.1 or my IP? | 00:47 |
*** _nymous_ has quit IRC | 00:47 | |
*** miclorb has quit IRC | 00:47 | |
*** gohko_air has quit IRC | 00:48 | |
*** miclorb_ has joined #openstack | 00:48 | |
*** msinhore has quit IRC | 00:49 | |
*** mchype has quit IRC | 00:51 | |
*** radez is now known as radez_g0n3 | 00:51 | |
swaT30 | are you installing horizon on the same box as Nova-api? | 00:52 |
bwong | yes | 00:54 |
*** bootstrapper has quit IRC | 00:54 | |
*** devoid has joined #openstack | 00:54 | |
*** gohko_air has joined #openstack | 00:55 | |
Egyptian[Laptop] | bwong: u got links installed? try http://localhost/dashboard | 00:56 |
*** melwitt has quit IRC | 00:56 | |
*** AlanClark has joined #openstack | 00:56 | |
bwong | is /var/www/ suppose to have a directory called dashboard? | 00:57 |
Egyptian[Laptop] | bwong: no | 00:57 |
Egyptian[Laptop] | if you odnt have links try wget http://localhost/dashboard | 00:57 |
bwong | 404 not found | 00:58 |
*** gporras has quit IRC | 00:58 | |
*** osier has joined #openstack | 00:59 | |
*** roaet-away is now known as roaet | 00:59 | |
Egyptian[Laptop] | bwong: there you go .. i hope thats from your same box as nova-api | 01:00 |
*** EmilienM has left #openstack | 01:01 | |
bwong | yeah it is | 01:01 |
*** aamir has joined #openstack | 01:01 | |
Egyptian[Laptop] | bwong: openstack-status and check for horizon | 01:01 |
*** b3nt_pin has joined #openstack | 01:01 | |
Egyptian[Laptop] | btw thats the extent of my openstack knowledge ;) | 01:02 |
bwong | whats the command? | 01:02 |
bwong | openstack-status/ | 01:02 |
bwong | ? | 01:02 |
Egyptian[Laptop] | yup | 01:02 |
bwong | dont have that command | 01:02 |
bwong | lol | 01:02 |
Egyptian[Laptop] | errr .. i am using centos | 01:03 |
*** sacharya has joined #openstack | 01:03 | |
*** desai has quit IRC | 01:03 | |
*** p4tuxx has joined #openstack | 01:03 | |
*** pudim_ has joined #openstack | 01:03 | |
bwong | I see... | 01:03 |
Egyptian[Laptop] | bwong: ok .. i think it is nova-manage service list | 01:03 |
bwong | what install instructions did u use btw | 01:04 |
bwong | for centos | 01:04 |
*** s51itxsyc has joined #openstack | 01:04 | |
*** Valdez has quit IRC | 01:04 | |
*** tmichael has quit IRC | 01:04 | |
*** rik___ has quit IRC | 01:04 | |
*** beagles has quit IRC | 01:04 | |
*** xmltok_ has quit IRC | 01:04 | |
*** rkukura has quit IRC | 01:04 | |
*** sbadia has quit IRC | 01:04 | |
*** syst3mw0rm has quit IRC | 01:04 | |
*** ogelbukh has quit IRC | 01:04 | |
*** JoeJulian has quit IRC | 01:04 | |
*** dansmith has quit IRC | 01:04 | |
*** pudim has quit IRC | 01:04 | |
*** p4tux has quit IRC | 01:04 | |
*** Ruetobas has quit IRC | 01:04 | |
*** jmara has quit IRC | 01:04 | |
*** pudim_ is now known as pudim | 01:04 | |
bwong | yeah dashboard is not on the service list | 01:04 |
bwong | no idea why... | 01:04 |
bwong | hmm | 01:04 |
*** tmichael has joined #openstack | 01:04 | |
*** rik___ has joined #openstack | 01:04 | |
*** xmltok_ has joined #openstack | 01:04 | |
*** rkukura has joined #openstack | 01:04 | |
*** sbadia has joined #openstack | 01:04 | |
*** ogelbukh has joined #openstack | 01:04 | |
*** JoeJulian has joined #openstack | 01:04 | |
Egyptian[Laptop] | bwong: i used a script https://raw.github.com/fedora-openstack/openstack-utils/master/utils/openstack-demo-install | 01:05 |
*** sgran has joined #openstack | 01:05 | |
Egyptian[Laptop] | but it wont get you vnc working :( .. i have been on that problem for a week now | 01:05 |
bwong | I see | 01:05 |
kspear | bwong: running ubuntu? which version? | 01:06 |
bwong | folsom | 01:06 |
*** tmichael has quit IRC | 01:06 | |
*** rik___ has quit IRC | 01:06 | |
*** xmltok_ has quit IRC | 01:06 | |
*** rkukura has quit IRC | 01:06 | |
*** sbadia has quit IRC | 01:06 | |
*** ogelbukh has quit IRC | 01:06 | |
*** JoeJulian has quit IRC | 01:06 | |
kspear | precise? | 01:06 |
*** alunduil has joined #openstack | 01:06 | |
*** clopez has quit IRC | 01:06 | |
*** otherwiseguy has quit IRC | 01:06 | |
bwong | running openstack folsom on ubuntu 12.04 LTS | 01:07 |
*** tmichael has joined #openstack | 01:07 | |
*** rik___ has joined #openstack | 01:07 | |
*** rkukura has joined #openstack | 01:07 | |
*** sbadia has joined #openstack | 01:07 | |
*** ogelbukh has joined #openstack | 01:07 | |
*** JoeJulian has joined #openstack | 01:07 | |
*** Ruetobas has joined #openstack | 01:08 | |
kspear | did you install from the cloud archive or is this a plain 12.04 install? | 01:08 |
*** bootstrapper has joined #openstack | 01:08 | |
bwong | I downloaded the cloud ubuntu version from the site | 01:09 |
bwong | and installed it myself | 01:09 |
*** dastergon has quit IRC | 01:10 | |
kspear | i think the ubuntu package puts the dashboard at /horizon/ | 01:10 |
kspear | iirc | 01:10 |
bwong | I followed this guide | 01:11 |
bwong | https://github.com/EmilienM/openstack-folsom-guide/blob/master/doc/out/pdf/openstack-folsom-guide.pdf | 01:11 |
bwong | which doesn't write much about horizon | 01:12 |
bwong | just install and log - in | 01:12 |
kspear | what do you get when you hit http://localhost/horizon/ ? | 01:12 |
bwong | Oh fudge | 01:13 |
bwong | it works | 01:13 |
bwong | -_- | 01:13 |
bwong | Thanks! | 01:13 |
kspear | you're welcome | 01:13 |
Egyptian[Laptop] | kspear: you are amazing .. spare a few minutes to help me with vnc? :D | 01:13 |
*** acb__ has quit IRC | 01:14 | |
*** Vacuity has joined #openstack | 01:14 | |
kspear | Egyptian[Laptop]: sorry, about to head out to lunch | 01:14 |
*** lloydde has quit IRC | 01:14 | |
Egyptian[Laptop] | vegemite sandwich? | 01:14 |
*** sthaha has joined #openstack | 01:15 | |
*** devoid has quit IRC | 01:15 | |
kspear | haha never! | 01:15 |
kspear | awful things | 01:16 |
*** amccloud has quit IRC | 01:17 | |
*** kevein has joined #openstack | 01:17 | |
*** bwong has quit IRC | 01:17 | |
*** Ramjett has joined #openstack | 01:18 | |
*** s51itxsyc has quit IRC | 01:19 | |
*** riker2000 has quit IRC | 01:21 | |
*** dastergon has joined #openstack | 01:23 | |
*** dastergon has joined #openstack | 01:23 | |
*** s51itxsyc has joined #openstack | 01:24 | |
*** wu_wenxiang has quit IRC | 01:25 | |
*** wu_wenxiang has joined #openstack | 01:26 | |
*** krow has quit IRC | 01:27 | |
*** ejat has joined #openstack | 01:28 | |
*** ejat has joined #openstack | 01:28 | |
*** robbiew has left #openstack | 01:33 | |
*** dwcramer has quit IRC | 01:33 | |
*** ahs3 has quit IRC | 01:34 | |
*** ahs3` has joined #openstack | 01:34 | |
*** mikedawson has joined #openstack | 01:34 | |
*** colinmcnamara has quit IRC | 01:37 | |
*** juice has quit IRC | 01:37 | |
*** yaguang has joined #openstack | 01:38 | |
*** zeriouz has quit IRC | 01:38 | |
*** lloydde has joined #openstack | 01:39 | |
*** kaganos has quit IRC | 01:39 | |
*** ctracey` is now known as ctracey | 01:39 | |
*** Ramjett has quit IRC | 01:40 | |
*** dpippenger has quit IRC | 01:40 | |
Egyptian[Laptop] | guys help me out here .. been trying to get my vnc working for a week now: http://fpaste.org/384Y/ <- /etc/nova/nova.conf .. what is _WRONG_ with it | 01:41 |
*** Ramjett has joined #openstack | 01:41 | |
*** ejat has quit IRC | 01:42 | |
*** ahs3` is now known as ahs3 | 01:42 | |
m0zes | novncproxy_port=6080 ? | 01:44 |
m0zes | that is my only difference and it seems to work. | 01:44 |
*** sama1 has joined #openstack | 01:44 | |
m0zes | Egyptian[Laptop]: ^^ | 01:44 |
*** b1rkh0ff has quit IRC | 01:45 | |
*** dwcramer has joined #openstack | 01:47 | |
*** esp1 has left #openstack | 01:48 | |
*** sama has quit IRC | 01:48 | |
*** ejat has joined #openstack | 01:48 | |
*** Thor has joined #openstack | 01:53 | |
*** genggjh has joined #openstack | 01:53 | |
Egyptian[Laptop] | m0zes: when i click on vnc in dashboard it says cant connect to 127.0.0.1:6080 | 01:54 |
Egyptian[Laptop] | i dont think thats supposed to happen | 01:54 |
Egyptian[Laptop] | also | 01:54 |
Egyptian[Laptop] | [root@compute ~]# virsh vncdisplay instance-00000004 | 01:54 |
Egyptian[Laptop] | 127.0.0.1:0 | 01:54 |
warik | does anyone has any input on possible consequences when restart the linux network stack? | 01:55 |
warik | will nove-network reconnect the instances after that? | 01:55 |
ajm | Egyptian[Laptop]: novncproxy_base_url ? | 01:56 |
*** b1rkh0ff has joined #openstack | 01:56 | |
Egyptian[Laptop] | ajm: what aobut it? | 01:57 |
ajm | your error makes me think you have that set wrong | 01:57 |
Egyptian[Laptop] | i only have 1 node | 01:58 |
Egyptian[Laptop] | novncproxy_base_url=http://192.168.1.150:6080/vnc_auto.html | 01:58 |
*** crandquist has joined #openstack | 01:58 | |
Egyptian[Laptop] | ajm: what do you think it should be? | 01:58 |
ajm | if you do nova get-vnc-console <instanceid> novnc | 01:58 |
ajm | in console | 01:58 |
ajm | what does it give you? | 01:58 |
*** gugl has quit IRC | 01:59 | |
*** acathrow has left #openstack | 01:59 | |
Egyptian[Laptop] | | novnc | http://127.0.0.1:6080/vnc_auto.html?token=99b626c9-0824-4e19-9671-09f2fb74c283 | | 02:00 |
ajm | so | 02:00 |
ajm | change that url | 02:00 |
Egyptian[Laptop] | how? | 02:00 |
ajm | go to http://192.168.1.150:6080/vnc_auto.html?token=99b626c9-0824-4e19-9671-09f2fb74c283 | 02:00 |
ajm | instead | 02:00 |
ajm | does that work? | 02:00 |
Egyptian[Laptop] | ajm: yes | 02:01 |
ajm | so, novncproxy_base_url, is your issue for sure | 02:01 |
ajm | novncproxy isn't seeing that configuration option, for whatever reason | 02:01 |
*** kobier has quit IRC | 02:01 | |
*** lloydde has quit IRC | 02:03 | |
ajm | perhaps you didn't restart the daemon after you added it? | 02:03 |
Egyptian[Laptop] | i have gone through hoops .. | 02:03 |
*** jbrooks has quit IRC | 02:03 | |
Egyptian[Laptop] | err..which demon would you be tlaking about? | 02:04 |
ajm | novncproxy | 02:04 |
*** AlanClark has quit IRC | 02:04 | |
*** AlanClark has joined #openstack | 02:04 | |
Egyptian[Laptop] | isnt is nova-api and openstack-nova-xvpvncproxy ? | 02:04 |
ajm | nova-novncproxy | 02:04 |
ajm | xpvncproxy is something else | 02:04 |
ajm | and depreciated iirc | 02:05 |
Egyptian[Laptop] | its what i have on centos from epel | 02:05 |
ajm | do you have a novnc daemon running? | 02:06 |
ajm | ps aux|grep novnc | 02:06 |
Egyptian[Laptop] | nova 3412 0.0 0.2 288588 4920 ? S 16:44 0:01 python /usr/bin/nova-novncproxy --web /usr/share/novnc/ | 02:06 |
ajm | restart it :) | 02:06 |
Egyptian[Laptop] | nova 21586 0.1 0.8 404356 16196 ? Sl 21:00 0:00 python /usr/bin/nova-novncproxy --web /usr/share/novnc/ | 02:06 |
*** ckramer has joined #openstack | 02:06 | |
ajm | does it work now? | 02:06 |
*** giulivo has quit IRC | 02:07 | |
*** sama1 has quit IRC | 02:07 | |
Egyptian[Laptop] | ajm: hmm... i stopped the service then checked the http://192.168.1.150:6080/vnc_auto.html?token=99b626c9-0824-4e19-9671-09f2fb74c283 its still running after i refresh the browser | 02:08 |
*** sophiap has quit IRC | 02:08 | |
*** huan has joined #openstack | 02:08 | |
ajm | umm | 02:09 |
ajm | are you sure your restarting it on 192.168.1.150, that's odd | 02:10 |
*** desai has joined #openstack | 02:10 | |
Egyptian[Laptop] | yes i am .. i only have 1 node and finally manaaged to stop it .. and restarted it and ... no change | 02:11 |
*** ryanpetrello has joined #openstack | 02:11 | |
*** juice has joined #openstack | 02:12 | |
ajm | then i would say you don't have novncproxy_base_url somehow | 02:12 |
*** s51itxsyc has quit IRC | 02:13 | |
*** yocum has quit IRC | 02:13 | |
Egyptian[Laptop] | ? | 02:15 |
*** comptona has quit IRC | 02:16 | |
*** lazyshot has quit IRC | 02:16 | |
*** krow has joined #openstack | 02:16 | |
*** shang_ has quit IRC | 02:17 | |
*** sn0wb1rd has quit IRC | 02:17 | |
*** shang has joined #openstack | 02:18 | |
*** Neonlajt has quit IRC | 02:18 | |
*** ajm has left #openstack | 02:22 | |
*** desai has quit IRC | 02:22 | |
*** ajm has joined #openstack | 02:22 | |
*** desai has joined #openstack | 02:22 | |
*** inareery has joined #openstack | 02:23 | |
*** cloudchimp has joined #openstack | 02:23 | |
*** cloudchimp has quit IRC | 02:24 | |
*** cloudchimp has joined #openstack | 02:25 | |
*** s51itxsyc has joined #openstack | 02:27 | |
*** Neonlajt has joined #openstack | 02:28 | |
*** cloudchimp has quit IRC | 02:31 | |
*** judd7 is now known as judd7_afk | 02:31 | |
*** s51itxsyc has quit IRC | 02:32 | |
*** cloudchimp has joined #openstack | 02:32 | |
*** sn0wb1rd has joined #openstack | 02:34 | |
*** tmichael_ has joined #openstack | 02:34 | |
*** tmichael has quit IRC | 02:36 | |
*** yuwang has joined #openstack | 02:36 | |
*** rnorwood1 has joined #openstack | 02:36 | |
*** warik has quit IRC | 02:37 | |
*** Egyptian[Laptop] has quit IRC | 02:37 | |
*** tmichael_ has quit IRC | 02:37 | |
*** pixelbeat has quit IRC | 02:37 | |
*** tmichael has joined #openstack | 02:39 | |
*** ewindisch has joined #openstack | 02:39 | |
*** erkules_ has joined #openstack | 02:41 | |
*** tualatrix has joined #openstack | 02:42 | |
*** adjohn has quit IRC | 02:43 | |
*** carif has quit IRC | 02:44 | |
*** erkules has quit IRC | 02:44 | |
*** inareery has quit IRC | 02:46 | |
*** monst has quit IRC | 02:48 | |
*** Egyptian[Laptop] has joined #openstack | 02:51 | |
*** dwcramer has quit IRC | 02:51 | |
*** krow has quit IRC | 02:51 | |
*** s51itxsyc has joined #openstack | 02:55 | |
*** melwitt has joined #openstack | 02:58 | |
*** ejat has quit IRC | 02:59 | |
*** dims has joined #openstack | 03:01 | |
*** ladquin has quit IRC | 03:02 | |
*** dwcramer has joined #openstack | 03:05 | |
*** msavy has quit IRC | 03:05 | |
*** mikedawson has quit IRC | 03:05 | |
*** shang has quit IRC | 03:05 | |
*** jfluhmann has joined #openstack | 03:07 | |
*** galthaus has quit IRC | 03:07 | |
*** desai has quit IRC | 03:08 | |
*** bencherian has quit IRC | 03:09 | |
*** sophiap has joined #openstack | 03:10 | |
*** colinmcnamara has joined #openstack | 03:10 | |
*** marrusl has quit IRC | 03:11 | |
*** colinmcnamara1 has joined #openstack | 03:11 | |
*** colinmcnamara has quit IRC | 03:11 | |
*** Blackavar has joined #openstack | 03:12 | |
*** TheSphinX_ has joined #openstack | 03:12 | |
*** sarob has quit IRC | 03:14 | |
*** julianwa_ has quit IRC | 03:15 | |
*** soosfarm_ has quit IRC | 03:15 | |
*** zhuadl has joined #openstack | 03:15 | |
*** soosfarm_ has joined #openstack | 03:15 | |
*** TheSphinX^ has quit IRC | 03:16 | |
*** tmichael has quit IRC | 03:17 | |
*** tmichael has joined #openstack | 03:18 | |
*** halfss has joined #openstack | 03:21 | |
halfss | hi is there anyone use opnestack+lxc? | 03:21 |
*** vishy_zz is now known as vishy | 03:22 | |
*** shang has joined #openstack | 03:22 | |
*** networkstatic has joined #openstack | 03:23 | |
*** mrjazzcat has quit IRC | 03:23 | |
*** robertmyers has joined #openstack | 03:24 | |
*** wu_wenxiang has quit IRC | 03:24 | |
*** melwitt has quit IRC | 03:26 | |
*** stevemar has joined #openstack | 03:27 | |
*** hillyu has joined #openstack | 03:27 | |
*** stevemar has left #openstack | 03:27 | |
*** stevemar has joined #openstack | 03:28 | |
*** vishy is now known as vishy_zz | 03:31 | |
*** chandan_kumar has joined #openstack | 03:32 | |
*** tualatrix_ has joined #openstack | 03:38 | |
*** jergerber has quit IRC | 03:39 | |
*** tualatrix has quit IRC | 03:40 | |
*** miclorb_ has quit IRC | 03:42 | |
*** starmer has joined #openstack | 03:47 | |
*** robertmyers has quit IRC | 03:48 | |
*** vishy_zz is now known as vishy | 03:48 | |
*** robertmyers has joined #openstack | 03:48 | |
*** cloudchimp has quit IRC | 03:49 | |
*** tmichael has quit IRC | 03:50 | |
*** adjohn has joined #openstack | 03:50 | |
*** galthaus has joined #openstack | 03:52 | |
*** miclorb has joined #openstack | 03:53 | |
*** galthaus has quit IRC | 03:53 | |
*** esp has joined #openstack | 03:58 | |
*** esp has quit IRC | 03:58 | |
*** sn0wb1rd has quit IRC | 03:59 | |
*** halfss has quit IRC | 04:00 | |
*** sn0wb1rd has joined #openstack | 04:00 | |
*** benner has quit IRC | 04:00 | |
*** benner has joined #openstack | 04:01 | |
*** shang has quit IRC | 04:01 | |
*** sanderj__ has joined #openstack | 04:02 | |
*** sanderj_ has quit IRC | 04:05 | |
*** martine_ has quit IRC | 04:06 | |
*** danblack has joined #openstack | 04:06 | |
*** anona has joined #openstack | 04:09 | |
*** zeriouz has joined #openstack | 04:10 | |
*** shang has joined #openstack | 04:13 | |
*** AlanClark has quit IRC | 04:14 | |
*** zhuadl has quit IRC | 04:15 | |
*** vishy is now known as vishy_zz | 04:18 | |
*** MarkAtwood has quit IRC | 04:19 | |
*** AlanClark has joined #openstack | 04:20 | |
*** araveendrann has joined #openstack | 04:20 | |
*** TheSphinX^ has joined #openstack | 04:24 | |
*** s51itxsyc has quit IRC | 04:24 | |
*** dyim42 has quit IRC | 04:25 | |
*** led_belly has quit IRC | 04:26 | |
*** TheSphinX_ has quit IRC | 04:27 | |
*** adjohn has quit IRC | 04:30 | |
*** s51itxsyc has joined #openstack | 04:32 | |
*** TheSphinX_ has joined #openstack | 04:32 | |
*** TheSphinX^ has quit IRC | 04:33 | |
*** openpercept has joined #openstack | 04:37 | |
*** zhuadl has joined #openstack | 04:39 | |
*** doublerr has joined #openstack | 04:40 | |
*** kobier has joined #openstack | 04:41 | |
*** kobier has quit IRC | 04:43 | |
*** aeperezt has quit IRC | 04:44 | |
*** kobier has joined #openstack | 04:44 | |
*** crandquist has quit IRC | 04:45 | |
*** sudorandom has joined #openstack | 04:46 | |
*** Vacuity has quit IRC | 04:47 | |
*** miclorb has quit IRC | 04:47 | |
*** jfluhmann has quit IRC | 04:48 | |
*** Blackavar has quit IRC | 04:48 | |
*** tanath has quit IRC | 04:49 | |
*** marrusl has joined #openstack | 04:56 | |
*** Vacuity has joined #openstack | 04:57 | |
*** adjohn has joined #openstack | 04:59 | |
*** doublerr has quit IRC | 05:01 | |
*** doublerr has joined #openstack | 05:01 | |
*** electreric_ has joined #openstack | 05:02 | |
*** vishy_zz is now known as vishy | 05:02 | |
*** adjohn has quit IRC | 05:02 | |
*** melwitt has joined #openstack | 05:03 | |
*** electreric has quit IRC | 05:04 | |
*** electreric_ has quit IRC | 05:06 | |
*** doublerr_ has joined #openstack | 05:07 | |
*** sayan has joined #openstack | 05:08 | |
*** mishin has quit IRC | 05:08 | |
*** gogogo_ has quit IRC | 05:08 | |
*** doublerr_ has quit IRC | 05:11 | |
*** doublerr has quit IRC | 05:11 | |
*** pvankouteren has quit IRC | 05:13 | |
*** bigmeow has quit IRC | 05:14 | |
*** bigmeow has joined #openstack | 05:15 | |
*** comptona has joined #openstack | 05:16 | |
*** osier has quit IRC | 05:19 | |
*** adjohn has joined #openstack | 05:20 | |
*** sophiap has quit IRC | 05:23 | |
*** melwitt1 has joined #openstack | 05:23 | |
*** ewindisch has quit IRC | 05:23 | |
*** julianwa_ has joined #openstack | 05:23 | |
*** osier has joined #openstack | 05:24 | |
*** mishin has joined #openstack | 05:25 | |
*** kobier has quit IRC | 05:25 | |
*** melwitt has quit IRC | 05:25 | |
*** mikeisshere has joined #openstack | 05:26 | |
*** mikeisshere has left #openstack | 05:26 | |
*** wkelly has quit IRC | 05:27 | |
*** wkelly has joined #openstack | 05:27 | |
*** AlanClark has quit IRC | 05:29 | |
*** robertmyers has quit IRC | 05:29 | |
*** robertmyers has joined #openstack | 05:29 | |
*** sacharya has quit IRC | 05:30 | |
*** electreric has joined #openstack | 05:31 | |
*** miclorb has joined #openstack | 05:32 | |
*** robertmyers has quit IRC | 05:34 | |
*** ckramer has quit IRC | 05:35 | |
*** s51itxsyc has quit IRC | 05:36 | |
*** cbosh has quit IRC | 05:37 | |
*** julianwa_ has quit IRC | 05:37 | |
*** chandan_kumar has quit IRC | 05:37 | |
*** hattwick has quit IRC | 05:40 | |
*** garyk has quit IRC | 05:41 | |
*** s51itxsyc has joined #openstack | 05:44 | |
*** adjohn has joined #openstack | 05:45 | |
*** rnorwood1 has quit IRC | 05:45 | |
*** simon-AS559 has joined #openstack | 05:47 | |
*** hattwick has joined #openstack | 05:48 | |
*** cbosh has joined #openstack | 05:48 | |
*** pvankouteren has joined #openstack | 05:49 | |
*** sayan has quit IRC | 05:52 | |
*** simon-AS559 has quit IRC | 05:54 | |
*** electreric has quit IRC | 06:02 | |
*** krow has joined #openstack | 06:05 | |
*** sn0wb1rd has quit IRC | 06:06 | |
*** darjeeling has quit IRC | 06:06 | |
*** ctracey has quit IRC | 06:08 | |
*** sophiap has joined #openstack | 06:09 | |
*** navid has joined #openstack | 06:11 | |
*** sthaha has quit IRC | 06:12 | |
*** s51itxsyc has quit IRC | 06:12 | |
*** s51itxsyc has joined #openstack | 06:13 | |
*** s51itxsyc has quit IRC | 06:18 | |
*** s51itxsyc has joined #openstack | 06:20 | |
*** sam_wan has joined #openstack | 06:20 | |
*** colinmcnamara1 has quit IRC | 06:22 | |
*** koolhead17 has joined #openstack | 06:22 | |
*** crandquist has joined #openstack | 06:22 | |
*** crandquist has quit IRC | 06:23 | |
*** mishin has quit IRC | 06:30 | |
*** sayan has joined #openstack | 06:30 | |
*** jodok has joined #openstack | 06:33 | |
*** jodok has joined #openstack | 06:33 | |
*** vishy is now known as vishy_zz | 06:34 | |
*** Uzix has quit IRC | 06:36 | |
*** pvankouteren has quit IRC | 06:38 | |
*** s51itxsyc has quit IRC | 06:39 | |
*** mishin has joined #openstack | 06:41 | |
*** stevemar has quit IRC | 06:43 | |
*** mnaser has quit IRC | 06:46 | |
*** krow has quit IRC | 06:47 | |
*** mnaser has joined #openstack | 06:47 | |
*** desai has joined #openstack | 06:48 | |
*** electreric has joined #openstack | 06:50 | |
*** musu has joined #openstack | 06:50 | |
*** huan has quit IRC | 06:52 | |
*** melwitt1 has quit IRC | 06:53 | |
*** hattwick has quit IRC | 06:54 | |
*** s51itxsyc has joined #openstack | 06:56 | |
*** afazekas has joined #openstack | 06:57 | |
*** pvankouteren has joined #openstack | 06:58 | |
*** pvankouteren_ has joined #openstack | 06:59 | |
*** crandquist has joined #openstack | 06:59 | |
*** garyk has joined #openstack | 07:00 | |
*** danblack has quit IRC | 07:00 | |
*** hattwick has joined #openstack | 07:00 | |
*** s51itxsyc has quit IRC | 07:02 | |
*** pvankouteren has quit IRC | 07:03 | |
*** pvankouteren_ is now known as pvankouteren | 07:03 | |
*** dims has quit IRC | 07:04 | |
*** sophiap has quit IRC | 07:05 | |
*** krow has joined #openstack | 07:05 | |
*** hillyu has quit IRC | 07:06 | |
*** mishin has quit IRC | 07:06 | |
*** bladernr_ has quit IRC | 07:06 | |
*** mrunge has joined #openstack | 07:09 | |
*** gogogo_ has joined #openstack | 07:10 | |
*** mrunge has quit IRC | 07:10 | |
*** crandquist has quit IRC | 07:14 | |
*** musu has quit IRC | 07:14 | |
*** desai has quit IRC | 07:14 | |
*** hattwick has quit IRC | 07:15 | |
*** linuxfreck has joined #openstack | 07:15 | |
*** bladernr_ has joined #openstack | 07:15 | |
*** dev_sa has joined #openstack | 07:15 | |
*** crandquist has joined #openstack | 07:15 | |
*** mishin has joined #openstack | 07:17 | |
*** hillyu has joined #openstack | 07:18 | |
*** dims has joined #openstack | 07:18 | |
*** chandan_kumar has joined #openstack | 07:18 | |
*** andreaf has quit IRC | 07:20 | |
*** andreaf has joined #openstack | 07:21 | |
*** simon-AS559 has joined #openstack | 07:21 | |
*** flaper87 has joined #openstack | 07:21 | |
*** crandquist has quit IRC | 07:21 | |
*** hattwick has joined #openstack | 07:21 | |
*** brodul has quit IRC | 07:22 | |
*** vlad_starkov has joined #openstack | 07:22 | |
*** araveendrann has quit IRC | 07:24 | |
*** zeriouz has quit IRC | 07:25 | |
*** s51itxsyc has joined #openstack | 07:26 | |
*** brodul has joined #openstack | 07:26 | |
*** miclorb has quit IRC | 07:27 | |
*** hattwick has quit IRC | 07:28 | |
*** mrunge has joined #openstack | 07:29 | |
*** mishin has quit IRC | 07:30 | |
*** electreric_ has joined #openstack | 07:33 | |
*** koolhead17 has quit IRC | 07:35 | |
*** electreric has quit IRC | 07:36 | |
*** hillyu has quit IRC | 07:36 | |
*** zeriouz has joined #openstack | 07:37 | |
*** electreric_ has quit IRC | 07:37 | |
*** dims has quit IRC | 07:37 | |
*** melmoth has joined #openstack | 07:38 | |
*** zodiak has quit IRC | 07:39 | |
*** EmilienM_ has joined #openstack | 07:39 | |
*** electreric has joined #openstack | 07:40 | |
*** crandquist has joined #openstack | 07:45 | |
*** guigui2 has joined #openstack | 07:45 | |
*** ninkotech_ has quit IRC | 07:46 | |
*** Uzix has joined #openstack | 07:48 | |
*** dims has joined #openstack | 07:49 | |
*** riker2000 has joined #openstack | 07:50 | |
*** adjohn has quit IRC | 07:50 | |
*** fc__ has joined #openstack | 07:50 | |
*** EmilienM_ has left #openstack | 07:51 | |
*** alex88 has joined #openstack | 07:51 | |
*** alex88 has joined #openstack | 07:51 | |
*** bladernr_ has quit IRC | 07:51 | |
*** s51itxsyc has quit IRC | 07:52 | |
*** EmilienM has joined #openstack | 07:52 | |
*** bladernr_ has joined #openstack | 07:52 | |
*** miclorb has joined #openstack | 07:53 | |
*** zodiak has joined #openstack | 07:53 | |
*** pixelbeat has joined #openstack | 07:56 | |
*** hillyu has joined #openstack | 07:57 | |
*** koolhead17 has joined #openstack | 07:58 | |
*** zodiak has quit IRC | 07:59 | |
*** miclorb has quit IRC | 08:00 | |
*** egallen has joined #openstack | 08:00 | |
*** darjeeling has joined #openstack | 08:02 | |
*** bootstrapper has quit IRC | 08:02 | |
*** dims has quit IRC | 08:03 | |
*** l_a_m has joined #openstack | 08:04 | |
*** vlad_starkov has quit IRC | 08:05 | |
*** mmagr has joined #openstack | 08:06 | |
*** hillyu has quit IRC | 08:09 | |
*** dpippenger has joined #openstack | 08:11 | |
*** ondergetekende has joined #openstack | 08:11 | |
*** reidrac has joined #openstack | 08:13 | |
*** afazekas is now known as _afazekas | 08:14 | |
*** christophk has joined #openstack | 08:15 | |
*** dims has joined #openstack | 08:16 | |
*** ondergetekende has quit IRC | 08:18 | |
*** hillyu has joined #openstack | 08:20 | |
*** eschnou has joined #openstack | 08:20 | |
*** mrmartin has joined #openstack | 08:21 | |
*** egallen has quit IRC | 08:21 | |
*** egallen has joined #openstack | 08:21 | |
*** nmagnezi has joined #openstack | 08:22 | |
*** texarcana has quit IRC | 08:24 | |
*** eschenal has joined #openstack | 08:24 | |
*** jeevan_ullas has quit IRC | 08:24 | |
*** jeevan_ullas has joined #openstack | 08:25 | |
*** balboah has joined #openstack | 08:25 | |
*** texarcana has joined #openstack | 08:25 | |
*** balboah has joined #openstack | 08:25 | |
*** darjeeling has quit IRC | 08:25 | |
*** dims has quit IRC | 08:26 | |
*** tryggvil has quit IRC | 08:27 | |
*** henrynash has joined #openstack | 08:28 | |
*** ondergetekende has joined #openstack | 08:29 | |
*** gael has joined #openstack | 08:29 | |
*** sam_wan has quit IRC | 08:31 | |
*** electreric has quit IRC | 08:31 | |
*** guigui2 has quit IRC | 08:32 | |
*** guigui3 has joined #openstack | 08:33 | |
*** giulivo has joined #openstack | 08:34 | |
*** openpercept has quit IRC | 08:35 | |
*** electreric has joined #openstack | 08:36 | |
*** sama has joined #openstack | 08:37 | |
*** henrynash has quit IRC | 08:38 | |
*** openpercept has joined #openstack | 08:38 | |
spicewiesel | is it possible to mix different HVs in one environment? Do I have to seperate them into zones then? | 08:38 |
*** dims has joined #openstack | 08:40 | |
*** nacx has joined #openstack | 08:40 | |
*** anona has quit IRC | 08:43 | |
*** openpercept has quit IRC | 08:45 | |
*** tryggvil has joined #openstack | 08:48 | |
*** chandan_kumar has quit IRC | 08:48 | |
*** koolhead17 has quit IRC | 08:49 | |
*** jpich has joined #openstack | 08:49 | |
*** kpavel has quit IRC | 08:51 | |
*** jpich has quit IRC | 08:52 | |
*** jpich has joined #openstack | 08:54 | |
*** netzmonster has joined #openstack | 08:56 | |
*** shardy_afk is now known as shardy | 09:02 | |
*** k4n0 has joined #openstack | 09:02 | |
*** tryggvil has quit IRC | 09:04 | |
*** tryggvil has joined #openstack | 09:04 | |
*** mrunge has quit IRC | 09:05 | |
*** kpavel has joined #openstack | 09:09 | |
*** sama has quit IRC | 09:10 | |
*** sama has joined #openstack | 09:12 | |
*** derekh has joined #openstack | 09:12 | |
*** derekh has quit IRC | 09:12 | |
*** derekh has joined #openstack | 09:12 | |
*** s51itxsyc has joined #openstack | 09:13 | |
*** darjeeling has joined #openstack | 09:17 | |
*** vladdy has quit IRC | 09:18 | |
*** yaguang has quit IRC | 09:18 | |
*** vladdy has joined #openstack | 09:19 | |
*** mrmartin has quit IRC | 09:22 | |
*** mrunge has joined #openstack | 09:22 | |
*** Guest8586 has quit IRC | 09:24 | |
*** networkstatic has quit IRC | 09:24 | |
*** gray-- has joined #openstack | 09:25 | |
*** jamest has joined #openstack | 09:26 | |
*** melmoth has quit IRC | 09:26 | |
*** m0zes has quit IRC | 09:28 | |
*** m0zes has joined #openstack | 09:28 | |
*** melmoth has joined #openstack | 09:29 | |
*** darraghb has joined #openstack | 09:30 | |
*** chamerling has joined #openstack | 09:30 | |
*** chamerling has left #openstack | 09:31 | |
gray-- | notmyname: i had to dash after you answered a question regarding increasing replicas in swift, i saw the answer, so thank you | 09:31 |
*** zhuadl_ has joined #openstack | 09:33 | |
*** dneary has joined #openstack | 09:33 | |
*** One-Man-Bucket has joined #openstack | 09:33 | |
*** sn0wb1rd has joined #openstack | 09:34 | |
*** zhuadl has quit IRC | 09:36 | |
*** zhuadl_ is now known as zhuadl | 09:36 | |
*** Free_maN has quit IRC | 09:40 | |
*** henrynash has joined #openstack | 09:41 | |
*** hattwick has joined #openstack | 09:41 | |
*** electreric_ has joined #openstack | 09:42 | |
*** afazekas has joined #openstack | 09:44 | |
*** henrynash has quit IRC | 09:44 | |
*** electreric has quit IRC | 09:44 | |
*** itarchitectkev has joined #openstack | 09:45 | |
*** electreric_ has quit IRC | 09:46 | |
*** gatuus has joined #openstack | 09:46 | |
*** Free_maN has joined #openstack | 09:47 | |
*** Free_maN has joined #openstack | 09:47 | |
*** openpercept has joined #openstack | 09:51 | |
*** tualatrix_ has quit IRC | 09:51 | |
*** s51itxsyc has quit IRC | 09:54 | |
*** sama has quit IRC | 09:54 | |
*** s51itxsyc has joined #openstack | 09:56 | |
*** miclorb has joined #openstack | 09:58 | |
*** itarchitectkev_ has joined #openstack | 10:01 | |
*** itarchitectkev has quit IRC | 10:04 | |
gatuus | hi | 10:04 |
gatuus | so you know if it is really necessary to put the "ubuntu" user when creating a custom image of ubuntu with cloud-init? | 10:04 |
gatuus | I mean.. "do you know..."? | 10:05 |
*** openpercept has quit IRC | 10:05 | |
*** openpercept has joined #openstack | 10:05 | |
sgran | hmm | 10:07 |
*** egallen has quit IRC | 10:07 | |
sgran | I can't see how to get data into nova/virt/libvirt/config.py | 10:07 |
sgran | let me back up | 10:07 |
sgran | I have an appliance image that wants its root disk to be sda and its nics to be e1000 | 10:07 |
sgran | I can see that the classes are being created in config.py without arguments, so it looks like it might just be a case of injecting the data there | 10:08 |
gray-- | in our DCs for our swift install, 6 nodes works better than 5 (although 4 works even better, I don't want to go there).... with 3 replicas, is there any reason why 6 is a bad idea? someone mentioned yesterday about clusters being 'better' when they were of 'prime number' size, i presume thats to make sure a quorum is easier to come by - any other good reasons? | 10:08 |
gray-- | however, 3 zones across 4 DCs does work well, 2 nodes per zone | 10:08 |
*** bbcmicrocomputer has joined #openstack | 10:10 | |
*** comptona has quit IRC | 10:11 | |
*** christophk has quit IRC | 10:13 | |
*** Madkiss has joined #openstack | 10:14 | |
*** egallen has joined #openstack | 10:15 | |
*** maurosr has quit IRC | 10:16 | |
*** gatuus has quit IRC | 10:17 | |
*** pokoli has joined #openstack | 10:18 | |
*** clopez has joined #openstack | 10:19 | |
*** alex88 has quit IRC | 10:23 | |
*** kpavel has quit IRC | 10:24 | |
*** gogogo_ has quit IRC | 10:25 | |
*** msavy has joined #openstack | 10:25 | |
*** ntdo has joined #openstack | 10:26 | |
maxdml | is it possible to manage multiple nova computes nodes inside one horizon dashboard? | 10:26 |
*** reed has joined #openstack | 10:27 | |
maxdml | or do I have to use crowbar? | 10:27 |
*** ntdo has left #openstack | 10:28 | |
*** erkules_ is now known as erkules | 10:29 | |
*** zhuadl has quit IRC | 10:29 | |
*** daxroc has joined #openstack | 10:30 | |
daxroc | Morning all | 10:30 |
*** xsurfer has joined #openstack | 10:31 | |
daxroc | Does anyone here use chef interfaceing with openstack - vmware? | 10:32 |
xsurfer | Hi all! Sorry to bother you, can I install openstack on a single node? Is there any guide about it? | 10:33 |
*** s51itxsyc has quit IRC | 10:34 | |
ThiagoCMC | xsurfer, you can try Openstack Alamo v2.0 from Rackspace | 10:35 |
ThiagoCMC | it is VERY easy. | 10:35 |
ThiagoCMC | And it is based on Ubuntu 12.04 with Folsom... | 10:35 |
*** alex88 has joined #openstack | 10:36 | |
xsurfer | ThiagoCMC: thanks, what about Ubuntu 10.04? Let me explain, I'm working on my thesis and we are moving our private IaaS from nimbus to openstack. What I should avoid is to reinstall the OS because there are a lot of services and datas required by the users of cluster | 10:41 |
*** starmer has quit IRC | 10:41 | |
*** s51itxsyc has joined #openstack | 10:43 | |
ThiagoCMC | xsurfer, I think it is time to upgrade your servers... Or install new servers and move the data/services... | 10:43 |
ThiagoCMC | BTW... | 10:43 |
ThiagoCMC | I'm doing my Openstack PoC within a XCP server (XenServer)... ;-) | 10:43 |
ThiagoCMC | only my nova-compute is a real server... | 10:43 |
*** zodiak has joined #openstack | 10:43 | |
ThiagoCMC | you can use 1 KVM Virtual Machine if you wish... | 10:44 |
*** christophk has joined #openstack | 10:47 | |
ThiagoCMC | xsurfer, you can also, move the ubuntu 10.04 to your openstack cloud... | 10:48 |
xsurfer | how? | 10:49 |
ThiagoCMC | when your new cloud is ready, you can make images of your current server (10.04), using some rescue tools (sysrescueCD, for example) and import it to openstack, with glance, if I'm not wrong... | 10:50 |
xsurfer | So, I should create my openstack cloud and after start a VM with ubuntu 10.04 images, right? | 10:52 |
ThiagoCMC | almost... if you start a VM with a clean ubuntu 10.04 image, you'll need to copy the data/services from the current servers... If you make a image of your current servers, you'll be able to import it "as is"... | 10:54 |
xsurfer | yeah, this is a cool IDEA!! | 10:54 |
ThiagoCMC | :-D | 10:54 |
xsurfer | in this manner I can use a new release and don't lose my datas and services | 10:55 |
ThiagoCMC | yep | 10:55 |
ThiagoCMC | I think you can add a intermediate step between your current 10.04, and the cloud computing environment, which is the "pure" virtualization itself, by copying you 10.04 to a KVM Virtual Machine (without a openstack at first)... So, you'll have your 10.04 virtualized, before trying to add it to the cloud... | 10:56 |
*** benno____ has joined #openstack | 10:56 | |
*** vmlinuz has joined #openstack | 10:57 | |
xsurfer | why should I add this step? sorry but I'm really a newbie :) | 10:58 |
ThiagoCMC | because it is more simple... and after that, it is even more simple to move a KVM virtual machine, to the cloud. | 10:58 |
*** benno_ has quit IRC | 10:59 | |
*** maurosr has joined #openstack | 11:00 | |
*** dyim42 has joined #openstack | 11:00 | |
*** voltune has joined #openstack | 11:00 | |
xsurfer | ah, can you suggest me any howtos about it? | 11:01 |
*** l0p3n has joined #openstack | 11:01 | |
*** vlad_starkov has joined #openstack | 11:05 | |
ThiagoCMC | xsurfer, maybe this can help you: http://libguestfs.org/virt-v2v/ never tried it myself... | 11:05 |
ThiagoCMC | When I move my physical servers to the virtual environment, I made it using manual steps and the sysrescuecd... | 11:06 |
*** hillyu has left #openstack | 11:13 | |
*** dyim42 has quit IRC | 11:15 | |
*** sama has joined #openstack | 11:16 | |
*** odyssey4me has joined #openstack | 11:20 | |
*** miclorb has quit IRC | 11:22 | |
*** nsavin has quit IRC | 11:24 | |
*** tjikkun has joined #openstack | 11:27 | |
*** tjikkun has joined #openstack | 11:27 | |
*** carif has joined #openstack | 11:28 | |
*** darjeeling has quit IRC | 11:29 | |
*** salgado has joined #openstack | 11:31 | |
*** salgado has quit IRC | 11:31 | |
*** salgado has joined #openstack | 11:31 | |
*** ahasenack has joined #openstack | 11:31 | |
*** itarchitectkev_ has quit IRC | 11:32 | |
*** Harry51S has joined #openstack | 11:32 | |
*** chasmo has quit IRC | 11:37 | |
*** daniele- has joined #openstack | 11:38 | |
*** mishin has joined #openstack | 11:38 | |
*** dims has quit IRC | 11:40 | |
*** rkukura has quit IRC | 11:40 | |
*** christophk has quit IRC | 11:41 | |
*** vkmc has joined #openstack | 11:46 | |
*** almaisan-away is now known as al-maisan | 11:48 | |
*** ladquin has joined #openstack | 11:53 | |
*** UnnamedUser491 has joined #openstack | 11:55 | |
*** Trixboxer has joined #openstack | 11:56 | |
*** Ader has joined #openstack | 11:56 | |
*** chandan_kumar has joined #openstack | 12:00 | |
*** AdrianVladu has joined #openstack | 12:00 | |
*** gerry2 has joined #openstack | 12:01 | |
*** AdrianVladu is now known as tm-adi | 12:02 | |
tm-adi | Hey! Is there any documentation or example on how to build an ec2-like web api request to Openstack? I have tried exactly how an aws api works and it failed (Authentication Error). tnx | 12:03 |
*** Ader has quit IRC | 12:04 | |
*** linuxfreck has quit IRC | 12:05 | |
*** openpercept has quit IRC | 12:06 | |
*** christophk has joined #openstack | 12:09 | |
*** UnnamedUser491 has quit IRC | 12:12 | |
*** henrynash has joined #openstack | 12:12 | |
*** carif has quit IRC | 12:13 | |
*** vmlinuz has quit IRC | 12:14 | |
*** Ader has joined #openstack | 12:15 | |
*** Ader has quit IRC | 12:16 | |
*** cdub_ has quit IRC | 12:16 | |
*** UnnamedUser1942 has joined #openstack | 12:17 | |
*** tm-adi has quit IRC | 12:17 | |
*** UnnamedUser1942 is now known as UnnamedUser4827 | 12:18 | |
*** UnnamedUser4827 is now known as UnnamedUser5436 | 12:19 | |
*** Ader has joined #openstack | 12:19 | |
*** UnnamedUser5436 is now known as UnnamedUser2391 | 12:19 | |
*** UnnamedUser2391 is now known as name12312 | 12:19 | |
*** name12312 is now known as UnnamedUser4604 | 12:19 | |
*** gerry2 is now known as aaa | 12:20 | |
*** aaa is now known as tm-gerry | 12:20 | |
*** h0cin has joined #openstack | 12:20 | |
*** sama has quit IRC | 12:22 | |
*** UnnamedUser4604 has quit IRC | 12:22 | |
*** Bomfunk has joined #openstack | 12:22 | |
*** EmilienM has left #openstack | 12:22 | |
*** sandywalsh has quit IRC | 12:23 | |
*** chandan_kumar has quit IRC | 12:23 | |
*** darjeeling has joined #openstack | 12:24 | |
*** zeriouz_ has joined #openstack | 12:25 | |
*** sama has joined #openstack | 12:27 | |
*** rmartinelli has joined #openstack | 12:29 | |
*** zeus has joined #openstack | 12:29 | |
*** egallen has quit IRC | 12:31 | |
*** Thor has quit IRC | 12:31 | |
*** Thor has joined #openstack | 12:35 | |
*** sandywalsh has joined #openstack | 12:36 | |
*** darjeeli_ has joined #openstack | 12:38 | |
*** chasmo has joined #openstack | 12:39 | |
*** darjeel__ has joined #openstack | 12:40 | |
*** darjeeling has quit IRC | 12:41 | |
*** freck has joined #openstack | 12:42 | |
*** dims has joined #openstack | 12:43 | |
*** darjeeli_ has quit IRC | 12:44 | |
*** christophk has quit IRC | 12:44 | |
*** vmlinuz has joined #openstack | 12:48 | |
*** fskbot has joined #openstack | 12:49 | |
*** jeevan_ullas has quit IRC | 12:49 | |
*** darjeel__ has quit IRC | 12:50 | |
*** jeevan_ullas has joined #openstack | 12:51 | |
fskbot | what is the basic difference on versions of openstack, essex to folsom? | 12:52 |
*** freck has quit IRC | 12:52 | |
fskbot | somebody have one link to give me about it? | 12:53 |
scalability-junk | fskbot, http://wiki.openstack.org/ReleaseNotes/Folsom could help | 12:54 |
scalability-junk | more general http://www.openstack.org/software/roadmap/ | 12:54 |
fskbot | thank you | 12:56 |
*** Deoan has joined #openstack | 12:57 | |
*** yocum has joined #openstack | 12:58 | |
*** kpavel has joined #openstack | 12:58 | |
*** daniele- has quit IRC | 13:01 | |
*** catintheroof has joined #openstack | 13:04 | |
*** samba35 has joined #openstack | 13:05 | |
*** ayoung has quit IRC | 13:06 | |
*** zhuadl_ has joined #openstack | 13:07 | |
tm-gerry | Hi guys, do you happen to know about any documentation or example on how to build an ec2-like web api request to Openstack? couldnt find much on the documentation :-/ | 13:08 |
*** zhuadl__ has joined #openstack | 13:09 | |
*** EmilienM has joined #openstack | 13:09 | |
*** erik757 has quit IRC | 13:10 | |
*** _HASSSAN_ has joined #openstack | 13:11 | |
*** zhuadl has joined #openstack | 13:11 | |
*** _HASSSAN_ has quit IRC | 13:12 | |
*** zhuadl_ has quit IRC | 13:12 | |
*** _HASSSAN_ has joined #openstack | 13:12 | |
*** martine_ has joined #openstack | 13:12 | |
*** erik757 has joined #openstack | 13:13 | |
*** odyssey4me has quit IRC | 13:13 | |
*** zhuadl_ has joined #openstack | 13:13 | |
*** zhuadl__ has quit IRC | 13:14 | |
*** ahasenack has quit IRC | 13:15 | |
*** carif has joined #openstack | 13:15 | |
*** ninkotech has joined #openstack | 13:15 | |
*** salgado has quit IRC | 13:15 | |
*** mmagr has quit IRC | 13:16 | |
*** zhuadl has quit IRC | 13:16 | |
*** martine_ has quit IRC | 13:17 | |
*** martine has joined #openstack | 13:17 | |
*** zhuadl_ has quit IRC | 13:18 | |
*** ahasenack has joined #openstack | 13:18 | |
ladquin | tm-gerry, may I ask about the pages you checked? | 13:19 |
*** alunduil has quit IRC | 13:20 | |
*** zhuadl has joined #openstack | 13:21 | |
*** krow has quit IRC | 13:21 | |
*** jaypipes has joined #openstack | 13:22 | |
*** _HASSSAN_ has quit IRC | 13:23 | |
*** zhuadl_ has joined #openstack | 13:25 | |
*** sthaha has joined #openstack | 13:25 | |
*** egallen has joined #openstack | 13:25 | |
*** sthaha has quit IRC | 13:25 | |
*** m0zes has left #openstack | 13:25 | |
*** egallen_ has joined #openstack | 13:25 | |
*** eharney has joined #openstack | 13:25 | |
*** eharney has quit IRC | 13:25 | |
*** eharney has joined #openstack | 13:25 | |
*** zhuadl has quit IRC | 13:26 | |
*** zhuadl__ has joined #openstack | 13:26 | |
*** zhuadl__ is now known as zhuadl | 13:26 | |
*** sthaha has joined #openstack | 13:26 | |
*** KarinLevenstein has joined #openstack | 13:26 | |
*** eglynn_ is now known as hungry-eglynn | 13:26 | |
*** christophk has joined #openstack | 13:26 | |
*** galthaus has joined #openstack | 13:27 | |
*** galthaus has quit IRC | 13:27 | |
*** zhuadl__ has joined #openstack | 13:27 | |
*** mpdehaan has joined #openstack | 13:28 | |
*** spn_ has quit IRC | 13:28 | |
*** spn has joined #openstack | 13:29 | |
One-Man-Bucket | we accidentally installed nova-scheduler on 3 nodes | 13:29 |
*** egallen has quit IRC | 13:29 | |
*** egallen_ is now known as egallen | 13:29 | |
One-Man-Bucket | but then we disabled 2 of them (nova-manage service disable) | 13:29 |
*** zhuadl_ has quit IRC | 13:29 | |
One-Man-Bucket | so it looks like this: | 13:29 |
One-Man-Bucket | nova-scheduler essex1 nova enabled :-) 2013-01-15 13:29:04 | 13:29 |
*** salgado has joined #openstack | 13:29 | |
One-Man-Bucket | nova-scheduler prodnc15 nova disabled :-) 2013-01-15 13:28:53 | 13:29 |
*** benno____ has quit IRC | 13:29 | |
*** krow has joined #openstack | 13:30 | |
One-Man-Bucket | but it seems that the schedulers on prodnc15 (and 16) are still handling requests | 13:30 |
One-Man-Bucket | how come? | 13:30 |
*** zhuadl has quit IRC | 13:30 | |
*** benno_ has joined #openstack | 13:30 | |
*** zhuadl__ has quit IRC | 13:32 | |
*** mmagr has joined #openstack | 13:34 | |
One-Man-Bucket | or hey, we have an extra instance of nova-api runnign as well | 13:36 |
*** tongli has joined #openstack | 13:36 | |
One-Man-Bucket | that would explain it | 13:36 |
*** kpavel has left #openstack | 13:37 | |
*** xcourier has joined #openstack | 13:38 | |
*** krow has quit IRC | 13:39 | |
*** zhuadl has joined #openstack | 13:40 | |
sgran | oh, wow | 13:41 |
sgran | just got stung by ebtables rules on a VM | 13:41 |
sgran | I'm trying to run an appliance that will have virtual IPs brought up and down on it | 13:41 |
sgran | and the ebtables rules dropped the traffic hard. | 13:42 |
sgran | anyone know if this is configurable behavior? | 13:42 |
*** zhuadl_ has joined #openstack | 13:44 | |
*** mmagr has quit IRC | 13:44 | |
sgran | oh, I see, sort of | 13:45 |
sgran | it's configurable on a per-node basis, apparently | 13:45 |
sgran | er, per-compute host | 13:45 |
sgran | but not per vm | 13:45 |
*** zhuadl has quit IRC | 13:48 | |
*** darjeeling has joined #openstack | 13:48 | |
*** mpdehaan has quit IRC | 13:49 | |
*** mpdehaan has joined #openstack | 13:49 | |
*** ush has joined #openstack | 13:49 | |
*** zhuadl has joined #openstack | 13:50 | |
*** zhuadl_ has quit IRC | 13:50 | |
*** s51itxsyc has quit IRC | 13:54 | |
*** ssidhu_ has quit IRC | 13:54 | |
*** samba35 has quit IRC | 13:55 | |
*** zhuadl_ has joined #openstack | 13:55 | |
*** sayan_ has joined #openstack | 13:56 | |
*** mmagr has joined #openstack | 13:57 | |
*** zhuadl has quit IRC | 13:57 | |
*** anteaya has joined #openstack | 13:59 | |
*** EmilienM has quit IRC | 13:59 | |
*** sayan has quit IRC | 13:59 | |
*** lborda has joined #openstack | 14:00 | |
*** zhuadl has joined #openstack | 14:00 | |
*** AlanClark has joined #openstack | 14:01 | |
*** mpdehaan_ has joined #openstack | 14:01 | |
*** zhuadl_ has quit IRC | 14:01 | |
*** mpdehaan has quit IRC | 14:02 | |
*** zhuadl_ has joined #openstack | 14:03 | |
*** sankha93 has joined #openstack | 14:04 | |
*** zhuadl has quit IRC | 14:05 | |
*** zz_Madasi is now known as Madasi | 14:07 | |
*** zhuadl has joined #openstack | 14:07 | |
*** sthaha has quit IRC | 14:07 | |
*** al-maisan is now known as almaisan-away | 14:07 | |
*** jergerber has joined #openstack | 14:08 | |
*** zhuadl_ has quit IRC | 14:08 | |
*** jeevan_ullas_ has joined #openstack | 14:08 | |
*** zhuadl has quit IRC | 14:12 | |
*** hungry-eglynn is now known as eglynn | 14:12 | |
*** k4n0 has left #openstack | 14:12 | |
*** jeevan_ullas has quit IRC | 14:13 | |
*** jeevan_ullas_ is now known as jeevan_ullas | 14:13 | |
*** zhuadl has joined #openstack | 14:14 | |
*** sandywalsh has quit IRC | 14:14 | |
*** Math___ has joined #openstack | 14:15 | |
*** sandywalsh has joined #openstack | 14:16 | |
*** bknudson has joined #openstack | 14:17 | |
*** EmilienM has joined #openstack | 14:17 | |
*** gmi has joined #openstack | 14:19 | |
*** zhuadl has quit IRC | 14:20 | |
*** sayan_ has quit IRC | 14:20 | |
*** bladernr_ has quit IRC | 14:21 | |
*** bladernr_ has joined #openstack | 14:22 | |
*** bknudson has quit IRC | 14:22 | |
*** zhuadl has joined #openstack | 14:22 | |
*** lazyshot has joined #openstack | 14:23 | |
*** primeministerp has joined #openstack | 14:25 | |
*** jWhiskey has joined #openstack | 14:25 | |
*** zhuadl has quit IRC | 14:27 | |
*** zhuadl has joined #openstack | 14:27 | |
*** ckramer has joined #openstack | 14:29 | |
*** ayoung has joined #openstack | 14:32 | |
*** zhuadl has quit IRC | 14:32 | |
*** robertmyers has joined #openstack | 14:32 | |
*** bknudson has joined #openstack | 14:33 | |
*** drgr33n has joined #openstack | 14:34 | |
*** galthaus has joined #openstack | 14:35 | |
*** galthaus has quit IRC | 14:35 | |
*** foo__ has joined #openstack | 14:35 | |
drgr33n | Hey I was wondering if anyone could point me to some information on using spice with openstack if it exists ? | 14:35 |
*** galthaus has joined #openstack | 14:35 | |
*** rkukura has joined #openstack | 14:35 | |
*** primeministerp has quit IRC | 14:35 | |
*** k3rn has joined #openstack | 14:37 | |
*** k3rn has joined #openstack | 14:37 | |
*** giulivo has quit IRC | 14:37 | |
*** ssidhu has joined #openstack | 14:38 | |
*** mikedawson has joined #openstack | 14:39 | |
*** xcourier has quit IRC | 14:39 | |
*** zhuadl has joined #openstack | 14:40 | |
*** bencherian has joined #openstack | 14:41 | |
*** nsavin has joined #openstack | 14:41 | |
k3rn | hi! | 14:41 |
jpich | drgr33n: It's my understanding that work to support spice is still on-going, see https://blueprints.launchpad.net/nova/+spec/libvirt-spice | 14:41 |
k3rn | how could I disable ebtable rules for a specific instance/image? | 14:42 |
*** ladquin has quit IRC | 14:42 | |
drgr33n | ahh so wont be available for a while :D | 14:42 |
*** ladquin has joined #openstack | 14:43 | |
k3rn | may I use the firewall.py script to stop ebtables filtering for an instance? there is a function with the name unfilter_instance ... | 14:43 |
*** catintheroof has left #openstack | 14:44 | |
*** zhuadl has quit IRC | 14:44 | |
*** robbiew has joined #openstack | 14:44 | |
jpich | drgr33n: To me it looks well on its way for being part of the April release :) | 14:45 |
*** AlanClark has quit IRC | 14:45 | |
drgr33n | Yea was just looking through the code. Will be awesome to see in action. | 14:46 |
*** vkmc has quit IRC | 14:46 | |
*** nsavin has quit IRC | 14:46 | |
*** vkmc has joined #openstack | 14:46 | |
*** dwcramer has quit IRC | 14:47 | |
*** ozone227 has joined #openstack | 14:48 | |
*** roaet is now known as roaet-away | 14:48 | |
*** ssidhu has quit IRC | 14:49 | |
*** darkomenz has joined #openstack | 14:49 | |
*** lazyshot has quit IRC | 14:49 | |
*** mtreinish has joined #openstack | 14:51 | |
*** ssidhu has joined #openstack | 14:51 | |
*** sayan has joined #openstack | 14:52 | |
*** sayan has joined #openstack | 14:52 | |
*** lazyshot has joined #openstack | 14:53 | |
*** doublerr has joined #openstack | 14:53 | |
k3rn | I am running devstack. How can I restart the nova services? | 14:54 |
Bomfunk | have you tried ./rejoin-stack.sh? | 14:56 |
*** ewindisch has joined #openstack | 14:56 | |
*** radez_g0n3 is now known as radez | 14:56 | |
Bomfunk | or nvm. didn't read the whole convo | 14:56 |
k3rn | Bomfunk, can I restart a service from there? | 14:57 |
*** bencherian has quit IRC | 14:57 | |
Bomfunk | I doubt it, but it starts the services again if you have them off (after reboot) | 14:57 |
Bomfunk | afaik | 14:57 |
k3rn | hm I'll give it a try | 14:58 |
*** UICTamale has joined #openstack | 14:58 | |
*** pfreund has joined #openstack | 15:01 | |
*** avtar has joined #openstack | 15:01 | |
*** zhuadl has joined #openstack | 15:01 | |
*** cloudchimp has joined #openstack | 15:01 | |
*** vlad_starkov has quit IRC | 15:02 | |
*** christophk has quit IRC | 15:03 | |
*** pvankouteren_ has joined #openstack | 15:06 | |
*** christophk has joined #openstack | 15:06 | |
*** zhuadl has quit IRC | 15:06 | |
*** zeus has quit IRC | 15:06 | |
*** pvankouteren has quit IRC | 15:07 | |
*** pvankouteren_ is now known as pvankouteren | 15:07 | |
*** doublerr has quit IRC | 15:09 | |
*** rkukura has quit IRC | 15:10 | |
*** EmilienM has quit IRC | 15:11 | |
*** navid has quit IRC | 15:11 | |
*** mattray has joined #openstack | 15:11 | |
*** gordc has joined #openstack | 15:12 | |
*** roaet-away is now known as roaet | 15:14 | |
*** maploin has joined #openstack | 15:14 | |
*** maploin has joined #openstack | 15:14 | |
*** salgado is now known as salgado-lunch | 15:15 | |
*** ssidhu has quit IRC | 15:15 | |
*** rnorwood1 has joined #openstack | 15:16 | |
*** nsavin has joined #openstack | 15:17 | |
*** adepti has quit IRC | 15:17 | |
*** markmcclain has joined #openstack | 15:18 | |
*** adepti37 has joined #openstack | 15:18 | |
*** sacharya has joined #openstack | 15:19 | |
*** jeevan_ullas has quit IRC | 15:20 | |
*** doublerr has joined #openstack | 15:21 | |
*** ssidhu has joined #openstack | 15:21 | |
*** rkukura has joined #openstack | 15:23 | |
*** jeevan_ullas has joined #openstack | 15:24 | |
*** ssidhu has quit IRC | 15:24 | |
*** spideyman has joined #openstack | 15:25 | |
*** ryanpetrello has quit IRC | 15:25 | |
*** cp16net|away is now known as cp16net | 15:26 | |
*** ryanpetrello has joined #openstack | 15:26 | |
*** bencherian has joined #openstack | 15:26 | |
*** ssidhu has joined #openstack | 15:26 | |
*** dosaboy has joined #openstack | 15:28 | |
*** dosaboy has left #openstack | 15:28 | |
*** araveendrann_ has joined #openstack | 15:28 | |
*** tomoe_ has quit IRC | 15:28 | |
*** tomoe_ has joined #openstack | 15:28 | |
*** epablo has joined #openstack | 15:29 | |
epablo | Hi, can anyone point me in the direction of an add-on or extra tool that can be used as a B/OSS for openstack | 15:29 |
*** AnilV4 has quit IRC | 15:30 | |
*** annegentle_itsme has joined #openstack | 15:31 | |
*** egallen has quit IRC | 15:31 | |
epablo | We have looked ad Cloudstack and the Citrix BusinessManager, but I'm looking for something better | 15:31 |
*** stevemar has joined #openstack | 15:32 | |
*** sacharya has quit IRC | 15:32 | |
*** aeperezt has joined #openstack | 15:33 | |
*** xsurfer has quit IRC | 15:34 | |
*** ladquin has quit IRC | 15:34 | |
*** alex88 has quit IRC | 15:34 | |
*** bsdgeek has joined #openstack | 15:35 | |
*** soosfarm_ has quit IRC | 15:35 | |
*** ladquin has joined #openstack | 15:35 | |
*** mpdehaan_ has quit IRC | 15:35 | |
*** ssidhu has quit IRC | 15:35 | |
*** epablo has quit IRC | 15:36 | |
*** alex88 has joined #openstack | 15:36 | |
*** alex88 has joined #openstack | 15:36 | |
*** mikal has quit IRC | 15:36 | |
*** CrackerJackMack has quit IRC | 15:36 | |
*** dwcramer has joined #openstack | 15:37 | |
*** mikal has joined #openstack | 15:37 | |
*** mpdehaan has joined #openstack | 15:38 | |
*** AnilV4 has joined #openstack | 15:38 | |
*** ssidhu has joined #openstack | 15:39 | |
*** soosfarm_ has joined #openstack | 15:39 | |
*** pnavarro has joined #openstack | 15:40 | |
*** philips_ has quit IRC | 15:40 | |
*** jfluhmann has joined #openstack | 15:40 | |
*** mindpixel has joined #openstack | 15:40 | |
*** CrackerJackMack has joined #openstack | 15:42 | |
*** kbringard has joined #openstack | 15:44 | |
*** dwcramer has quit IRC | 15:48 | |
*** zeriouz_ has quit IRC | 15:49 | |
*** vlad_starkov has joined #openstack | 15:52 | |
*** foo__ has left #openstack | 15:52 | |
*** philips_ has joined #openstack | 15:53 | |
*** boden has joined #openstack | 15:56 | |
*** datsun180b has joined #openstack | 15:56 | |
*** otherwiseguy has joined #openstack | 15:57 | |
*** vlad_starkov has quit IRC | 15:58 | |
*** rnorwood1 has quit IRC | 15:59 | |
*** Blackavar has joined #openstack | 15:59 | |
*** eschnou has quit IRC | 15:59 | |
*** eschenal has quit IRC | 15:59 | |
*** vlad_starkov has joined #openstack | 15:59 | |
*** halj has joined #openstack | 16:00 | |
*** xsurfer has joined #openstack | 16:00 | |
*** dwcramer has joined #openstack | 16:01 | |
*** aliguori has quit IRC | 16:01 | |
*** spn has quit IRC | 16:01 | |
*** srini_g has quit IRC | 16:01 | |
*** srini_g_ has joined #openstack | 16:01 | |
*** danger_fo_away is now known as danger_fo | 16:01 | |
*** reidrac has quit IRC | 16:01 | |
*** spn has joined #openstack | 16:01 | |
*** giulivo has joined #openstack | 16:02 | |
*** jeevan_ullas has quit IRC | 16:03 | |
*** gray-- has quit IRC | 16:03 | |
*** rnorwood1 has joined #openstack | 16:04 | |
*** ryanpetr_ has joined #openstack | 16:04 | |
*** mnewby has quit IRC | 16:06 | |
*** spn has quit IRC | 16:07 | |
*** amccloud has joined #openstack | 16:07 | |
*** ryanpetrello has quit IRC | 16:07 | |
*** spn has joined #openstack | 16:07 | |
*** vkmc has quit IRC | 16:07 | |
*** ksedge_ has joined #openstack | 16:08 | |
ksedge_ | hey all, I'm doing the folsom basic install guide and I can't ping the VM I just assigned a floating IP to. Any ideas? | 16:09 |
*** sacharya has joined #openstack | 16:09 | |
*** judd7_afk is now known as judd7 | 16:09 | |
ksedge_ | I also can't use VNC to access the instance | 16:09 |
sgran | try security groups? | 16:10 |
*** devoid has joined #openstack | 16:10 | |
*** rnorwood1 has quit IRC | 16:10 | |
ksedge_ | sgran, good suggestion. I added an ICMP rule 8:0 and 0:0 which I thought would cover pings | 16:11 |
ksedge_ | sgran, though it didn't help | 16:12 |
sgran | for some reason, I think you specify icmp as nova secgroup-add-rule icmp -1 255 <cidr> | 16:12 |
*** guigui3 has left #openstack | 16:13 | |
*** ssidhu has quit IRC | 16:14 | |
*** salgado-lunch is now known as salgado | 16:14 | |
ksedge_ | sgran, So its -1:255? | 16:15 |
*** flaper87 has quit IRC | 16:15 | |
sgran | http://docs.openstack.org/essex/openstack-compute/starter/content/Security_Overview-d1e2505.html | 16:16 |
sgran | I don't think much has changed | 16:16 |
fskbot | On installation of openstack folsom: | 16:16 |
fskbot | this command to create image return badRequest | 16:16 |
fskbot | glance image-create --name NimbulaTest --is-public true --container-format bare --disk-format qcow2 < cirros-0.3.0-x86_64-disk.img | 16:16 |
*** maploin has quit IRC | 16:17 | |
fskbot | could somebody help me? | 16:17 |
fskbot | i'm using this tuto http://openstack-folsom-install-guide.readthedocs.org/en/latest/ | 16:17 |
*** markwash has quit IRC | 16:18 | |
*** flaper87 has joined #openstack | 16:20 | |
*** Tross has quit IRC | 16:20 | |
*** hemna has joined #openstack | 16:20 | |
*** eharney has quit IRC | 16:21 | |
*** hemna_ has quit IRC | 16:23 | |
fskbot | . | 16:25 |
*** ladquin is now known as ladquin_brb | 16:25 | |
*** ryanpetr_ has quit IRC | 16:25 | |
*** ryanpetrello has joined #openstack | 16:26 | |
ksedge_ | fskbot, what is the error specifically? | 16:27 |
*** cdub_ has joined #openstack | 16:28 | |
*** pvankouteren has quit IRC | 16:28 | |
*** adjohn has joined #openstack | 16:28 | |
*** sam_one has quit IRC | 16:28 | |
*** dolphm has joined #openstack | 16:29 | |
*** dolphm has quit IRC | 16:29 | |
*** dolphm has joined #openstack | 16:29 | |
*** dolphm has quit IRC | 16:30 | |
*** dolphm has joined #openstack | 16:30 | |
*** Immutable has joined #openstack | 16:31 | |
*** Immutable has left #openstack | 16:31 | |
*** datajerk has joined #openstack | 16:32 | |
*** otherwiseguy has quit IRC | 16:33 | |
*** networkstatic has joined #openstack | 16:34 | |
*** jodok has quit IRC | 16:35 | |
*** sam_one has joined #openstack | 16:35 | |
*** christophk has quit IRC | 16:35 | |
mikedawson | fskbot: It may help you find the issue if you throw --debug in there like glance --debug image-create --name NimbulaTest --is-public true --container-format bare --disk-format qcow2 < cirros-0.3.0-x86_64-disk.img | 16:35 |
*** networkstatic has quit IRC | 16:36 | |
*** hemna_ has joined #openstack | 16:37 | |
*** ssidhu has joined #openstack | 16:37 | |
*** One-Man-Bucket has quit IRC | 16:38 | |
*** ladquin_brb is now known as ladquin | 16:38 | |
*** aliguori has joined #openstack | 16:39 | |
*** gray-- has joined #openstack | 16:40 | |
*** diogogmt has joined #openstack | 16:40 | |
*** vishy_zz is now known as vishy | 16:41 | |
*** mutex_ is now known as mutex | 16:41 | |
*** krow has joined #openstack | 16:41 | |
fskbot | i'll paste the error to ksedge | 16:42 |
fskbot | Without DEBUG mode i get this error: | 16:43 |
fskbot | Request returned failure status. | 16:43 |
fskbot | None | 16:43 |
fskbot | HTTPBadRequest (HTTP 400) | 16:43 |
fskbot | hmm, now i execute with debug mode | 16:44 |
fskbot | it is good ;) | 16:44 |
ksedge_ | fskbot, problem solved? | 16:44 |
fskbot | no, but now i can see better my error | 16:45 |
fskbot | wait | 16:45 |
annegentle_itsme | fskbot: could a problem with your keystone service catalog? | 16:45 |
fskbot | see this | 16:46 |
fskbot | i'll put on pastebin | 16:46 |
*** afazekas has quit IRC | 16:47 | |
fskbot | http://pastebin.com/dEcqz2jm | 16:48 |
fskbot | this is my error on debug mode | 16:48 |
*** kpavel has joined #openstack | 16:48 | |
*** koolhead17 has joined #openstack | 16:50 | |
fskbot | mikedawson sugested it | 16:50 |
*** gray-- has quit IRC | 16:50 | |
*** colinmcnamara has joined #openstack | 16:51 | |
*** joesavak has joined #openstack | 16:51 | |
*** balboah has quit IRC | 16:51 | |
annegentle_itsme | fskbot: what is in your glance-api.conf for the default_store line? | 16:52 |
annegentle_itsme | fskbot: I think it's file system by default, is that file system filling up or do you have different permissions somehow? | 16:52 |
*** Tross has joined #openstack | 16:52 | |
annegentle_itsme | fskbot: the filesystem_store_datadir setting indicates where images are going | 16:53 |
*** srini_g has joined #openstack | 16:53 | |
fskbot | where are this file? | 16:53 |
annegentle_itsme | fskbot: in one of the steps in that guide you did vi /etc/glance/glance-api.conf, do that again to look | 16:54 |
*** yidclare has quit IRC | 16:54 | |
*** KernelDog has joined #openstack | 16:55 | |
*** john5223 has joined #openstack | 16:55 | |
*** Gordonz_ has joined #openstack | 16:55 | |
*** mindpixel has quit IRC | 16:55 | |
*** vishy is now known as vishy_zz | 16:56 | |
fskbot | annegentle_itsme: default_store = file | 16:56 |
*** doublerr has quit IRC | 16:56 | |
*** esp1 has joined #openstack | 16:56 | |
annegentle_itsme | fskbot: ok, like I thought. Is there anything about your filesystem that would prevent files from being stored? | 16:56 |
fskbot | no | 16:57 |
*** krow has quit IRC | 16:58 | |
fskbot | my image stay on "/home/lis/images" | 16:58 |
*** gary has joined #openstack | 16:58 | |
*** halj has quit IRC | 16:58 | |
fskbot | and i put permission 777 | 16:58 |
fskbot | ;) | 16:58 |
*** gary has quit IRC | 16:58 | |
annegentle_itsme | fskbot: is /home/lis/images what is in filesystem_store_datadir in glance-api.conf? | 16:59 |
*** yidclare has joined #openstack | 16:59 | |
koolhead17 | annegentle_itsme, hi | 16:59 |
annegentle_itsme | koolhead17: hey | 16:59 |
koolhead17 | sandywalsh, ping | 16:59 |
*** Gordonz has quit IRC | 16:59 | |
fskbot | hmm | 17:00 |
fskbot | filesystem_store_datadir = /var/lib/glance/images/ | 17:00 |
*** sarob has joined #openstack | 17:00 | |
fskbot | but i execute the glance command on my image folder | 17:00 |
annegentle_itsme | fskbot: sure but glance is trying to store to /var/lib/glance/images/ and can't for some reason | 17:01 |
*** Gordonz_ has quit IRC | 17:01 | |
*** david-lyle has quit IRC | 17:01 | |
*** Gordonz has joined #openstack | 17:02 | |
fskbot | i will copy my image to this folder | 17:02 |
*** koolhead11 has joined #openstack | 17:02 | |
fskbot | wait | 17:02 |
*** mindpixel has joined #openstack | 17:02 | |
*** krow has joined #openstack | 17:03 | |
*** koolhead11 has quit IRC | 17:03 | |
fskbot | bad request too | 17:03 |
*** ejat has joined #openstack | 17:03 | |
*** mindpixel has quit IRC | 17:04 | |
*** srini_g_ has quit IRC | 17:05 | |
*** Blackavar has quit IRC | 17:05 | |
annegentle_itsme | fskbot: it doesn't matter where the image started from, glance needs to store it (the way you're currently configured) | 17:05 |
ksedge_ | I'm still having trouble pinging my new VM on its floating IP | 17:05 |
*** eharney has joined #openstack | 17:06 | |
annegentle_itsme | fskbot: there are ways to have glance just reference a stored location though I'm not terribly familiar with it, sorry | 17:06 |
*** gugl has joined #openstack | 17:06 | |
ksedge_ | I figure it has something to do with the security group rules, but I'm unclear on which IPs to open up to | 17:06 |
fskbot | ;/ | 17:07 |
k3rn | Is there a way to disable ebtables rules for a specific instance/image? | 17:08 |
ksedge_ | k3rn, ebtable? | 17:08 |
ksedge_ | *ebtables? | 17:08 |
*** pvankouteren has joined #openstack | 17:08 | |
*** ijw has joined #openstack | 17:10 | |
*** christophk has joined #openstack | 17:11 | |
*** jcmartin has joined #openstack | 17:11 | |
k3rn | I can flish the ebtables rules by hand, yes. But is there a way to prevent OpenStack from applying these rule sets for some images/instances? | 17:12 |
*** mdomsch has joined #openstack | 17:12 | |
*** gyee has joined #openstack | 17:12 | |
k3rn | *flush | 17:12 |
*** vlad_starkov has quit IRC | 17:12 | |
*** gmi has quit IRC | 17:12 | |
maxdml | please, is the fix of https://bugs.launchpad.net/python-novaclient/+bug/1065367 present in the openstack-nova-compute package available for suse? | 17:14 |
maxdml | (if anyone knows :) | 17:14 |
*** araveendrann_ has quit IRC | 17:14 | |
*** boden has quit IRC | 17:16 | |
*** mrjazzcat has joined #openstack | 17:16 | |
*** mmagr has quit IRC | 17:17 | |
*** sophiap has joined #openstack | 17:18 | |
*** EDevil has joined #openstack | 17:18 | |
*** mk1s has joined #openstack | 17:18 | |
*** otherwiseguy has joined #openstack | 17:18 | |
*** sn0wb1rd has quit IRC | 17:20 | |
*** flaper87 has quit IRC | 17:20 | |
*** flaper87 has joined #openstack | 17:20 | |
*** rnorwood1 has joined #openstack | 17:21 | |
EDevil | I asked on the Swift forums about .ts reclamation, and was told "If nothing has changed in that suffix dir, then it is likely it hasn't had a chance to crawl.". Can anyone tell me what is the "suffix dir"? I tried reading the documentation but it didn't help. | 17:21 |
*** Math___ has quit IRC | 17:21 | |
*** cp16net is now known as cp16net|away | 17:22 | |
*** rnorwood1 has quit IRC | 17:23 | |
*** Math___ has joined #openstack | 17:23 | |
*** rnorwood1 has joined #openstack | 17:24 | |
*** gporras has joined #openstack | 17:25 | |
*** boden has joined #openstack | 17:26 | |
annegentle_itsme | EDevil: try asking in #openstack-swift -- suffix dir, that's not familiar to me either :) | 17:27 |
EDevil | Thanks! :) | 17:27 |
*** yidclare has quit IRC | 17:27 | |
*** KyleMacDonald has joined #openstack | 17:27 | |
*** nacx has quit IRC | 17:28 | |
*** kaganos has joined #openstack | 17:28 | |
*** sarob has quit IRC | 17:29 | |
*** sarob has joined #openstack | 17:30 | |
*** genggjh has quit IRC | 17:30 | |
*** sam_one has quit IRC | 17:30 | |
*** yidclare has joined #openstack | 17:31 | |
*** sam_one has joined #openstack | 17:31 | |
*** acb__ has joined #openstack | 17:32 | |
*** EDevil has left #openstack | 17:32 | |
*** epim has joined #openstack | 17:32 | |
*** Free_maN has quit IRC | 17:32 | |
*** vcoyote has joined #openstack | 17:33 | |
*** Math___ has quit IRC | 17:33 | |
vcoyote | quit | 17:34 |
*** vcoyote has quit IRC | 17:34 | |
*** philips_ has quit IRC | 17:34 | |
*** pfreund has quit IRC | 17:34 | |
*** dev_sa has quit IRC | 17:34 | |
*** egallen has joined #openstack | 17:34 | |
*** dev_sa has joined #openstack | 17:34 | |
*** nmagnezi has quit IRC | 17:36 | |
*** sophiap has quit IRC | 17:36 | |
*** alex88_ has joined #openstack | 17:36 | |
*** ToBago70 has joined #openstack | 17:37 | |
*** zeus has joined #openstack | 17:37 | |
*** ToBago70 has quit IRC | 17:37 | |
fskbot | annegentle_itsme: | 17:37 |
fskbot | see this message: Configuration for store failed. Adding images to this store is disabled. | 17:37 |
*** jfluhmann has quit IRC | 17:38 | |
*** hackoo has joined #openstack | 17:39 | |
*** sbadia has quit IRC | 17:39 | |
*** warik has joined #openstack | 17:39 | |
*** pnavarro has quit IRC | 17:39 | |
annegentle_itsme | iccha: or anteaya any ideas for fskbot? | 17:39 |
*** alex88 has quit IRC | 17:40 | |
fskbot | http://pastebin.com/index/dEcqz2jm | 17:40 |
annegentle_itsme | iccha: and anteaya his full error is here: http://pastebin.com/dEcqz2jm | 17:40 |
*** diogogmt has quit IRC | 17:41 | |
*** pvankouteren has quit IRC | 17:41 | |
annegentle_itsme | fskbot: hee | 17:41 |
fskbot | ^^ | 17:42 |
uvirtbot | fskbot: Error: "^" is not a valid command. | 17:42 |
fskbot | :) | 17:42 |
*** ejat has quit IRC | 17:42 | |
*** sarob has quit IRC | 17:43 | |
*** devoid has quit IRC | 17:44 | |
annegentle_itsme | fskbot: someone else seems to have a very recent similar question https://answers.launchpad.net/glance/+question/218606 | 17:44 |
*** ejat has joined #openstack | 17:44 | |
*** ejat has joined #openstack | 17:44 | |
annegentle_itsme | eglynn: any thoughts on a glance storage configuration snafu? | 17:44 |
*** gporras has quit IRC | 17:47 | |
*** l_a_m has quit IRC | 17:47 | |
*** dolphm has quit IRC | 17:47 | |
*** Math___ has joined #openstack | 17:47 | |
*** comptona has joined #openstack | 17:47 | |
fskbot | hm, thanks for your help annegentle_itsme | 17:48 |
*** sophiap has joined #openstack | 17:48 | |
*** jpich has quit IRC | 17:49 | |
*** netzmonster has quit IRC | 17:49 | |
*** dolphm has joined #openstack | 17:49 | |
*** philips_ has joined #openstack | 17:50 | |
anteaya | fskbot, is this the command you were running when you got the output in the paste: glance image-create --name NimbulaTest --is-public true --container-format bare --disk-format qcow2 < cirros-0.3.0-x86_64-disk.img | 17:50 |
eglynn | annegentle_itsme: just looking now ... I wonder if the filesystem_store_datadir config option is defined in the wrong section of the user's .conf? | 17:50 |
eglynn | annegentle_itsme: (i.e. not under [DEFAULT]) | 17:50 |
annegentle_itsme | eglynn: huh. maybe. due to changing to INI style? | 17:51 |
*** One-Man-Bucket has joined #openstack | 17:52 | |
eglynn | annegentle_itsme: the change to use sectioned config happened a long time ago, just wondering if the user has organized their file properly in this case | 17:52 |
annegentle_itsme | eglynn: yeah… based on the guide, it would be the .conf file installed with ubuntu packaging | 17:53 |
*** giulivo has quit IRC | 17:53 | |
annegentle_itsme | eglynn: so it seems the conf file would typically work out-of-the box | 17:53 |
*** philips_ has joined #openstack | 17:53 | |
eglynn | annegentle_itsme: yeah, I'll confirm that now with a recent install ... | 17:54 |
*** musu has joined #openstack | 17:54 | |
*** jfluhmann has joined #openstack | 17:56 | |
*** dims has quit IRC | 17:57 | |
fskbot | anteaya: yes | 17:57 |
*** gael has quit IRC | 17:57 | |
*** alex88_ has quit IRC | 17:57 | |
*** gmi has joined #openstack | 17:58 | |
iccha | what does glance --debug image-create say fskbot ? | 17:58 |
*** comptona has quit IRC | 17:59 | |
*** sn0wb1rd has joined #openstack | 18:00 | |
*** spzala has joined #openstack | 18:00 | |
fskbot | iccha: http://pastebin.com/r7b1wDdK | 18:00 |
*** krow has quit IRC | 18:01 | |
*** KyleMacDonald has quit IRC | 18:02 | |
*** comptona has joined #openstack | 18:02 | |
anteaya | fskbot, between these two options there is a left angle bracket: `qcow2 < cirros-0.3.0-x86_64-disk.img` is it there on purpose or is it a remnant of a copy and paste? | 18:03 |
*** colinmcnamara has quit IRC | 18:04 | |
gmi | fskbot: this message "Configuration for store failed. Adding images to this store is disabled." means that your backend storage is misconfigured | 18:05 |
*** KyleMacDonald has joined #openstack | 18:05 | |
*** salgado has quit IRC | 18:05 | |
*** sophiap has quit IRC | 18:05 | |
fskbot | i was using this tuto: http://openstack-folsom-install-guide.readthedocs.org/en/latest/ | 18:05 |
*** dwcramer has quit IRC | 18:05 | |
*** sophiap has joined #openstack | 18:06 | |
*** lloydde has joined #openstack | 18:07 | |
gmi | fskbot: check the file "/etc/glance/glance-api.conf" for the "filesystem_store_datadir" and see what is set to | 18:07 |
*** gporras has joined #openstack | 18:07 | |
*** desai has joined #openstack | 18:08 | |
*** egallen_ has joined #openstack | 18:08 | |
*** desai has quit IRC | 18:08 | |
fskbot | filesystem_store_datadir = /var/lib/glance/images/ | 18:08 |
*** alop has joined #openstack | 18:09 | |
*** dims has joined #openstack | 18:09 | |
fskbot | gmi: filesystem_store_datadir = /var/lib/glance/images/ | 18:09 |
gmi | fskbot: then check if you have enough space in there and if use glance and write in there | 18:10 |
eglynn | fskbot: is the filesystem_store_datadir under the [DEFAULT] section in the glance-api.conf file? | 18:10 |
*** egallen has quit IRC | 18:10 | |
*** egallen_ is now known as egallen | 18:10 | |
*** markwash has joined #openstack | 18:10 | |
fskbot | i used some command to grant permission on this folder | 18:10 |
*** araveendrann has joined #openstack | 18:11 | |
fskbot | is the default folder | 18:11 |
fskbot | sudo chown -R glance | 18:11 |
fskbot | sudo chmod -R 777 | 18:11 |
fskbot | on folder images | 18:11 |
*** nachi_ has joined #openstack | 18:12 | |
*** nachi has joined #openstack | 18:12 | |
*** nachi has quit IRC | 18:12 | |
*** ctracey|away has joined #openstack | 18:12 | |
*** ctracey|away is now known as ctracey | 18:12 | |
*** nachi has joined #openstack | 18:13 | |
*** cp16net|away is now known as cp16net | 18:13 | |
eglynn | fskbot: what's in the glance-api.log? | 18:14 |
eglynn | fskbot: can you paste your /etc/glance/glance-api.conf? (sanitized of anything sensitive, keys etc.) | 18:14 |
*** Blackavar has joined #openstack | 18:15 | |
*** sam_one has quit IRC | 18:15 | |
fskbot | eglynn: where are the file glance-api.log? | 18:15 |
*** sivel has joined #openstack | 18:15 | |
eglynn | fskbot: under /var/log/glance usually | 18:15 |
*** nachi has quit IRC | 18:16 | |
*** jaustinpage|want has joined #openstack | 18:16 | |
*** scalability-junk has quit IRC | 18:17 | |
*** jaustinpage|want has quit IRC | 18:18 | |
hackoo | I want to setup OpenStack production environment in my office lab and I want it to capable enough to host atleast 15 VMs with 4 GB memory each.. All those VMs would be running other apps like tomcat, databases etc.. For now I wont use Quantum and want to install all other components available in Folsom. I am not sure about the best Hardware configuration I should ask from IT. Any thoughts ? | 18:18 |
*** bbcmicrocomputer has quit IRC | 18:18 | |
*** jaustinpage|want has joined #openstack | 18:19 | |
*** salgado has joined #openstack | 18:19 | |
*** salgado has joined #openstack | 18:19 | |
hackoo | Though I would like to add other componets like Quantum and Ceilometer in later stage.. so I have to make sure all goes fine. | 18:19 |
*** Blackavar has quit IRC | 18:20 | |
fskbot | eglynn: http://pastebin.com/9rqL0WFd | 18:20 |
*** led_belly has joined #openstack | 18:20 | |
fskbot | conf file | 18:20 |
hackoo | I am a newbie for OpenStack so please also provide me some online materials if you think that would help me to get started for the above task quickly and efficiently. Guidance would be highly appreciated. | 18:21 |
*** burris has quit IRC | 18:23 | |
*** ejat has quit IRC | 18:23 | |
gmi | hackoo: you said "production environment in my office lab", is it going to be production or lab? | 18:24 |
*** sam_one has joined #openstack | 18:24 | |
*** sam_one has joined #openstack | 18:24 | |
*** b1rkh0ff has quit IRC | 18:25 | |
anticw | notmyname: because proxies accept the entire object before sending it to the back end, and the limit is 5GB ... i can probably DoS swift proxies with fast local clients | 18:25 |
eglynn | fskbot: problem is line 51 | 18:26 |
hackoo | gmi: initially I would do setup for understand and the setup would be same as future production setup | 18:26 |
eglynn | fskbot: everything after that in then in the [paste_deploy] section | 18:26 |
hackoo | understanding* | 18:26 |
eglynn | fskbot: as opposed to the [DEFAULT] section | 18:26 |
*** vkmc has joined #openstack | 18:27 | |
hackoo | gmi: I saw some h/w details here http://docs.openstack.org/trunk/openstack-compute/admin/content/compute-system-requirements.html | 18:27 |
hackoo | but not sure if it will suffice for the environment I described above. | 18:27 |
eglynn | fskbot: move that to the *end* of the conf file | 18:28 |
eglynn | fskbot: (or re-open the [DEFAULT] section) | 18:28 |
fskbot | eglynn: [paste_deply] and flavor ? | 18:28 |
*** jaustinpage|want is now known as jaustinpag | 18:28 | |
hackoo | even not sure if the h/w listed in this page is only for compute or we need more h/w for other components like Swift, Glance and Cinder | 18:28 |
eglynn | fskbot: yep | 18:29 |
fskbot | i'll move it to end of file | 18:29 |
*** Apsu` has left #openstack | 18:29 | |
fskbot | and before restart glance services | 18:29 |
eglynn | fskbot: note duplicate [paste_deploy] section header on line 321 | 18:30 |
fskbot | oh yes | 18:30 |
fskbot | i love you | 18:30 |
fskbot | =) | 18:30 |
eglynn | fskbot: also check glance-registry.conf for similar mis-ordering | 18:30 |
eglynn | fskbot: np! | 18:31 |
fskbot | http://paste.openstack.org/show/29481/ | 18:32 |
*** sama1 has joined #openstack | 18:32 | |
gmi | hackoo: if you only need 15 VMs with 4 GB each (~60 GB), I'm not sure it worh the trouble of setting up Openstack as you can virtualize these load with a single KVM server easily; a small Openstack environment has an overhead of infrastructure services/servers that I think don't make it suitable for small environments, single user/company | 18:32 |
fskbot | eglynn: my image are created, right? | 18:32 |
*** David__ has joined #openstack | 18:33 | |
eglynn | fskbot: ls -l /var/lib/glance/images | 18:33 |
*** sama has quit IRC | 18:33 | |
fskbot | eglynn: yes | 18:34 |
hackoo | gmi: I targated this 15 VM environment just for understanding. What do you suggest if I want a setup which can be extended to hundreds of bms. | 18:34 |
fskbot | and image list too | 18:34 |
hackoo | vms* | 18:34 |
fskbot | thanks | 18:34 |
*** burris has joined #openstack | 18:34 | |
*** David__ has left #openstack | 18:34 | |
fskbot | i will go to home | 18:35 |
fskbot | bye | 18:35 |
hackoo | gmi: actually I think the flexibility which openstack is providing is not possible when using KVM.. the single dashboard to manage the users and all. | 18:35 |
*** fskbot has left #openstack | 18:36 | |
*** b1rkh0ff has joined #openstack | 18:38 | |
*** garyk has quit IRC | 18:38 | |
*** levis has joined #openstack | 18:38 | |
*** sankha93 has quit IRC | 18:39 | |
*** levis has quit IRC | 18:39 | |
*** burris has quit IRC | 18:40 | |
*** tms_ has quit IRC | 18:40 | |
*** tscopp_ has quit IRC | 18:40 | |
gmi | hackoo: you need one dedicated server for controller (two for HA) with some RAM, storage and CPU, one dedicated server for network (two for HA), and as many compute nodes with plenty of RAM and CPU as you wish for running VMs; you need one (two for HA) servers with plenty of disk and fast network for Cinder/Volume; you need around six servers for a Swift cluster with 5 zones and three replicas if you need object-storage, and you | 18:40 |
gmi | need more servers if you want a distributed storage solution based on Ceph or Glusterfs; in conclusion, you need a lot of hardware if you want to make your cloud highly-available and scalable | 18:40 |
swaT30 | problems with quantum: http://paste.openstack.org/show/29478/ | 18:40 |
swaT30 | any ideas? | 18:41 |
*** datajerk has quit IRC | 18:41 | |
*** scalability-junk has joined #openstack | 18:41 | |
*** giulivo has joined #openstack | 18:42 | |
hackoo | gmi: sounds great. I have no hardware constraints, all will be arranged by IT team on one call. I just want an environment which is highly-available and scalable. | 18:44 |
hackoo | gmi: I am trying to locate some good doc around in openstack site which can help me to understand how to make the setup as discussed by you. | 18:46 |
gmi | hackoo: you can read this doc for the HA part http://docs.openstack.org/trunk/openstack-ha/content/ch-intro.html | 18:46 |
*** vishy_zz is now known as vishy | 18:46 | |
hackoo | Can we also upgrade our environment in future when we get new OpenStack release. | 18:47 |
hackoo | and we can add new components as well ? | 18:48 |
hackoo | thanks for the doc. | 18:48 |
gmi | hackoo: here are some real deployments examples, older but still usable http://wiki.openstack.org/RealDeployments | 18:48 |
*** eharney has quit IRC | 18:48 | |
*** vlad_starkov has joined #openstack | 18:48 | |
*** pvankouteren has joined #openstack | 18:49 | |
*** mdomsch has quit IRC | 18:50 | |
*** pokoli has quit IRC | 18:50 | |
*** doublerr has joined #openstack | 18:51 | |
hackoo | thanks | 18:52 |
hackoo | gmi: its great doc. I appreciate. | 18:53 |
*** pvankouteren has quit IRC | 18:53 | |
gmi | hackoo: welcome | 18:54 |
*** araveendrann has quit IRC | 18:54 | |
*** vlad_starkov has quit IRC | 18:55 | |
*** melisaa has joined #openstack | 18:55 | |
*** Ader has quit IRC | 18:56 | |
*** juice has quit IRC | 18:56 | |
*** tm-gerry has quit IRC | 18:57 | |
*** tryggvil has quit IRC | 18:57 | |
*** sarob has joined #openstack | 18:57 | |
*** sulrich has joined #openstack | 18:58 | |
*** hackoo has quit IRC | 18:58 | |
*** joesavak has quit IRC | 18:58 | |
*** giulivo has quit IRC | 18:58 | |
*** giulivo has joined #openstack | 18:59 | |
*** colinmcnamara has joined #openstack | 18:59 | |
*** colinmcnamara has quit IRC | 18:59 | |
*** doublerr_ has joined #openstack | 19:01 | |
*** bearovercloud has joined #openstack | 19:02 | |
*** doublerr_ has quit IRC | 19:02 | |
*** melisaa has quit IRC | 19:02 | |
*** doublerr__ has joined #openstack | 19:02 | |
*** colinmcnamara has joined #openstack | 19:02 | |
*** melisaa has joined #openstack | 19:04 | |
*** doublerr has quit IRC | 19:05 | |
*** doublerr__ is now known as doublerr | 19:05 | |
*** Skut has joined #openstack | 19:06 | |
*** yidclare has quit IRC | 19:06 | |
*** melisaa has quit IRC | 19:08 | |
*** doublerr has quit IRC | 19:09 | |
*** sbadia has joined #openstack | 19:11 | |
*** j_king has joined #openstack | 19:12 | |
*** scalability-junk has quit IRC | 19:13 | |
*** melisaa has joined #openstack | 19:13 | |
*** yidclare has joined #openstack | 19:13 | |
*** xmltok has joined #openstack | 19:13 | |
*** juice has joined #openstack | 19:14 | |
ksedge_ | I'm having trouble pinging my first VM by its floating IP | 19:14 |
*** marrusl has quit IRC | 19:14 | |
ksedge_ | and VNC isn't working either. Any ideas? | 19:15 |
*** KyleMacDonald has quit IRC | 19:15 | |
*** Vacuity has quit IRC | 19:16 | |
*** Vacuity has joined #openstack | 19:16 | |
*** scalability-junk has joined #openstack | 19:16 | |
*** dieterdemeyer has quit IRC | 19:17 | |
*** mdomsch has joined #openstack | 19:18 | |
gmi | ksedge_: are you sure the VM is running and it has an IP address? | 19:18 |
*** atrius is now known as atrius_away | 19:18 | |
*** devoid has joined #openstack | 19:18 | |
*** vlad_starkov has joined #openstack | 19:19 | |
ksedge | gmi, yes. Horizon reports that it is running and has an IP on the tenant network | 19:19 |
ksedge | I have also assigned it a floating IP using Quantum | 19:19 |
*** lucid has joined #openstack | 19:19 | |
gmi | ksedge: Horizon reports whatever is in the db, not always the truth | 19:19 |
ksedge | My guess is something about the security group rules | 19:19 |
ksedge | gmi: oh? | 19:19 |
*** jaustinpag has quit IRC | 19:20 | |
gmi | ksedge: use vnc viewer and connect to the console of the instance, log in and see for yourself | 19:20 |
ksedge | gmi: the VNC viewer on Horizon? | 19:20 |
gmi | ksedge: then ping your instance from outside and capture the traffic from the instance | 19:20 |
*** julianwa_ has joined #openstack | 19:20 | |
ksedge | gmi: VNC isn't working | 19:21 |
gmi | ksedge: if vnc viewer from horizon is not working, ssh into the compute node where the instance is running, use "virsh list --all" to find the instance ID and then "virsh vncdisplay instance_000XXX" and then install vnc viewer on your laptop and connect to the console | 19:22 |
*** hackoo has joined #openstack | 19:22 | |
*** hackoo has joined #openstack | 19:22 | |
*** scalability-junk has quit IRC | 19:23 | |
ksedge | gmi: thanks | 19:24 |
ksedge | gmi: 'error: failed to get domain 'instance_000005' | 19:24 |
*** ejat has joined #openstack | 19:24 | |
*** ejat has joined #openstack | 19:24 | |
gmi | ksedge: where do you get this error? | 19:25 |
ksedge | gmi: sorry, running "virsh vncdisplay instance_000xxx" | 19:25 |
*** benno_ has quit IRC | 19:26 | |
*** clopez has quit IRC | 19:26 | |
*** gyee has quit IRC | 19:27 | |
*** vmlinuz has quit IRC | 19:28 | |
gmi | ksedge: I'm not sure I understand; did you get the error when you ran "virsh vncdisplay instance_000xxx" ? if yes, was the status of the instance "running" when you ran "virsh list --all" ? | 19:28 |
*** sacharya1 has joined #openstack | 19:28 | |
maurosr | someone already used osapi_compute_ext_list in nova conf? I would like to know its format | 19:29 |
xsurfer | agy: are you here? | 19:29 |
*** nymous has joined #openstack | 19:29 | |
lloydde | nachi_: ping | 19:29 |
ksedge | gmi: yes it was when I ran that command. the status of my instance was "running" | 19:29 |
*** ondergetekende has quit IRC | 19:30 | |
*** sacharya has quit IRC | 19:30 | |
xsurfer | I'm having some problems installing rackspace private cloud. installation is stucked waiting for chef server on 169.254.123.2:22 | 19:30 |
*** dansmith has joined #openstack | 19:31 | |
*** benno_ has joined #openstack | 19:32 | |
*** mikal has quit IRC | 19:32 | |
*** One-Man-Bucket has quit IRC | 19:32 | |
*** scalability-junk has joined #openstack | 19:33 | |
ThiagoCMC | xsurfer, just for the record, have you changed the nova-network netmask (instances)? | 19:33 |
*** mikal has joined #openstack | 19:33 | |
ksedge | gmi: Ah! it was a typo | 19:33 |
ThiagoCMC | if you give to it a huge range, /20, for example, it will froze... | 19:33 |
ksedge | gmi: properly executed, the command "virsh vncdisplay..." returns ":0" | 19:34 |
*** RKeyes has joined #openstack | 19:34 | |
gmi | ksedge: now install vnc viewer (http://www.realvnc.com/products/open/4.1/winvncviewer.html) and connect to the IP of the compute host on port 5900 | 19:35 |
RKeyes | Hi, I am new to Openstack and trystack. I have an account, now I need an IP address...but there are none in the pool? | 19:35 |
ksedge | gmi: I'm running linux exclusively | 19:35 |
ksedge | gmi: I'll see if I can find an alternative | 19:35 |
gmi | ksedge: http://www.cyberciti.biz/faq/linux-kvm-vnc-for-guest-machine/ | 19:35 |
*** spzala has quit IRC | 19:35 | |
ksedge | gmi: domo-arigato | 19:36 |
RKeyes | I have Ipv4 space I could lend if that's the problem | 19:36 |
*** musu has quit IRC | 19:37 | |
*** melmoth has quit IRC | 19:37 | |
*** mattux has joined #openstack | 19:38 | |
*** desai has joined #openstack | 19:39 | |
nymous | where to file a bug about openstack? | 19:39 |
*** warik has quit IRC | 19:39 | |
clarkb | nymous: on launchpad for the appropriate openstack projcet | 19:40 |
*** netzmonster has joined #openstack | 19:40 | |
nymous | could you post me the link? | 19:40 |
clarkb | nymous: https://bugs.launchpad.net/nova would be the place to report nova bugs for example | 19:41 |
*** desai has quit IRC | 19:42 | |
*** b3nt_pin is now known as beagles | 19:43 | |
*** benno_ has quit IRC | 19:45 | |
nymous | anyone knows how to cancel savestate on libvirt? | 19:45 |
*** diogogmt has joined #openstack | 19:45 | |
*** david-lyle has joined #openstack | 19:46 | |
*** netzmonster has quit IRC | 19:47 | |
*** stevebaker has quit IRC | 19:49 | |
*** sayan has quit IRC | 19:49 | |
*** darraghb has quit IRC | 19:50 | |
*** sama1 has quit IRC | 19:50 | |
*** ayoung has quit IRC | 19:51 | |
*** tryggvil has joined #openstack | 19:52 | |
*** ejat has quit IRC | 19:53 | |
*** datajerk has joined #openstack | 19:55 | |
*** Harry51S has quit IRC | 19:57 | |
*** xsurfer has quit IRC | 19:58 | |
*** gray-- has joined #openstack | 19:59 | |
*** otherwiseguy has quit IRC | 20:00 | |
*** ksedge has quit IRC | 20:00 | |
*** marrusl has joined #openstack | 20:01 | |
*** dwcramer has joined #openstack | 20:01 | |
*** rnorwood1 has quit IRC | 20:02 | |
*** sacharya1 has quit IRC | 20:02 | |
*** desai has joined #openstack | 20:02 | |
*** ejat has joined #openstack | 20:02 | |
*** ejat has joined #openstack | 20:02 | |
*** MarkAtwood has joined #openstack | 20:03 | |
*** stevebaker has joined #openstack | 20:03 | |
*** desai has quit IRC | 20:04 | |
*** marrusl_ has joined #openstack | 20:05 | |
*** marrusl has quit IRC | 20:05 | |
*** marrusl has joined #openstack | 20:05 | |
*** maurosr has quit IRC | 20:05 | |
manu-db | I've got a folsom install on Ubuntu 12.10 of OpenStack (I've successfully setup and run four Essex OpenStack deployments before) - this time I'm using quantum for the networking. | 20:07 |
*** desai has joined #openstack | 20:07 | |
*** vlad_starkov has quit IRC | 20:08 | |
manu-db | I can boot a VM, I can see the ports bind in ovs-vsctl show, it gets an IP address from the DHCP server in the correct network namespace. | 20:08 |
*** dieterdemeyer has joined #openstack | 20:08 | |
*** sacharya has joined #openstack | 20:08 | |
manu-db | I can ping the router and "DNS" server in the network namespace (inside the L2 network that the VM is on) | 20:08 |
*** sacharya has quit IRC | 20:08 | |
manu-db | however, the VM can't hit the metadata server at 169.254.169.254 - what is the best way to debug what's going wrong? | 20:08 |
*** sacharya has joined #openstack | 20:08 | |
*** sacharya has joined #openstack | 20:09 | |
manu-db | I'm guessing it has something to do with a route setup somewhere, or a misconfigured OpenVSwitch port? | 20:09 |
*** doublerr has joined #openstack | 20:10 | |
*** vipul is now known as vipul|away | 20:10 | |
*** vipul|away is now known as vipul | 20:10 | |
*** christophk has quit IRC | 20:10 | |
*** datajerk has quit IRC | 20:11 | |
*** ahs3 has quit IRC | 20:12 | |
*** sacharya1 has joined #openstack | 20:13 | |
*** hackoo has quit IRC | 20:14 | |
*** sacharya has quit IRC | 20:15 | |
*** h0cin has quit IRC | 20:16 | |
*** gatuus has joined #openstack | 20:17 | |
nymous | i've did a hack to use local nova-api on each compute port | 20:17 |
*** atrius_away is now known as atrius | 20:17 | |
nymous | really f***d up with all this routing stuff, l3 agent etc | 20:18 |
*** ahs3 has joined #openstack | 20:18 | |
nymous | it just didn't work in my case | 20:18 |
*** gatuus has quit IRC | 20:20 | |
*** gatuus has joined #openstack | 20:21 | |
*** desai has quit IRC | 20:21 | |
*** christophk has joined #openstack | 20:21 | |
*** rkukura has quit IRC | 20:21 | |
*** jimmyy has quit IRC | 20:22 | |
*** jimmyy has joined #openstack | 20:23 | |
*** musu has joined #openstack | 20:24 | |
*** tms_ has joined #openstack | 20:24 | |
tms_ | hey folks, is there any easy way to feed openstack a vmdk and have it turn it into a volume snapshot? | 20:24 |
*** marrusl has quit IRC | 20:24 | |
*** vipul is now known as vipul|away | 20:25 | |
nymous | try qemu-img | 20:27 |
nymous | it can convert various image formats | 20:27 |
*** raganello has joined #openstack | 20:27 | |
tms_ | How would I use qemu-img? My main issue isn't the format of the image itself (glance handles VMDK just fine) I just can't find any documentation about loading an image directly into cinder/nova-volume | 20:27 |
nymous | or even try to feed it with unconverted vmdk, qemu knows how to use it since some version | 20:27 |
*** Math___ has quit IRC | 20:28 | |
nymous | oh, cinder... never tried it before | 20:28 |
*** Math___ has joined #openstack | 20:28 | |
*** melisaa has quit IRC | 20:29 | |
jgriffith | tms_: Not sure if this helps, but... cinder create --image-id | 20:29 |
jgriffith | tms_: is that what you're looking for? | 20:29 |
*** raganello has quit IRC | 20:29 | |
gatuus | I can't get cloud-init to work on a new Ubuntu 12.04 server qcow2 image.. I've tryied all night.. and nope.. I can't copy the functionality that the precise-al-ready-cloudinited-image has | 20:30 |
tms_ | jgriffith: that's my plan of last resort. Basically I was given two vmdks, one that contains the system image (which I put into glance and created just fine) and another that was a data drive | 20:30 |
jgriffith | tms_: In Folsom it only works with raw image formats, Grizzly will convert for you | 20:30 |
jgriffith | tms_: ahhh, hmmm | 20:30 |
tms_ | jgriffith: oooh, so I can use cinder create to create an image using the image ID of an image I've previously loaded into glance? | 20:30 |
jgriffith | tms_: correct | 20:30 |
jgriffith | tms_: at least that's the idea :) | 20:30 |
tms_ | jgriffith: all I really want is to turn this vmdk into a cinder-volume. I've even considered just dd-ing it to the lv and calling it a day | 20:31 |
*** devoid has quit IRC | 20:31 | |
*** devoid1 has joined #openstack | 20:31 | |
tms_ | jgriffith: perfect, that's exactly what I've been looking for, i'll give that a shot right now | 20:31 |
jgriffith | tms_: I feel your pain | 20:31 |
jgriffith | tms_: cool... if you hit any problems ping, I'll be away for a bit but will be back later | 20:31 |
tms_ | jgriffith: awesome, thanks :) | 20:31 |
*** dneary has quit IRC | 20:32 | |
*** dwcramer has quit IRC | 20:32 | |
*** RKeyes has quit IRC | 20:33 | |
*** rnorwood1 has joined #openstack | 20:34 | |
gatuus | cloud-init on ubuntu.. anyone?? | 20:35 |
gatuus | can't get it work.. | 20:35 |
nymous | gatuus: what exactly? | 20:36 |
*** todin has joined #openstack | 20:36 | |
*** marrusl has joined #openstack | 20:37 | |
*** desai has joined #openstack | 20:38 | |
*** bencherian has quit IRC | 20:38 | |
gatuus | clean ubuntu 12.04 installation.. apt-get update, upgrade blablabla... apt-get cloud-init and... NO.. it doesn't works!! It sems that the cloud-init service dies in the middle of the process.. It doesn't renames instance hostname, it does't assigns password for the user.. IT DOES nothing.. in the Log there is nothing. I installed 5 times from ZERO and nope.. there are other linuxes with CI OK | 20:39 |
gatuus | the other linuxes in the same cloud have cloud-init and works OK! = fedora16, centos6, centos 5... | 20:40 |
gatuus | and actually I've an ubuntu pre-made image with cloud-init which works OK!! | 20:40 |
gatuus | I don't know what I'm doing wrong.. =( ??? | 20:41 |
nymous | did you checked logs? | 20:41 |
*** darkomenz has left #openstack | 20:41 | |
*** desai has quit IRC | 20:41 | |
*** bruges has joined #openstack | 20:41 | |
*** sam_one has quit IRC | 20:42 | |
gatuus | yeah the logs shows that the cloud-init service is trying to contact the meta-data server.. and then.. nothing-... like if the clou-init server dies.. | 20:42 |
*** One-Man-Bucket has joined #openstack | 20:42 | |
gatuus | I Don't know if creating an UBUNTU 12.04 image requires an special treatment and very different from the other 3 images that I have configured and installed on the cloud.. | 20:43 |
*** bruges_ has quit IRC | 20:43 | |
nymous | maybe it really doesn't connect to metadata service? | 20:43 |
nymous | you may try to manually start it though | 20:44 |
gatuus | ok.. I'm gonna give it another try... | 20:44 |
gatuus | Probably the "apparmor" thing is doing some nasty thing | 20:44 |
*** bsdgeek has quit IRC | 20:45 | |
gatuus | thanks for the suggestion nymous... | 20:45 |
*** pixelbeat has quit IRC | 20:45 | |
*** esp1 has quit IRC | 20:48 | |
*** salgado is now known as salgado-afk | 20:52 | |
*** gmi has quit IRC | 20:52 | |
*** ayoung has joined #openstack | 20:53 | |
*** lborda has quit IRC | 20:55 | |
*** jodok has joined #openstack | 20:56 | |
*** jodok has joined #openstack | 20:56 | |
*** markwash_ has joined #openstack | 20:57 | |
*** dolphm has left #openstack | 20:57 | |
*** gatuus has quit IRC | 20:57 | |
*** salgado-afk has quit IRC | 20:59 | |
*** hingo has joined #openstack | 20:59 | |
*** christophk has quit IRC | 21:00 | |
*** Egyptian[Laptop] has quit IRC | 21:00 | |
*** melwitt has joined #openstack | 21:01 | |
*** rnorwood1 has quit IRC | 21:02 | |
*** egallen has quit IRC | 21:04 | |
*** jfluhmann has quit IRC | 21:07 | |
*** lborda has joined #openstack | 21:10 | |
nymous | anyone can explain me correct active-active dhcp-agent configuration with quantum? | 21:13 |
*** vipul|away is now known as vipul | 21:13 | |
*** Blackavar has joined #openstack | 21:13 | |
*** christophk has joined #openstack | 21:13 | |
*** araveendrann has joined #openstack | 21:14 | |
*** rnorwood1 has joined #openstack | 21:14 | |
*** rnorwood1 has quit IRC | 21:14 | |
*** datajerk has joined #openstack | 21:14 | |
*** mattray has quit IRC | 21:18 | |
*** bladernr_ has quit IRC | 21:21 | |
*** otherwiseguy has joined #openstack | 21:22 | |
*** jcmartin has quit IRC | 21:22 | |
*** esp has joined #openstack | 21:22 | |
*** stevemar has quit IRC | 21:22 | |
*** bladernr_ has joined #openstack | 21:23 | |
*** maurosr has joined #openstack | 21:26 | |
*** rkukura has joined #openstack | 21:27 | |
*** sarob has quit IRC | 21:28 | |
*** bearovercloud_ has joined #openstack | 21:28 | |
*** KernelDog has quit IRC | 21:29 | |
*** radez is now known as radez_g0n3 | 21:29 | |
*** koolhead17 has quit IRC | 21:29 | |
*** vkmc has quit IRC | 21:30 | |
*** jbresnah__ has quit IRC | 21:31 | |
*** bearovercloud has quit IRC | 21:32 | |
*** bearovercloud_ is now known as bearovercloud | 21:32 | |
*** sam_one has joined #openstack | 21:33 | |
*** andreas__ has joined #openstack | 21:34 | |
*** colinmcnamara has quit IRC | 21:35 | |
*** ahasenack has quit IRC | 21:36 | |
*** rnorwood1 has joined #openstack | 21:38 | |
*** dhellmann is now known as dhellmann-afk | 21:41 | |
*** CrackerJackMack has quit IRC | 21:43 | |
*** mikal has quit IRC | 21:45 | |
*** rnorwood1 has quit IRC | 21:45 | |
*** amccloud has quit IRC | 21:46 | |
*** mikal has joined #openstack | 21:47 | |
*** jpich has joined #openstack | 21:47 | |
*** backjlack has quit IRC | 21:47 | |
*** tong|2 has joined #openstack | 21:47 | |
*** rmartinelli has quit IRC | 21:47 | |
*** CrackerJackMack has joined #openstack | 21:49 | |
*** datajerk has quit IRC | 21:49 | |
*** tongli has quit IRC | 21:49 | |
*** martine has quit IRC | 21:51 | |
*** vlad_starkov has joined #openstack | 21:51 | |
*** sstent has quit IRC | 21:53 | |
*** sstent has joined #openstack | 21:54 | |
*** julianwa_ has quit IRC | 21:54 | |
*** jcmartin has joined #openstack | 21:54 | |
*** esp has quit IRC | 21:55 | |
*** esp has joined #openstack | 21:55 | |
*** cryptographrix has quit IRC | 21:56 | |
*** cryptographrix has joined #openstack | 21:57 | |
*** sandywalsh has quit IRC | 21:57 | |
*** eharney has joined #openstack | 21:57 | |
*** eharney has quit IRC | 21:57 | |
*** eharney has joined #openstack | 21:57 | |
*** cdub_ has quit IRC | 21:58 | |
*** JesperA has joined #openstack | 22:00 | |
*** mdomsch has quit IRC | 22:00 | |
*** vlad_starkov has quit IRC | 22:01 | |
*** rnorwood1 has joined #openstack | 22:01 | |
*** Deoan has quit IRC | 22:02 | |
*** vishy is now known as vishy_zz | 22:04 | |
*** l0p3n has quit IRC | 22:06 | |
*** kpavel has quit IRC | 22:09 | |
*** devoid1 has quit IRC | 22:11 | |
*** galthaus_ has joined #openstack | 22:11 | |
*** gordc has quit IRC | 22:12 | |
*** boden has quit IRC | 22:13 | |
*** galthaus has quit IRC | 22:13 | |
*** One-Man-Bucket has quit IRC | 22:13 | |
*** Trixboxer has quit IRC | 22:13 | |
*** hingo has quit IRC | 22:13 | |
*** Math___ has quit IRC | 22:13 | |
*** ckramer has quit IRC | 22:15 | |
*** galthaus_ has quit IRC | 22:16 | |
*** Tross has quit IRC | 22:17 | |
*** miclorb has joined #openstack | 22:18 | |
*** alobbs has quit IRC | 22:18 | |
*** carif has quit IRC | 22:19 | |
*** gyee has joined #openstack | 22:20 | |
*** burris has joined #openstack | 22:22 | |
*** vkmc has joined #openstack | 22:25 | |
*** roaet is now known as roaet-away | 22:26 | |
*** devoid has joined #openstack | 22:29 | |
*** christophk has quit IRC | 22:29 | |
*** gray-- has quit IRC | 22:30 | |
*** bencherian has joined #openstack | 22:30 | |
*** Tross has joined #openstack | 22:31 | |
*** nymous has quit IRC | 22:31 | |
*** sandywalsh has joined #openstack | 22:32 | |
*** pokoli has joined #openstack | 22:32 | |
*** zeus has quit IRC | 22:33 | |
*** mrunge has quit IRC | 22:35 | |
*** cdub_ has joined #openstack | 22:35 | |
*** jcmartin has quit IRC | 22:35 | |
*** jcmartin has joined #openstack | 22:36 | |
*** annegentle_itsme has quit IRC | 22:36 | |
*** diogogmt has quit IRC | 22:36 | |
*** anteaya has quit IRC | 22:37 | |
*** burris has quit IRC | 22:38 | |
*** jpich has quit IRC | 22:39 | |
*** jodok has quit IRC | 22:39 | |
*** UICTamale has quit IRC | 22:41 | |
*** sarob has joined #openstack | 22:42 | |
*** melwitt has quit IRC | 22:42 | |
*** melwitt has joined #openstack | 22:43 | |
*** desai has joined #openstack | 22:43 | |
*** desai has quit IRC | 22:44 | |
*** bearovercloud has quit IRC | 22:44 | |
*** bearovercloud has joined #openstack | 22:44 | |
*** desai has joined #openstack | 22:45 | |
*** mikedawson has quit IRC | 22:45 | |
*** mtreinish has quit IRC | 22:46 | |
*** henrynash has quit IRC | 22:46 | |
*** jWhiskey has quit IRC | 22:47 | |
*** desai has quit IRC | 22:48 | |
*** Tross has quit IRC | 22:49 | |
*** sthaha has joined #openstack | 22:49 | |
*** vishy_zz is now known as vishy | 22:49 | |
*** dims has quit IRC | 22:50 | |
*** jodok has joined #openstack | 22:50 | |
*** jodok has joined #openstack | 22:50 | |
*** rnorwood1 has quit IRC | 22:50 | |
*** rnorwood2 has joined #openstack | 22:50 | |
*** vkmc has quit IRC | 22:51 | |
*** lazyshot has quit IRC | 22:51 | |
*** gporras has quit IRC | 22:51 | |
*** danblack has joined #openstack | 22:52 | |
*** roaet-away is now known as roaet | 22:54 | |
*** diogogmt has joined #openstack | 22:55 | |
*** flaper87 has quit IRC | 22:55 | |
*** sandywalsh has quit IRC | 22:58 | |
*** scalability-junk has quit IRC | 22:58 | |
*** john5223 has quit IRC | 22:58 | |
*** KarinLevenstein has quit IRC | 22:59 | |
*** Madasi is now known as zz_Madasi | 23:00 | |
*** JesperA has quit IRC | 23:01 | |
*** stevebaker has quit IRC | 23:02 | |
*** stevebaker has joined #openstack | 23:03 | |
*** securabitchris has joined #openstack | 23:03 | |
*** whenry has quit IRC | 23:04 | |
*** vkmc has joined #openstack | 23:04 | |
*** amccloud has joined #openstack | 23:05 | |
*** musu has quit IRC | 23:05 | |
*** musu has joined #openstack | 23:06 | |
*** secbitchris has quit IRC | 23:06 | |
*** pokoli has quit IRC | 23:06 | |
*** melwitt has quit IRC | 23:07 | |
*** melwitt has joined #openstack | 23:08 | |
*** lloydde has quit IRC | 23:09 | |
*** dualism has joined #openstack | 23:11 | |
*** krow has joined #openstack | 23:11 | |
*** melwitt1 has joined #openstack | 23:13 | |
*** melwitt has quit IRC | 23:13 | |
*** securabitchris has quit IRC | 23:15 | |
*** bknudson has quit IRC | 23:15 | |
*** dualism has quit IRC | 23:15 | |
*** mpdehaan has quit IRC | 23:15 | |
*** xibalba has left #openstack | 23:16 | |
*** reed has quit IRC | 23:17 | |
*** jrodom has joined #openstack | 23:18 | |
*** Math___ has joined #openstack | 23:18 | |
*** vkmc has quit IRC | 23:20 | |
*** tms_ has quit IRC | 23:20 | |
*** bladernr_ has quit IRC | 23:21 | |
*** bladernr_ has joined #openstack | 23:22 | |
*** galthaus has joined #openstack | 23:22 | |
*** robertmyers has quit IRC | 23:26 | |
*** galthaus has quit IRC | 23:27 | |
*** robertmyers has joined #openstack | 23:27 | |
*** amccloud has quit IRC | 23:27 | |
*** Math___ has quit IRC | 23:28 | |
*** krow has quit IRC | 23:29 | |
*** mishin has quit IRC | 23:29 | |
*** yidclare has quit IRC | 23:29 | |
*** scalability-junk has joined #openstack | 23:30 | |
*** julianwa_ has joined #openstack | 23:30 | |
*** robertmyers has quit IRC | 23:31 | |
*** tomoe_ has quit IRC | 23:31 | |
*** gporras has joined #openstack | 23:31 | |
*** kbringard has quit IRC | 23:32 | |
*** rnorwood2 has quit IRC | 23:32 | |
*** yidclare has joined #openstack | 23:32 | |
*** desai has joined #openstack | 23:32 | |
*** riskable has quit IRC | 23:34 | |
*** desai has quit IRC | 23:34 | |
*** aliguori has quit IRC | 23:34 | |
*** riskable has joined #openstack | 23:34 | |
*** acb__ has quit IRC | 23:34 | |
*** acb__ has joined #openstack | 23:35 | |
*** riskable has quit IRC | 23:35 | |
*** jodok has quit IRC | 23:36 | |
*** guillaume_ has joined #openstack | 23:39 | |
*** gpernot has quit IRC | 23:39 | |
*** lborda has quit IRC | 23:39 | |
*** cdub_ has quit IRC | 23:41 | |
*** scalability-junk has quit IRC | 23:42 | |
*** melwitt1 has quit IRC | 23:43 | |
*** ladquin is now known as ladquin_brb | 23:44 | |
*** juice has quit IRC | 23:44 | |
*** tryggvil has quit IRC | 23:44 | |
*** araveendrann has quit IRC | 23:47 | |
*** ewindisch has quit IRC | 23:47 | |
*** melwitt has joined #openstack | 23:51 | |
*** mikedawson has joined #openstack | 23:52 | |
*** henrynash has joined #openstack | 23:52 | |
*** sama has joined #openstack | 23:52 | |
*** alunduil has joined #openstack | 23:53 | |
*** tryggvil has joined #openstack | 23:54 | |
*** desai has joined #openstack | 23:54 | |
*** alunduil has quit IRC | 23:54 | |
*** sam_one has quit IRC | 23:54 | |
*** sam_one has joined #openstack | 23:55 | |
*** alunduil has joined #openstack | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!