*** aik has quit IRC | 00:00 | |
dw_jake | so it's "select 'something' from networks" | 00:00 |
---|---|---|
kpepple | dw_jake: sorry, you can use the paste server at http://paste.openstack.org/ and just post the url pointer. i am looking for the stuff just above that .... usually it says something about 'sudo dnsmasq ... " failing then gives the critical error | 00:01 |
dw_jake | :P sorry. here is the full error message - http://paste.openstack.org/show/874/ | 00:03 |
dw_jake | kpepple: always forgot to put down your name. forgive me, it's friday :) | 00:04 |
kpepple | dw_jake: you should throw the "--verbose" flag into your nova.conf file ... what networking are you using flat ? VLAN ? | 00:05 |
MotoMilind | Is there a utility to euca-bundle-image for a running instance? | 00:09 |
MotoMilind | something where I can create a lvm snapshot and dd the image? | 00:10 |
dw_jake | kpepple: I actually have the flag set to be true. It still gives me the same error message. I am trying to use flat network as I am trying it out on a VM only. | 00:10 |
kpepple | dw_jake: can you paste your nova.conf ? | 00:14 |
dw_jake | kpepple: sure...was just pasting it:) http://paste.openstack.org/show/875/ | 00:14 |
*** dirakx has quit IRC | 00:14 | |
kpepple | dw_jake: usually that error means that it's not finding the correct database with the sql_connection flag (say using sqlite instead of your mysql db) | 00:14 |
*** dirakx has joined #openstack | 00:14 | |
kpepple | dw_jake: it's just '--verbose' with no '=true' | 00:15 |
dw_jake | kpepple: yea. I have tried '--verbose', '--verbose=1', and lastly '--verbose=true'. All gave me the same error msg | 00:16 |
kpepple | dw_jake: any more output in the network log ? | 00:16 |
dw_jake | kpepple: unfortunately no. do I need to restart something ? I guess not | 00:17 |
uvirtbot | New bug: #733609 in nova "Failed to spawn an instance : AttributeError: 'str' object has no attribute 'fileno'" [Undecided,New] https://launchpad.net/bugs/733609 | 00:17 |
kpepple | dw_jake: yes, you'll need to restart nova-network with any nova.conf changes | 00:17 |
openstackhudson | Project nova build #632: SUCCESS in 1 min 55 sec: http://hudson.openstack.org/job/nova/632/ | 00:18 |
openstackhudson | Tarmac: Use a consistent naming scheme for XenAPI variables. | 00:18 |
kpepple | dw_jake: what does 'nova-manage network list' return ? | 00:18 |
*** MarcMorata has joined #openstack | 00:21 | |
dw_jake | kpepple: here is the output: http://paste.openstack.org/show/876/. I had restarted the nvoa-network with 'service nova-network --full-restart', still the same thing | 00:22 |
*** clauden has quit IRC | 00:23 | |
*** adiantum has quit IRC | 00:24 | |
kpepple | dw_jake: you don't have the "--network_manager" in your nova.conf file ... it defaults to VLAN without it AFAIK | 00:27 |
dw_jake | kpepple: ah, i see. Thanks a lot! I will do the config and see if it works. thanks | 00:28 |
*** adiantum has joined #openstack | 00:29 | |
kpepple | dw_jake: cool | 00:30 |
*** MarcMorata has quit IRC | 00:42 | |
*** Ryan_Lane is now known as Ryan_Lane|away | 00:44 | |
*** MotoMilind has quit IRC | 00:47 | |
dw_jake | kpepple: so how does the network-manager insert a table into mysql? I have set the "--network-manager' in nova.conf and created a bridge br100 and have eth0 added to the bridge, and restarted all services. still getting the same errors which make a new instance to be stuck at 'networking' stage :( | 00:54 |
*** dragondm has quit IRC | 00:55 | |
*** jero has joined #openstack | 00:56 | |
*** jero has left #openstack | 00:56 | |
kpepple | dw_jake: sorry, was away. let me look on flat networking -- on vlan, it starts the dnsmaq process for dhcp and such | 01:00 |
*** ewindisch has quit IRC | 01:00 | |
*** adjohn has joined #openstack | 01:00 | |
*** ewindisch has joined #openstack | 01:02 | |
kpepple | dw_jake: do you still have multiple networks defined in 'nova-manage network list' ? i don't think flatmanager supports that | 01:04 |
dw_jake | kpepple: np. yea there is one left. 10.0.0.0/26 255.255.255.19210.0.0.3 None . I tried to delete it, but no success | 01:06 |
kpepple | dw_jake: it's fine with one network, just not more than that. how are you starting 'nova-network' ? i assume with 'nova-network --flagfile=/etc/nova/nova.conf' | 01:07 |
dw_jake | kpepple: not really. I just run "nova-network". it does not return to the cmd-line prompt when I ran it with flatfile option | 01:08 |
*** joearnol_ has quit IRC | 01:09 | |
kpepple | dw_jake: oh, that could be it. usually you will launch this with something like "/usr/bin/nova-network --flagfile=/etc/nova/nova.conf" otherwise it won't find your conf file | 01:10 |
kpepple | dw_jake: if it doesn't return to cmd line, press control+z and then type bg at the prompt to force it into the background | 01:10 |
*** jc_smith has quit IRC | 01:11 | |
*** jc_smith has joined #openstack | 01:11 | |
*** adiantum has quit IRC | 01:12 | |
dw_jake | hmm so why do we want it to run in the background? I have run it with the absolute path, and it does not return so I put it into background now | 01:12 |
kpepple | dw_jake: that's fine ... what does the log say now ? same database error ? | 01:13 |
dw_jake | yea same error :| | 01:14 |
kpepple | dw_jake: but no stack trace ? | 01:14 |
dw_jake | kpepple: nope. pretty much the same as the first time I ran into the problem | 01:15 |
*** adiantum has joined #openstack | 01:18 | |
kpepple | dw_jake: ok, it's really strange that you aren't getting a full list of your flags, debug logs and a stacktrace ... that's what the --verbose flag is supposed to do. can you bring 'nova-network' back to the foreground with the 'fg' command, kill it (with control+c) and then launch it again with '/usr/bin/nova-network --verbose --flagfile=/etc/nova/nova.conf' ? | 01:20 |
dw_jake | ah. now I got the stack trace | 01:21 |
kpepple | dw_jake: okay, your --verbose flag in your nova.conf file is wrong. can you paste the stack trace ? | 01:22 |
dw_jake | but I ran "nova-network --verbose" as the "/usr/bin/...." cmd only goes into the background | 01:22 |
dw_jake | one sec. I will paste the stack trace | 01:22 |
*** adjohn has quit IRC | 01:23 | |
dw_jake | kpepple: http://paste.openstack.org/show/877/ here is the whole thing | 01:24 |
*** hggdh has quit IRC | 01:26 | |
dw_jake | kpepple: though it does not look very helpful | 01:26 |
kpepple | dw_jake: so line 52 on your paste is the problem. it is pointing to sqlite instead of mysql for your database. | 01:26 |
dw_jake | kpepple: wow awesome! | 01:26 |
dw_jake | kpepple: thanks a bunch<3 | 01:28 |
kpepple | dw_jake: take line 1 "--demonize" out of your nova.conf file, then relaunch this with 'nova-network --verbose --flagfile=/etc/nova/nova.conf' and paste that result | 01:29 |
kpepple | dw_jake: oh and change line 7 of your nova.conf file back to just '--verbose' | 01:29 |
dw_jake | so using "--flagfile=/.../.conf" does not really work. I had to use the option explicitly "--sql_connection=mysql://root:nova@10.175.132.69/nova" | 01:33 |
dw_jake | and it seems to be working now | 01:34 |
kpepple | dw_jake: cool | 01:34 |
dw_jake | http://paste.openstack.org/show/878/ here is the debug info | 01:34 |
*** adiantum has quit IRC | 01:34 | |
dw_jake | kpepple: so i guess nova does not like my noa.conf as the configs are not really being used. | 01:37 |
kpepple | dw_jake: without adding the --flagfile to the command line it won't be able to find it | 01:37 |
dw_jake | kpeple: is this possible the reason why a VM being stuck at 'networking' stage? | 01:39 |
kpepple | dw_jake: without nova-network, probably | 01:39 |
dw_jake | kpepple: I see. great. I will try a new instance of VM next week. | 01:40 |
dw_jake | kpepple: that makes me feel better before I leave for the weekend:D | 01:41 |
kpepple | dw_jake: good luck next week :) | 01:41 |
dw_jake | kpepple: thanks a lot for spending that much time with me. I really appreciate it | 01:41 |
kpepple | dw_jake: np | 01:41 |
*** gregp76 has quit IRC | 01:49 | |
*** iammartian has joined #openstack | 01:53 | |
*** miclorb has joined #openstack | 01:55 | |
*** jdean has joined #openstack | 01:57 | |
*** mahadev has quit IRC | 01:58 | |
*** romain_lenglet has joined #openstack | 02:00 | |
jdean | Hello, I just have a simple question -> Can I extend swift, so that I am able to start smart and extend it as I need it to do so.... Another question is, if it makes sense to do so? | 02:00 |
*** Dumfries has quit IRC | 02:07 | |
*** aliguori has quit IRC | 02:14 | |
ewindisch | there was a utils.execute related bug which I didn't cause! ;-) | 02:18 |
*** lamar has quit IRC | 02:19 | |
*** Cybo has joined #openstack | 02:20 | |
*** jdean has left #openstack | 02:23 | |
*** aliguori has joined #openstack | 02:27 | |
openstackhudson | Project swift build #218: SUCCESS in 28 sec: http://hudson.openstack.org/job/swift/218/ | 02:31 |
openstackhudson | Tarmac: fixed pattern matching/globbing in swift-log-uploader | 02:31 |
*** MarkAtwood has left #openstack | 02:37 | |
*** mahadev has joined #openstack | 02:39 | |
*** Cybo has quit IRC | 02:44 | |
*** mahadev has quit IRC | 02:49 | |
*** jc_smith has left #openstack | 02:49 | |
*** aliguori has quit IRC | 02:50 | |
*** romain_lenglet has quit IRC | 02:54 | |
*** mahadev has joined #openstack | 02:56 | |
*** pvo has joined #openstack | 03:00 | |
*** miclorb has quit IRC | 03:09 | |
*** miclorb has joined #openstack | 03:11 | |
*** freeflyi1g has joined #openstack | 03:11 | |
*** fayce has joined #openstack | 03:14 | |
*** freeflying has quit IRC | 03:14 | |
*** pvo has quit IRC | 03:19 | |
*** miclorb has quit IRC | 03:34 | |
*** Cybo has joined #openstack | 03:40 | |
*** pvo has joined #openstack | 03:46 | |
*** thielmann_ has joined #openstack | 03:51 | |
*** dillon-w has joined #openstack | 03:51 | |
*** Cybo has quit IRC | 03:51 | |
*** MarkusT has quit IRC | 03:54 | |
*** pvo has quit IRC | 03:55 | |
*** dirakx has quit IRC | 03:59 | |
*** fayce has quit IRC | 04:23 | |
*** fayce has joined #openstack | 04:23 | |
*** dillon-w has quit IRC | 04:25 | |
*** fayce has quit IRC | 04:32 | |
*** fayce has joined #openstack | 04:34 | |
*** mahadev has quit IRC | 04:44 | |
*** ddumitriu has quit IRC | 04:48 | |
*** mahadev has joined #openstack | 05:00 | |
*** dillon-w has joined #openstack | 05:13 | |
*** gregp76 has joined #openstack | 05:49 | |
*** dillon-w has quit IRC | 05:52 | |
*** blahx has joined #openstack | 05:58 | |
*** Dumfries has joined #openstack | 06:01 | |
*** ewindisch has quit IRC | 06:11 | |
*** Dumfries has quit IRC | 06:18 | |
*** gasbakid has joined #openstack | 06:35 | |
*** mahadev has quit IRC | 06:36 | |
*** gasbakid has quit IRC | 06:38 | |
*** gasbakid has joined #openstack | 06:40 | |
*** photron has joined #openstack | 06:44 | |
*** romain_lenglet has joined #openstack | 06:52 | |
*** adjohn has joined #openstack | 07:02 | |
*** Code_Bleu has quit IRC | 07:10 | |
*** fayce has quit IRC | 07:19 | |
*** paltman has joined #openstack | 07:23 | |
*** j05h has quit IRC | 07:26 | |
*** gregp76 has quit IRC | 07:51 | |
*** j05h has joined #openstack | 07:53 | |
*** Code_Bleu has joined #openstack | 07:53 | |
*** miclorb_ has joined #openstack | 07:59 | |
*** zenmatt has quit IRC | 08:00 | |
*** iammartian_ has joined #openstack | 08:04 | |
*** iammartian has quit IRC | 08:07 | |
*** iammartian_ is now known as iammartian | 08:07 | |
*** allsystemsarego has joined #openstack | 08:17 | |
*** adjohn has quit IRC | 08:23 | |
*** paltman has quit IRC | 08:37 | |
*** ddumitriu has joined #openstack | 08:42 | |
*** mahadev has joined #openstack | 08:48 | |
*** herki has quit IRC | 08:49 | |
*** nerens has joined #openstack | 08:50 | |
*** mahadev has quit IRC | 08:53 | |
*** paltman has joined #openstack | 09:02 | |
*** azneita has joined #openstack | 09:15 | |
*** Ryan_Lane|away has quit IRC | 09:28 | |
*** nerens_ has joined #openstack | 10:12 | |
*** nerens has quit IRC | 10:12 | |
*** nerens_ is now known as nerens | 10:12 | |
*** spectorclan has quit IRC | 10:19 | |
*** spectorclan has joined #openstack | 10:20 | |
*** nerens has quit IRC | 10:49 | |
*** azneita has quit IRC | 11:00 | |
*** MarcMorata has joined #openstack | 11:26 | |
*** adiantum has joined #openstack | 11:35 | |
*** adiantum has quit IRC | 11:46 | |
*** adiantum has joined #openstack | 11:52 | |
*** miclorb_ has quit IRC | 12:05 | |
*** adiantum has quit IRC | 12:18 | |
*** adiantum has joined #openstack | 12:20 | |
*** adiantum has quit IRC | 12:43 | |
*** adiantum has joined #openstack | 12:50 | |
*** dillon-w has joined #openstack | 12:55 | |
*** adiantum has quit IRC | 13:22 | |
*** adiantum has joined #openstack | 13:27 | |
*** MarcMorata has quit IRC | 13:33 | |
*** MarcMorata has joined #openstack | 13:33 | |
thielmann_ | Does someone here run nova on a remote server with static IPs? And would be willing to share information about the set up? I'm unable to set up any network manager without loosing remote access. | 13:37 |
*** ctennis has quit IRC | 13:37 | |
*** ctennis has joined #openstack | 13:41 | |
*** ctennis has joined #openstack | 13:42 | |
*** brd_from_italy has joined #openstack | 13:48 | |
*** dendrobates is now known as dendro-afk | 13:56 | |
*** dirakx has joined #openstack | 14:02 | |
thielmann_ | Could someone provide a network/interface file when using VLANmanager? I'm getting "ERROR: trying to add VLAN #0 to IF -:eth0:- error: File exists" | 14:07 |
*** gasbakid has quit IRC | 14:10 | |
*** gasbakid has joined #openstack | 14:16 | |
*** adiantum has quit IRC | 14:23 | |
*** adiantum has joined #openstack | 14:23 | |
ryker | anyone have a detailed agenda for the openstack conference next month? http://www.openstack.org/blog/2011/03/openstack-conferencedesign-summit-registration-is-open/ | 14:24 |
*** beens has joined #openstack | 14:28 | |
thielmann_ | "nova-network main process ended, respawning". Any idea what might cause this? No information in nova logs. | 14:33 |
thielmann_ | If I run it manually, it exists with "(OperationalError) no such table: networks u'SELECT networks.created_at AS networks_created_at, [...]" Don't get it. | 14:35 |
*** dendro-afk is now known as dendrobates | 14:35 | |
*** adiantum has quit IRC | 14:40 | |
*** adiantum has joined #openstack | 14:44 | |
*** hazmat has joined #openstack | 14:53 | |
*** brd_from_italy has quit IRC | 15:17 | |
*** hazmat has quit IRC | 15:22 | |
*** RJD22 is now known as RJD22|away | 15:23 | |
*** adiantum has quit IRC | 15:24 | |
*** paltman has quit IRC | 15:27 | |
*** adiantum has joined #openstack | 15:30 | |
*** dendrobates is now known as dendro-afk | 15:34 | |
*** dendro-afk is now known as dendrobates | 15:34 | |
*** paltman has joined #openstack | 15:37 | |
*** adiantum has quit IRC | 15:39 | |
*** Cybo has joined #openstack | 15:43 | |
*** adiantum has joined #openstack | 15:45 | |
*** Cybo has quit IRC | 15:48 | |
*** adiantum has quit IRC | 15:52 | |
*** dillon-w has quit IRC | 15:53 | |
*** paltman has quit IRC | 15:53 | |
*** adiantum has joined #openstack | 15:58 | |
*** gregp76 has joined #openstack | 16:01 | |
*** dendrobates is now known as dendro-afk | 16:01 | |
*** sevenseeker has joined #openstack | 16:04 | |
*** adiantum has quit IRC | 16:10 | |
*** blamar_ has quit IRC | 16:10 | |
*** sevenseeker has quit IRC | 16:12 | |
*** adiantum has joined #openstack | 16:15 | |
*** ddumitriu has quit IRC | 16:19 | |
*** adiantum has quit IRC | 16:33 | |
kpepple | thielmann_: can you paste the full log at paste.openstack.org ? did you start nova-network manually with the --flagfile option ? | 16:34 |
thielmann_ | kpepple: Currently on my 11th reinstall and trying again. Will document installation notes, logfiles and set up when finished. Thanks for your response :-) | 16:35 |
*** adiantum has joined #openstack | 16:39 | |
*** zenmatt has joined #openstack | 16:44 | |
*** RJD22|away is now known as RJD22 | 16:50 | |
*** adiantum has quit IRC | 16:54 | |
*** adiantum has joined #openstack | 16:55 | |
*** Ryan_Lane has joined #openstack | 16:57 | |
notmyname | mtaylor: can you add "http://readthedocs.org/build/454" as a post-commit hook for swift? | 17:07 |
*** jero has joined #openstack | 17:10 | |
*** hggdh has joined #openstack | 17:17 | |
*** adiantum has quit IRC | 17:19 | |
*** mahadev has joined #openstack | 17:20 | |
*** hazmat has joined #openstack | 17:21 | |
mtaylor | notmyname: you want jenkins to just send a POST request to that URL? | 17:26 |
*** hazmat has quit IRC | 17:27 | |
*** adiantum has joined #openstack | 17:31 | |
*** adiantum has quit IRC | 17:41 | |
*** mahadev has quit IRC | 17:42 | |
*** adiantum has joined #openstack | 17:47 | |
thielmann_ | kpepple: http://paste.openstack.org/show/879/ Installation, ifconfig and route information. I can't neither ping nor ssh. Might be an issue with the image (see http://paste.openstack.org/show/880/ for console). However I'm using FlatDHCPManager and thought the manager would handle that problem? | 17:51 |
* kpepple looks at the paste | 17:54 | |
*** adiantum has quit IRC | 17:55 | |
kpepple | thielmann_: in your /var/log/nova/nova-network.log file, are you seeing errors ? i don't see dhcpbridge_flagfile entry in nova.conf | 17:57 |
thielmann_ | No error entry, will search for dhcpbridge_flagfile template | 17:58 |
*** adiantum has joined #openstack | 18:01 | |
thielmann_ | Ah, sorry. Wrong copy and paste with this one. I added the documented lines, so the full nova.conf looks like this: http://paste.openstack.org/show/882/ | 18:01 |
*** guynaor has joined #openstack | 18:02 | |
*** guynaor has left #openstack | 18:02 | |
kpepple | thielmann_: i believe you also need a '--lock_path=/tmp' in nova.conf if you are using the newest version of nova | 18:04 |
*** adiantum has quit IRC | 18:10 | |
thielmann_ | kpepple: Don't get it ttylinux is also searching for loud-setup: checking http://169.254.169.254/2009-04-04/meta-data/instance-id | 18:11 |
thielmann_ | Can't find information on --lock_path. I'm using bexxar | 18:11 |
*** hazmat has joined #openstack | 18:11 | |
kpepple | thielmann_: ignore the lock_path if you are on bexar ... it was just introduced this week in trunk | 18:11 |
kpepple | thielmann_: the image is going to check the 169 network for metadata at startup. dnsmasq should be grabbing that and handing it any launch information that it has. | 18:13 |
*** adiantum has joined #openstack | 18:13 | |
*** hazmat has quit IRC | 18:17 | |
thielmann_ | kpepple: After using the troubleshooting (killing dnsmasq; reload network) I still get that error. Syslog says: dnsmasq-dhcp[2720]: "no address range available for DHCP request via br100" | 18:19 |
kpepple | thielmann_: when you 'ps -ef', do you have more than one dnsmasq running ? | 18:20 |
thielmann_ | Yes, two. | 18:21 |
*** _jano has joined #openstack | 18:21 | |
kpepple | thielmann_: you usually only want one. what do the two of them look like ? one should have the "--listen-address=172.16.0.1" argv where the address is that of br100 | 18:22 |
thielmann_ | kpepple: They're identical and "--listen-address=10.0.1.1" (after "troubleshooting". After a reboot, I've got three. Two listening to 10.0.1.1 (br100) and one listening to 192.168.122.1 (virbr0) | 18:25 |
*** gregp76 has joined #openstack | 18:25 | |
kpepple | thielmann_: what ranges do the two 10.0.1.1 have configured ? we only want one of them | 18:26 |
thielmann_ | kpepple: --dhcp-range=10.0.0.2,static,120s | 18:27 |
kpepple | thielmann_: if both of them say that, kill one of them | 18:29 |
thielmann_ | kpepple: Did that, syslog still says "no address range available for DHCP request via br100", image is still waiting for "metadata service". | 18:30 |
*** adiantum has quit IRC | 18:31 | |
notmyname | mtaylor: yes, please. POST request to that URL | 18:32 |
kpepple | thielmann_: try launching a new image and see what happens | 18:33 |
thielmann_ | kpepple: It get's the next IP (.6) and the message repeats in syslog | 18:35 |
thielmann_ | kpepple: Found "qemudParsePCIDeviceStrs:1422 : Unexpected exit status '1', qemu probably failed" in syslog. Could that be related? | 18:36 |
*** adiantum has joined #openstack | 18:37 | |
kpepple | thielmann_: are you on a virtual server or a physical box ? | 18:37 |
thielmann_ | kpepple: A physical server. | 18:38 |
*** _jano has quit IRC | 18:38 | |
kpepple | thielmann_: strange. i think that is saying that KVM failed for some reason. do you have KVM processes in "ps -ef" ? | 18:38 |
mtaylor | notmyname: done | 18:39 |
*** gregp76 has quit IRC | 18:39 | |
notmyname | mtaylor: thanks :-) | 18:39 |
thielmann_ | kpepple: Yes, two (I'm currently running two instances). So it seems fine. I guess I wouldn't get console output otherwise... | 18:40 |
kpepple | thielmann_: that's what i thought ... that's probably unrelated then. | 18:40 |
thielmann_ | kpepple: What I don't get: Nova is trying to access 169.254.169.254, but that's nowhere defined in my config/network. How is that supposed to work? | 18:43 |
*** pquerna has left #openstack | 18:45 | |
kpepple | thielmann_: there is a metadata server presented by nova ec2 api that listens for requests and returns the metadata to the image. i am not sure how it gets routed there ... i thought by dnsmasq | 18:46 |
Ryan_Lane | thielmann_: which network driver are you using? | 18:47 |
thielmann_ | Ryan_Lane: FlatDHCP | 18:47 |
Ryan_Lane | the nova-network service handles it | 18:47 |
kpepple | thielmann_: no you are on VlanManager in your conf file ... | 18:47 |
Ryan_Lane | it adds a rule to iptables | 18:47 |
Ryan_Lane | on the network service node | 18:47 |
Ryan_Lane | dnsmasq assigns IP addresses, and a gateway for the vms | 18:48 |
Ryan_Lane | the gateway is the network node | 18:48 |
thielmann_ | kpepple: No, see: http://paste.openstack.org/show/884/ | 18:48 |
*** hazmat has joined #openstack | 18:48 | |
kpepple | thielmann_: i was going off http://paste.openstack.org/show/879/ | 18:48 |
Ryan_Lane | for instance: DNAT tcp -- 0.0.0.0/0 169.254.169.254 tcp dpt:80 to:192.168.1.60:8773 | 18:48 |
Ryan_Lane | my network nodes's IP is 192.168.1.60, my private range is 10.0.0.x | 18:49 |
thielmann_ | kpepple: Damn it, copy and paste error. This was my "cheat sheet". But I'm positive nova.conf is the only error in this sheet. Sorry for the confusion. | 18:49 |
kpepple | thielmann_: np | 18:50 |
Ryan_Lane | since the instances route through the network node, all traffic sent to 168.254.168.254 will hit the metadata service | 18:50 |
Ryan_Lane | err | 18:50 |
Ryan_Lane | 169 | 18:50 |
thielmann_ | Ryan_Lane: Thanks for the explanation. I don't see such a rule when running iptables --list. | 18:53 |
Ryan_Lane | let me share my nova.conf with you | 18:53 |
*** adiantum has quit IRC | 18:54 | |
thielmann_ | Ryan_Lane: Would be great, thanks. | 18:55 |
Ryan_Lane | thielmann_: http://pastebin.com/8u8XaRpf | 18:55 |
Ryan_Lane | note that some options aren't useful anymore | 18:55 |
thielmann_ | BTW: Thank you both kpepple and Ryan_Lane for your time and effort! Very much appreciated! | 18:56 |
Ryan_Lane | I've been carrying it over since austin | 18:56 |
Ryan_Lane | yw | 18:56 |
Ryan_Lane | I use essentially the same configuration on all nodes | 18:56 |
Ryan_Lane | excluding my_ip | 18:57 |
Ryan_Lane | which you probably don't need. my compute nodes don't have access to the outside world at all | 18:57 |
thielmann_ | Ryan_Lane: Is eth2 in your configuration a physical device? My system only has one device and I've seen a lot of configs configuring two ethX. | 18:58 |
Ryan_Lane | ah, that's a problem | 18:58 |
Ryan_Lane | you are using bexar release? | 18:58 |
Ryan_Lane | or trunk? | 18:58 |
Ryan_Lane | I'm not sure if it's been fixed, but I believe you need two adapters | 18:59 |
*** adiantum has joined #openstack | 18:59 | |
Ryan_Lane | (two devices, that is) | 18:59 |
kpepple | Ryan_Lane: even on single node installs ? | 18:59 |
Ryan_Lane | I haven't tried a single node install | 18:59 |
Ryan_Lane | maybe it works on single node installs | 19:00 |
*** Code_Bleu has quit IRC | 19:00 | |
Ryan_Lane | though in reality, it's always best to use at least two adapters when doing virtualization | 19:00 |
kpepple | Ryan_Lane: agreed | 19:01 |
*** hazmat has quit IRC | 19:01 | |
Ryan_Lane | the first should always be for management only :) | 19:01 |
Ryan_Lane | it makes firewall rules really strange when you mix management and virtual | 19:01 |
Ryan_Lane | (openstack does handle it well, though) | 19:01 |
Ryan_Lane | in the case of flatdhcp and the network node, I think it's best to have three adapters | 19:02 |
Ryan_Lane | management, public, and private | 19:02 |
thielmann_ | Ryan_Lane: I'm using bexxar, and I know a single port makes things complicated :-) | 19:03 |
Ryan_Lane | yeah, I can't help with that. I haven't tried it :) | 19:03 |
thielmann_ | Ryan_Lane: OH MY GOD! 1 week of work and now, for the first time, I can log in to an instance! It must have something to do with one of the flags for nova.conf you provided. | 19:05 |
Ryan_Lane | heh | 19:05 |
Ryan_Lane | glad to hear it :) | 19:05 |
thielmann_ | kpepple and Ryan_Lange:: Thank you so much for your time. kpepple solved a few dozens of problems and now Ryan_Lane offered the final solution :-) | 19:05 |
Ryan_Lane | teamwork! | 19:05 |
Ryan_Lane | :D | 19:05 |
kpepple | thielmann_: np | 19:05 |
kpepple | Ryan_Lane: are those LDAP options in your nova.conf file standard or something you added ... didn't know we supported LDAP in trunk | 19:06 |
thielmann_ | Unfortunately, I'll still need to solve the "elastic IP" problem on how to connect my four public IP addresses to the instances. Will try alone and be back if (when) I don't find a solution :-) | 19:06 |
Ryan_Lane | ldap has been supported since austin | 19:06 |
kpepple | Ryan_Lane: hadn't played at all with that. good to know. | 19:07 |
Ryan_Lane | I put a lot of work into it, I'd hope it is supported in trunk :D | 19:07 |
Ryan_Lane | thielmann_: floating ips should be handled automatically through nat | 19:08 |
Ryan_Lane | the network node should create and remove the rules for you when addresses are associated and disassociated | 19:08 |
*** jero has quit IRC | 19:08 | |
*** adiantum has quit IRC | 19:10 | |
*** adiantum has joined #openstack | 19:16 | |
*** adiantum has quit IRC | 19:25 | |
*** dendro-afk is now known as dendrobates | 19:25 | |
*** MarcMorata has quit IRC | 19:26 | |
*** adiantum has joined #openstack | 19:30 | |
*** MarcMorata has joined #openstack | 19:34 | |
thielmann_ | That was faster than expected :-): How do I configure public IP adresses, so nova will route them correctly? I'm able to use 4 public IPs. I added two of them as floating IPs with nova manage. I added one as eth0:1. When I associate this one, I ssh to the nova server (somewhat expected) and I can't ping/ssh the second one. How do I configure this? | 19:36 |
thielmann_ | It seems nova is trying to add the IP to vlan1 (sudo ip addr add 89.238.83.56 dev vlan1) and that doesn't exist. Why the heck is nova now trying to use VLANs? | 19:45 |
*** dendrobates is now known as dendro-afk | 19:58 | |
thielmann_ | After adding a flag for the public device in nova.conf, the second IP is added to eth0. But I still end up on the host, rather than on the instance. Any ideas? | 20:00 |
*** lionel_ has joined #openstack | 20:10 | |
*** mahadev has joined #openstack | 20:13 | |
*** lionel has quit IRC | 20:13 | |
*** neuro_damage has quit IRC | 20:14 | |
*** Ryan_Lane has quit IRC | 20:37 | |
*** mahadev has quit IRC | 20:43 | |
*** jero has joined #openstack | 20:49 | |
*** mahadev has joined #openstack | 20:50 | |
*** Code_Bleu has joined #openstack | 20:55 | |
*** ksteward1 has joined #openstack | 21:05 | |
ksteward1 | fyi... ThisWeekInCloudComputing had a segment on OpenStack and positive opinions on it. Stated that it is developing real momentum. | 21:07 |
*** ksteward1 is now known as KeithS | 21:08 | |
*** jero has quit IRC | 21:14 | |
*** Ryan_Lane has joined #openstack | 21:15 | |
*** allsystemsarego has quit IRC | 21:23 | |
*** RJD22 is now known as RJD22|away | 21:28 | |
thielmann_ | Somehow my floating list if f**** up. When I try to use "nova-manage floating list" I get a stack trace with "'Instance' object has no attribute 'ec2_id''. Can't disassociate either and my instances are stuck at "networking". Any chance to delete these entries manually? | 21:29 |
*** Ryan_Lane has quit IRC | 21:31 | |
*** jero has joined #openstack | 21:31 | |
*** RJD22|away is now known as RJD22 | 21:32 | |
*** ddumitriu has joined #openstack | 21:43 | |
*** iammartian has quit IRC | 21:55 | |
*** grizzletooth has joined #openstack | 22:02 | |
*** grizzletooth has left #openstack | 22:07 | |
*** zenmatt has quit IRC | 22:11 | |
*** photron has quit IRC | 22:13 | |
*** gasbakid has quit IRC | 22:18 | |
*** zul has quit IRC | 22:19 | |
ramd | Succesfully brought up the OpenStack Dashboard. I'm able to launch instances..how ever "show console" errors and also there is no VNC Console button as I see in the Demo..Any help? | 22:21 |
*** zul has joined #openstack | 22:26 | |
*** jero has quit IRC | 22:28 | |
*** adiantum has quit IRC | 22:37 | |
*** adiantum has joined #openstack | 22:41 | |
*** mahadev has quit IRC | 22:52 | |
*** adiantum has quit IRC | 23:29 | |
*** adiantum has joined #openstack | 23:38 | |
ramd | Hello all...Fixed the showconsole error....I don't see VNC console..I checkd out the latest code...Any patches I need to apply Thanks | 23:39 |
*** ddumitriu has quit IRC | 23:49 | |
uvirtbot | New bug: #734081 in nova "Incorrect db sync error message" [Undecided,New] https://launchpad.net/bugs/734081 | 23:51 |
*** adiantum has quit IRC | 23:56 | |
*** adiantum has joined #openstack | 23:57 | |
*** ddumitriu has joined #openstack | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!