*** majeff has joined #openstack | 00:00 | |
jkyle | I have neutron networking, ovs+gre. Let's say my dom0 management net is 192.168.10.0/24. If tenant creates an identical subnet would that prevent packets from routing properly from compute nodes to controllers? | 00:00 |
---|---|---|
*** sgordon has quit IRC | 00:00 | |
*** ujuc has joined #openstack | 00:00 | |
TSCHAKMac | can I tell CentOS to NOT write the 70 persistent net rules file? | 00:00 |
TSCHAKMac | It's preventing snapshots and image blessing from working | 00:01 |
jkyle | TSCHAKMac: how's it breaking those? | 00:01 |
*** mrlesmithjr has joined #openstack | 00:01 | |
jkyle | if the file isn't created, you wno't have persistent net enumeration | 00:01 |
*** arif-ali has quit IRC | 00:01 | |
TSCHAKMac | jkyle: when I boot an image, it writes an entry for eth0 for the virtual mac address | 00:01 |
jkyle | so the mac changes and it rewrites a new rule? | 00:02 |
TSCHAKMac | jkyle: then when I do a bless, it snapshots the instance, and when I boot again... | 00:02 |
*** monst has quit IRC | 00:02 | |
TSCHAKMac | jkyle: the virtual MAC is different, so it makes an eth1 | 00:02 |
TSCHAKMac | keeping the stale eth0 | 00:02 |
jkyle | right | 00:02 |
TSCHAKMac | and wreaking havoc. | 00:02 |
jkyle | so, the fix is to write a rule that is not mac dependent and persists across boots | 00:02 |
*** julienvey_ has joined #openstack | 00:02 | |
jkyle | something like the pci bus address would probably be sufficient | 00:02 |
jkyle | mac is just the default, but you can use an arbitrary attribute to match | 00:03 |
* TSCHAKMac finds it hard to believe that this wouldn't already be tackled by those making openstack images... | 00:03 | |
TSCHAKMac | but CentOS openstack images seem to be in short supply for some reason | 00:03 |
jkyle | probably has been by some, but not others. | 00:03 |
*** CaptainTacoSauce has quit IRC | 00:03 | |
TSCHAKMac | I finally got mine to resize the root FS properly. | 00:03 |
jkyle | for example, most vanilla cloud images leave the MTU at a default of 1500. but that can cause issues if using gre | 00:04 |
*** yuikotakada has joined #openstack | 00:04 | |
*** Blackavar has quit IRC | 00:04 | |
*** HenryG has quit IRC | 00:05 | |
*** xuhaiwei has joined #openstack | 00:05 | |
*** otherwiseguy has quit IRC | 00:05 | |
TSCHAKMac | jkyle: what is a good default value for say, a 10gbe interface? | 00:05 |
yuikotakada | ping: xuhaiwei | 00:05 |
jkyle | so, the community images are "ok", but not suitable for all use cases | 00:05 |
jkyle | TSCHAKMac: I'd use the pci bus address, I'd wager that's consistent across snapshots | 00:05 |
xuhaiwei | yuikotakada: ping | 00:06 |
jkyle | lshw -short | grep eth | 00:06 |
*** mois3x has quit IRC | 00:06 | |
jkyle | you'll get some thing like this: /0/100/1/0 eth0 network I350 Gigabit Network Connection | 00:06 |
jkyle | a list of those depending on number of interfaces | 00:06 |
jkyle | you can write a udev rule matching the path | 00:06 |
jkyle | /0/100/1/0 | 00:06 |
xuhaiwei | yuikotakada: hi | 00:07 |
xuhaiwei | hi | 00:07 |
mrproper | Sam-I-Am: http://docs.openstack.org/trunk/openstack-ops/content/debug_dhcp_issues.html <-- Would you say these rules apply to Neutron as well as nova- net | 00:07 |
jkyle | that has to do with what riser it's plugged into (virtual riser in this case) and that _should_ persist across snapshots | 00:07 |
*** Entonian has joined #openstack | 00:07 | |
*** markpeek has quit IRC | 00:07 | |
Sam-I-Am | mrproper: looks like novanet | 00:08 |
mrproper | Yeah I know. And the more I'm looking, the less helpful it is | 00:08 |
bman2 | to use ec2 in openstack i need the ec2 api tools from amazon yes? or it has them built in? | 00:08 |
*** kenhui1 has joined #openstack | 00:08 | |
*** majeff has quit IRC | 00:08 | |
*** yuikotakada has quit IRC | 00:09 | |
*** anniec has quit IRC | 00:10 | |
bman2 | nm it appears like there is something responding on the right port | 00:10 |
*** bman2 has left #openstack | 00:10 | |
*** kenhui has quit IRC | 00:11 | |
*** johnsterdotcom has quit IRC | 00:11 | |
*** xmltok_ has joined #openstack | 00:11 | |
*** kenhui1 has quit IRC | 00:11 | |
*** dave_tucker is now known as dave_tucker_zzz | 00:11 | |
*** xmltok_ has quit IRC | 00:12 | |
*** IlyaE has joined #openstack | 00:12 | |
*** dizquierdo has quit IRC | 00:12 | |
Sam-I-Am | mrproper: i'd like to know why your dhcp agent doesnt have an IP on your internal tenant network | 00:12 |
Sam-I-Am | mrproper: it should | 00:12 |
mrproper | Sam-I-Am: Yeah I know. You said that's .3 by default, right? | 00:13 |
*** vlad_starkov has joined #openstack | 00:13 | |
*** cjellick has quit IRC | 00:13 | |
*** vipul is now known as vipul-away | 00:14 | |
*** Entonian has quit IRC | 00:14 | |
Sam-I-Am | well.. | 00:15 |
*** fsimonce has quit IRC | 00:15 | |
Sam-I-Am | its not the ip of the router or the instance :) | 00:17 |
mrproper | Sam-I-Am: Oooooo I may have a fix | 00:17 |
mrproper | qdhcp-c91c85d4-5331-489d-901f-1fc9eebcb69c | 00:17 |
mrproper | Okay that may be one improvement. | 00:18 |
Sam-I-Am | ? | 00:18 |
*** dave_tucker_zzz is now known as dave_tucker | 00:18 | |
*** KataiKou has joined #openstack | 00:18 | |
mrproper | I was able to get it to create a dhcp listing in netns | 00:18 |
*** derelm has quit IRC | 00:19 | |
KataiKou | does anyone happen to have a guide on how to configure multiple cinder nodes? | 00:19 |
*** anniec has joined #openstack | 00:19 | |
Sam-I-Am | mrproper: what was it? | 00:19 |
*** hemna is now known as hemnafk | 00:19 | |
mrproper | Sam-I-Am: I didn't have an interface_driver specified in the dhcp-agent file | 00:19 |
mrproper | DHCP doesn't seem to be working, but I'm guessing this is one further step. | 00:20 |
*** Duane has quit IRC | 00:20 | |
Sam-I-Am | there might be more problems in that file | 00:20 |
*** tzn has joined #openstack | 00:20 | |
Sam-I-Am | something also specifies the dhcp server type... like dnsmasq | 00:20 |
mrproper | dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq | 00:21 |
*** warik has joined #openstack | 00:21 | |
*** ryker has quit IRC | 00:22 | |
mrproper | I did run an ifconfig from the netns namespace for DHCP and it has a 10.100.1.3 IP address. | 00:22 |
*** ewnd9 has joined #openstack | 00:22 | |
*** xuhaiwei has quit IRC | 00:23 | |
*** jttam has joined #openstack | 00:24 | |
*** pablosan has quit IRC | 00:24 | |
*** warik has quit IRC | 00:24 | |
Sam-I-Am | can you ping it? | 00:26 |
mrproper | I cannot ping it from the instance when I specify an IP address | 00:26 |
*** xmltok has quit IRC | 00:26 | |
*** julienvey_ has quit IRC | 00:27 | |
*** prad has joined #openstack | 00:27 | |
*** arif-ali has joined #openstack | 00:27 | |
mrproper | Are the iptables rules typically sane? | 00:27 |
Sam-I-Am | i kinda cant focus on this right now | 00:28 |
Sam-I-Am | i've never had a dhcp problem though | 00:28 |
*** xmltok has joined #openstack | 00:28 | |
mrproper | Oh it's fine. | 00:28 |
mrproper | Work? | 00:28 |
*** jttam has quit IRC | 00:29 | |
Sam-I-Am | well, docs | 00:29 |
Sam-I-Am | i'm just going to be slow for a bit :) | 00:30 |
mrproper | Oh it's cool. | 00:30 |
*** fnaval has quit IRC | 00:30 | |
Sam-I-Am | realized i borked my install testing a bug thing | 00:30 |
*** led_belly has quit IRC | 00:32 | |
*** seikath has quit IRC | 00:34 | |
*** seikath has joined #openstack | 00:34 | |
*** eharney has quit IRC | 00:35 | |
Sam-I-Am | mrproper: i can ping the dhcp ip from within the instance | 00:35 |
*** blackboxsw has quit IRC | 00:35 | |
mrproper | I certainly cannot | 00:35 |
*** mdorman has quit IRC | 00:36 | |
Sam-I-Am | run a tcpdump on the network node, qdhcp netns... see if you see the pings from your instance | 00:36 |
*** dims_ is now known as dims | 00:37 | |
*** seikath has quit IRC | 00:39 | |
*** brkfst has quit IRC | 00:39 | |
*** seikatw has joined #openstack | 00:39 | |
mrproper | Sam-I-Am: Does the local_ip for the GRE tunnel termination need to be on the data/internal network or the management network for internode communication | 00:39 |
Sam-I-Am | data | 00:40 |
*** brkfst has joined #openstack | 00:40 | |
*** seikatw has quit IRC | 00:40 | |
mrproper | Hmmmmmmmmmmmm | 00:40 |
*** AaronGr is now known as AaronGr_afk | 00:40 | |
*** seikatw has joined #openstack | 00:40 | |
*** rossk_ has joined #openstack | 00:41 | |
*** pvaneck has quit IRC | 00:41 | |
*** mrlesmithjr has quit IRC | 00:41 | |
mrproper | I currently have it in my management network. I'll change that, be interesting to see if it makes a difference. If it does, I'm very curious why. | 00:41 |
*** vlad_starkov has quit IRC | 00:41 | |
*** fifieldt has joined #openstack | 00:41 | |
*** slowe has quit IRC | 00:42 | |
*** jamiec has joined #openstack | 00:42 | |
*** jamiec has quit IRC | 00:43 | |
*** rossk has quit IRC | 00:44 | |
*** vlad_starkov has joined #openstack | 00:44 | |
*** zerick has quit IRC | 00:45 | |
*** mrproper has quit IRC | 00:46 | |
*** dbrandon has quit IRC | 00:46 | |
*** mrproper has joined #openstack | 00:46 | |
*** arbrandes has quit IRC | 00:46 | |
*** arif-ali has quit IRC | 00:47 | |
*** christyp has joined #openstack | 00:47 | |
mrproper | Nope that didn't fix anything. I actually had it in the right network, just one IP address off (I did some changes there). | 00:49 |
Sam-I-Am | given how broken your network stuff is, i'd consider a full restart of everything | 00:49 |
*** esker has joined #openstack | 00:49 | |
mrproper | Sam-I-Am: Wait. | 00:49 |
mrproper | I think I got it maybe | 00:50 |
*** markpeek has joined #openstack | 00:50 | |
*** nsavin has quit IRC | 00:50 | |
mrproper | Oh fuck yes it did get an IP | 00:50 |
*** tsnider has joined #openstack | 00:50 | |
Sam-I-Am | lulz | 00:50 |
*** krast has quit IRC | 00:51 | |
*** tsnider1 has joined #openstack | 00:52 | |
*** dianefleming has joined #openstack | 00:53 | |
*** dianefleming has quit IRC | 00:53 | |
*** dianefleming has joined #openstack | 00:53 | |
*** atomek has quit IRC | 00:53 | |
mrproper | Sam-I-Am: It should automatically get a floating IP, right? | 00:53 |
*** sushils has quit IRC | 00:55 | |
*** tsnider has quit IRC | 00:55 | |
Sam-I-Am | not unless you assign one | 00:55 |
mrproper | Oh okay | 00:55 |
*** CaptTofu has quit IRC | 00:56 | |
*** CaptTofu has joined #openstack | 00:56 | |
*** otherwiseguy has joined #openstack | 00:56 | |
*** renebarbosa has quit IRC | 00:57 | |
*** freeflying_away is now known as freeflying | 01:00 | |
mrproper | It's getting a floating IP but isn't handling pings apparently | 01:01 |
mrproper | At least inbound pings | 01:01 |
*** KaZeR_ has joined #openstack | 01:02 | |
*** go_chiba has joined #openstack | 01:02 | |
*** ralfiboy has joined #openstack | 01:03 | |
*** nsavin has joined #openstack | 01:04 | |
Sam-I-Am | did you configure rules for the default secgroup as your tenant user? | 01:04 |
*** dtx00ff has quit IRC | 01:05 | |
*** ujuc has quit IRC | 01:05 | |
*** KaZeR has quit IRC | 01:05 | |
mrproper | Yes. It by default has the proper ICMP handling, but doing a little more verification on iptables | 01:05 |
*** KaZeR_ has quit IRC | 01:06 | |
*** gregmark has quit IRC | 01:06 | |
*** colburn has joined #openstack | 01:06 | |
*** gszasz has joined #openstack | 01:07 | |
*** engkur has joined #openstack | 01:08 | |
mrproper | When I run a neutron security-group-list it is returning a 404 | 01:08 |
*** Bomfunk has quit IRC | 01:08 | |
*** vt102 has joined #openstack | 01:08 | |
Sam-I-Am | sounds like you have a 'noop' firewall or something not pointing to neutron for security stuffs | 01:09 |
mrproper | Sam-I-Am: I'm reading a bug. Did you have to specify security_group_api anywhere? | 01:11 |
mrproper | Namely a nova.conf | 01:11 |
mrproper | I have it on my controller | 01:11 |
Sam-I-Am | bbl | 01:11 |
*** dtx00ff has joined #openstack | 01:13 | |
*** kenhui has joined #openstack | 01:13 | |
*** kenhui has quit IRC | 01:13 | |
*** mrlesmithjr has joined #openstack | 01:13 | |
*** kenhui has joined #openstack | 01:14 | |
*** IlyaE has quit IRC | 01:15 | |
*** MarkAtwood has quit IRC | 01:15 | |
*** vlad_starkov has quit IRC | 01:16 | |
*** suresh12 has quit IRC | 01:17 | |
*** vfiduccia has quit IRC | 01:17 | |
*** fandikurnia01 has quit IRC | 01:17 | |
*** suresh12 has joined #openstack | 01:17 | |
*** angdraug has quit IRC | 01:18 | |
*** rwsu has quit IRC | 01:18 | |
*** suresh12 has quit IRC | 01:18 | |
*** thansen has quit IRC | 01:19 | |
*** suresh12 has joined #openstack | 01:19 | |
*** bdpayne has quit IRC | 01:19 | |
*** ewnd9 has quit IRC | 01:20 | |
*** rwsu has joined #openstack | 01:20 | |
*** anniec has quit IRC | 01:23 | |
*** reed has quit IRC | 01:24 | |
*** julianwa has joined #openstack | 01:24 | |
*** thansen has joined #openstack | 01:24 | |
*** toni___ has quit IRC | 01:24 | |
*** anniec has joined #openstack | 01:24 | |
*** anniec has quit IRC | 01:24 | |
*** Egyptian[Laptop] has quit IRC | 01:24 | |
*** therealdc has joined #openstack | 01:25 | |
*** majeff has joined #openstack | 01:26 | |
*** sparq has joined #openstack | 01:26 | |
Sam-I-Am | mrproper: fix it? | 01:26 |
*** Semor has joined #openstack | 01:28 | |
*** rdxc has quit IRC | 01:31 | |
*** mozawa has joined #openstack | 01:31 | |
*** jhesketh_ has joined #openstack | 01:31 | |
*** jhesketh___ has joined #openstack | 01:33 | |
*** mrproper has quit IRC | 01:33 | |
*** jhesketh___ is now known as jhesketh | 01:33 | |
*** therealdc has quit IRC | 01:34 | |
*** ryanpetrello has quit IRC | 01:36 | |
*** nosnos has joined #openstack | 01:38 | |
*** zhiwei has quit IRC | 01:38 | |
*** guardianx has joined #openstack | 01:39 | |
*** yamahata has joined #openstack | 01:39 | |
*** ryanpetrello has joined #openstack | 01:40 | |
*** ryanpetrello has quit IRC | 01:40 | |
*** ryanpetrello has joined #openstack | 01:41 | |
rkeene | Even DevStack is terrible :-( | 01:44 |
*** itooon has quit IRC | 01:45 | |
*** vlad_starkov has joined #openstack | 01:45 | |
*** warik has joined #openstack | 01:47 | |
*** slowe has joined #openstack | 01:49 | |
*** julim has quit IRC | 01:49 | |
*** harlowja has quit IRC | 01:51 | |
*** Egyptian[Laptop] has joined #openstack | 01:51 | |
*** dtx00ff has quit IRC | 01:53 | |
*** dtx00ff has joined #openstack | 01:54 | |
Sam-I-Am | rkeene: what? | 01:54 |
*** cycorld has joined #openstack | 01:55 | |
*** dianefle_ has joined #openstack | 01:55 | |
*** dtx00ff has quit IRC | 01:56 | |
*** markvoelker1 has joined #openstack | 01:56 | |
*** laurelm has quit IRC | 01:57 | |
*** dianefleming has quit IRC | 01:58 | |
*** go_chiba has quit IRC | 01:59 | |
*** csd has quit IRC | 02:00 | |
*** jasondotstar has joined #openstack | 02:00 | |
*** alop has quit IRC | 02:00 | |
*** D30 has joined #openstack | 02:00 | |
*** go_chiba has joined #openstack | 02:01 | |
*** warik has quit IRC | 02:01 | |
*** zhiwei has joined #openstack | 02:02 | |
*** yaguang has joined #openstack | 02:03 | |
*** harlowja has joined #openstack | 02:03 | |
*** itooon has joined #openstack | 02:04 | |
*** colinmcnamara has quit IRC | 02:05 | |
*** atomek has joined #openstack | 02:06 | |
*** dianefle_ has quit IRC | 02:06 | |
*** badiane_ka has quit IRC | 02:07 | |
*** zhiwei has left #openstack | 02:07 | |
*** michaelneale has quit IRC | 02:08 | |
*** christyp has quit IRC | 02:09 | |
*** ryanpetrello has quit IRC | 02:10 | |
*** arnaud__ has quit IRC | 02:10 | |
*** arnaud has quit IRC | 02:10 | |
*** dtx00ff has joined #openstack | 02:10 | |
*** tommy_e has quit IRC | 02:11 | |
*** ryanpetrello has joined #openstack | 02:14 | |
*** RobOakes has quit IRC | 02:14 | |
*** kenhui1 has joined #openstack | 02:16 | |
*** vlad_starkov has quit IRC | 02:16 | |
*** reed has joined #openstack | 02:17 | |
*** kenhui has quit IRC | 02:17 | |
*** atomek has quit IRC | 02:19 | |
*** tsnider1 has left #openstack | 02:20 | |
*** mutex has quit IRC | 02:20 | |
*** kenhui1 has quit IRC | 02:21 | |
*** rdxc has joined #openstack | 02:21 | |
*** lyang0 has joined #openstack | 02:22 | |
*** rdxc has quit IRC | 02:22 | |
*** Butcho has joined #openstack | 02:24 | |
*** jttam has joined #openstack | 02:24 | |
*** peetaur has quit IRC | 02:26 | |
*** peetaur has joined #openstack | 02:26 | |
*** Butcho has quit IRC | 02:26 | |
*** rossk_ has quit IRC | 02:27 | |
*** Butcho has joined #openstack | 02:27 | |
*** Butcho has quit IRC | 02:28 | |
*** comay has quit IRC | 02:28 | |
*** bmcgahan has joined #openstack | 02:28 | |
*** jttam has quit IRC | 02:29 | |
*** Butcho has joined #openstack | 02:29 | |
*** itamarjp has quit IRC | 02:29 | |
*** Butcho has quit IRC | 02:29 | |
*** nosnos_ has joined #openstack | 02:30 | |
*** krast has joined #openstack | 02:30 | |
*** rossk has joined #openstack | 02:30 | |
*** xmltok has quit IRC | 02:31 | |
*** vkmc has quit IRC | 02:32 | |
*** nosnos has quit IRC | 02:33 | |
*** amrith has joined #openstack | 02:34 | |
*** WackoRobie has joined #openstack | 02:35 | |
*** atomek has joined #openstack | 02:36 | |
*** KaZeR has joined #openstack | 02:38 | |
*** erkules_ has joined #openstack | 02:40 | |
*** erkules has quit IRC | 02:40 | |
*** retreved has joined #openstack | 02:41 | |
*** desai has joined #openstack | 02:41 | |
*** PS has joined #openstack | 02:41 | |
PS | hi | 02:41 |
PS | I need help | 02:42 |
*** PS is now known as Guest59519 | 02:42 | |
Guest59519 | Hi | 02:42 |
Guest59519 | I need help | 02:42 |
Guest59519 | I tested to create two instances using CirrOS image, and I found that the 1st instance is able to create with IP assigned, but the second one is failed without any IP assigned. | 02:42 |
*** desai has quit IRC | 02:42 | |
*** nelsnelson has quit IRC | 02:43 | |
*** yogesh has quit IRC | 02:43 | |
*** vlad_starkov has joined #openstack | 02:45 | |
*** reed has quit IRC | 02:47 | |
*** misterpink has joined #openstack | 02:48 | |
*** dave_tucker is now known as dave_tucker_zzz | 02:49 | |
*** fifieldt has quit IRC | 02:51 | |
Sam-I-Am | Guest59519: did you create the tenant network with a large enough allocation? | 02:52 |
*** D30 has quit IRC | 02:53 | |
*** engkur has quit IRC | 02:53 | |
*** Butcho has joined #openstack | 02:53 | |
*** brdude has quit IRC | 02:53 | |
*** diegows has quit IRC | 02:54 | |
*** mrproper has joined #openstack | 02:55 | |
mrproper | Sam-I-Am: No I haven't fixed the security group problem. I went to pick up a suit which was being tailored and spent $200 :/ | 02:55 |
Sam-I-Am | well thats exciting | 02:55 |
*** buckaroo has joined #openstack | 02:56 | |
*** kdbrierly has quit IRC | 02:56 | |
Guest59519 | Sam-I-Am: how I can check on that? | 02:56 |
Guest59519 | I follow the installation guide | 02:57 |
mrproper | Sam-I-Am: Trying to figure out what's 404ing though. | 02:57 |
*** D30 has joined #openstack | 02:58 | |
*** dtx00ff has quit IRC | 02:59 | |
*** mfisch has quit IRC | 03:00 | |
*** abhi has joined #openstack | 03:01 | |
Sam-I-Am | Guest59519: did you have a subnet-create command? | 03:02 |
*** mfisch has joined #openstack | 03:02 | |
*** mfisch has joined #openstack | 03:02 | |
*** fifieldt has joined #openstack | 03:02 | |
Guest59519 | Sam-I-Am: I used this command "nova network-create vmnet --fixed-range-v4=10.0.0.0/24 \ --bridge-interface=br100 --multi-host=T" | 03:02 |
Sam-I-Am | mrproper: i think the noop thing ends in a 500 error | 03:03 |
Sam-I-Am | Guest59519: oh, nova-net and not neutron | 03:03 |
Guest59519 | Sam-I-Am: yes. I am not yet using neutron. but will try soon | 03:03 |
Sam-I-Am | Guest59519: so one instance can reach the internet? | 03:03 |
Guest59519 | Sam-I-Am: yes. can ssh inside | 03:04 |
mrproper | Sam-I-Am: You mean that condition causes a 500 | 03:04 |
*** mfisch has quit IRC | 03:04 | |
Sam-I-Am | mrproper: yeah | 03:05 |
*** lmh has quit IRC | 03:05 | |
*** kbrierly has joined #openstack | 03:05 | |
Sam-I-Am | Guest59519: the second instance was launched same as the first? | 03:05 |
*** mfisch has joined #openstack | 03:05 | |
*** mfisch has joined #openstack | 03:05 | |
*** macjack has joined #openstack | 03:05 | |
Guest59519 | Sam-I-Am: I used this command for the 1st instance. "nova boot --flavor 1 --key_name mykey --image ef1cf6b7-5140-47fc-bc3c-04d6004daa47 --security_group default cirrOS" | 03:05 |
mrproper | Sam-I-Am: Which is what is making me think it's not that. | 03:06 |
Sam-I-Am | mrproper: there are some other things which tell openstack which api to use | 03:06 |
Guest59519 | Sam-I-Am: then I change the name of the instance for the 2nd. nova boot --flavor 1 --key_name mykey --image ef1cf6b7-5140-47fc-bc3c-04d6004daa47 --security_group default cirrOS_B | 03:06 |
Sam-I-Am | Guest59519: does that second instance have a network interface? | 03:06 |
mrproper | Sam-I-Am: What's weirding me out is there are no logs I can find which show this 404 | 03:06 |
*** vkozhukalov has joined #openstack | 03:07 | |
*** WackoRob_ has joined #openstack | 03:07 | |
*** WackoRobie has quit IRC | 03:07 | |
Sam-I-Am | mrproper: what command was this? | 03:07 |
Guest59519 | Sam-I-Am: that's the problem. it cannot allocate and IP or interface, but I don't know how to further check | 03:07 |
mrproper | neutron security-group-list | 03:07 |
Sam-I-Am | Guest59519: did you try configuring one manually for it to see if it can ping stuff? | 03:07 |
Sam-I-Am | mrproper: try nova secgroup-list | 03:08 |
mrproper | Oh that's crap. Yea that worked. | 03:08 |
Guest59519 | Sam-I-Am: How I can do that? can share? | 03:08 |
Sam-I-Am | Guest59519: log into the console, ifconfig eth0 <ip> <netmask> | 03:08 |
mrproper | Sam-I-Am: | icmp | -1 | -1 | 0.0.0.0/0 | | | 03:09 |
mrproper | That's the ICMP rule | 03:09 |
Sam-I-Am | neutron security-group-list works for me | 03:10 |
Sam-I-Am | which makes me wonder if nova thinks it is controlling secgroups | 03:10 |
Sam-I-Am | hence why neutron wouldnt be applying anything | 03:10 |
Guest59519 | Sam-I-Am: in the compute node, the br100 interface is assigned to 10.0.0.1, and the 1st instance is assigned to 10.0.0.2 | 03:10 |
*** ev0ldave has left #openstack | 03:10 | |
*** lyang0 has quit IRC | 03:10 | |
Sam-I-Am | so try ifconfig eth0 10.0.0.3 netmask 255.255.255.0 | 03:11 |
Sam-I-Am | then see if you can ping 10.0.0.1 from the instance | 03:11 |
mrproper | linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver | 03:11 |
mrproper | firewall_driver=nova.virt.firewall.NoopFirewallDriver | 03:11 |
mrproper | Are those two lines incorrect? | 03:11 |
mrproper | Sure don't seem to be to me. | 03:11 |
*** lyang0 has joined #openstack | 03:12 | |
Guest59519 | Sam-I-Am: do you mean to create one in the compute node, not in the instance, rite? | 03:12 |
Sam-I-Am | mrproper: thats the infamous noop firewall driver of dooooooom | 03:13 |
mrproper | Sam-I-Am: Ha, which one? | 03:13 |
mrproper | THOU SHALL NOT PASS!!!! | 03:13 |
Sam-I-Am | the one that says 'Noop' in it | 03:13 |
Sam-I-Am | which is also what it says to your packets.... "noop!" | 03:13 |
Guest59519 | San-I-Am: I create br100:1 as 10.0.0.3, and it can be ping inside the compute node and in the 1st instance | 03:13 |
Sam-I-Am | Guest59519: have you used vnc to access the actual console of your VMs? | 03:14 |
mrproper | Sam-I-Am: That's on my controller, isn't that what it should be? | 03:14 |
*** coolsvap has joined #openstack | 03:14 | |
Sam-I-Am | i think it needs to be the same thing everywhere | 03:14 |
*** mfisch has quit IRC | 03:14 | |
*** Bryanstein has quit IRC | 03:14 | |
*** mfisch has joined #openstack | 03:14 | |
*** mfisch has joined #openstack | 03:14 | |
*** mfisch has quit IRC | 03:15 | |
*** mfisch has joined #openstack | 03:15 | |
*** mfisch has joined #openstack | 03:15 | |
*** vlad_starkov has quit IRC | 03:16 | |
*** decci has joined #openstack | 03:17 | |
decci | We are planning to deploy a small openstack cluster with 3 nova nodes, 3 ceph nodes and 3 swift nodes. | 03:17 |
decci | Any link or blog which talks about it | 03:18 |
mrproper | "Regardless of which firewall driver you chose when you configured the network and compute nodes, set this driver as the No-Op firewall. This firewall is a Nova firewall, and because Neutron handles the Firewall, you must tell Nova not to use one." - http://docs.openstack.org/havana/install-guide/install/apt/content/install-neutron.dedicated-controller-node.html | 03:18 |
*** ArxCruz has quit IRC | 03:18 | |
Sam-I-Am | mrproper: so here's the key. change it from noop to what i think it should be and see if it works. if it does, file a bug against this. | 03:19 |
mrproper | Okay | 03:19 |
*** guardianx has quit IRC | 03:19 | |
*** mfisch has joined #openstack | 03:19 | |
*** mfisch has joined #openstack | 03:19 | |
mrproper | nova-api restart is it? | 03:19 |
*** klync has quit IRC | 03:19 | |
*** guardianx has joined #openstack | 03:19 | |
*** guardianx has joined #openstack | 03:20 | |
*** mfisch has quit IRC | 03:20 | |
*** guardianx has quit IRC | 03:20 | |
*** klync has joined #openstack | 03:20 | |
Sam-I-Am | probavly | 03:20 |
*** mfisch has joined #openstack | 03:20 | |
*** mfisch has joined #openstack | 03:20 | |
*** guardianx has joined #openstack | 03:20 | |
mrproper | Didn't seem to fix it | 03:21 |
*** guardianx has quit IRC | 03:21 | |
*** guardianx has joined #openstack | 03:21 | |
*** guardianx has left #openstack | 03:21 | |
Guest59519 | Sam-I-AM: how to vnc? | 03:21 |
larsks | mrproper Sam-I-Am Sorry, coming late to this party: I'm running Havana + Neutron, and nova.conf has firewall_driver=nova.virt.firewall.NoopFirewallDriver. | 03:22 |
Sam-I-Am | Guest59519: do you have horizon running? | 03:22 |
*** dougshelley66 has quit IRC | 03:22 | |
larsks | For neutron, that seems like the right thing. | 03:22 |
mrproper | larsks: Yeah. I have it on controller as Noop and the others as the IpTables | 03:23 |
Sam-I-Am | larsks: oh, hmm... i see that too in my most recent install | 03:23 |
*** kenhui has joined #openstack | 03:23 | |
Guest59519 | yes | 03:23 |
Guest59519 | but not able to retieve information | 03:23 |
*** Bryanstein has joined #openstack | 03:24 | |
Guest59519 | Sam-I-Am: even query the console log, it just has this " Unable to get log for instance "7da0ef24-1f26-44cd-a8db-d995f6415af5"." | 03:24 |
*** desai has joined #openstack | 03:25 | |
*** jttam has joined #openstack | 03:25 | |
Sam-I-Am | mrproper: ohhh, hold on a sec. | 03:25 |
Sam-I-Am | mrproper: i'm thinking about the one in the ovs plugin ini file | 03:25 |
*** mfisch has joined #openstack | 03:25 | |
*** mfisch has joined #openstack | 03:25 | |
Sam-I-Am | Guest59519: makes me wonder if the instance even started | 03:25 |
*** lmh has joined #openstack | 03:25 | |
mrproper | Sam-I-Am: OVS I don't have a firewall specified either way | 03:26 |
*** kenhui has quit IRC | 03:26 | |
*** kenhui has joined #openstack | 03:26 | |
*** rocha_ has quit IRC | 03:27 | |
Guest59519 | Sam-I-Am: I believed the instance is failed to start | 03:27 |
*** jergerber has joined #openstack | 03:27 | |
Guest59519 | Sam-I-Am: and I cannot find more details on what is going wrong | 03:27 |
Guest59519 | Sam-I-Am: maybe let me try to remove the instances and reboot the compute node and try again | 03:27 |
Sam-I-Am | mrproper: [securitygroup] firewall_driver = ? | 03:28 |
mrproper | # firewall_driver = neutron.agent.firewall.NoopFirewallDriver | 03:28 |
Sam-I-Am | Guest59519: what is compute running on... a VM? | 03:28 |
Sam-I-Am | mrproper: theres your problem | 03:29 |
*** jttam has quit IRC | 03:29 | |
Sam-I-Am | neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewal | 03:29 |
Sam-I-Am | lDriver | 03:29 |
Sam-I-Am | all of *those* keys should be the same on all of your nodes | 03:29 |
*** mrlesmithjr has quit IRC | 03:29 | |
*** jergerber has quit IRC | 03:30 | |
mrproper | Sam-I-Am: Should I do that on all the systems with OVS? | 03:30 |
*** Arconiaprime_ has joined #openstack | 03:31 | |
*** nphase has joined #openstack | 03:31 | |
Sam-I-Am | all of them with the plugin ini file, yes | 03:31 |
Sam-I-Am | pretty sure that's in the guide | 03:31 |
Guest59519 | Sam-I-Am: the compute node is a VM running on ESXi, so I configured like below in nova,conf "libvirt_type=qemu" | 03:32 |
*** Arconiaprime has quit IRC | 03:32 | |
mrproper | Sam-I-Am: Very nice, good call, thank you | 03:33 |
Sam-I-Am | Guest59519: ok. how much resources does that vm have? | 03:33 |
Guest59519 | Sam-I-Am: um..... arrr.... maybe related to that | 03:34 |
*** ArminderS has joined #openstack | 03:35 | |
*** Free_maN has joined #openstack | 03:37 | |
*** Free_maN has joined #openstack | 03:37 | |
*** jergerber has joined #openstack | 03:37 | |
mrproper | Sam-I-Am: I'm wondering if my security group got added to nova, not neutron | 03:37 |
*** Butcho has quit IRC | 03:38 | |
*** kenhui1 has joined #openstack | 03:38 | |
*** kenhui has quit IRC | 03:38 | |
Sam-I-Am | probably got added into oblivion | 03:39 |
Guest59519 | Sam-I-Am: thank for your advice, let me figure out how to allocate more memory on the Compute node. | 03:39 |
*** Free_maN_ has quit IRC | 03:39 | |
*** CaptTofu has quit IRC | 03:40 | |
Sam-I-Am | several gigs is a good bet | 03:40 |
*** christyp has joined #openstack | 03:42 | |
*** decci has quit IRC | 03:43 | |
*** mwichmann has quit IRC | 03:44 | |
*** ryanpetrello has quit IRC | 03:44 | |
*** badiane_ka has joined #openstack | 03:44 | |
*** fnaval has joined #openstack | 03:44 | |
*** vlad_starkov has joined #openstack | 03:45 | |
*** CaptTofu has joined #openstack | 03:45 | |
*** retreved has quit IRC | 03:45 | |
*** pixelb has quit IRC | 03:45 | |
*** klync has quit IRC | 03:47 | |
*** klync has joined #openstack | 03:48 | |
mrproper | Sam-I-Am: Interesting Horizon doesn't let you sort rules | 03:48 |
*** ctracey|away is now known as ctracey | 03:48 | |
*** mrlesmithjr has joined #openstack | 03:48 | |
*** mrlesmithjr has joined #openstack | 03:49 | |
mrproper | Sam-I-Am: Pinging works fine | 03:49 |
*** test__ has joined #openstack | 03:49 | |
*** jasondotstar has quit IRC | 03:49 | |
*** sandywalsh_ has quit IRC | 03:50 | |
Guest59519 | Sam-I-Am: one question. how to enable more logging in each module in OpenStack? | 03:50 |
Sam-I-Am | Guest59519: in the config files you might see a 'verbose=' ... change it to True | 03:51 |
Sam-I-Am | if you're really into python, set debug=True | 03:51 |
*** WackoRob_ is now known as WackoRobie | 03:51 | |
*** WackoRobie has quit IRC | 03:52 | |
*** WackoRobie has joined #openstack | 03:52 | |
*** ArminderS- has joined #openstack | 03:53 | |
*** yocum has quit IRC | 03:53 | |
*** ArminderS has quit IRC | 03:53 | |
*** yogesh has joined #openstack | 03:54 | |
*** julim has joined #openstack | 03:54 | |
Sam-I-Am | note to self... do not inhale water | 03:54 |
*** Alienyyg has quit IRC | 03:55 | |
mrproper | Sam-I-Am: Boy, I really hope thousands of years of evolution teach us that going forward. | 03:55 |
Sam-I-Am | oh this one is really bad | 03:56 |
Sam-I-Am | i'm dying over here | 03:56 |
mrproper | Sam-I-Am: I'll call the cops | 03:56 |
Sam-I-Am | i lived in the midwest, i know what breathing water is like | 03:56 |
mrproper | Lets try to boot a new instance, see how it goes. | 03:57 |
*** suresh12 has quit IRC | 03:57 | |
*** julim has quit IRC | 03:57 | |
*** yogesh has quit IRC | 03:58 | |
*** wbx_ has joined #openstack | 03:59 | |
mrproper | Sam-I-Am: Seriously, this actually works. | 03:59 |
mrproper | Legit | 03:59 |
*** vipul-away is now known as vipul | 04:01 | |
Sam-I-Am | yup | 04:02 |
*** vipul has joined #openstack | 04:02 | |
Sam-I-Am | now you shall celebrate by making me a cake lol | 04:03 |
*** dtx00ff has joined #openstack | 04:03 | |
*** WackoRobie has quit IRC | 04:04 | |
*** WackoRobie has joined #openstack | 04:04 | |
*** pradeep has joined #openstack | 04:04 | |
*** matiu has joined #openstack | 04:05 | |
*** rossk has quit IRC | 04:05 | |
*** mrproper has quit IRC | 04:07 | |
*** teju has joined #openstack | 04:07 | |
*** zenoway has joined #openstack | 04:07 | |
*** mrproper has joined #openstack | 04:08 | |
*** blomquisg has quit IRC | 04:08 | |
*** sandywalsh has joined #openstack | 04:09 | |
*** satheesh has joined #openstack | 04:10 | |
*** yamahata has quit IRC | 04:11 | |
*** yamahata has joined #openstack | 04:11 | |
*** mrlesmithjr has quit IRC | 04:13 | |
*** paragan has joined #openstack | 04:13 | |
*** paragan has quit IRC | 04:13 | |
*** paragan has joined #openstack | 04:13 | |
*** yamahata_ has joined #openstack | 04:13 | |
*** AaronGr_afk is now known as AaronGr_Zzz | 04:14 | |
*** zenoway has quit IRC | 04:14 | |
*** arnaud has joined #openstack | 04:15 | |
*** vlad_starkov has quit IRC | 04:16 | |
*** gimps_ is now known as hashfail | 04:17 | |
*** hashfail has joined #openstack | 04:18 | |
*** kenhui1 has quit IRC | 04:18 | |
*** kenhui has joined #openstack | 04:18 | |
*** arnaud has quit IRC | 04:19 | |
*** ryanpetrello has joined #openstack | 04:19 | |
*** pradeep has quit IRC | 04:19 | |
*** colburn has quit IRC | 04:20 | |
*** rnorwood1 has joined #openstack | 04:20 | |
*** pixelb has joined #openstack | 04:20 | |
*** mrlesmithjr has joined #openstack | 04:21 | |
*** pravins has joined #openstack | 04:21 | |
*** kozma has joined #openstack | 04:22 | |
*** arnaud has joined #openstack | 04:25 | |
*** mrlesmithjr has quit IRC | 04:25 | |
*** ccs has quit IRC | 04:28 | |
*** arnaud has quit IRC | 04:29 | |
*** D30_ has joined #openstack | 04:29 | |
*** Tross has joined #openstack | 04:30 | |
*** D30 has quit IRC | 04:31 | |
*** D30_ is now known as D30 | 04:31 | |
*** ccs has joined #openstack | 04:32 | |
*** nphase has quit IRC | 04:33 | |
*** nphase has joined #openstack | 04:33 | |
*** D30 has quit IRC | 04:33 | |
*** mrlesmithjr has joined #openstack | 04:34 | |
*** D30 has joined #openstack | 04:34 | |
*** epopt37 has quit IRC | 04:34 | |
*** rossk has joined #openstack | 04:34 | |
*** rnorwood1 has quit IRC | 04:35 | |
*** rnorwood1 has joined #openstack | 04:35 | |
*** mrlesmithjr has quit IRC | 04:37 | |
*** nphase has quit IRC | 04:39 | |
*** nphase has joined #openstack | 04:39 | |
*** D30_ has joined #openstack | 04:40 | |
*** rcleere has joined #openstack | 04:41 | |
*** rossk has quit IRC | 04:42 | |
*** michaelneale has joined #openstack | 04:42 | |
*** Dharmit has joined #openstack | 04:43 | |
*** D30 has quit IRC | 04:44 | |
*** D30_ is now known as D30 | 04:44 | |
*** mrlesmithjr has joined #openstack | 04:44 | |
*** Zack_Deee has joined #openstack | 04:44 | |
*** mrproper has quit IRC | 04:44 | |
*** coolsvap has quit IRC | 04:45 | |
*** vlad_starkov has joined #openstack | 04:45 | |
*** mrproper has joined #openstack | 04:45 | |
*** kenhui has quit IRC | 04:46 | |
*** terriyu has joined #openstack | 04:46 | |
*** epopt37 has joined #openstack | 04:47 | |
*** mrlesmithjr has quit IRC | 04:48 | |
*** abhi has quit IRC | 04:49 | |
*** ArcTanSusan__ has joined #openstack | 04:50 | |
*** arnaud has joined #openstack | 04:51 | |
*** ArcTanSusan__ has quit IRC | 04:51 | |
*** pravins has quit IRC | 04:51 | |
*** Tross has quit IRC | 04:52 | |
*** ccs has quit IRC | 04:52 | |
*** pradeep has joined #openstack | 04:53 | |
teju | pradeep: do u know how to create a volume after logging into openstack dashboard? | 04:55 |
*** hcc has joined #openstack | 04:55 | |
*** hcc is now known as hdd_ | 04:55 | |
*** CaptTofu has quit IRC | 04:56 | |
pradeep | teju: What kind of volume? | 04:57 |
pradeep | teju: Whats the issue? | 04:58 |
*** rohit404 has joined #openstack | 04:58 | |
teju | pradeep: i created few cinder volumes and i am able to list them using cinder list....how to list the volumes in dashboard? | 04:59 |
teju | pradeep: i have only keystone and cinder.. | 05:01 |
*** ctracey is now known as ctracey|away | 05:01 | |
*** chandankumar has joined #openstack | 05:02 | |
*** ponyofdeath has quit IRC | 05:02 | |
*** psyl0n has joined #openstack | 05:03 | |
*** mrproper has quit IRC | 05:03 | |
*** wbx_ has quit IRC | 05:04 | |
pradeep | teju: admin? | 05:04 |
*** D30 has quit IRC | 05:04 | |
*** Anju has quit IRC | 05:05 | |
*** rcleere has quit IRC | 05:06 | |
*** nosnos_ has quit IRC | 05:06 | |
*** nosnos has joined #openstack | 05:07 | |
*** urulama has joined #openstack | 05:07 | |
*** rushiagr has joined #openstack | 05:08 | |
teju | pradeep: yes | 05:08 |
*** aeperezt has joined #openstack | 05:08 | |
teju | pradeep: i have 2 users admin and cinder....both with admin roles | 05:08 |
*** D30 has joined #openstack | 05:09 | |
*** SumitNaiksatam_ has joined #openstack | 05:09 | |
*** SumitNaiksatam has quit IRC | 05:09 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 05:09 | |
*** majeff has quit IRC | 05:09 | |
*** WackoRobie has quit IRC | 05:11 | |
*** itooon has quit IRC | 05:11 | |
*** majeff has joined #openstack | 05:12 | |
*** rushiagr2 has joined #openstack | 05:12 | |
*** martianixor has joined #openstack | 05:12 | |
*** dbrandon has joined #openstack | 05:13 | |
*** michaelneale has quit IRC | 05:14 | |
*** prad has quit IRC | 05:14 | |
*** psharma has joined #openstack | 05:15 | |
*** rushiagr has quit IRC | 05:16 | |
*** Tross has joined #openstack | 05:16 | |
*** vlad_starkov has quit IRC | 05:16 | |
*** CaptTofu has joined #openstack | 05:16 | |
*** hdd_ has quit IRC | 05:16 | |
*** pixelb has quit IRC | 05:20 | |
*** kenhui has joined #openstack | 05:22 | |
*** kenhui has quit IRC | 05:22 | |
*** atrius has quit IRC | 05:22 | |
*** tmclaugh[work] has quit IRC | 05:22 | |
*** kenhui has joined #openstack | 05:22 | |
*** rnorwood1 has quit IRC | 05:23 | |
*** atrius has joined #openstack | 05:25 | |
*** coolsvap has joined #openstack | 05:25 | |
*** psyl0n has quit IRC | 05:25 | |
*** jttam has joined #openstack | 05:25 | |
*** dtx00ff has quit IRC | 05:27 | |
*** majeff1 has joined #openstack | 05:28 | |
*** coolsvap has quit IRC | 05:29 | |
*** gmoro_ has quit IRC | 05:29 | |
*** majeff has quit IRC | 05:30 | |
*** jttam has quit IRC | 05:30 | |
*** leif has quit IRC | 05:31 | |
*** leif has joined #openstack | 05:31 | |
*** gmoro_ has joined #openstack | 05:31 | |
*** elo1 has joined #openstack | 05:32 | |
*** led_belly has joined #openstack | 05:32 | |
*** leif has quit IRC | 05:32 | |
*** leif has joined #openstack | 05:33 | |
*** led_belly has quit IRC | 05:33 | |
*** kushal has joined #openstack | 05:33 | |
*** jhesketh has quit IRC | 05:33 | |
*** slowe has quit IRC | 05:34 | |
*** jhesketh has joined #openstack | 05:35 | |
*** led_belly has joined #openstack | 05:36 | |
*** sayan has joined #openstack | 05:40 | |
*** led_belly has quit IRC | 05:40 | |
*** kenhui has quit IRC | 05:40 | |
*** rushiagr2 is now known as rushiagr | 05:40 | |
*** leif is now known as Guest50441 | 05:40 | |
*** harlowja is now known as harlowja_away | 05:40 | |
xpirator | Hi there | 05:41 |
*** WackoRobie has joined #openstack | 05:41 | |
xpirator | Is there any commercial product or library to generate secure license key? | 05:41 |
xpirator | Is there any commercial product or library to generate a secure license key? | 05:42 |
*** tomoe_ has joined #openstack | 05:42 | |
*** KataiKou has left #openstack | 05:42 | |
*** aeperezt has quit IRC | 05:42 | |
*** arnaud has quit IRC | 05:42 | |
*** mjbright1 has joined #openstack | 05:42 | |
*** aeperezt has joined #openstack | 05:42 | |
*** mjfork has quit IRC | 05:43 | |
*** mrlesmithjr has joined #openstack | 05:44 | |
*** teran has quit IRC | 05:44 | |
*** arnaud has joined #openstack | 05:44 | |
*** vlad_starkov has joined #openstack | 05:44 | |
*** erkules_ is now known as erkules | 05:45 | |
*** test__ has quit IRC | 05:45 | |
*** kenhui has joined #openstack | 05:45 | |
*** berendt has joined #openstack | 05:46 | |
*** desai has quit IRC | 05:47 | |
*** mrlesmithjr has quit IRC | 05:48 | |
*** tomoe_ has quit IRC | 05:49 | |
*** WackoRobie has quit IRC | 05:50 | |
*** matanya has joined #openstack | 05:51 | |
*** majeff1 has quit IRC | 05:52 | |
*** suresh12 has joined #openstack | 05:52 | |
*** AMike has quit IRC | 05:52 | |
*** otherwiseguy has quit IRC | 05:53 | |
*** vlad_starkov has quit IRC | 05:54 | |
*** vlad_starkov has joined #openstack | 05:54 | |
*** vlad_starkov has quit IRC | 05:57 | |
*** harlowja_away is now known as harlowja | 05:59 | |
*** jeflui has quit IRC | 05:59 | |
*** markpeek has quit IRC | 06:01 | |
*** KaZeR has quit IRC | 06:01 | |
*** jergerber has quit IRC | 06:02 | |
*** ponyofdeath has joined #openstack | 06:06 | |
*** ngoracke has quit IRC | 06:07 | |
*** aeperezt has quit IRC | 06:08 | |
*** neoXsys has joined #openstack | 06:08 | |
*** yogesh has joined #openstack | 06:09 | |
*** majopela has joined #openstack | 06:11 | |
*** pravins has joined #openstack | 06:13 | |
*** michaelneale has joined #openstack | 06:14 | |
*** nshaikh has joined #openstack | 06:15 | |
*** yogesh_ has joined #openstack | 06:16 | |
*** yogesh has quit IRC | 06:16 | |
*** macjack has quit IRC | 06:16 | |
*** WackoRobie has joined #openstack | 06:16 | |
*** darrylms has joined #openstack | 06:18 | |
*** jlibosva has joined #openstack | 06:18 | |
*** christyp has quit IRC | 06:19 | |
*** WackoRobie has quit IRC | 06:22 | |
*** yogesh_ has quit IRC | 06:23 | |
*** nkhare has joined #openstack | 06:24 | |
*** msekleta has quit IRC | 06:26 | |
*** yogesh has joined #openstack | 06:27 | |
*** lmh has quit IRC | 06:27 | |
*** zz_ajo is now known as ajo | 06:28 | |
*** lmh has joined #openstack | 06:28 | |
*** mjbright1 has quit IRC | 06:28 | |
*** ajo is now known as zz_ajo | 06:29 | |
*** dcramer_ has quit IRC | 06:29 | |
*** zz_ajo is now known as ajo | 06:29 | |
*** dcramer_ has joined #openstack | 06:29 | |
*** JonnyNomad has quit IRC | 06:29 | |
*** neeti has joined #openstack | 06:31 | |
*** ajo is now known as zz_ajo | 06:33 | |
*** dougshelley66 has joined #openstack | 06:34 | |
*** Arconiaprime_ has quit IRC | 06:34 | |
*** klync has quit IRC | 06:35 | |
*** Arconiaprime has joined #openstack | 06:35 | |
*** Ile has quit IRC | 06:36 | |
*** rushiagr has quit IRC | 06:36 | |
*** CaptTofu has quit IRC | 06:36 | |
*** CaptTofu has joined #openstack | 06:37 | |
*** makara has joined #openstack | 06:37 | |
*** parstac_pete has joined #openstack | 06:38 | |
*** ArcTanSusan has joined #openstack | 06:40 | |
*** klync has joined #openstack | 06:41 | |
*** iamdoo2 has quit IRC | 06:42 | |
*** JonnyNomad has joined #openstack | 06:43 | |
*** yogesh has quit IRC | 06:44 | |
*** yogesh_ has joined #openstack | 06:44 | |
*** rushiagr has joined #openstack | 06:44 | |
*** Ile has joined #openstack | 06:44 | |
*** mrlesmithjr has joined #openstack | 06:44 | |
*** julianwa has quit IRC | 06:44 | |
*** yogesh_ has quit IRC | 06:46 | |
*** SushilKM has joined #openstack | 06:47 | |
*** WackoRobie has joined #openstack | 06:48 | |
*** fam_ has quit IRC | 06:48 | |
*** krypto has joined #openstack | 06:48 | |
*** Abhishek_ has joined #openstack | 06:48 | |
*** jhesketh_ has quit IRC | 06:48 | |
*** jhesketh has quit IRC | 06:49 | |
*** mrlesmithjr has quit IRC | 06:49 | |
*** fam_ has joined #openstack | 06:49 | |
*** zenoway has joined #openstack | 06:51 | |
*** amritanshu_RnD has joined #openstack | 06:52 | |
*** vkozhukalov has quit IRC | 06:52 | |
*** WackoRobie has quit IRC | 06:53 | |
*** dbeutler has joined #openstack | 06:53 | |
*** simon-AS559 has quit IRC | 06:53 | |
*** simon-AS559 has joined #openstack | 06:53 | |
*** Blackavar has joined #openstack | 06:53 | |
*** terriyu has quit IRC | 06:56 | |
dbeutler | Hey, I am having some issues with the GroupAntiAffinityFilter in Grizzly. From the logs, it appears as if the list of instances in the group includes every instance instead of every instance in the group. I have Debug Logs and configuration information but I don't know the best place to go for help. | 06:56 |
*** simon-AS559 has quit IRC | 06:58 | |
*** Blackavar has quit IRC | 06:58 | |
*** Blackavar has joined #openstack | 06:59 | |
*** matanya has quit IRC | 06:59 | |
*** jhesketh_ has joined #openstack | 07:01 | |
*** yogesh has joined #openstack | 07:01 | |
*** mrunge has joined #openstack | 07:01 | |
*** SushilKM has quit IRC | 07:02 | |
*** iamdoo2 has joined #openstack | 07:02 | |
*** jhesketh has joined #openstack | 07:02 | |
*** bmcgahan has quit IRC | 07:03 | |
dbeutler | Thoughts anyone? | 07:03 |
*** inc0 has joined #openstack | 07:04 | |
*** michaelneale has quit IRC | 07:05 | |
*** teran has joined #openstack | 07:05 | |
*** D30_ has joined #openstack | 07:05 | |
*** martianixor has quit IRC | 07:06 | |
*** julianwa has joined #openstack | 07:06 | |
*** D30 has quit IRC | 07:08 | |
*** D30_ is now known as D30 | 07:08 | |
*** saju_m has joined #openstack | 07:10 | |
*** saju_m has quit IRC | 07:10 | |
*** saju_m has joined #openstack | 07:10 | |
*** rdas has joined #openstack | 07:11 | |
*** JonnyNomad has quit IRC | 07:11 | |
*** KaZeR has joined #openstack | 07:11 | |
*** JonnyNomad has joined #openstack | 07:12 | |
*** kawa2014 has joined #openstack | 07:12 | |
*** Abhishek_ has quit IRC | 07:13 | |
*** zhiwei has joined #openstack | 07:13 | |
*** matanya has joined #openstack | 07:13 | |
*** cmyster has joined #openstack | 07:15 | |
*** cmyster has joined #openstack | 07:15 | |
*** KaZeR has quit IRC | 07:16 | |
*** MaxV has joined #openstack | 07:18 | |
*** WackoRobie has joined #openstack | 07:18 | |
*** Drankis has joined #openstack | 07:20 | |
*** yogesh has quit IRC | 07:21 | |
*** rushiagr has quit IRC | 07:22 | |
*** rushiagr has joined #openstack | 07:22 | |
dbeutler | I just posted the question to the mailing list if anyone is curious. :) | 07:23 |
*** dbeutler has left #openstack | 07:23 | |
*** WackoRobie has quit IRC | 07:23 | |
*** michaelneale has joined #openstack | 07:23 | |
*** ccs has joined #openstack | 07:29 | |
*** warik has joined #openstack | 07:29 | |
*** gszasz has quit IRC | 07:29 | |
*** suresh12 has quit IRC | 07:29 | |
*** MaxV has quit IRC | 07:30 | |
*** vipul is now known as vipul-away | 07:34 | |
*** vartom111119 has joined #openstack | 07:35 | |
*** ccs has quit IRC | 07:36 | |
*** MarkAtwood has joined #openstack | 07:38 | |
*** ccs has joined #openstack | 07:39 | |
*** SushilKM has joined #openstack | 07:39 | |
*** simon-AS559 has joined #openstack | 07:41 | |
*** AndChat-443889 has joined #openstack | 07:41 | |
*** atomek has quit IRC | 07:42 | |
*** julianwa has quit IRC | 07:43 | |
*** atrius has quit IRC | 07:43 | |
*** Loquacities has quit IRC | 07:44 | |
*** seikatw has quit IRC | 07:44 | |
*** seikatw has joined #openstack | 07:45 | |
*** mrlesmithjr has joined #openstack | 07:45 | |
*** KrisK19 has joined #openstack | 07:45 | |
KrisK19 | Hi guys | 07:46 |
cmyster | lo | 07:46 |
*** Gues_____ has joined #openstack | 07:46 | |
*** AndChat-443889 has quit IRC | 07:46 | |
KrisK19 | do you have issues any issues with stability of nova-api | 07:46 |
*** atrius has joined #openstack | 07:46 | |
KrisK19 | I'm using official ubuntu packages for havana | 07:46 |
*** yrabl has joined #openstack | 07:46 | |
*** dneary has joined #openstack | 07:47 | |
*** Loquacities has joined #openstack | 07:49 | |
*** Loquacities is now known as Loquacity | 07:49 | |
*** Gues_____ has quit IRC | 07:49 | |
*** fouxm has joined #openstack | 07:49 | |
*** dobber has joined #openstack | 07:49 | |
*** esker has quit IRC | 07:49 | |
*** mrlesmithjr has quit IRC | 07:50 | |
*** atomek has joined #openstack | 07:51 | |
*** Gues_____ has joined #openstack | 07:52 | |
*** seikath has joined #openstack | 07:52 | |
*** Gues_____ has quit IRC | 07:52 | |
*** macjack has joined #openstack | 07:53 | |
*** arnaud has quit IRC | 07:53 | |
*** Gues_____ has joined #openstack | 07:53 | |
*** arnaud has joined #openstack | 07:54 | |
*** seikatw has quit IRC | 07:54 | |
*** arnaud has quit IRC | 07:54 | |
*** esker has joined #openstack | 07:54 | |
*** satheesh has quit IRC | 07:54 | |
*** Gues_____ is now known as l390_beijing | 07:55 | |
*** julianwa has joined #openstack | 07:55 | |
*** corXi has joined #openstack | 07:55 | |
*** rushiagr is now known as rushiagr_away | 07:55 | |
*** che-arne has quit IRC | 07:56 | |
*** yogesh has joined #openstack | 07:57 | |
*** satheesh1 has joined #openstack | 07:58 | |
*** seikatw has joined #openstack | 07:59 | |
*** michaelneale has quit IRC | 07:59 | |
*** JonnyNomad has quit IRC | 08:01 | |
*** JonnyNomad has joined #openstack | 08:01 | |
*** seikath has quit IRC | 08:02 | |
*** satheesh1 has quit IRC | 08:02 | |
*** elo1 has quit IRC | 08:02 | |
*** SushilKM__ has joined #openstack | 08:03 | |
*** cycorld has quit IRC | 08:03 | |
*** julienvey_ has joined #openstack | 08:03 | |
*** cmyster has quit IRC | 08:03 | |
*** SushilKM has quit IRC | 08:04 | |
*** MarkAtwood has quit IRC | 08:04 | |
*** harlowja is now known as harlowja_away | 08:04 | |
*** melmoth has joined #openstack | 08:05 | |
*** julienvey_ has quit IRC | 08:05 | |
*** pantea has joined #openstack | 08:06 | |
*** warik has quit IRC | 08:06 | |
*** cycorld has joined #openstack | 08:06 | |
*** giorgiodinapoli has joined #openstack | 08:06 | |
*** jaimegil has joined #openstack | 08:07 | |
*** disappear1 has joined #openstack | 08:08 | |
*** arozumenko has joined #openstack | 08:08 | |
*** disappear1 has joined #openstack | 08:08 | |
*** disappear1 has joined #openstack | 08:09 | |
*** disappear1 has joined #openstack | 08:10 | |
*** disappear1 has joined #openstack | 08:11 | |
*** slowe has joined #openstack | 08:11 | |
*** coreping has joined #openstack | 08:11 | |
*** rushiagr_away is now known as rushiagr | 08:12 | |
*** KaZeR has joined #openstack | 08:12 | |
*** ade_b has joined #openstack | 08:13 | |
*** ade_b has joined #openstack | 08:13 | |
*** michaelneale has joined #openstack | 08:14 | |
*** rohara has quit IRC | 08:16 | |
*** elo1 has joined #openstack | 08:17 | |
*** KaZeR has quit IRC | 08:17 | |
*** D30_ has joined #openstack | 08:18 | |
*** nmagnezi has joined #openstack | 08:19 | |
*** yrabl has quit IRC | 08:19 | |
*** jcoufal has joined #openstack | 08:19 | |
*** elo1 has quit IRC | 08:20 | |
*** jhesketh has quit IRC | 08:20 | |
*** jhesketh_ has quit IRC | 08:21 | |
*** eglynn has quit IRC | 08:22 | |
*** D30 has quit IRC | 08:22 | |
*** D30_ is now known as D30 | 08:22 | |
*** Mierdin has quit IRC | 08:24 | |
*** sc-rm has joined #openstack | 08:24 | |
*** nacer_ has joined #openstack | 08:25 | |
*** itarchitectkev has joined #openstack | 08:26 | |
*** franc has joined #openstack | 08:26 | |
*** arif-ali has joined #openstack | 08:26 | |
*** ArcTanSusan has quit IRC | 08:27 | |
*** satheesh1 has joined #openstack | 08:28 | |
*** zenoway has quit IRC | 08:28 | |
*** AMike has joined #openstack | 08:28 | |
*** AMike has quit IRC | 08:28 | |
*** AMike has joined #openstack | 08:28 | |
*** zenoway has joined #openstack | 08:29 | |
*** vkozhukalov has joined #openstack | 08:29 | |
*** dizquierdo has joined #openstack | 08:29 | |
*** nmagnezi has quit IRC | 08:31 | |
*** markvoelker1 has quit IRC | 08:33 | |
*** jhesketh has joined #openstack | 08:33 | |
*** zenoway has quit IRC | 08:33 | |
*** macjack has quit IRC | 08:33 | |
*** jhesketh_ has joined #openstack | 08:33 | |
*** fikst has joined #openstack | 08:34 | |
*** vartom1111110 has joined #openstack | 08:35 | |
*** vartom111119 has quit IRC | 08:35 | |
*** drago777 has quit IRC | 08:35 | |
*** glejeune_taf has joined #openstack | 08:36 | |
*** flaper87|afk is now known as flaper87 | 08:36 | |
*** mk_qi has left #openstack | 08:36 | |
*** drago777 has joined #openstack | 08:38 | |
*** gszasz has joined #openstack | 08:38 | |
*** kpavel has joined #openstack | 08:39 | |
*** shri has joined #openstack | 08:39 | |
*** kpavel_ has joined #openstack | 08:40 | |
*** kpavel has quit IRC | 08:44 | |
*** kpavel_ is now known as kpavel | 08:44 | |
*** djoreilly has joined #openstack | 08:45 | |
*** mrlesmithjr has joined #openstack | 08:46 | |
*** shri has quit IRC | 08:46 | |
*** fsimonce has joined #openstack | 08:47 | |
*** mindpixel has joined #openstack | 08:47 | |
*** mindpixel has quit IRC | 08:47 | |
*** RM_1 has joined #openstack | 08:48 | |
*** MaxV has joined #openstack | 08:49 | |
slowe | I'm trying to troubleshoot a problem with an OpenStack setup in my home lab. On the controller (running nova-api, keystone, & glance), "nova-manage service list" shows XXX for nova-* services running on a compute node. On the compute node, though, the same command reports the services are fine. Any suggestions? Logging info is pretty sparse so far. | 08:49 |
*** yrabl has joined #openstack | 08:49 | |
*** yrabl has quit IRC | 08:50 | |
*** mrlesmithjr has quit IRC | 08:51 | |
*** yrabl has joined #openstack | 08:51 | |
*** dfarrell-41678 has joined #openstack | 08:52 | |
*** Tross has quit IRC | 08:52 | |
*** michaelneale has quit IRC | 08:52 | |
*** enikanorov has quit IRC | 08:53 | |
*** marun has quit IRC | 08:53 | |
*** rohit404 has quit IRC | 08:53 | |
*** walterheck has quit IRC | 08:56 | |
*** WackoRobie has joined #openstack | 08:57 | |
*** jroovers has joined #openstack | 08:57 | |
*** walterheck has joined #openstack | 08:57 | |
*** sayan has quit IRC | 08:59 | |
*** iogg_ has joined #openstack | 09:01 | |
*** ifarkas has joined #openstack | 09:01 | |
*** jroovers has quit IRC | 09:01 | |
*** drago777 has quit IRC | 09:03 | |
*** drago777 has joined #openstack | 09:05 | |
*** nelsnelson has joined #openstack | 09:06 | |
*** jroovers has joined #openstack | 09:06 | |
*** isAAAc has joined #openstack | 09:07 | |
*** KrisK19_ has joined #openstack | 09:07 | |
*** KrisK19 has quit IRC | 09:08 | |
*** KrisK19_ is now known as KrisK19 | 09:08 | |
*** rohit404 has joined #openstack | 09:09 | |
*** rohit404 has quit IRC | 09:09 | |
*** amuller has joined #openstack | 09:09 | |
*** tzn has quit IRC | 09:10 | |
*** zenoway has joined #openstack | 09:11 | |
*** pradeep has quit IRC | 09:12 | |
*** sayan has joined #openstack | 09:12 | |
*** eglynn has joined #openstack | 09:12 | |
*** KaZeR has joined #openstack | 09:13 | |
*** julianwa has quit IRC | 09:13 | |
*** ArminderS has joined #openstack | 09:13 | |
*** tjcravey has joined #openstack | 09:14 | |
*** zhiwei has quit IRC | 09:14 | |
*** nj3ma has quit IRC | 09:15 | |
*** ArminderS- has quit IRC | 09:15 | |
inc0 | hi, after installing keystone from MASTER it started to throw OSError: [Errno 11] Resource temporarily unavailable | 09:15 |
*** fbo_away is now known as fbo | 09:16 | |
inc0 | not master, pip, sorry, but still, openssl is waiting for stdin | 09:16 |
*** KaZeR has quit IRC | 09:18 | |
*** glejeune_taf has quit IRC | 09:19 | |
*** l390_beijing has quit IRC | 09:20 | |
sc-rm | After a complete reinstall of debian 64bit, then using the preseeder to install havan I still get the neutron-server crashing with: 'Multiple plugins for service %s were configured', 'L3_ROUTER_NAT' | 09:20 |
*** Seoman has joined #openstack | 09:20 | |
*** ccs has quit IRC | 09:20 | |
sc-rm | and the search on google does not give me anything I can go on. Because the service_plugin is only defined once in neutron.conf | 09:21 |
*** jingwang has joined #openstack | 09:21 | |
*** ccs has joined #openstack | 09:22 | |
*** vkuz has joined #openstack | 09:22 | |
sc-rm | slowe: have you tried to enable debug for nova and what does ps aux | grep nova says | 09:22 |
slowe | sc-rm: I've enabled verbose logging, but not debug (yet). ps aux | grep nova shows appropriate python instances running. | 09:24 |
*** bbcmicrocomputer has joined #openstack | 09:24 | |
*** bbcmicrocomputer has quit IRC | 09:24 | |
*** bbcmicrocomputer has joined #openstack | 09:24 | |
*** jpich has joined #openstack | 09:27 | |
*** glejeune_taf has joined #openstack | 09:27 | |
*** peterdon has joined #openstack | 09:27 | |
*** _sulo has joined #openstack | 09:27 | |
*** xuan has joined #openstack | 09:28 | |
*** KrisK19 has quit IRC | 09:29 | |
*** D30 has quit IRC | 09:32 | |
*** sayan has quit IRC | 09:32 | |
sc-rm | slowe: It sounds like the communication between you compute node and controller is broken | 09:32 |
*** KrisK19 has joined #openstack | 09:32 | |
*** kpavel_ has joined #openstack | 09:32 | |
*** Tross has joined #openstack | 09:32 | |
*** macjack has joined #openstack | 09:32 | |
slowe | sc-rm: Certainly, but I have not been able to determine which communication (if any) is not working. DNS host resolution works, RabbitMQ appears to work, MySQL connectivity works, and they are both syncing to the same internal NTP server. | 09:33 |
*** kpavel has quit IRC | 09:33 | |
sc-rm | what about nova list on compute vs nova list on controller | 09:33 |
*** kpavel_ is now known as kpavel | 09:34 | |
*** glejeune_taf1 has joined #openstack | 09:35 | |
*** Vemana has joined #openstack | 09:36 | |
*** ccs has quit IRC | 09:36 | |
*** glejeune_taf has quit IRC | 09:36 | |
slowe | sc-rm: nova-manage service list? | 09:36 |
sc-rm | no just, nova list | 09:37 |
*** jroovers has quit IRC | 09:38 | |
*** jorisroovers has joined #openstack | 09:38 | |
*** kenhui has quit IRC | 09:39 | |
slowe | sc-rm: nova list is blank on both nodes. | 09:40 |
*** giulivo has joined #openstack | 09:41 | |
sc-rm | okay, then we have a basic communication between these boxes | 09:41 |
*** thorfinn has joined #openstack | 09:41 | |
*** pll_ has joined #openstack | 09:41 | |
sc-rm | then nova-manage service list should show the same on both boxes | 09:41 |
*** rohit404 has joined #openstack | 09:41 | |
slowe | sc-rm: Taking a slightly different tack...if rabbit_host is specified in /etc/nova/nova.conf, then rabbit_hosts should be blank, as I'm not using clustered RabbitMQ. Correct? | 09:42 |
sc-rm | what are you then using? | 09:45 |
*** sayan has joined #openstack | 09:46 | |
slowe | sc-rm: I have a single RabbitMQ instance running on the controller node. | 09:46 |
sc-rm | age, then the rabbit_host on the compute nodes should be set to the ip of the controller | 09:46 |
slowe | sc-rm: nova-manage service list consistently shows the same results when run from the controller (where the RabbitMQ instance is hosted), but the results of that command from the compute node are erratic. | 09:47 |
*** mrlesmithjr has joined #openstack | 09:47 | |
*** atrius has quit IRC | 09:47 | |
*** johnthetubaguy has joined #openstack | 09:47 | |
sc-rm | the nova.conf on compute nodes for the rabbitmq part should be the same as the part on the controller | 09:47 |
*** jaimegil has quit IRC | 09:47 | |
*** tzn has joined #openstack | 09:48 | |
slowe | sc-rm: Right--I have rabbit_host on the compute node set to the IP address of the controller. My question was around the use of both rabbit_hosts (plural) and rabbit_host (singular) at the same time, which I thought might cause some confusion. | 09:49 |
slowe | sc-rm: I've verified the RabbitMQ settings on both controller and compute node are the same. | 09:49 |
*** atrius has joined #openstack | 09:49 | |
*** batlogg has joined #openstack | 09:51 | |
*** mrlesmithjr has quit IRC | 09:51 | |
*** pnavarro has joined #openstack | 09:52 | |
slowe | sc-rm: I think it's a time sync error, despite the fact that they are both syncing to the same internal NTP server. The times between the controller and the compute node differ by about a minute. I'll need to track down why that's the case. | 09:54 |
*** arnaud__ has joined #openstack | 09:55 | |
*** rohit404 has quit IRC | 09:56 | |
*** urulama has quit IRC | 09:56 | |
*** rohit404 has joined #openstack | 09:59 | |
*** reidrac has joined #openstack | 09:59 | |
*** vlad_starkov has joined #openstack | 10:00 | |
*** arnaud__ has quit IRC | 10:00 | |
*** teran has quit IRC | 10:01 | |
*** mozawa has quit IRC | 10:03 | |
*** marcelodieder has joined #openstack | 10:04 | |
*** drago777 has quit IRC | 10:04 | |
*** slowe has quit IRC | 10:05 | |
*** drago777 has joined #openstack | 10:06 | |
*** nkhare is now known as nkhare_afk | 10:06 | |
*** engkur has joined #openstack | 10:08 | |
*** enikanorov has joined #openstack | 10:08 | |
*** sushils has joined #openstack | 10:11 | |
*** arezmerita has quit IRC | 10:11 | |
sc-rm | okay, that sounds weird | 10:12 |
*** exed has joined #openstack | 10:13 | |
*** KaZeR has joined #openstack | 10:13 | |
*** mkollaro has joined #openstack | 10:13 | |
*** Exdaix has quit IRC | 10:14 | |
*** derekh has joined #openstack | 10:15 | |
*** vlad_starkov has quit IRC | 10:15 | |
*** Exdaix has joined #openstack | 10:15 | |
sc-rm | slowe: which distro are you installing openstack on? | 10:15 |
*** dorftrottel has joined #openstack | 10:16 | |
*** rohara has joined #openstack | 10:17 | |
*** ildikov is now known as ildikov_afk | 10:18 | |
*** lbrower has quit IRC | 10:18 | |
*** ildikov_ is now known as ildikov__afk | 10:18 | |
*** lbrower has joined #openstack | 10:19 | |
*** lbrower has joined #openstack | 10:19 | |
*** KaZeR has quit IRC | 10:20 | |
*** jp_at_hp has joined #openstack | 10:20 | |
*** jaimegil has joined #openstack | 10:20 | |
*** paragan has quit IRC | 10:22 | |
*** corXi has quit IRC | 10:22 | |
*** yogesh has quit IRC | 10:24 | |
*** saju_m has quit IRC | 10:25 | |
*** AffiliateOwnz has joined #openstack | 10:26 | |
*** AffiliateOwnz has quit IRC | 10:26 | |
*** saju_m has joined #openstack | 10:28 | |
*** rushiagr is now known as rushiagr_away | 10:30 | |
*** devnull1 has joined #openstack | 10:30 | |
*** dorftrottel has quit IRC | 10:32 | |
*** fbo is now known as fbo_away | 10:32 | |
*** mkollaro has quit IRC | 10:33 | |
*** dizquierdo has quit IRC | 10:37 | |
*** lmh has quit IRC | 10:37 | |
*** rossella_s has joined #openstack | 10:38 | |
*** peterdon has quit IRC | 10:39 | |
*** greghaynes has quit IRC | 10:39 | |
*** mjeanson has quit IRC | 10:39 | |
*** gizmoguy has quit IRC | 10:39 | |
*** fbo_away has quit IRC | 10:39 | |
*** mjeanson has joined #openstack | 10:40 | |
*** max_lobur_afk is now known as max_lobur | 10:40 | |
*** pradeep has joined #openstack | 10:40 | |
*** giorgiodinapoli has quit IRC | 10:41 | |
*** gizmoguy has joined #openstack | 10:41 | |
*** greghaynes has joined #openstack | 10:41 | |
*** fbo has joined #openstack | 10:42 | |
*** teran has joined #openstack | 10:42 | |
*** ndipanov has joined #openstack | 10:43 | |
*** sanman has joined #openstack | 10:44 | |
*** drago777 has quit IRC | 10:45 | |
AMike | a migration of instance does work between nodes with different CPU? | 10:45 |
*** drago777 has joined #openstack | 10:45 | |
AMike | AMD vs Intel | 10:45 |
pradeep | AMike: nope | 10:46 |
pradeep | AMike: There was some work going on. AFIK: nope for now | 10:46 |
*** giorgiodinapoli has joined #openstack | 10:46 | |
AMike | pradeep: i must need same nodes? | 10:47 |
*** rushiagr_away is now known as rushiagr | 10:47 | |
pradeep | AMike: yes | 10:47 |
*** mrlesmithjr has joined #openstack | 10:47 | |
AMike | pradeep: thanks. And now what is better - opteron 6344 or Xeon 6230V2 for general usage cases of nova-nodes.... | 10:49 |
*** mrlesmit_ has joined #openstack | 10:49 | |
*** exed has quit IRC | 10:50 | |
*** urulama has joined #openstack | 10:50 | |
*** exed has joined #openstack | 10:51 | |
*** krast has quit IRC | 10:51 | |
*** mrlesmithjr has quit IRC | 10:52 | |
*** dhanasekaran has joined #openstack | 10:53 | |
*** mrlesmit_ has quit IRC | 10:54 | |
*** ArxCruz has joined #openstack | 10:54 | |
*** ccustine has quit IRC | 10:55 | |
*** ccustine has joined #openstack | 10:56 | |
*** Vemana has quit IRC | 10:57 | |
*** Abhishek_ has joined #openstack | 10:57 | |
*** peterdon has joined #openstack | 10:58 | |
*** peterdon has left #openstack | 10:58 | |
*** MrJoshua has joined #openstack | 10:58 | |
*** SushilKM__ has quit IRC | 10:59 | |
*** max_lobur is now known as max_lobur_afk | 10:59 | |
*** nosnos has quit IRC | 11:00 | |
*** scott_w has joined #openstack | 11:00 | |
*** yaguang has quit IRC | 11:00 | |
*** julianwa has joined #openstack | 11:04 | |
*** zenoway has quit IRC | 11:04 | |
*** dizquierdo has joined #openstack | 11:05 | |
*** zenoway has joined #openstack | 11:05 | |
*** rohara has quit IRC | 11:05 | |
*** drago777 has quit IRC | 11:05 | |
*** rohara has joined #openstack | 11:06 | |
*** nshaikh has quit IRC | 11:06 | |
*** sayan has quit IRC | 11:06 | |
*** nshaikh has joined #openstack | 11:07 | |
*** nsavin has quit IRC | 11:08 | |
*** vlad_starkov has joined #openstack | 11:09 | |
*** drago777 has joined #openstack | 11:09 | |
*** zenoway has quit IRC | 11:09 | |
*** shwang has quit IRC | 11:10 | |
*** dbrandon has quit IRC | 11:11 | |
*** dbrandon has joined #openstack | 11:12 | |
*** glejeune_taf1 has quit IRC | 11:13 | |
*** scotm has joined #openstack | 11:17 | |
*** itarchitectkev_ has joined #openstack | 11:18 | |
*** scotm has quit IRC | 11:18 | |
*** rohit404 has quit IRC | 11:18 | |
*** itarchitectkev has quit IRC | 11:18 | |
*** itarchitectkev_ has quit IRC | 11:18 | |
*** itarchitectkev has joined #openstack | 11:19 | |
*** sushils has quit IRC | 11:23 | |
*** diegows has joined #openstack | 11:23 | |
*** viq has quit IRC | 11:23 | |
*** djoreilly has quit IRC | 11:24 | |
*** mancdaz_away is now known as mancdaz | 11:24 | |
*** viq has joined #openstack | 11:24 | |
*** ewnd9 has joined #openstack | 11:24 | |
*** yamahata has quit IRC | 11:28 | |
*** vlad_starkov has quit IRC | 11:28 | |
*** sushils has joined #openstack | 11:28 | |
*** teju has quit IRC | 11:30 | |
*** zeddii has quit IRC | 11:30 | |
*** zeddii has joined #openstack | 11:32 | |
*** SushilKM__ has joined #openstack | 11:35 | |
*** MrJoshua has quit IRC | 11:35 | |
*** yogesh has joined #openstack | 11:35 | |
*** MrJoshua has joined #openstack | 11:35 | |
*** vlad_starkov has joined #openstack | 11:35 | |
*** julianwa has quit IRC | 11:35 | |
*** nkhare_afk is now known as nkhare | 11:35 | |
*** vlad_starkov has quit IRC | 11:37 | |
*** ArminderS has quit IRC | 11:37 | |
*** drago777 has quit IRC | 11:37 | |
*** iogg_ has quit IRC | 11:37 | |
*** cmyster has joined #openstack | 11:38 | |
*** cmyster has joined #openstack | 11:38 | |
*** pravins has quit IRC | 11:38 | |
*** rdxc has joined #openstack | 11:38 | |
*** yogesh has quit IRC | 11:39 | |
*** rohit404 has joined #openstack | 11:40 | |
*** drago777 has joined #openstack | 11:40 | |
*** rushiagr has quit IRC | 11:40 | |
*** MaxV has quit IRC | 11:40 | |
*** akaro has joined #openstack | 11:41 | |
*** zenoway has joined #openstack | 11:43 | |
*** sayan has joined #openstack | 11:43 | |
*** glejeune_taf has joined #openstack | 11:44 | |
*** dneary has quit IRC | 11:44 | |
*** jrevi has joined #openstack | 11:45 | |
jrevi | Hi all | 11:45 |
jrevi | I'm new to openstack and I'm trying to deploy a small testbed using the puppet stackforge modues: https://github.com/stackforge/puppet-openstack | 11:46 |
*** yrabl has quit IRC | 11:46 | |
jrevi | my comfiguration is really simple: 1 controler and 2 compute nodes | 11:46 |
jrevi | the 3 OS are Cent0S 6.4 | 11:47 |
*** sushils has quit IRC | 11:47 | |
jrevi | I'm using neutron and I face an issue when I try to deploy my instance: | 11:47 |
*** glejeune_taf has quit IRC | 11:48 | |
*** rushiagr has joined #openstack | 11:50 | |
*** WackoRobie has quit IRC | 11:50 | |
jrevi | 2013-12-19 12:54:21.296 2002 TRACE nova.openstack.common.rpc.amqp File "/usr/lib/python2.6/site-packages/neutronclient/v2_0/client.py", line 1175, in retry_request 2013-12-19 12:54:21.296 2002 TRACE nova.openstack.common.rpc.amqp raise exceptions.ConnectionFailed(reason=_("Maximum attempts reached")) 2013-12-19 12:54:21.296 2002 TRACE nova.openstack.common.rpc.amqp ConnectionFailed: Connection to neutron failed: Maximum attempt | 11:50 |
jrevi | this appears in my compute.log file | 11:51 |
jrevi | Can somebody help me to solve it please ? | 11:52 |
*** drago777 has quit IRC | 11:52 | |
jrevi | my neutron service is running in my controller node ans is reachable (TCP 9696) from my compute nodes | 11:53 |
*** weshay has joined #openstack | 11:53 | |
cmyster | jrevi: seems like something is wrong with the neutron itself, you might want to dog a little, see if there is already an open bug. | 11:53 |
*** exed has quit IRC | 11:54 | |
cmyster | dig* :) | 11:54 |
*** zenoway has quit IRC | 11:54 | |
jrevi | I saw a couple of open bugs about that: like this: https://bugs.launchpad.net/neutron/+bug/1211915 | 11:54 |
*** yrabl has joined #openstack | 11:54 | |
*** zenoway has joined #openstack | 11:54 | |
cmyster | so that might be a similar bug | 11:54 |
*** drago777 has joined #openstack | 11:54 | |
*** vlad_starkov has joined #openstack | 11:54 | |
jrevi | I already applied this patche: https://review.openstack.org/#/c/49210/ | 11:55 |
cmyster | just for fun, can you try with centos 6.5 ? | 11:55 |
jrevi | but without success | 11:55 |
cmyster | or a different distro, with a newer python maybe | 11:55 |
*** rushiagr has quit IRC | 11:55 | |
*** rushiagr has joined #openstack | 11:55 | |
*** rocha_ has joined #openstack | 11:56 | |
*** nkhare is now known as nkhare_afk | 11:56 | |
jrevi | let me check | 11:56 |
*** vlad_starkov has quit IRC | 11:57 | |
jrevi | on which distro du you install usually? | 11:57 |
jrevi | root@pcdrrome06 ~ # cat /etc/centos-release CentOS release 6.5 (Final) | 11:58 |
*** perror has joined #openstack | 11:58 | |
jrevi | already uptdate in fact | 11:58 |
*** zenoway has quit IRC | 11:59 | |
*** MaxV has joined #openstack | 11:59 | |
*** sushils has joined #openstack | 12:01 | |
*** CaptTofu has quit IRC | 12:01 | |
*** CaptTofu has joined #openstack | 12:01 | |
*** msekleta has joined #openstack | 12:01 | |
*** mozawa has joined #openstack | 12:04 | |
*** drago777 has quit IRC | 12:07 | |
*** vkmc has joined #openstack | 12:07 | |
*** vkmc has quit IRC | 12:07 | |
*** vkmc has joined #openstack | 12:07 | |
*** mrlesmithjr has joined #openstack | 12:07 | |
*** rmartinelli has joined #openstack | 12:07 | |
*** chasmo has quit IRC | 12:08 | |
*** exed has joined #openstack | 12:08 | |
*** drago777 has joined #openstack | 12:08 | |
*** Drankis has quit IRC | 12:10 | |
cmyster | not I, I'm still trying to make it work on Slackware, but you could try Ubuntu 12.04 LTS | 12:12 |
*** Drankis has joined #openstack | 12:13 | |
*** pixelb has joined #openstack | 12:14 | |
*** yamahata has joined #openstack | 12:14 | |
*** pnavarro has quit IRC | 12:18 | |
*** vlad_starkov has joined #openstack | 12:18 | |
*** jorisroovers has quit IRC | 12:20 | |
*** WackoRobie has joined #openstack | 12:20 | |
*** dolphm has joined #openstack | 12:21 | |
*** jroovers has joined #openstack | 12:21 | |
*** likaiting has joined #openstack | 12:21 | |
*** likaiting has left #openstack | 12:22 | |
*** dneary has joined #openstack | 12:22 | |
*** likaiting has joined #openstack | 12:22 | |
*** likaiting has left #openstack | 12:22 | |
*** lbrower has quit IRC | 12:22 | |
*** laurelm has joined #openstack | 12:24 | |
*** giulivo has quit IRC | 12:24 | |
*** FunnyLookinHat has joined #openstack | 12:25 | |
*** devnull1 has quit IRC | 12:29 | |
*** jroovers has quit IRC | 12:31 | |
*** vlad_starkov has quit IRC | 12:31 | |
*** jroovers has joined #openstack | 12:31 | |
*** vlad_starkov has joined #openstack | 12:32 | |
*** akaro2 has joined #openstack | 12:33 | |
*** amrith has quit IRC | 12:33 | |
*** TVR has joined #openstack | 12:35 | |
*** akaro2 has quit IRC | 12:35 | |
*** akaro has quit IRC | 12:35 | |
*** MaxV has quit IRC | 12:35 | |
*** kenhui has joined #openstack | 12:35 | |
*** mrlesmithjr has quit IRC | 12:36 | |
*** lbrower has joined #openstack | 12:36 | |
*** lbrower has joined #openstack | 12:36 | |
*** jhesketh_ has quit IRC | 12:37 | |
*** rdxc has quit IRC | 12:37 | |
*** CaptTofu has quit IRC | 12:37 | |
*** CaptTofu has joined #openstack | 12:37 | |
*** paragan has joined #openstack | 12:38 | |
*** paragan has joined #openstack | 12:38 | |
*** jhesketh has quit IRC | 12:38 | |
*** ewnd9 has quit IRC | 12:38 | |
*** MaxV has joined #openstack | 12:38 | |
*** nkhare_afk has quit IRC | 12:40 | |
*** desai has joined #openstack | 12:41 | |
*** CaptTofu has quit IRC | 12:41 | |
*** matanya has quit IRC | 12:42 | |
*** glejeune_taf has joined #openstack | 12:42 | |
*** atomek has quit IRC | 12:45 | |
*** max_lobur_afk is now known as max_lobur | 12:45 | |
*** nphase has quit IRC | 12:46 | |
*** nphase has joined #openstack | 12:46 | |
*** urulama has quit IRC | 12:46 | |
*** dolphm_ has joined #openstack | 12:47 | |
*** giulivo has joined #openstack | 12:47 | |
*** Butcho has joined #openstack | 12:48 | |
*** satheesh1 has quit IRC | 12:49 | |
*** nshaikh has left #openstack | 12:49 | |
*** jdob has joined #openstack | 12:49 | |
*** klync has quit IRC | 12:50 | |
*** akaro has joined #openstack | 12:50 | |
*** fifieldt has quit IRC | 12:50 | |
*** anniec has joined #openstack | 12:51 | |
*** weshay has quit IRC | 12:51 | |
*** SushilKM__ has quit IRC | 12:51 | |
*** pnavarro has joined #openstack | 12:51 | |
*** yocum has joined #openstack | 12:52 | |
*** kpavel_ has joined #openstack | 12:52 | |
*** zenoway has joined #openstack | 12:52 | |
*** tjcravey has quit IRC | 12:53 | |
*** Guest59519 has quit IRC | 12:53 | |
*** satheesh1 has joined #openstack | 12:53 | |
*** marekd|away is now known as marekd | 12:53 | |
*** kpavel has quit IRC | 12:53 | |
*** kpavel_ is now known as kpavel | 12:53 | |
*** JuanDRay has joined #openstack | 12:54 | |
*** prad has joined #openstack | 12:54 | |
*** anniec_ has joined #openstack | 12:54 | |
*** prad has quit IRC | 12:54 | |
*** chasmo has joined #openstack | 12:54 | |
*** anniec has quit IRC | 12:55 | |
*** anniec_ is now known as anniec | 12:55 | |
*** radiocats has joined #openstack | 12:56 | |
*** klync has joined #openstack | 12:56 | |
*** jrevi has quit IRC | 12:56 | |
*** HenryG has joined #openstack | 13:00 | |
*** rohara has quit IRC | 13:00 | |
*** satheesh1 has quit IRC | 13:01 | |
*** laurelm has quit IRC | 13:02 | |
*** drago777 has quit IRC | 13:02 | |
*** mrunge has quit IRC | 13:03 | |
*** drago777 has joined #openstack | 13:03 | |
*** toni___ has joined #openstack | 13:05 | |
*** zenoway has quit IRC | 13:05 | |
*** atomek has joined #openstack | 13:05 | |
*** zenoway has joined #openstack | 13:06 | |
*** weshay has joined #openstack | 13:06 | |
*** retreved has joined #openstack | 13:07 | |
*** hockeynut has joined #openstack | 13:08 | |
*** rushiagr has quit IRC | 13:09 | |
*** ayoung-afk has quit IRC | 13:09 | |
*** kozma has quit IRC | 13:10 | |
*** zenoway has quit IRC | 13:10 | |
*** klync has quit IRC | 13:10 | |
*** rocha_ has quit IRC | 13:12 | |
*** esker has quit IRC | 13:13 | |
*** klync has joined #openstack | 13:13 | |
*** lool has quit IRC | 13:13 | |
*** lool has joined #openstack | 13:13 | |
*** msekleta has quit IRC | 13:14 | |
*** rossella_s has quit IRC | 13:14 | |
*** ewnd9 has joined #openstack | 13:16 | |
*** TSCHAKMac has quit IRC | 13:16 | |
*** galstrom_zzz is now known as galstrom | 13:18 | |
*** atomek has quit IRC | 13:18 | |
*** lmh has joined #openstack | 13:18 | |
*** amrith has joined #openstack | 13:19 | |
*** lborda has joined #openstack | 13:20 | |
*** iogg_ has joined #openstack | 13:21 | |
*** arif-ali has quit IRC | 13:22 | |
*** Deoan has joined #openstack | 13:25 | |
*** vlad_sta_ has joined #openstack | 13:27 | |
*** renebarbosa has joined #openstack | 13:27 | |
*** renebarbosa has joined #openstack | 13:27 | |
*** devnull1 has joined #openstack | 13:27 | |
*** colinmcnamara has joined #openstack | 13:28 | |
*** tsnider has joined #openstack | 13:28 | |
*** vlad_starkov has quit IRC | 13:29 | |
*** Abhishek_ has quit IRC | 13:29 | |
*** drewlander has joined #openstack | 13:29 | |
*** devnull1_ has joined #openstack | 13:31 | |
*** colinmcnamara has quit IRC | 13:32 | |
*** Dharmit has quit IRC | 13:33 | |
*** kenhui has quit IRC | 13:33 | |
*** rene_ has joined #openstack | 13:34 | |
*** devnull1 has quit IRC | 13:34 | |
*** devnull1_ is now known as devnull1 | 13:34 | |
*** Butcho has quit IRC | 13:34 | |
*** drago777 has quit IRC | 13:36 | |
*** blomquisg has joined #openstack | 13:36 | |
*** renebarbosa has quit IRC | 13:36 | |
*** SushilKM__ has joined #openstack | 13:36 | |
*** drago777 has joined #openstack | 13:37 | |
*** rossella_s has joined #openstack | 13:38 | |
*** rene_ has quit IRC | 13:39 | |
*** renebarbosa has joined #openstack | 13:40 | |
*** renebarbosa has joined #openstack | 13:40 | |
*** jasondotstar has joined #openstack | 13:40 | |
*** galstrom is now known as galstrom_zzz | 13:42 | |
*** chandankumar_ has joined #openstack | 13:44 | |
*** chandankumar_ has quit IRC | 13:44 | |
*** vlad_starkov has joined #openstack | 13:44 | |
*** nphase has quit IRC | 13:45 | |
*** sroy has joined #openstack | 13:46 | |
*** aeperezt has joined #openstack | 13:47 | |
*** dolphm_ has quit IRC | 13:47 | |
*** vlad_sta_ has quit IRC | 13:47 | |
*** arif-ali has joined #openstack | 13:48 | |
*** neeti has quit IRC | 13:48 | |
*** jaimegil has quit IRC | 13:48 | |
*** WackoRobie has quit IRC | 13:53 | |
*** WackoRobie has joined #openstack | 13:53 | |
*** cmyster has quit IRC | 13:53 | |
*** cmyster has joined #openstack | 13:54 | |
*** cmyster has joined #openstack | 13:54 | |
*** urulama has joined #openstack | 13:55 | |
*** itarchitectkev has quit IRC | 13:55 | |
*** darrylms has quit IRC | 13:56 | |
*** darrylms has joined #openstack | 13:56 | |
*** urulama_ has joined #openstack | 13:56 | |
*** cmyster has quit IRC | 13:57 | |
*** arnaud has joined #openstack | 13:57 | |
*** dneary has quit IRC | 13:57 | |
*** hockeynut has quit IRC | 13:58 | |
*** amrith has quit IRC | 13:58 | |
*** yamahata has quit IRC | 13:58 | |
*** yamahata has joined #openstack | 13:59 | |
*** pixelb has quit IRC | 14:00 | |
*** cmyster has joined #openstack | 14:00 | |
*** derekh has quit IRC | 14:00 | |
*** urulama has quit IRC | 14:00 | |
*** zenoway has joined #openstack | 14:01 | |
*** arnaud has quit IRC | 14:01 | |
*** nsavin has joined #openstack | 14:01 | |
*** jpich has quit IRC | 14:02 | |
*** weshay has quit IRC | 14:03 | |
*** tma996 has joined #openstack | 14:03 | |
*** mwichmann has joined #openstack | 14:04 | |
*** nsavin has quit IRC | 14:05 | |
*** stronghere has joined #openstack | 14:06 | |
*** drago777 has quit IRC | 14:06 | |
*** chandankumar has quit IRC | 14:06 | |
*** drago777 has joined #openstack | 14:08 | |
*** vartom1111110 has quit IRC | 14:08 | |
*** desai has quit IRC | 14:09 | |
*** cycorld has quit IRC | 14:09 | |
*** cycorld has joined #openstack | 14:10 | |
*** lblanchard has joined #openstack | 14:11 | |
*** psyl0n has joined #openstack | 14:11 | |
*** eglynn has quit IRC | 14:12 | |
*** bladernr_ has joined #openstack | 14:12 | |
*** glejeune_taf has quit IRC | 14:12 | |
*** sayan has quit IRC | 14:12 | |
*** aroque has joined #openstack | 14:13 | |
*** rushiagr has joined #openstack | 14:14 | |
*** arun_ has joined #openstack | 14:14 | |
*** akemarth has joined #openstack | 14:15 | |
*** mrlesmithjr has joined #openstack | 14:16 | |
*** arun_ is now known as arun | 14:17 | |
*** hockeynut has joined #openstack | 14:17 | |
*** dizquierdo has quit IRC | 14:17 | |
*** zenoway has quit IRC | 14:18 | |
*** zenoway has joined #openstack | 14:18 | |
*** drago777 has quit IRC | 14:19 | |
*** go_chiba has quit IRC | 14:19 | |
*** cycorld has quit IRC | 14:20 | |
*** Semor has quit IRC | 14:22 | |
*** piliman974 has joined #openstack | 14:22 | |
*** drago777 has joined #openstack | 14:22 | |
*** zenoway has quit IRC | 14:23 | |
*** kbringard has joined #openstack | 14:23 | |
*** glejeune_taf has joined #openstack | 14:23 | |
*** peristeri has joined #openstack | 14:25 | |
*** Andrei89 has joined #openstack | 14:26 | |
*** saju_m has quit IRC | 14:26 | |
Andrei89 | Hello...can someone help me configure the network of my Virtual Machine...I want to deploy Openstack with Devstack | 14:27 |
*** sergmelikyan has quit IRC | 14:27 | |
*** drago777 has quit IRC | 14:27 | |
*** clopez has quit IRC | 14:27 | |
*** esker has joined #openstack | 14:27 | |
*** vlad_starkov has quit IRC | 14:27 | |
*** clopez has joined #openstack | 14:28 | |
*** rushiagr has quit IRC | 14:29 | |
*** rushiagr has joined #openstack | 14:29 | |
*** radiocat_ has joined #openstack | 14:30 | |
*** radiocat_ has quit IRC | 14:30 | |
*** drago777 has joined #openstack | 14:30 | |
*** julim has joined #openstack | 14:30 | |
*** radiocat_ has joined #openstack | 14:30 | |
*** radiocats has quit IRC | 14:30 | |
vkmc | Andrei89, Hey there! How can I help you? | 14:30 |
*** markpeek has joined #openstack | 14:31 | |
*** BobBallAway is now known as BobBall | 14:31 | |
*** stephen_camilo has joined #openstack | 14:31 | |
*** itarchitectkev has joined #openstack | 14:31 | |
*** itarchitectkev has quit IRC | 14:31 | |
*** jecarey has quit IRC | 14:31 | |
*** mattymo has quit IRC | 14:32 | |
*** darrylms has quit IRC | 14:32 | |
*** darrylms has joined #openstack | 14:32 | |
*** mattymo has joined #openstack | 14:32 | |
*** dianefleming has joined #openstack | 14:33 | |
Andrei89 | Hello vkmc...are u familliar with VirtualBox, Openstack? | 14:33 |
vkmc | Andrei89, I am yeah | 14:34 |
*** lborda has quit IRC | 14:35 | |
Andrei89 | I want to deploy Openstack Havana with Devstack... everything goes Ok...but I don't find a Public/External network in my Network Topology... I don't know what I'm doing wrong... | 14:35 |
jrwren | you have to create the network. | 14:35 |
*** blackboxsw has joined #openstack | 14:36 | |
*** itarchitectkev has joined #openstack | 14:36 | |
*** pmathews has joined #openstack | 14:36 | |
*** FunnyLookinHat has quit IRC | 14:37 | |
*** TSCHAKMac has joined #openstack | 14:37 | |
Andrei89 | Ok..I have opened Virtual Box...it always give me an asserion error when I try to create network...but if I restart...it goes well | 14:37 |
*** yaguang has joined #openstack | 14:37 | |
*** vlad_starkov has joined #openstack | 14:37 | |
vkmc | Andrei89, Do you want to access an instance created in your guest from your host? Or am I wrong? | 14:38 |
Andrei89 | yes | 14:38 |
Andrei89 | I have created 2 adapters (host-only) | 14:38 |
Andrei89 | 192.168.19.1/24 | 14:39 |
Andrei89 | for Ubuntu Guest | 14:39 |
vkmc | Andrei89, And how did you configure your network adapter? NAT, bridged...? | 14:40 |
Andrei89 | and 192.168.174.1/24 for the External network | 14:40 |
*** lborda has joined #openstack | 14:40 | |
vkmc | Andrei89, Virtual network adapter I should add | 14:40 |
Andrei89 | I guess that my machine should have: Adapter1: Nat Adapter2: Host Only 1 and Adapter 3: Host Only 2 | 14:41 |
*** pmathews has quit IRC | 14:41 | |
Andrei89 | the thing is... I don't know what to write in /etc/network/interfaces | 14:42 |
*** drago777 has quit IRC | 14:42 | |
Andrei89 | I'm not familiar with linux :) | 14:42 |
*** pfreund has joined #openstack | 14:42 | |
jrwren | step 1: get familiar with linux | 14:43 |
*** yocum has quit IRC | 14:43 | |
jrwren | step 2: get familiar with openstack :p | 14:43 |
*** lborda has quit IRC | 14:43 | |
*** lborda has joined #openstack | 14:43 | |
*** clayb has joined #openstack | 14:43 | |
*** WackoRobie has quit IRC | 14:44 | |
*** klync has quit IRC | 14:44 | |
*** drago777 has joined #openstack | 14:45 | |
Andrei89 | I just want to deploy openstack with devstack and have a public and a private network, I also want to access the guest from my host...anyone knows a step by step guide | 14:46 |
Andrei89 | ? | 14:46 |
*** joesavak has joined #openstack | 14:46 | |
jrwren | Andrei89: if you find one, let me know. | 14:46 |
*** mrlesmithjr has quit IRC | 14:46 | |
vkmc | Andrei89, The thing is how Virtualbox manages virtual network adapters :) You probably have to set up a bridge to be able to access it from outside | 14:46 |
vkmc | Andrei89, https://www.virtualbox.org/manual/ch06.html#network_bridged | 14:46 |
*** yocum has joined #openstack | 14:46 | |
vkmc | Andrei89, Unfortunately is not quite simple... you could test it trying to access to the dashboard from a guest browser | 14:47 |
Andrei89 | Well.. I did that with bridge... I could access the openstack dashboard from my host | 14:47 |
vkmc | Andrei89, And then, try to access the instance with SSH | 14:48 |
vkmc | s/guest/host | 14:48 |
*** ayoung has joined #openstack | 14:48 | |
Andrei89 | but my openstack did not have an external network...only private...this is my problem | 14:48 |
*** openstack has joined #openstack | 14:49 | |
*** isAAAc has quit IRC | 14:49 | |
vkmc | Andrei89, Cool | 14:49 |
*** amritanshu_RnD has quit IRC | 14:50 | |
*** cycorld has joined #openstack | 14:50 | |
Andrei89 | l IP : 192.168.19.128 (NAT), Manual IP - How can I manually set that IP for my Ubuntu Guest Machine? | 14:51 |
vkmc | Andrei89, I'm checking it, it looks like it's the solution for what you need | 14:51 |
*** jobewan has joined #openstack | 14:51 | |
*** drago777 has quit IRC | 14:52 | |
krypto | https://www.surveymonkey.com/s/openstack-j-naming | 14:52 |
Andrei89 | I don't understand completly how my virtualbox should look like | 14:52 |
*** msgodf has quit IRC | 14:52 | |
vkmc | Andrei89, You have to configure your guest machine network, are you familiar with the ip command? | 14:53 |
Andrei89 | no...I guess that's the problem | 14:54 |
*** drago777 has joined #openstack | 14:54 | |
*** pmathews has joined #openstack | 14:55 | |
*** dcramer_ has quit IRC | 14:55 | |
*** jecarey has joined #openstack | 14:55 | |
*** hartsocks has joined #openstack | 14:55 | |
*** csaba|afk is now known as csaba | 14:56 | |
*** cycorld has quit IRC | 14:56 | |
*** klync has joined #openstack | 14:56 | |
*** rohara has joined #openstack | 14:56 | |
*** JuanDRay has quit IRC | 14:57 | |
vkmc | Andrei89, Ah well, you will learn :) it has many options... you could check the manuals (man ip) or just google it | 14:57 |
*** radiocats has joined #openstack | 14:57 | |
*** radiocats has quit IRC | 14:57 | |
*** johnthetubaguy1 has joined #openstack | 14:57 | |
*** radiocat_ has quit IRC | 14:57 | |
*** radiocats has joined #openstack | 14:57 | |
*** christyp has joined #openstack | 14:58 | |
*** johnthetubaguy has quit IRC | 14:58 | |
Andrei89 | In virtual box I have created Host Only - 192.168.19.1/24 - what's the meaning Guest Machine : 192.168.19.128 (NAT) | 15:00 |
*** rnorwood1 has joined #openstack | 15:00 | |
Andrei89 | I don't understand the (nat) | 15:00 |
*** akaro has quit IRC | 15:01 | |
*** akaro has joined #openstack | 15:01 | |
*** akaro has quit IRC | 15:01 | |
*** akaro has joined #openstack | 15:01 | |
*** kenhui has joined #openstack | 15:01 | |
*** FunnyLookinHat has joined #openstack | 15:02 | |
*** TSCHAKMac has quit IRC | 15:02 | |
*** makara has quit IRC | 15:02 | |
vkmc | Andrei89, Here is an extense explanation of how Virtualbox manages NAT https://www.virtualbox.org/manual/ch06.html#network_nat | 15:02 |
*** prad has joined #openstack | 15:03 | |
*** dmsimard has joined #openstack | 15:03 | |
*** julim has quit IRC | 15:03 | |
*** akaro2 has joined #openstack | 15:03 | |
*** smead has joined #openstack | 15:03 | |
*** akaro2 has quit IRC | 15:03 | |
*** akaro2 has joined #openstack | 15:03 | |
cmyster | Andrei89: if you do not know what nat stands for and what it does, I suggest you spend a few days reading about it before attempting to install openstack | 15:04 |
*** Kharec has quit IRC | 15:04 | |
*** ralfiboy has quit IRC | 15:04 | |
*** KLevenstein has joined #openstack | 15:04 | |
*** eharney has joined #openstack | 15:04 | |
*** akaro has quit IRC | 15:04 | |
*** KrisK19 has quit IRC | 15:04 | |
*** alunduil has quit IRC | 15:04 | |
*** drago777 has quit IRC | 15:04 | |
*** psharma has quit IRC | 15:05 | |
*** KLevenstein has left #openstack | 15:05 | |
*** bladernr_ has quit IRC | 15:05 | |
*** aashish1 has joined #openstack | 15:06 | |
*** bladernr_ has joined #openstack | 15:06 | |
Andrei89 | ok...thank you | 15:06 |
*** drago777 has joined #openstack | 15:07 | |
*** julim has joined #openstack | 15:07 | |
*** Kharec has joined #openstack | 15:07 | |
*** sc-rm has quit IRC | 15:07 | |
*** ffio has joined #openstack | 15:07 | |
*** kenhui has quit IRC | 15:08 | |
*** rnirmal has joined #openstack | 15:08 | |
*** kenhui has joined #openstack | 15:08 | |
*** blamar has joined #openstack | 15:08 | |
*** arif-ali has quit IRC | 15:08 | |
*** msgodf has joined #openstack | 15:09 | |
*** kenhui1 has joined #openstack | 15:09 | |
*** maxdml has quit IRC | 15:09 | |
*** Squid56 has joined #openstack | 15:09 | |
*** jergerber has joined #openstack | 15:11 | |
*** akaro2 has quit IRC | 15:11 | |
*** kenhui has quit IRC | 15:12 | |
*** rohara has quit IRC | 15:12 | |
*** mestery_ has joined #openstack | 15:12 | |
*** msgodf has quit IRC | 15:13 | |
*** rohara has joined #openstack | 15:13 | |
*** jkienitz has quit IRC | 15:13 | |
*** rnorwood1 has quit IRC | 15:14 | |
*** WackoRobie has joined #openstack | 15:15 | |
*** TSCHAKMac has joined #openstack | 15:16 | |
*** amrith has joined #openstack | 15:16 | |
*** mestery has quit IRC | 15:16 | |
*** otherwiseguy has joined #openstack | 15:16 | |
*** blamar has quit IRC | 15:16 | |
*** galstrom_zzz is now known as galstrom | 15:17 | |
*** blamar has joined #openstack | 15:17 | |
*** kevinconway has joined #openstack | 15:17 | |
*** pmathews has quit IRC | 15:18 | |
*** gmi has joined #openstack | 15:19 | |
*** IlyaE has joined #openstack | 15:21 | |
*** pmathews has joined #openstack | 15:21 | |
*** drago777 has quit IRC | 15:21 | |
*** puzzled has joined #openstack | 15:21 | |
*** mestery has joined #openstack | 15:22 | |
*** zerick has joined #openstack | 15:22 | |
*** drago777 has joined #openstack | 15:23 | |
*** mdomsch has joined #openstack | 15:23 | |
*** teran has quit IRC | 15:24 | |
*** kpavel has quit IRC | 15:24 | |
*** engkur has quit IRC | 15:25 | |
*** lmh has quit IRC | 15:25 | |
*** pmathews has quit IRC | 15:25 | |
*** itarchitectkev has quit IRC | 15:25 | |
*** msgodf has joined #openstack | 15:25 | |
*** itarchitectkev has joined #openstack | 15:25 | |
*** mestery_ has quit IRC | 15:25 | |
*** dizquierdo has joined #openstack | 15:26 | |
*** rcleere has joined #openstack | 15:27 | |
*** JesperA has joined #openstack | 15:29 | |
*** Kvezon has joined #openstack | 15:30 | |
*** nkhare has joined #openstack | 15:30 | |
*** radiocat_ has joined #openstack | 15:30 | |
*** ngoracke has joined #openstack | 15:30 | |
*** yrabl has quit IRC | 15:31 | |
*** radiocat_ has quit IRC | 15:31 | |
*** mrlesmithjr has joined #openstack | 15:32 | |
*** radiocats has quit IRC | 15:32 | |
*** radiocats has joined #openstack | 15:32 | |
Kvezon | Hello, I'm trying to get project limits in devstack with request like v2/​{tenant_id}​/limits/tenant_id=​{customer_tenant_id}​ but getting 501 error "The server has either erred or is incapable of performing the requested operation." What am I doing wrong? | 15:33 |
*** Kvezon has quit IRC | 15:34 | |
*** RM_1 has quit IRC | 15:34 | |
*** jagee has joined #openstack | 15:35 | |
*** Kvezon has joined #openstack | 15:35 | |
larsks | Kvezon: Are there any errors in your logs that correspond to these attempts? | 15:36 |
*** JonnyNomad has quit IRC | 15:36 | |
*** msgodf has quit IRC | 15:36 | |
*** dmw has joined #openstack | 15:36 | |
*** zenoway has joined #openstack | 15:36 | |
*** cmyster has quit IRC | 15:37 | |
*** zenoway has joined #openstack | 15:37 | |
*** matanya has joined #openstack | 15:37 | |
*** yrabl has joined #openstack | 15:37 | |
*** mrlesmithjr has quit IRC | 15:39 | |
*** rcleere has quit IRC | 15:39 | |
*** mrlesmithjr has joined #openstack | 15:39 | |
*** dobber has quit IRC | 15:40 | |
*** paragan has quit IRC | 15:40 | |
*** vkozhukalov has quit IRC | 15:40 | |
*** dobber has joined #openstack | 15:40 | |
*** zenoway has quit IRC | 15:41 | |
*** ralfiboy has joined #openstack | 15:43 | |
*** dcramer_ has joined #openstack | 15:43 | |
*** fnaval has quit IRC | 15:44 | |
*** msgodf has joined #openstack | 15:44 | |
*** glejeune_taf has quit IRC | 15:44 | |
Kvezon | No, but it also says that it is not implemented error | 15:45 |
*** rohara has quit IRC | 15:46 | |
*** aroque has quit IRC | 15:46 | |
*** KaZeR has joined #openstack | 15:46 | |
*** fnaval has joined #openstack | 15:46 | |
*** norris900 has quit IRC | 15:47 | |
*** pbarquero has joined #openstack | 15:49 | |
*** exed has quit IRC | 15:50 | |
*** CaptTofu has joined #openstack | 15:50 | |
*** glejeune_taf has joined #openstack | 15:50 | |
*** fnaval has quit IRC | 15:52 | |
*** CaptTofu has quit IRC | 15:52 | |
*** CaptTofu has joined #openstack | 15:53 | |
*** msgodf has quit IRC | 15:53 | |
*** rossella_s has quit IRC | 15:54 | |
*** mdomsch has quit IRC | 15:55 | |
*** vlad_starkov has quit IRC | 15:55 | |
*** dpippenger has quit IRC | 15:55 | |
*** sayan has joined #openstack | 15:56 | |
*** galstrom is now known as galstrom_zzz | 15:57 | |
*** CaptTofu has quit IRC | 15:57 | |
*** arnaud has joined #openstack | 15:58 | |
*** fbo has quit IRC | 15:59 | |
*** jttam has joined #openstack | 15:59 | |
*** alunduil has joined #openstack | 15:59 | |
*** ArminderS has joined #openstack | 15:59 | |
*** julim has quit IRC | 16:01 | |
*** peterbus_ has joined #openstack | 16:01 | |
*** fbo has joined #openstack | 16:01 | |
*** Ruetobas has quit IRC | 16:01 | |
*** galstrom_zzz is now known as galstrom | 16:01 | |
*** arnaud has quit IRC | 16:02 | |
*** julim has joined #openstack | 16:02 | |
*** ccs has joined #openstack | 16:02 | |
*** csd has joined #openstack | 16:02 | |
*** Ruetobas has joined #openstack | 16:03 | |
*** rcleere has joined #openstack | 16:04 | |
*** ArminderS has quit IRC | 16:04 | |
*** djbkd has joined #openstack | 16:04 | |
*** SushilKM__ has quit IRC | 16:05 | |
*** retreved has quit IRC | 16:05 | |
*** bladernr_ has quit IRC | 16:05 | |
Drankis | BobBall hi! | 16:05 |
*** reidrac has quit IRC | 16:05 | |
*** bladernr_ has joined #openstack | 16:05 | |
Drankis | BobBall patch is working! :) | 16:05 |
BobBall | Drankis: sorry it took so many attempts. I've given up trying to understand it. | 16:06 |
*** ppradhan has joined #openstack | 16:06 | |
BobBall | Please let me know if you have any more issues - I'll be trying to push for this to be backported | 16:06 |
BobBall | but let me know if there are any issues :) | 16:06 |
*** alexpec has joined #openstack | 16:06 | |
*** drago777 has quit IRC | 16:07 | |
*** retreved has joined #openstack | 16:07 | |
*** alexpec has quit IRC | 16:07 | |
*** colinmcnamara has joined #openstack | 16:07 | |
*** ewnd9 has quit IRC | 16:07 | |
*** alexpec has joined #openstack | 16:08 | |
*** mancdaz is now known as mancdaz_away | 16:08 | |
*** Ruetobas has quit IRC | 16:08 | |
Drankis | BobBall as I mentioned in one of my e-mails in list, I got lot problems with XenServer :) But this is great, that one is solved, now I can test pool functions! | 16:08 |
*** Barker has joined #openstack | 16:08 | |
Drankis | BobBall maybe you got some nice howto's to setup neutron with XenServer? There isn't much information about that... | 16:09 |
*** drago777 has joined #openstack | 16:09 | |
*** franc has quit IRC | 16:10 | |
BobBall | Drankis: http://blogs.citrix.com/2013/06/14/openstack-networking-quantum-on-xenserver-from-notworking-to-networking/ | 16:10 |
*** fnaval has joined #openstack | 16:11 | |
BobBall | Drankis: and in particular https://wiki.openstack.org/wiki/QuantumDevstackOvsXcp | 16:11 |
*** desai has joined #openstack | 16:11 | |
BobBall | (doesn't need to be XCP - can be any XenAPI like system) | 16:11 |
Drankis | BobBall ok, tnx! | 16:12 |
BobBall | Drankis: btw - could you mark my answer as correct on https://ask.openstack.org/en/question/8392/aggregate-hosts/? I still have very few points which means I can't post images etc | 16:13 |
*** anniec has quit IRC | 16:13 | |
*** Ruetobas has joined #openstack | 16:13 | |
*** yrabl has quit IRC | 16:13 | |
*** ffio has quit IRC | 16:14 | |
*** ArminderS has joined #openstack | 16:14 | |
*** RobOakes has joined #openstack | 16:15 | |
*** mdorman has joined #openstack | 16:15 | |
*** arozumenko has quit IRC | 16:15 | |
*** fnaval_ has joined #openstack | 16:15 | |
*** bdpayne has joined #openstack | 16:16 | |
*** akaro has joined #openstack | 16:16 | |
*** fnaval has quit IRC | 16:16 | |
*** amuller has quit IRC | 16:17 | |
*** Mierdin has joined #openstack | 16:17 | |
*** topshare has joined #openstack | 16:18 | |
*** SushilKM__ has joined #openstack | 16:18 | |
*** drago777 has quit IRC | 16:19 | |
*** akaro has quit IRC | 16:19 | |
*** p4tux has quit IRC | 16:19 | |
*** akaro has joined #openstack | 16:20 | |
*** p4tux_ has joined #openstack | 16:20 | |
Drankis | BobBall sure! | 16:20 |
*** dobber has quit IRC | 16:20 | |
*** drago777 has joined #openstack | 16:20 | |
*** marekd is now known as marekd|away | 16:22 | |
*** urulama_ has quit IRC | 16:22 | |
*** nigwil has quit IRC | 16:22 | |
*** kenhui1 has quit IRC | 16:23 | |
*** kenhui has joined #openstack | 16:23 | |
*** tserong has quit IRC | 16:23 | |
*** alop has joined #openstack | 16:23 | |
*** Ranzp has joined #openstack | 16:24 | |
*** teran has joined #openstack | 16:24 | |
*** yaguang has quit IRC | 16:25 | |
BobBall | ta :) | 16:25 |
*** psyl0n has quit IRC | 16:25 | |
*** dims has quit IRC | 16:26 | |
*** vipul-away is now known as vipul | 16:26 | |
*** dianefle_ has joined #openstack | 16:27 | |
*** Ranzpirat has quit IRC | 16:27 | |
*** tserong has joined #openstack | 16:27 | |
*** cjellick has joined #openstack | 16:28 | |
*** dianefle_ has quit IRC | 16:28 | |
*** engkur has joined #openstack | 16:28 | |
*** lborda_ has joined #openstack | 16:29 | |
*** Kvezon has quit IRC | 16:29 | |
*** terriyu has joined #openstack | 16:29 | |
*** dianefle_ has joined #openstack | 16:29 | |
*** teran has quit IRC | 16:29 | |
*** lborda has quit IRC | 16:29 | |
*** andee_ has joined #openstack | 16:30 | |
*** dianefleming has quit IRC | 16:30 | |
*** dims has joined #openstack | 16:30 | |
*** nigwil has joined #openstack | 16:30 | |
*** csaba is now known as csaba|afk | 16:31 | |
*** drewlander has quit IRC | 16:31 | |
*** atomek has joined #openstack | 16:31 | |
*** rdas has quit IRC | 16:32 | |
*** drewlander has joined #openstack | 16:32 | |
*** andee_ has quit IRC | 16:33 | |
*** renebarbosa has quit IRC | 16:33 | |
*** devnull1 has quit IRC | 16:34 | |
*** Diddi has quit IRC | 16:34 | |
*** drago777 has quit IRC | 16:35 | |
*** psyl0n has joined #openstack | 16:36 | |
*** Princess7 has joined #openstack | 16:36 | |
*** drewlander has quit IRC | 16:36 | |
*** MaxV has quit IRC | 16:37 | |
Princess7 | hi | 16:37 |
*** MaxV has joined #openstack | 16:37 | |
*** whenry has quit IRC | 16:37 | |
*** teran has joined #openstack | 16:37 | |
*** HenryG_ has joined #openstack | 16:38 | |
*** parstac_pete_ has joined #openstack | 16:38 | |
*** tma996 has quit IRC | 16:38 | |
*** drago777 has joined #openstack | 16:39 | |
*** vfiduccia has joined #openstack | 16:39 | |
*** rushiagr is now known as rushiagr_away | 16:39 | |
*** dianefle_ has quit IRC | 16:39 | |
*** akaro2 has joined #openstack | 16:40 | |
*** Princess7 has quit IRC | 16:40 | |
*** HenryG has quit IRC | 16:41 | |
*** parstac_pete has quit IRC | 16:41 | |
*** pradeep has quit IRC | 16:41 | |
*** whenry has joined #openstack | 16:41 | |
*** Princess7 has joined #openstack | 16:41 | |
*** pmathews has joined #openstack | 16:41 | |
*** Princess7 has left #openstack | 16:41 | |
*** reed has joined #openstack | 16:42 | |
*** jcoufal has quit IRC | 16:42 | |
*** afm has quit IRC | 16:43 | |
*** lborda_ has quit IRC | 16:43 | |
*** dspano has joined #openstack | 16:43 | |
*** lborda_ has joined #openstack | 16:43 | |
*** KaZeR_ has joined #openstack | 16:43 | |
*** danger_f` is now known as dangers | 16:44 | |
*** akaro has quit IRC | 16:44 | |
*** ArminderS- has joined #openstack | 16:44 | |
*** ArminderS has quit IRC | 16:45 | |
*** amrith has quit IRC | 16:45 | |
*** Sabey has joined #openstack | 16:45 | |
*** kenperkins_ has joined #openstack | 16:45 | |
*** glejeune_taf has quit IRC | 16:46 | |
*** dims_ has joined #openstack | 16:46 | |
*** smead has quit IRC | 16:46 | |
*** hartsocks has left #openstack | 16:46 | |
*** krypto has quit IRC | 16:47 | |
Drankis | BobBall njam, live migration is not working :/ | 16:48 |
*** djbkd_ has joined #openstack | 16:48 | |
*** djbkd has quit IRC | 16:48 | |
*** djbkd_ is now known as djbkd | 16:48 | |
BobBall | Drankis: error log pls :) | 16:48 |
*** lborda_ has quit IRC | 16:49 | |
*** dianefleming has joined #openstack | 16:49 | |
*** epopt37 has quit IRC | 16:49 | |
Drankis | BobBall http://paste.openstack.org/show/55524/ looks like slave can't see that it is in pool | 16:50 |
*** dianefleming has quit IRC | 16:50 | |
*** dizquierdo has quit IRC | 16:50 | |
*** eharney_ has joined #openstack | 16:50 | |
*** epopt37 has joined #openstack | 16:50 | |
*** dianefleming has joined #openstack | 16:50 | |
*** eharney has quit IRC | 16:51 | |
Drankis | BobBall I am trying migrate from compute-1 to compute-2 command: nova live-migration f02ebfe4-bfc2-47e2-84bb-4596b6a21263 compute-2 | 16:51 |
*** eharney_ is now known as eharney | 16:51 | |
BobBall | nova before trying that... | 16:51 |
*** TVR has quit IRC | 16:51 | |
BobBall | nova aggregate-list; nova aggregate-details 1 | 16:51 |
*** dims has quit IRC | 16:52 | |
*** alexpec has quit IRC | 16:52 | |
*** fbo has quit IRC | 16:52 | |
*** sayan has quit IRC | 16:52 | |
*** KaZeR has quit IRC | 16:52 | |
*** ayoung has quit IRC | 16:52 | |
*** mattymo has quit IRC | 16:52 | |
*** peristeri has quit IRC | 16:52 | |
*** kbringard has quit IRC | 16:52 | |
*** ndipanov has quit IRC | 16:52 | |
*** kawa2014 has quit IRC | 16:52 | |
*** badiane_ka has quit IRC | 16:52 | |
*** kenperkins has quit IRC | 16:52 | |
*** amotoki has quit IRC | 16:52 | |
*** Pengoo has quit IRC | 16:52 | |
BobBall | and on the main XS host: xe host-list | 16:52 |
BobBall | and nova service-list | 16:52 |
BobBall | please :) | 16:52 |
*** fbo has joined #openstack | 16:52 | |
BobBall | just dump them all on the same paste | 16:52 |
*** kawa2014 has joined #openstack | 16:52 | |
*** djbkd has quit IRC | 16:52 | |
*** dolphm_ has joined #openstack | 16:53 | |
*** AaronGr_Zzz is now known as AaronGr | 16:54 | |
*** kbrierly has quit IRC | 16:54 | |
*** iogg_ has quit IRC | 16:54 | |
*** KrisK19 has joined #openstack | 16:55 | |
*** drewlander has joined #openstack | 16:55 | |
Drankis | BobBall http://paste.openstack.org/show/55525/ http://paste.openstack.org/show/55526/ | 16:55 |
*** djbkd has joined #openstack | 16:55 | |
*** ArminderS- has quit IRC | 16:55 | |
*** mozawa has quit IRC | 16:55 | |
*** 16WABRW52 has joined #openstack | 16:55 | |
*** alexpec has joined #openstack | 16:55 | |
*** sayan has joined #openstack | 16:55 | |
*** ayoung has joined #openstack | 16:55 | |
*** mattymo has joined #openstack | 16:55 | |
*** kbringard has joined #openstack | 16:55 | |
*** ndipanov has joined #openstack | 16:55 | |
*** amotoki has joined #openstack | 16:55 | |
Drankis | ahh I create two .. | 16:55 |
BobBall | d'oh! | 16:56 |
BobBall | hang on | 16:56 |
*** sayan has quit IRC | 16:56 | |
BobBall | I think I just realised what was wrong | 16:56 |
BobBall | lemme fix it | 16:56 |
*** bbcmicrocomputer has quit IRC | 16:56 | |
*** sayan has joined #openstack | 16:56 | |
*** SushilKM__ has quit IRC | 16:56 | |
BobBall | no, I really haven't | 16:57 |
Drankis | =] | 16:57 |
BobBall | this is back to the what the heck is going on | 16:57 |
BobBall | I'll make the change I think will fix it | 16:57 |
BobBall | even though I don't understand it | 16:57 |
BobBall | one sec | 16:57 |
BobBall | *groan* | 16:58 |
BobBall | I hate this code | 16:58 |
*** drago777 has quit IRC | 16:58 | |
BobBall | ok - that fixed it - one sec | 16:58 |
*** mrlesmithjr has quit IRC | 16:58 | |
*** 16WABRW52 has quit IRC | 16:58 | |
*** alexpec has quit IRC | 16:58 | |
*** ayoung has quit IRC | 16:58 | |
*** mattymo has quit IRC | 16:58 | |
*** kbringard has quit IRC | 16:58 | |
*** ndipanov has quit IRC | 16:58 | |
*** amotoki has quit IRC | 16:58 | |
*** mrlesmithjr has joined #openstack | 16:58 | |
*** devnull1 has joined #openstack | 16:58 | |
BobBall | take the latest patch now (just change vmops.py:1719 from metadata to metadetails) | 16:59 |
*** smead has joined #openstack | 16:59 | |
BobBall | I don't have shared storage, so the migrate fails, but it gets passed that point for me now | 16:59 |
BobBall | and yes - this is still all related to the partial conversion to objects that straddled the havana release :/ | 17:00 |
*** drago777 has joined #openstack | 17:00 | |
*** badiane_ka has joined #openstack | 17:00 | |
*** glucas_ has joined #openstack | 17:00 | |
*** angdraug has joined #openstack | 17:02 | |
*** lborda has joined #openstack | 17:02 | |
*** ArminderS has joined #openstack | 17:02 | |
*** SushilKM__ has joined #openstack | 17:02 | |
*** JesperA has quit IRC | 17:02 | |
*** mrlesmithjr has quit IRC | 17:03 | |
*** glucas has quit IRC | 17:03 | |
*** glucas_ is now known as glucas | 17:03 | |
*** macjack has quit IRC | 17:04 | |
*** peristeri has joined #openstack | 17:04 | |
*** 16WABRW52 has joined #openstack | 17:04 | |
*** alexpec has joined #openstack | 17:04 | |
*** ayoung has joined #openstack | 17:04 | |
*** mattymo has joined #openstack | 17:04 | |
*** kbringard has joined #openstack | 17:04 | |
*** ndipanov has joined #openstack | 17:04 | |
*** amotoki has joined #openstack | 17:04 | |
Drankis | BobBall now command runs, but with error in master compute, but it looks like becouse some error on neutron | 17:05 |
Drankis | http://paste.openstack.org/show/55527/ | 17:05 |
BobBall | oohhh | 17:05 |
*** MaxV has quit IRC | 17:05 | |
*** bladernr_ has quit IRC | 17:05 | |
*** pablosan has joined #openstack | 17:05 | |
BobBall | that's an interesting point | 17:05 |
BobBall | I'm not aware of anyone ever trying live migration in pools with neutron! | 17:05 |
BobBall | eurgh | 17:05 |
Drankis | Ohh | 17:05 |
BobBall | That's not quite neutron related... but it's very close | 17:05 |
BobBall | *sigh* | 17:05 |
*** bladernr_ has joined #openstack | 17:05 | |
BobBall | ok | 17:05 |
BobBall | you've got multiple networks - possibly because each host is set up with their own network... and none of them are shared across a pool | 17:06 |
BobBall | which means you can't do live migration because you have to be able to see the same network on both ends | 17:06 |
*** jorisroovers has joined #openstack | 17:06 | |
BobBall | run xe network-list on one of the hosts | 17:06 |
*** scott_w has quit IRC | 17:06 | |
BobBall | not quite sure why they didn't automatically assume they were the same network | 17:07 |
BobBall | (which usually happens based on the PIF they are plugged into | 17:07 |
BobBall | +) | 17:07 |
*** thorfinn has quit IRC | 17:08 | |
Drankis | BobBall they both have same network, both computes running neutron too. http://paste.openstack.org/show/55528/ | 17:08 |
BobBall | I've got to go now - but if you can send details of your network setup, the output of "xe network-list params=all" and "xe vif-list params=all" to openstack@citrix.com then we might be able to find a solution tomorrow. | 17:08 |
BobBall | ah - I think you can only have one neutron | 17:08 |
*** mrjazzcat has joined #openstack | 17:09 | |
*** jroovers has quit IRC | 17:09 | |
Drankis | Hmm I must to go too, so what I can send to you to debug? | 17:09 |
*** peristeri has quit IRC | 17:09 | |
*** 16WABRW52 has quit IRC | 17:09 | |
*** alexpec has quit IRC | 17:09 | |
*** ayoung has quit IRC | 17:09 | |
*** mattymo has quit IRC | 17:09 | |
*** kbringard has quit IRC | 17:09 | |
*** ndipanov has quit IRC | 17:09 | |
*** amotoki has quit IRC | 17:09 | |
Drankis | Or mby write to my email, I will answer later | 17:09 |
BobBall | xe host-list will also be useful | 17:09 |
BobBall | ok | 17:09 |
*** Drankis has quit IRC | 17:09 | |
BobBall | tell you what - shall we just sync up tomorrow on this :) | 17:09 |
*** rohit404 has quit IRC | 17:11 | |
*** arezmerita has joined #openstack | 17:12 | |
*** smead has quit IRC | 17:12 | |
*** amotoki has joined #openstack | 17:12 | |
*** salparad1se has joined #openstack | 17:13 | |
*** Diddi has joined #openstack | 17:13 | |
*** smead has joined #openstack | 17:13 | |
*** psyl0n has quit IRC | 17:14 | |
*** salparadise has quit IRC | 17:14 | |
*** alexpec has joined #openstack | 17:15 | |
*** ayoung has joined #openstack | 17:15 | |
*** mattymo has joined #openstack | 17:15 | |
*** kbringard has joined #openstack | 17:15 | |
*** ndipanov has joined #openstack | 17:15 | |
*** jp_at_hp has quit IRC | 17:15 | |
*** rushiagr_away is now known as rushiagr | 17:15 | |
*** drago777 has quit IRC | 17:15 | |
*** akaro2 has quit IRC | 17:15 | |
*** WackoRobie has quit IRC | 17:16 | |
*** galstrom is now known as galstrom_zzz | 17:16 | |
*** jttam has quit IRC | 17:16 | |
*** simon-AS559 has quit IRC | 17:18 | |
*** simon-AS559 has joined #openstack | 17:18 | |
*** drago777 has joined #openstack | 17:18 | |
*** tmclaugh[work] has joined #openstack | 17:18 | |
*** pfreund has quit IRC | 17:18 | |
*** fiksttim has joined #openstack | 17:19 | |
*** fikst has quit IRC | 17:19 | |
*** hemna has joined #openstack | 17:19 | |
*** max_lobur is now known as max_lobur_afk | 17:21 | |
*** topshare has quit IRC | 17:21 | |
*** BobBall is now known as BobBallAway | 17:21 | |
*** jkienitz has joined #openstack | 17:22 | |
*** simon-AS559 has quit IRC | 17:23 | |
*** jeflui has joined #openstack | 17:23 | |
*** jeflui has joined #openstack | 17:23 | |
*** tmclaugh[work] has quit IRC | 17:23 | |
*** pantea has quit IRC | 17:23 | |
*** tmclaugh[work] has joined #openstack | 17:23 | |
*** peristeri has joined #openstack | 17:24 | |
*** wastrel has quit IRC | 17:25 | |
*** osier has quit IRC | 17:25 | |
*** batlogg has quit IRC | 17:26 | |
*** anders^ has quit IRC | 17:26 | |
*** kushal has quit IRC | 17:27 | |
*** giorgiodinapoli has quit IRC | 17:28 | |
*** anders^ has joined #openstack | 17:29 | |
*** kushal has joined #openstack | 17:29 | |
*** akaro2 has joined #openstack | 17:29 | |
*** shaon has quit IRC | 17:30 | |
*** seikath has joined #openstack | 17:30 | |
*** shaon has joined #openstack | 17:30 | |
*** shaon has joined #openstack | 17:30 | |
*** marun has joined #openstack | 17:30 | |
*** Barker has quit IRC | 17:30 | |
*** akaro2 has quit IRC | 17:30 | |
*** vlad_starkov has joined #openstack | 17:30 | |
*** matanya has quit IRC | 17:32 | |
*** jasonoz has quit IRC | 17:32 | |
*** jasonoz has joined #openstack | 17:32 | |
*** warik has joined #openstack | 17:32 | |
*** scotm has joined #openstack | 17:33 | |
*** drago777 has quit IRC | 17:33 | |
*** devnull1 has quit IRC | 17:33 | |
*** scotm has quit IRC | 17:33 | |
*** rhand has quit IRC | 17:33 | |
*** seikatw has quit IRC | 17:33 | |
*** Barker has joined #openstack | 17:34 | |
*** whenry has quit IRC | 17:34 | |
*** drago777 has joined #openstack | 17:35 | |
*** cf has joined #openstack | 17:35 | |
*** anders^ has quit IRC | 17:35 | |
*** klync has quit IRC | 17:35 | |
*** baffle has quit IRC | 17:35 | |
*** seikath has quit IRC | 17:36 | |
*** baffle has joined #openstack | 17:36 | |
*** CrackerJackMack has quit IRC | 17:37 | |
*** Gamekiller77 has joined #openstack | 17:37 | |
Gamekiller77 | Sam-I-Am, are you around ? | 17:37 |
*** seikatw has joined #openstack | 17:38 | |
*** SushilKM__ has left #openstack | 17:39 | |
*** whenry has joined #openstack | 17:39 | |
*** akaro2 has joined #openstack | 17:39 | |
*** anders^ has joined #openstack | 17:40 | |
*** drewlander has quit IRC | 17:41 | |
*** jttam has joined #openstack | 17:42 | |
*** dhblaz has joined #openstack | 17:42 | |
*** terriyu has quit IRC | 17:43 | |
*** mrlesmithjr has joined #openstack | 17:43 | |
*** akemarth has quit IRC | 17:43 | |
*** drago777 has quit IRC | 17:45 | |
*** giorgiodinapoli has joined #openstack | 17:45 | |
*** rohara has joined #openstack | 17:46 | |
*** vkozhukalov has joined #openstack | 17:46 | |
*** buckaroo has quit IRC | 17:46 | |
*** radiocat_ has joined #openstack | 17:47 | |
*** dolphm_ has quit IRC | 17:47 | |
*** nkhare has quit IRC | 17:47 | |
*** tzn has quit IRC | 17:47 | |
*** radiocats has quit IRC | 17:47 | |
*** radiocat_ has quit IRC | 17:47 | |
*** Seoman has quit IRC | 17:47 | |
*** akaro2 has quit IRC | 17:47 | |
*** afm has joined #openstack | 17:48 | |
*** drago777 has joined #openstack | 17:48 | |
*** mrlesmithjr has quit IRC | 17:48 | |
*** radiocats has joined #openstack | 17:48 | |
*** moted has joined #openstack | 17:48 | |
*** kenperkins_ is now known as kenperkins | 17:48 | |
*** buckaroo has joined #openstack | 17:48 | |
*** dolphm_ has joined #openstack | 17:49 | |
*** disappear1 has quit IRC | 17:49 | |
*** slowe has joined #openstack | 17:49 | |
*** bdpayne has quit IRC | 17:49 | |
*** seikath has joined #openstack | 17:50 | |
*** bdpayne has joined #openstack | 17:50 | |
*** dims_ is now known as dims | 17:50 | |
*** Ranzp has quit IRC | 17:51 | |
*** seikatw has quit IRC | 17:51 | |
*** Ranzp has joined #openstack | 17:52 | |
*** psyl0n has joined #openstack | 17:52 | |
*** damadhat has quit IRC | 17:52 | |
*** engkur has quit IRC | 17:53 | |
*** damadhatter has joined #openstack | 17:53 | |
*** Deoan_ has joined #openstack | 17:55 | |
*** dfarrell-41678 has quit IRC | 17:55 | |
*** arnaud has joined #openstack | 17:55 | |
*** arnaud__ has joined #openstack | 17:55 | |
*** ffio has joined #openstack | 17:55 | |
*** kevinconway has quit IRC | 17:56 | |
*** Blackavar has quit IRC | 17:56 | |
*** aeperezt has quit IRC | 17:56 | |
*** Deoan has quit IRC | 17:56 | |
*** che-arne has joined #openstack | 17:57 | |
*** evanz_ has joined #openstack | 17:58 | |
*** pll_ has quit IRC | 17:58 | |
*** jttam has quit IRC | 17:58 | |
*** sgviking has quit IRC | 17:58 | |
*** arnaud___ has joined #openstack | 17:58 | |
*** kawa2014 has quit IRC | 17:59 | |
*** Deoan_ has quit IRC | 17:59 | |
*** joesavak has quit IRC | 17:59 | |
*** lborda has quit IRC | 17:59 | |
*** drewlander has joined #openstack | 17:59 | |
*** brdude has joined #openstack | 18:01 | |
*** lborda has joined #openstack | 18:01 | |
*** galstrom_zzz is now known as galstrom | 18:02 | |
*** joesavak has joined #openstack | 18:03 | |
*** jorisroovers has quit IRC | 18:03 | |
*** arnaud___ has quit IRC | 18:03 | |
*** jlibosva1 has joined #openstack | 18:04 | |
*** lsell has joined #openstack | 18:04 | |
*** Deoan has joined #openstack | 18:04 | |
*** nsavin has joined #openstack | 18:04 | |
*** harlowja_away is now known as harlowja | 18:04 | |
*** jlibosva2 has joined #openstack | 18:05 | |
*** lsell has left #openstack | 18:05 | |
*** bladernr_ has quit IRC | 18:05 | |
*** mutex has joined #openstack | 18:05 | |
*** bladernr_ has joined #openstack | 18:06 | |
*** jlibosva has quit IRC | 18:06 | |
*** davi has joined #openstack | 18:06 | |
*** tzn has joined #openstack | 18:07 | |
*** jlibosva2 has quit IRC | 18:07 | |
*** seikatw has joined #openstack | 18:07 | |
*** jlibosva1 has quit IRC | 18:08 | |
*** amrith has joined #openstack | 18:08 | |
*** klync has joined #openstack | 18:08 | |
*** nsavin has quit IRC | 18:09 | |
*** lblanchard has quit IRC | 18:09 | |
*** cf has quit IRC | 18:09 | |
*** comay has joined #openstack | 18:10 | |
*** TVR has joined #openstack | 18:10 | |
*** seikath has quit IRC | 18:11 | |
*** TVR has quit IRC | 18:12 | |
*** atomek has quit IRC | 18:12 | |
*** TVR has joined #openstack | 18:13 | |
*** sep has quit IRC | 18:13 | |
*** jttam has joined #openstack | 18:13 | |
*** joesavak has quit IRC | 18:15 | |
*** renebarbosa has joined #openstack | 18:16 | |
*** renebarbosa has joined #openstack | 18:16 | |
*** matanya has joined #openstack | 18:16 | |
*** mahipal has joined #openstack | 18:16 | |
*** arif-ali has joined #openstack | 18:18 | |
*** exed has joined #openstack | 18:18 | |
*** fiksttim has quit IRC | 18:19 | |
*** p4tux_ has quit IRC | 18:19 | |
*** giorgiodinapoli has quit IRC | 18:20 | |
*** nacer__ has joined #openstack | 18:20 | |
*** p4tux has joined #openstack | 18:21 | |
*** dpippenger has joined #openstack | 18:21 | |
*** nacer_ has quit IRC | 18:22 | |
*** urulama has joined #openstack | 18:23 | |
*** smead has quit IRC | 18:23 | |
*** JesperA has joined #openstack | 18:23 | |
*** pvaneck has joined #openstack | 18:23 | |
*** suresh12 has joined #openstack | 18:23 | |
*** Zack_Deee has quit IRC | 18:23 | |
*** tzn has quit IRC | 18:23 | |
*** kushal has quit IRC | 18:23 | |
*** seikath has joined #openstack | 18:24 | |
*** hockeynut has quit IRC | 18:25 | |
*** JordanRinke has quit IRC | 18:25 | |
*** AndChat-443889 has joined #openstack | 18:25 | |
*** JordanRinke has joined #openstack | 18:25 | |
*** nacer__ has quit IRC | 18:25 | |
*** bdpayne has quit IRC | 18:26 | |
*** aroque has joined #openstack | 18:27 | |
*** joesavak has joined #openstack | 18:27 | |
*** bdpayne has joined #openstack | 18:27 | |
*** seikatw has quit IRC | 18:27 | |
*** urulama has quit IRC | 18:27 | |
*** seikatw has joined #openstack | 18:28 | |
*** fouxm has quit IRC | 18:28 | |
*** seikath has quit IRC | 18:28 | |
*** IlyaE has quit IRC | 18:28 | |
*** fouxm has joined #openstack | 18:29 | |
*** AndChat-443889 has quit IRC | 18:30 | |
*** fouxm has quit IRC | 18:30 | |
*** IlyaE has joined #openstack | 18:31 | |
*** SumitNaiksatam has quit IRC | 18:32 | |
*** exed has quit IRC | 18:32 | |
*** CaptTofu has joined #openstack | 18:33 | |
*** julienvey_ has joined #openstack | 18:34 | |
*** yogesh has joined #openstack | 18:34 | |
*** ifarkas has quit IRC | 18:34 | |
*** davi has quit IRC | 18:36 | |
*** seikath has joined #openstack | 18:37 | |
*** amrith has quit IRC | 18:37 | |
*** arif-ali has quit IRC | 18:37 | |
*** rcleere has quit IRC | 18:37 | |
*** AndChat-443889 has joined #openstack | 18:38 | |
*** ryanpetrello has quit IRC | 18:38 | |
*** amrith has joined #openstack | 18:38 | |
*** sushils has quit IRC | 18:38 | |
*** rohara has quit IRC | 18:39 | |
*** arif-ali has joined #openstack | 18:39 | |
*** seikatw has quit IRC | 18:40 | |
*** _sulo has quit IRC | 18:41 | |
*** rushiagr has quit IRC | 18:41 | |
*** dtx00ff has joined #openstack | 18:41 | |
*** whenry has quit IRC | 18:41 | |
*** seikath has quit IRC | 18:41 | |
*** ade_b has quit IRC | 18:42 | |
*** dennisquan has joined #openstack | 18:42 | |
*** amrith has quit IRC | 18:44 | |
*** mrlesmithjr has joined #openstack | 18:44 | |
*** IlyaE has quit IRC | 18:45 | |
*** arif-ali has quit IRC | 18:45 | |
*** yogesh has quit IRC | 18:45 | |
*** dtx00ff_ has joined #openstack | 18:45 | |
*** ryanpetrello has joined #openstack | 18:46 | |
dmw | been ripping my hair out trying to figure out what I did wrong. keystone authentication for neutron isn't working but works fine for everything else. I rebuilt the user account, gone through the neutron.conf and api-paste.ini files again and again but it still fails. noauth works fine. | 18:46 |
*** mahipal has quit IRC | 18:46 | |
*** yogesh has joined #openstack | 18:47 | |
*** jsavak has joined #openstack | 18:47 | |
*** rohit404 has joined #openstack | 18:47 | |
*** dtx00ff has quit IRC | 18:47 | |
dmw | when set back to keystone auth, debug shows the following | 18:48 |
*** mrlesmithjr has quit IRC | 18:48 | |
*** teran has quit IRC | 18:48 | |
dmw | REQ: curl -i http://controller:35357/v2.0/tokens -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "User-Agent: python-neutronclient" -d '{"auth": {"tenantName": "admin", "passwordC redentials": {"username": "admin", "password": "savannah"}}}' | 18:49 |
*** joesavak has quit IRC | 18:49 | |
dmw | respose come back fine with a token | 18:49 |
dmw | then the next request | 18:49 |
*** perror has quit IRC | 18:49 | |
Sam-I-Am | hmm | 18:49 |
dmw | DEBUG: neutronclient.client REQ: curl -i http://controller:9696/v2.0/networks.json -X GET -H "X-Auth-Token: MIIILQY[...] | 18:49 |
dmw | DEBUG: neutronclient.client RESP:{'date': 'Thu, 19 Dec 2013 16:05:06 GMT', 'status': '401', 'content-len gth': '23', 'content-type': 'text/plain', 'www-authenticate': "Keystone uri='https://controller:35357'"} Authentication required | 18:49 |
Sam-I-Am | what distro and install type? | 18:49 |
*** gszasz has quit IRC | 18:50 | |
dmw | Ubuntu 12.04.3 | 18:50 |
Sam-I-Am | using the install guide? | 18:50 |
dolphm | dmw: i'm guessing one of your auth_* config options for auth_token in your neutron paste file is funky | 18:50 |
dmw | havana | 18:50 |
dmw | yes | 18:50 |
dmw | I'll check them again | 18:51 |
dolphm | dmw: specifically, whatever variables result in https://controller:35357/ | 18:51 |
Sam-I-Am | dmw: or the directive is under the wrong header | 18:51 |
dmw | any idea why it shows https in the response error? | 18:51 |
*** smead has joined #openstack | 18:51 | |
Sam-I-Am | its easy to put things under [xxx] when they should be under [yyy] | 18:51 |
*** jsavak has quit IRC | 18:53 | |
*** hs366 has joined #openstack | 18:53 | |
*** SumitNaiksatam has joined #openstack | 18:54 | |
*** jgreg has joined #openstack | 18:54 | |
*** amrith has joined #openstack | 18:55 | |
dmw | <Sam-I-Am> That was it! | 18:56 |
dmw | I had the api-paste.ini items in the wrong directive | 18:56 |
*** Barker has quit IRC | 18:56 | |
dmw | thank you so much! | 18:56 |
Sam-I-Am | that'll do it | 18:56 |
*** racedo has quit IRC | 18:57 | |
*** csd has quit IRC | 18:58 | |
*** yogesh has quit IRC | 18:58 | |
*** yogesh has joined #openstack | 18:58 | |
*** Barker has joined #openstack | 18:59 | |
*** racedo has joined #openstack | 19:01 | |
*** yogesh has quit IRC | 19:01 | |
*** mrlesmithjr has joined #openstack | 19:01 | |
*** AaronGr is now known as AaronGR_afk | 19:01 | |
*** rnirmal has quit IRC | 19:02 | |
*** kenhui has quit IRC | 19:02 | |
*** yogesh_ has joined #openstack | 19:04 | |
*** afm has quit IRC | 19:04 | |
*** kenhui has joined #openstack | 19:04 | |
*** dtx00ff_ has quit IRC | 19:05 | |
*** reed has quit IRC | 19:05 | |
*** racedo has quit IRC | 19:06 | |
*** renebarbosa has quit IRC | 19:06 | |
*** retreved has quit IRC | 19:06 | |
dolphm | dmw: Sam-I-Am: ha, good catch | 19:06 |
*** retreved has joined #openstack | 19:07 | |
*** mahipal has joined #openstack | 19:07 | |
*** whenry has joined #openstack | 19:08 | |
*** drago777 has quit IRC | 19:09 | |
*** racedo has joined #openstack | 19:09 | |
*** jroovers has joined #openstack | 19:09 | |
*** seikath has joined #openstack | 19:10 | |
*** racedo has quit IRC | 19:10 | |
*** johnsterdotcom has joined #openstack | 19:10 | |
*** ctracey|away is now known as ctracey | 19:10 | |
*** retreved has quit IRC | 19:10 | |
*** che-arne has quit IRC | 19:10 | |
*** retreved has joined #openstack | 19:11 | |
*** kurt___ has quit IRC | 19:11 | |
*** amrith has quit IRC | 19:11 | |
Sam-I-Am | seems to be a pretty common problem | 19:11 |
*** AndChat-443889 has quit IRC | 19:11 | |
*** amrith has joined #openstack | 19:11 | |
*** kurt_ has joined #openstack | 19:11 | |
*** drago777 has joined #openstack | 19:12 | |
*** kevinconway has joined #openstack | 19:13 | |
*** racedo has joined #openstack | 19:13 | |
*** evanz_ has quit IRC | 19:13 | |
*** radez_g0n3 is now known as radez | 19:13 | |
*** drewlander has quit IRC | 19:13 | |
*** drewlander has joined #openstack | 19:14 | |
*** ffio has quit IRC | 19:14 | |
*** evanz_ has joined #openstack | 19:14 | |
*** MaxV has joined #openstack | 19:14 | |
*** yogesh_ has quit IRC | 19:15 | |
*** nmagnezi has joined #openstack | 19:15 | |
*** rnorwood1 has joined #openstack | 19:16 | |
*** Levex has joined #openstack | 19:16 | |
*** yogesh has joined #openstack | 19:17 | |
*** drewlander has quit IRC | 19:18 | |
*** amrith has quit IRC | 19:18 | |
*** seikath has quit IRC | 19:18 | |
*** amrith has joined #openstack | 19:18 | |
*** seikath has joined #openstack | 19:18 | |
*** MaxV has quit IRC | 19:19 | |
*** seikath has quit IRC | 19:19 | |
*** julienvey_ has quit IRC | 19:19 | |
*** JesperA has quit IRC | 19:19 | |
*** Barker has quit IRC | 19:19 | |
*** seikath has joined #openstack | 19:19 | |
*** MaxV has joined #openstack | 19:19 | |
*** jdob_ has joined #openstack | 19:21 | |
*** aliguori has joined #openstack | 19:23 | |
*** klync has quit IRC | 19:23 | |
*** rossk has joined #openstack | 19:23 | |
*** MaxV has quit IRC | 19:24 | |
*** vt102 has quit IRC | 19:25 | |
*** lsmola_ has quit IRC | 19:25 | |
*** seikath has quit IRC | 19:25 | |
*** jgreg has left #openstack | 19:25 | |
*** seikath has joined #openstack | 19:25 | |
slowe | I'm seeing an error in /var/log/glance/api.log referencing glance.store.sheepdog and the collie command. This is with Havana on Ubuntu 12.04.3. Can anyone point me in the direction of a fix/workaround? | 19:25 |
*** vkmc has quit IRC | 19:26 | |
*** CrackerJackMack has joined #openstack | 19:26 | |
Sam-I-Am | slowe: the default config looks for those, but it should work without it | 19:27 |
*** drewlander has joined #openstack | 19:27 | |
slowe | Sam-I-Am: So I should be able to ignore the Sheepdog errors. What about a message indicating that Cinder needs a context and won't work without it? | 19:27 |
*** Valien has joined #openstack | 19:27 | |
KaZeR_ | slowe: yeah you can ignore them. i have the message too, and everything works fine | 19:28 |
slowe | Sam-I-Am: End result of these errors that Glance apparently won't successfully add images; therefore, trying to launch an instance fails with "image not found". This is despite the fact that "glance index" and "glance image-list" both seem to work w/o problems. | 19:28 |
*** CaptTofu has quit IRC | 19:29 | |
*** walterheck has quit IRC | 19:30 | |
*** WackoRobie has joined #openstack | 19:31 | |
*** ndipanov has quit IRC | 19:31 | |
slowe | KaZeR_: For some reason--and the Sheepdog/Cinder errors are all I'm seeing in the logs--Glance is reporting "add method is disabled" and I can't launch any instances from an image. Thoughts? | 19:31 |
*** rhand has joined #openstack | 19:31 | |
KaZeR_ | "Glance apparently won't successfully add images" you should have a detailed error message, no? | 19:31 |
*** Valien has left #openstack | 19:31 | |
KaZeR_ | what backend are you using? lvm? | 19:31 |
slowe | I can create an image via the glance client or via Horizon, and no errors are reported (at least, none that I've been able to find). Backend is file, set to store in /var/lib/glance/images. | 19:33 |
*** mrmartin has joined #openstack | 19:33 | |
slowe | KaZeR_: I say "apparently won't add images" because the operation *appears* to succeed, but trying to launch an instance from that image fails with "image not found". I've deleted and recreated the image several times, and I've also restarted the glance-* services. | 19:34 |
*** walterheck has joined #openstack | 19:35 | |
*** julienvey_ has joined #openstack | 19:35 | |
KaZeR_ | do you have the image in the store? have you checked your nova-compute logs ? (it will try to retrieve the image and cache it on your compute node the first time you use it) | 19:35 |
slowe | KaZeR_: The "disabling add method" in /var/log/glance/api.log leads me to believe that it isn't successfully creating the image, but is failing to report an error as would be expected. I could be way wrong, of course. | 19:35 |
*** walterheck has quit IRC | 19:35 | |
slowe | KaZeR_: Yes, the image does actually show up as a file in /var/lib/glance/images. | 19:35 |
slowe | KaZeR_: Haven't checked nova-compute logs yet...let me do that real quick. | 19:36 |
*** walterheck has joined #openstack | 19:36 | |
*** scotm has joined #openstack | 19:36 | |
*** reed has joined #openstack | 19:36 | |
*** sumant has joined #openstack | 19:37 | |
*** Zack_Deee has joined #openstack | 19:37 | |
KaZeR_ | slowe: FIY i do have that error : WARNING glance.store.base [-] Failed to configure store correctly: Store cinder could not be configured correctly. Reason: Cinder storage requires a context. Disabling add method. | 19:37 |
KaZeR_ | so i think the add method is about adding config stuff, not adding images | 19:37 |
*** drago777 has quit IRC | 19:37 | |
slowe | KaZeR_: Understood. I've uncovered some AMQP-related errors in nova-compute.log, going to track them down and see if that's the source of the problem. | 19:37 |
KaZeR_ | great | 19:38 |
*** nsavin has joined #openstack | 19:38 | |
*** drago777 has joined #openstack | 19:39 | |
*** klync has joined #openstack | 19:40 | |
*** jdob_ has quit IRC | 19:40 | |
*** otherwiseguy has quit IRC | 19:40 | |
*** jdob has quit IRC | 19:40 | |
*** jdob has joined #openstack | 19:40 | |
*** Barker has joined #openstack | 19:40 | |
*** gyee has joined #openstack | 19:41 | |
*** matrixise has quit IRC | 19:42 | |
*** nj3ma has joined #openstack | 19:42 | |
*** matrixise has joined #openstack | 19:42 | |
*** anynicknamewilld has joined #openstack | 19:43 | |
*** renebarbosa has joined #openstack | 19:44 | |
*** renebarbosa has quit IRC | 19:44 | |
*** renebarbosa has joined #openstack | 19:44 | |
*** pavera has joined #openstack | 19:45 | |
*** johnthetubaguy1 has quit IRC | 19:45 | |
*** lblanchard has joined #openstack | 19:46 | |
*** anynicknamewilld has left #openstack | 19:47 | |
pavera | I'm having a tough time getting neutron networking running in a multi-host setup (1 ctrl, 1 network node, 1 compute node). As far as I can tell everything is working, except I can't route packets to the VMs | 19:47 |
*** atomek has joined #openstack | 19:47 | |
KaZeR_ | pavera: openvswitch ? | 19:47 |
pavera | yeah? its installed | 19:47 |
*** crandquist has joined #openstack | 19:47 | |
pavera | the bridges all appear to be configured | 19:47 |
*** tzn has joined #openstack | 19:47 | |
*** dtx00ff_ has joined #openstack | 19:48 | |
*** crandquist is now known as kobier | 19:48 | |
pavera | I had some errors in the openvswitch logs about not being able to add gre-<num> ports, but I fixed that by installing the datapath-dkms package | 19:48 |
*** balajiiyer has joined #openstack | 19:48 | |
*** renebarbosa has quit IRC | 19:49 | |
*** HenryG_ has quit IRC | 19:49 | |
pavera | I can ping the tenant router ip... ie ip netns exec <tenant router namespace> ping 192.168.150.1 | 19:49 |
*** sumant has quit IRC | 19:49 | |
Sam-I-Am | pavera: do the vms get ip addresses? | 19:49 |
pavera | yes | 19:49 |
KaZeR_ | can the VMs ping each others? | 19:49 |
*** renebarbosa has joined #openstack | 19:49 | |
*** renebarbosa has quit IRC | 19:49 | |
*** renebarbosa has joined #openstack | 19:49 | |
pavera | but they can't ping their gateway or each other | 19:49 |
KaZeR_ | have you checked your security group rules ? | 19:49 |
Sam-I-Am | can you ping the router ip for the vm network? | 19:50 |
pavera | I added the 2 rules that it mentions in the compute section... one for icmp and one for ssh | 19:50 |
Sam-I-Am | pavera: did you build these nodes as VMs? | 19:50 |
pavera | yes | 19:51 |
*** xmltok has joined #openstack | 19:51 | |
Sam-I-Am | on which vm product? | 19:51 |
Sam-I-Am | er, hypervisor | 19:51 |
pavera | vmware fusion | 19:51 |
Sam-I-Am | did you set the vswitch to allow promisc mode? | 19:51 |
pavera | I enabled promisc on the one NIC it tells you to in the docs | 19:52 |
*** csd has joined #openstack | 19:52 | |
pavera | which I think is only the external nic on the network node | 19:52 |
Sam-I-Am | the vswitch needs to allow promisc mode | 19:52 |
pavera | where do you allow that? | 19:53 |
*** sushils has joined #openstack | 19:53 | |
*** renebarbosa has quit IRC | 19:53 | |
*** klync has quit IRC | 19:53 | |
*** mahipal has quit IRC | 19:53 | |
KaZeR_ | pavera: your vms do get an ip? you have confirmed that from the vm or from the instance list? is the IP really assigned? | 19:53 |
Sam-I-Am | usually under the vswitch configuration for the vswitch which handles your external nic on the network node | 19:53 |
pavera | well, exactly yeah I enabled promisc mode on the NIC that is bridged to br-ex | 19:54 |
*** renebarbosa has joined #openstack | 19:54 | |
*** AaronGR_afk is now known as AaronGR | 19:55 | |
*** haruka has joined #openstack | 19:55 | |
pavera | from the instance list... so that could be untrue | 19:55 |
pavera | I can't connect to the console either because of how the VM network is setup... | 19:56 |
*** davidhadas has joined #openstack | 19:56 | |
*** inc0 has quit IRC | 19:58 | |
*** batlogg has joined #openstack | 19:58 | |
*** tzn has quit IRC | 19:59 | |
Sam-I-Am | is the console connection trying to use the wrong ip? | 19:59 |
*** arnaud___ has joined #openstack | 19:59 | |
pavera | yeah | 19:59 |
pavera | which setting controls where horizon attempts to connect to? | 20:00 |
*** marcelodieder has quit IRC | 20:00 | |
Sam-I-Am | its actually in nova.conf on the compute node | 20:00 |
pavera | its trying to connect to the "private" network | 20:00 |
Sam-I-Am | novncproxy_base_url=http://1.2.3.4:6080/vnc_auto.html | 20:00 |
pavera | ok | 20:01 |
Sam-I-Am | point it to whatever it should be | 20:01 |
pavera | let me change that and see if I can get into the console | 20:01 |
*** tsnider has quit IRC | 20:02 | |
*** bmcgahan has joined #openstack | 20:02 | |
Sam-I-Am | if that still doesn't work, each instance opens a normal vnc port on the compute node... starting with 5900 | 20:02 |
Sam-I-Am | you can usually vnc directly to that port | 20:02 |
*** buckaroo has quit IRC | 20:02 | |
*** KLevenstein1 has joined #openstack | 20:03 | |
*** renebarbosa has quit IRC | 20:03 | |
*** haruka has left #openstack | 20:03 | |
*** KLevenstein1 has left #openstack | 20:03 | |
*** arnaud___ has quit IRC | 20:04 | |
*** MrJoshua has quit IRC | 20:04 | |
*** berendt has quit IRC | 20:04 | |
*** batlogg has quit IRC | 20:06 | |
*** renebarbosa has joined #openstack | 20:06 | |
*** renebarbosa has joined #openstack | 20:06 | |
*** pablosan has quit IRC | 20:06 | |
*** drago777 has quit IRC | 20:07 | |
pavera | ok | 20:08 |
*** Squid56 has left #openstack | 20:08 | |
pavera | so I was wrong, the VM does not get an IP | 20:08 |
*** kenhui1 has joined #openstack | 20:08 | |
*** pablosan has joined #openstack | 20:08 | |
pavera | its assigned in the list but it doesn't actually receive it | 20:08 |
*** ccs has quit IRC | 20:08 | |
Sam-I-Am | on the network node, run 'ip netns' ... do you see a qdhcp* and qrouter* ? | 20:09 |
*** TSCHAKMac has quit IRC | 20:10 | |
pavera | yes | 20:10 |
pavera | and on the network node I can exec qrouter and ping both the gateway (192.168.150.1) and the dhcp server (.3) | 20:11 |
*** drago777 has joined #openstack | 20:11 | |
pavera | it really appears to be something about getting from 1 host to the other.. though ovs-vsctl show seems to show the br-tun with ports setup on both hosts | 20:12 |
*** KaZeR_ has quit IRC | 20:12 | |
*** kenhui has quit IRC | 20:13 | |
*** KrisK19 has quit IRC | 20:13 | |
*** nacer_ has joined #openstack | 20:14 | |
*** Abhishek has joined #openstack | 20:14 | |
Sam-I-Am | ok thats good | 20:14 |
*** matanya has quit IRC | 20:14 | |
*** KrisK19 has joined #openstack | 20:14 | |
*** hockeynut has joined #openstack | 20:15 | |
Sam-I-Am | did you specify the correct "local_ip" in the ovs plugin ini? | 20:15 |
pavera | they should be the "data" network IP of the respective hosts correct? | 20:16 |
pavera | in my case 172.16.25 is that network | 20:16 |
Abhishek | Hi all, trying to run tempest on a cloud | 20:17 |
Abhishek | it fails with "Duplicate test id detected: tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host" | 20:17 |
Abhishek | I checked, that test name is unique | 20:17 |
Abhishek | did anyone see this? | 20:18 |
Sam-I-Am | pavera: yeah | 20:18 |
*** TSCHAKMac has joined #openstack | 20:18 | |
*** iogg_ has joined #openstack | 20:18 | |
*** CaptTofu has joined #openstack | 20:18 | |
*** drago777 has quit IRC | 20:19 | |
*** bmcgahan has quit IRC | 20:19 | |
*** dennisquan has quit IRC | 20:19 | |
Sam-I-Am | pavera: under what tenants did you create your networks and routers? | 20:19 |
Sam-I-Am | pavera: actually, did you verify that the instance is running? | 20:19 |
*** nacer_ has quit IRC | 20:19 | |
*** MrJoshua has joined #openstack | 20:19 | |
pavera | yes it is running, I'm in the console | 20:20 |
pavera | but I found it... | 20:20 |
pavera | grrr | 20:20 |
*** smead has quit IRC | 20:20 | |
*** vt102 has joined #openstack | 20:20 | |
Sam-I-Am | ok. can you manually assign an ip to its interface? | 20:20 |
*** drewlander has quit IRC | 20:21 | |
pavera | sorry to waste people's time, I was going through the docs again, and I was sure I'd applied the sysctl.conf changes... but I hadn't | 20:21 |
pavera | its working, I fixed it | 20:21 |
*** bmcgahan has joined #openstack | 20:21 | |
*** drago777 has joined #openstack | 20:21 | |
pavera | again sorry for the wasted time... | 20:21 |
Sam-I-Am | that'll do it | 20:22 |
Sam-I-Am | the little stuff causes lots of problems | 20:22 |
pavera | when I typed out the message about it "appearing to be internode communication" I started going back through everything related to that... | 20:22 |
pavera | thanks for being a sounding board at least :) | 20:22 |
Sam-I-Am | so did the install guide mostly work for you then? | 20:23 |
Sam-I-Am | minus your omissions and/or typos :) | 20:23 |
*** urulama has joined #openstack | 20:24 | |
*** KrisK19 has quit IRC | 20:25 | |
*** KLevenstein has joined #openstack | 20:25 | |
*** ccs has joined #openstack | 20:25 | |
*** tzn has joined #openstack | 20:25 | |
*** ccs has quit IRC | 20:26 | |
*** nphase has joined #openstack | 20:26 | |
*** nphase has joined #openstack | 20:26 | |
*** drago777 has quit IRC | 20:26 | |
pavera | yeah, I did a single node install first with the neutron stuff to get the feel for it, and that went quite smoothly | 20:26 |
*** ccs has joined #openstack | 20:26 | |
pavera | then I had to play a bit to make sure I got each piece on the right node, in the multinode | 20:26 |
*** smead has joined #openstack | 20:27 | |
pavera | but it wasn't bad after doing the single node, I understood the concepts pretty well | 20:27 |
*** KLevenstein1 has joined #openstack | 20:27 | |
*** KLevenstein1 has left #openstack | 20:27 | |
*** AaronGR is now known as AaronGR_lunch | 20:27 | |
pavera | which is probably where the sysctl omission came from, cause I'd already done it (in the single node install) | 20:27 |
*** drago777 has joined #openstack | 20:27 | |
*** KLevenstein1 has joined #openstack | 20:28 | |
*** IlyaE has joined #openstack | 20:28 | |
*** mewald has joined #openstack | 20:28 | |
Sam-I-Am | heh | 20:28 |
*** urulama has quit IRC | 20:29 | |
Sam-I-Am | i'm working on trying to fix the guide | 20:29 |
*** scotm has quit IRC | 20:29 | |
mewald | hi, I want to run nova with vmwareapi.VMwareESXDriver. therefore, I need a nova-compute server for my ESXi host. Does it have to be connected to internal _and_ external networks or should internal be enough? | 20:29 |
*** KLevenstein has quit IRC | 20:29 | |
pavera | yeah the networking piece is a bit all over the place... once I got it done in the single node setup it was easier to just pull pieces of that config out onto the multihost | 20:29 |
Sam-I-Am | pavera: neutron is a little rough | 20:30 |
*** otherwiseguy has joined #openstack | 20:32 | |
*** balajiiyer has quit IRC | 20:32 | |
pavera | the tough part for me is just understanding the openvswitch stuff... | 20:32 |
pavera | I've done lots of traditional networking but I need more experience debugging networks you can't see or touch :) | 20:33 |
*** rmoe has joined #openstack | 20:33 | |
Sam-I-Am | it is a little magical, but really not much different than vswitches in vmware | 20:34 |
Sam-I-Am | combined with gre is where things can get hairy | 20:34 |
*** mdomsch has joined #openstack | 20:34 | |
*** Arconiaprime is now known as Anomaly_ | 20:34 | |
*** hockeynut has quit IRC | 20:34 | |
*** Anomaly_ is now known as Arconiaprime | 20:35 | |
pavera | yeah, I'm feeling more comfortable with it just in the last couple days... just learning the tools... ovs-vsctl show is really what I was missing at first... | 20:35 |
pavera | just to be able to see what is configured on each node | 20:35 |
*** rohara has joined #openstack | 20:35 | |
Sam-I-Am | then there's the openflow stuff | 20:36 |
*** Drankis has joined #openstack | 20:36 | |
*** vlad_starkov has quit IRC | 20:37 | |
*** xgsa has joined #openstack | 20:37 | |
*** thingee has quit IRC | 20:37 | |
*** renebarbosa has quit IRC | 20:37 | |
*** walterheck has quit IRC | 20:38 | |
*** jecarey has quit IRC | 20:38 | |
*** rohit404 has quit IRC | 20:38 | |
*** vlad_starkov has joined #openstack | 20:39 | |
*** renebarbosa has joined #openstack | 20:39 | |
*** vlad_starkov has quit IRC | 20:41 | |
*** Barker has quit IRC | 20:42 | |
*** simon-AS559 has joined #openstack | 20:42 | |
*** ildikov__afk is now known as ildikov_ | 20:42 | |
*** ildikov_afk is now known as ildikov | 20:43 | |
*** rcleere has joined #openstack | 20:43 | |
*** simon-AS5591 has joined #openstack | 20:43 | |
*** Tross has quit IRC | 20:43 | |
*** mrmartin has quit IRC | 20:44 | |
*** pavera has quit IRC | 20:44 | |
*** itarchitectkev has quit IRC | 20:44 | |
*** rmartinelli has quit IRC | 20:44 | |
*** simon-AS559 has quit IRC | 20:47 | |
*** stephen_camilo has quit IRC | 20:47 | |
*** joesavak has joined #openstack | 20:49 | |
*** jroovers has quit IRC | 20:51 | |
*** vkozhukalov has quit IRC | 20:51 | |
*** melwitt has joined #openstack | 20:51 | |
*** scotm has joined #openstack | 20:52 | |
*** vigintas has joined #openstack | 20:52 | |
*** gmi has quit IRC | 20:52 | |
*** epim has joined #openstack | 20:53 | |
*** blasterblues has joined #openstack | 20:53 | |
*** rocha_ has joined #openstack | 20:54 | |
*** alop has quit IRC | 20:55 | |
*** evanz_ has quit IRC | 20:56 | |
*** bdavenport has joined #openstack | 20:56 | |
*** csd has quit IRC | 20:56 | |
*** daMaestro has joined #openstack | 20:56 | |
*** Egyptian[Laptop] has quit IRC | 20:57 | |
*** fak3r has joined #openstack | 20:59 | |
*** lblanchard has quit IRC | 21:00 | |
*** atomek has quit IRC | 21:00 | |
*** Free_maN has quit IRC | 21:00 | |
*** thingee has joined #openstack | 21:02 | |
*** amrith has quit IRC | 21:02 | |
*** amrith has joined #openstack | 21:04 | |
*** Dharmit has joined #openstack | 21:04 | |
*** Egyptian[Laptop] has joined #openstack | 21:04 | |
*** Free_maN has joined #openstack | 21:04 | |
*** vigintas_ has joined #openstack | 21:05 | |
*** vigintas has quit IRC | 21:05 | |
*** KLevenstein1 has quit IRC | 21:05 | |
*** bladernr_ has quit IRC | 21:05 | |
*** CaptTofu has quit IRC | 21:05 | |
*** bladernr_ has joined #openstack | 21:05 | |
*** AaronGR_lunch is now known as AaronGR | 21:06 | |
*** afm has joined #openstack | 21:08 | |
*** radez is now known as radez_g0n3 | 21:08 | |
*** ArminderS- has joined #openstack | 21:08 | |
mewald | hi, I want to run nova with vmwareapi.VMwareESXDriver. therefore, I need a nova-compute server for my ESXi host. Does it have to be connected to internal _and_ external networks or should internal be enough? And what about the WSDL? Do I have to download from ESXi (version is 5.1) and store locally or host the SDK contents in e.g a tomcat instance? Articles out there seem to provide different statements | 21:08 |
*** batlogg has joined #openstack | 21:09 | |
*** drago777 has quit IRC | 21:09 | |
*** ArminderS has quit IRC | 21:09 | |
*** hs366 has quit IRC | 21:10 | |
*** KaZeR has joined #openstack | 21:11 | |
*** drago777 has joined #openstack | 21:12 | |
*** dolphm_ has quit IRC | 21:13 | |
*** aliguori has quit IRC | 21:13 | |
*** radiocats has quit IRC | 21:13 | |
*** kurt_ has quit IRC | 21:15 | |
*** vipul is now known as vipul-away | 21:16 | |
*** evanz_ has joined #openstack | 21:16 | |
*** arif-ali has joined #openstack | 21:17 | |
*** mrj has quit IRC | 21:17 | |
*** nphase has quit IRC | 21:18 | |
*** drago777 has quit IRC | 21:20 | |
*** MaxV has joined #openstack | 21:21 | |
*** Tross has joined #openstack | 21:21 | |
*** aliguori has joined #openstack | 21:21 | |
*** vipul-away is now known as vipul | 21:21 | |
*** davidhadas_ has joined #openstack | 21:21 | |
*** mewald has quit IRC | 21:22 | |
*** drago777 has joined #openstack | 21:22 | |
*** blomquisg has quit IRC | 21:23 | |
*** vigintas_ has quit IRC | 21:24 | |
*** davidhadas has quit IRC | 21:24 | |
*** evanz_ has quit IRC | 21:27 | |
*** hs366 has joined #openstack | 21:27 | |
*** mrjazzcat has quit IRC | 21:28 | |
*** daMaestro has quit IRC | 21:28 | |
*** kenperkins has quit IRC | 21:30 | |
*** vkmc has joined #openstack | 21:31 | |
*** kenperkins has joined #openstack | 21:31 | |
*** csd has joined #openstack | 21:36 | |
*** walterheck has joined #openstack | 21:36 | |
*** cody-somerville has joined #openstack | 21:37 | |
*** cody-somerville has quit IRC | 21:37 | |
*** cody-somerville has joined #openstack | 21:37 | |
*** Dharmit has quit IRC | 21:39 | |
*** dspano has quit IRC | 21:39 | |
*** jhesketh_ has joined #openstack | 21:40 | |
*** itarchitectkev has joined #openstack | 21:40 | |
*** dizquierdo has joined #openstack | 21:40 | |
*** jhesketh_ has quit IRC | 21:40 | |
*** jhesketh has joined #openstack | 21:40 | |
*** seikath has quit IRC | 21:41 | |
*** seikath has joined #openstack | 21:41 | |
*** whenry has quit IRC | 21:42 | |
*** renebarbosa has quit IRC | 21:42 | |
*** suresh12 has quit IRC | 21:44 | |
*** MaxV has quit IRC | 21:44 | |
*** suresh12 has joined #openstack | 21:44 | |
*** seikatw has joined #openstack | 21:44 | |
*** seikath has quit IRC | 21:44 | |
*** ArminderS- has quit IRC | 21:45 | |
*** Drankis has quit IRC | 21:45 | |
*** klync has joined #openstack | 21:45 | |
*** xgsa has quit IRC | 21:45 | |
*** jdob has quit IRC | 21:46 | |
*** zeddii has quit IRC | 21:46 | |
*** seikath has joined #openstack | 21:47 | |
*** seikatw has quit IRC | 21:47 | |
*** crank has quit IRC | 21:48 | |
*** seikatw has joined #openstack | 21:48 | |
*** seikath has quit IRC | 21:48 | |
*** suresh12 has quit IRC | 21:49 | |
*** choirboy has quit IRC | 21:49 | |
*** MaxV has joined #openstack | 21:49 | |
*** seikath has joined #openstack | 21:50 | |
*** davidhadas_ is now known as davidhadas | 21:51 | |
*** iogg_ has quit IRC | 21:51 | |
*** jrickman has joined #openstack | 21:52 | |
*** hichihara has joined #openstack | 21:52 | |
*** seikatw has quit IRC | 21:53 | |
*** mrj has joined #openstack | 21:53 | |
*** bmcgahan has quit IRC | 21:53 | |
*** jrickman has left #openstack | 21:54 | |
*** seikath has quit IRC | 21:54 | |
*** seikatw has joined #openstack | 21:54 | |
*** PaulM has joined #openstack | 21:55 | |
*** alunduil has quit IRC | 21:55 | |
*** lcestari has quit IRC | 21:55 | |
*** Barker has joined #openstack | 21:57 | |
*** rods` has quit IRC | 21:59 | |
*** blasterblues has quit IRC | 21:59 | |
*** smead has quit IRC | 21:59 | |
*** blasterblues has joined #openstack | 22:00 | |
*** arnaud___ has joined #openstack | 22:00 | |
*** dhblaz has quit IRC | 22:01 | |
*** Bomfunk has joined #openstack | 22:01 | |
*** dtx00ff_ has quit IRC | 22:02 | |
*** giulivo has quit IRC | 22:02 | |
*** brdude has quit IRC | 22:02 | |
*** tmclaugh[work] has quit IRC | 22:03 | |
*** tmclaugh[work] has joined #openstack | 22:03 | |
*** blasterblues has quit IRC | 22:04 | |
*** retreved_ has joined #openstack | 22:04 | |
*** epim has quit IRC | 22:04 | |
*** arnaud___ has quit IRC | 22:04 | |
*** pnavarro has quit IRC | 22:06 | |
*** dtx00ff_ has joined #openstack | 22:06 | |
*** HenryG has joined #openstack | 22:07 | |
*** retreved has quit IRC | 22:07 | |
*** amrith has quit IRC | 22:07 | |
*** stronghere has quit IRC | 22:08 | |
*** mrlesmithjr has quit IRC | 22:08 | |
*** retreved_ has quit IRC | 22:08 | |
*** julim has quit IRC | 22:09 | |
*** WackoRobie has quit IRC | 22:10 | |
*** Egyptian[Laptop] has quit IRC | 22:10 | |
*** tinoue has joined #openstack | 22:12 | |
*** hs366 has quit IRC | 22:13 | |
*** Craer has joined #openstack | 22:13 | |
*** arun has quit IRC | 22:14 | |
*** Tross has quit IRC | 22:14 | |
*** Andrei89 has quit IRC | 22:14 | |
*** batlogg has quit IRC | 22:14 | |
*** nacer_ has joined #openstack | 22:15 | |
*** jasondotstar has quit IRC | 22:16 | |
*** bmcgahan has joined #openstack | 22:16 | |
*** joesavak has quit IRC | 22:16 | |
*** melmoth has quit IRC | 22:17 | |
*** tinoue has quit IRC | 22:17 | |
*** jasondotstar has joined #openstack | 22:18 | |
*** nacer_ has quit IRC | 22:19 | |
*** rcleere has quit IRC | 22:20 | |
*** peterbus_ has quit IRC | 22:21 | |
*** MaxV has quit IRC | 22:21 | |
*** itarchitectkev has quit IRC | 22:21 | |
*** peterbusque has joined #openstack | 22:22 | |
*** jasondotstar has quit IRC | 22:22 | |
*** Deoan has quit IRC | 22:24 | |
*** jhesketh__ has joined #openstack | 22:24 | |
*** jttam has quit IRC | 22:24 | |
*** urulama has joined #openstack | 22:25 | |
*** peterbusque has quit IRC | 22:26 | |
*** ayoung has quit IRC | 22:26 | |
*** TSCHAKMac has quit IRC | 22:26 | |
*** eharney has quit IRC | 22:29 | |
*** esker has quit IRC | 22:29 | |
*** urulama has quit IRC | 22:30 | |
*** bmcgahan_ has joined #openstack | 22:30 | |
*** hichihara has quit IRC | 22:30 | |
*** darrylms has quit IRC | 22:30 | |
*** darrylms has joined #openstack | 22:31 | |
*** nmagnezi has joined #openstack | 22:31 | |
*** nmagnezi has quit IRC | 22:31 | |
*** ralfiboy has quit IRC | 22:32 | |
*** pablosan has quit IRC | 22:33 | |
*** tmclaugh[work] has quit IRC | 22:34 | |
*** yamahata has quit IRC | 22:37 | |
*** rossk has quit IRC | 22:39 | |
*** csmith__ has quit IRC | 22:39 | |
*** afazekas has quit IRC | 22:40 | |
*** glucas has quit IRC | 22:41 | |
*** teran has joined #openstack | 22:42 | |
*** glucas has joined #openstack | 22:42 | |
*** dangers is now known as danger_fo_away | 22:42 | |
*** Guest47366 has quit IRC | 22:43 | |
*** bmcgahan_ has quit IRC | 22:44 | |
*** crank has joined #openstack | 22:44 | |
*** jttam has joined #openstack | 22:45 | |
*** aashish1 has quit IRC | 22:47 | |
*** dizquierdo has quit IRC | 22:48 | |
*** afm1 has joined #openstack | 22:49 | |
*** afm has quit IRC | 22:49 | |
*** TVR has quit IRC | 22:50 | |
*** dianefleming has quit IRC | 22:50 | |
*** walterheck has quit IRC | 22:50 | |
*** afm1 has quit IRC | 22:53 | |
*** arnaud__ has quit IRC | 22:54 | |
*** arnaud has quit IRC | 22:54 | |
*** Ryan_Lane has joined #openstack | 22:55 | |
*** ppradhan has left #openstack | 22:55 | |
*** vipul is now known as vipul-away | 22:56 | |
*** simon-AS5591 has quit IRC | 22:56 | |
*** simon-AS559 has joined #openstack | 22:56 | |
*** arnaud__ has joined #openstack | 22:56 | |
*** arnaud has joined #openstack | 22:56 | |
*** Guest47366 has joined #openstack | 22:58 | |
*** ctracey is now known as ctracey|away | 22:58 | |
*** aeperezt has joined #openstack | 22:59 | |
*** dcramer_ has quit IRC | 23:00 | |
*** flaper87 is now known as flaper87|afk | 23:00 | |
*** jttam has quit IRC | 23:00 | |
*** blackboxsw_ has joined #openstack | 23:00 | |
*** simon-AS559 has quit IRC | 23:00 | |
*** mjeanson has quit IRC | 23:04 | |
*** mjeanson has joined #openstack | 23:05 | |
*** jttam has joined #openstack | 23:05 | |
*** FunnyLookinHat has quit IRC | 23:05 | |
*** diegows has quit IRC | 23:06 | |
*** Guest47366 has quit IRC | 23:06 | |
*** sayan has quit IRC | 23:06 | |
Craer | First time installing openstack. Any great install guides out there? | 23:09 |
Craer | been reading: http://www.stackgeek.com/guides/gettingstarted.html | 23:09 |
*** yogesh has quit IRC | 23:10 | |
*** lyang0 has quit IRC | 23:12 | |
*** harlowja is now known as harlowja_away | 23:12 | |
*** mjeanson has quit IRC | 23:12 | |
*** b3nt_pin has joined #openstack | 23:13 | |
*** kbringard has quit IRC | 23:13 | |
*** laurelm has joined #openstack | 23:14 | |
Sam-I-Am | Craer: the openstack install guide works pretty well | 23:14 |
*** beagles has quit IRC | 23:14 | |
*** b3nt_pin is now known as beagles | 23:14 | |
*** kevinconway has quit IRC | 23:14 | |
Sam-I-Am | Craer: although it might be wise to try something like 'rdo' first so you can have a working proof-of-concept | 23:14 |
*** Abhishek has quit IRC | 23:15 | |
*** mjeanson has joined #openstack | 23:15 | |
*** jttam has quit IRC | 23:15 | |
*** dmsimard has quit IRC | 23:16 | |
*** peristeri has quit IRC | 23:18 | |
*** beagles has quit IRC | 23:19 | |
*** mrlesmithjr has joined #openstack | 23:19 | |
*** alunduil has joined #openstack | 23:22 | |
*** fbo is now known as fbo_away | 23:22 | |
*** terriyu has joined #openstack | 23:23 | |
*** mrlesmithjr has quit IRC | 23:23 | |
*** rossk has joined #openstack | 23:24 | |
*** desai has quit IRC | 23:24 | |
*** desai has joined #openstack | 23:25 | |
*** b3nt_pin has joined #openstack | 23:26 | |
*** buckaroo has joined #openstack | 23:26 | |
*** jagee has quit IRC | 23:27 | |
*** simon-AS559 has joined #openstack | 23:27 | |
*** otherwiseguy has quit IRC | 23:27 | |
*** jobewan has quit IRC | 23:28 | |
*** desai has quit IRC | 23:29 | |
*** kenhui1 has quit IRC | 23:30 | |
*** markvoelker1 has joined #openstack | 23:30 | |
*** nsavin has quit IRC | 23:30 | |
*** nsavin has joined #openstack | 23:30 | |
*** b3nt_pin is now known as beagles | 23:33 | |
*** gdubreui has joined #openstack | 23:34 | |
*** bman21 has joined #openstack | 23:35 | |
*** nkhare has joined #openstack | 23:35 | |
*** simon-AS559 has quit IRC | 23:36 | |
*** Tross has joined #openstack | 23:36 | |
*** Aztec| has joined #openstack | 23:39 | |
*** Aztec| has quit IRC | 23:39 | |
*** vlad_starkov has joined #openstack | 23:40 | |
*** lmh has joined #openstack | 23:42 | |
*** ccs has quit IRC | 23:42 | |
*** scotm has quit IRC | 23:42 | |
*** jttam has joined #openstack | 23:43 | |
*** vlad_starkov has quit IRC | 23:43 | |
*** prad has quit IRC | 23:43 | |
*** Zack_Deee has quit IRC | 23:44 | |
*** zxvff has left #openstack | 23:44 | |
*** mdorman has quit IRC | 23:47 | |
*** TSCHAKMac has joined #openstack | 23:47 | |
*** rnorwood1 has quit IRC | 23:48 | |
*** Barker has quit IRC | 23:49 | |
*** dcramer_ has joined #openstack | 23:50 | |
*** jttam has quit IRC | 23:50 | |
*** klync has quit IRC | 23:52 | |
*** CaptTofu has joined #openstack | 23:52 | |
*** klync has joined #openstack | 23:52 | |
*** CaptTofu has quit IRC | 23:54 | |
*** scotm has joined #openstack | 23:54 | |
*** arnaud__ has quit IRC | 23:55 | |
*** arnaud has quit IRC | 23:55 | |
*** blasterblues has joined #openstack | 23:56 | |
*** eglynn has joined #openstack | 23:56 | |
*** harlowja_away is now known as harlowja | 23:57 | |
*** jhesketh__ has quit IRC | 23:59 | |
*** jhesketh__ has joined #openstack | 23:59 | |
*** ccs has joined #openstack | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!