*** metral has quit IRC | 00:00 | |
*** metral_ is now known as metral | 00:00 | |
*** atrius is now known as atrius_away | 00:00 | |
*** jergerber has joined #openstack | 00:01 | |
*** notze has quit IRC | 00:03 | |
*** s0mik has joined #openstack | 00:04 | |
*** cwelle has quit IRC | 00:04 | |
*** Otter768 has joined #openstack | 00:06 | |
*** nightcrawler786 has quit IRC | 00:08 | |
*** ywu_ has quit IRC | 00:12 | |
*** jeremy has quit IRC | 00:13 | |
*** jeremy has joined #openstack | 00:13 | |
*** jeremy has joined #openstack | 00:13 | |
*** ywu_ has joined #openstack | 00:13 | |
*** zach_mtu has quit IRC | 00:13 | |
*** lloydde has joined #openstack | 00:14 | |
*** jemartin has quit IRC | 00:15 | |
*** dcramer__ has joined #openstack | 00:15 | |
*** Glace has quit IRC | 00:16 | |
*** johnpostlethwait has quit IRC | 00:18 | |
*** fleish has quit IRC | 00:20 | |
*** fleish has joined #openstack | 00:20 | |
*** clopez has joined #openstack | 00:20 | |
*** DavidLevin has joined #openstack | 00:20 | |
fleish | does openstack essex support images on lvm? | 00:21 |
---|---|---|
*** ryu25 has joined #openstack | 00:22 | |
*** acb__ has quit IRC | 00:23 | |
*** acb__ has joined #openstack | 00:23 | |
*** ywu_ has quit IRC | 00:27 | |
*** ywu_ has joined #openstack | 00:27 | |
*** zach_mtu has joined #openstack | 00:27 | |
*** ywu_ has quit IRC | 00:27 | |
*** ywu_ has joined #openstack | 00:28 | |
*** szaydel has quit IRC | 00:28 | |
*** zodiak has quit IRC | 00:29 | |
*** rnorwood1 has quit IRC | 00:31 | |
*** rnorwood1 has joined #openstack | 00:31 | |
*** gatuus has quit IRC | 00:32 | |
*** cbkyeoh has joined #openstack | 00:34 | |
*** edygarcia has quit IRC | 00:34 | |
*** mmalesky has joined #openstack | 00:35 | |
*** rustam has quit IRC | 00:36 | |
*** tomoe_ has joined #openstack | 00:37 | |
*** szaydel has joined #openstack | 00:38 | |
*** ywu_ has quit IRC | 00:38 | |
*** dpippenger has quit IRC | 00:39 | |
*** ywu_ has joined #openstack | 00:39 | |
mmalesky | I'm having some issues with nova contacting the rabbitmq server on localhost even though I've specified rabbit_host=192.168.1.63 in nova.conf: http://paste.openstack.org/show/22325/ | 00:41 |
mmalesky | Anyone think they can lend a hand with that? | 00:41 |
*** cbkyeoh has quit IRC | 00:42 | |
*** ywu_ has quit IRC | 00:42 | |
*** ywu_ has joined #openstack | 00:43 | |
*** optyx has joined #openstack | 00:45 | |
*** Blackavar has quit IRC | 00:46 | |
larsks | mmalesky: How are you detecting that nova is connecting via localhost? | 00:49 |
larsks | I see the error message, but *which* nova service is logging that? Are you sure it's been restarted since updating the rabbit_host setting in your nova.conf? | 00:50 |
*** Tross has quit IRC | 00:51 | |
*** lloydde has quit IRC | 00:52 | |
*** redbeard2 has joined #openstack | 00:53 | |
*** mkouhei has joined #openstack | 00:53 | |
*** tmichael has quit IRC | 00:54 | |
*** torandu has joined #openstack | 00:54 | |
*** tdowg1 has joined #openstack | 00:55 | |
larsks | All right; I'm bored. I'll be back later. | 00:55 |
*** tdowg1 has quit IRC | 00:55 | |
*** tdowg1 has joined #openstack | 00:56 | |
*** ywu_ has quit IRC | 00:57 | |
*** ywu_ has joined #openstack | 00:58 | |
*** Guest6355 has quit IRC | 00:59 | |
*** rmartinelli has joined #openstack | 01:02 | |
mmalesky | i'm seeing that in nova-network.log....might be in the others too | 01:04 |
mmalesky | larsks: i attempt to start the service, it tries a few times to reach the messaging server before giving up and SIGTERMing | 01:04 |
mmalesky | ** i had put the log message in the paste: ERROR nova.openstack.common.rpc.common [-] AMQP server on localhost:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 30 seconds. | 01:05 |
*** desai has joined #openstack | 01:05 | |
mmalesky | but yes, definitely restarted it | 01:05 |
*** dims has quit IRC | 01:05 | |
*** rustam has joined #openstack | 01:07 | |
*** fleish_ has joined #openstack | 01:07 | |
*** sunilthaha has joined #openstack | 01:08 | |
*** blamar has joined #openstack | 01:08 | |
*** fleish has quit IRC | 01:08 | |
*** fleish_ is now known as fleish | 01:08 | |
*** szaydel has quit IRC | 01:10 | |
*** Heiher has joined #openstack | 01:11 | |
*** zach_mtu has quit IRC | 01:11 | |
*** s0mik has quit IRC | 01:11 | |
*** desai has quit IRC | 01:12 | |
anon12345 | which ec2 requests dont require a port? | 01:12 |
*** Glace has joined #openstack | 01:12 | |
*** ywu_ has quit IRC | 01:12 | |
*** ywu_ has joined #openstack | 01:13 | |
larsks | mmalesky: This is probably a silly question...but you're sure that the host reporting these problem is running the same version of nova.conf that you posted (e.g., you don't have "version skew" in your nova.conf between hosts)? | 01:13 |
*** arBmind_ has joined #openstack | 01:13 | |
*** sacharya has joined #openstack | 01:14 | |
larsks | If you start nova-network by hand (sudo -u nova /usr/bin/python /usr/bin/nova-network --config-file /etc/nova/nova.conf --logfile /var/log/nova/network.log) do you see any additional errors on stdout? | 01:14 |
larsks | (That command presumes that (a) your nova stuff is running as user "nova" and that (b) the appropriate config file is /etc/nova/nova.conf. | 01:14 |
*** jcru has quit IRC | 01:14 | |
*** comptona has quit IRC | 01:15 | |
*** arBmind has quit IRC | 01:16 | |
*** arBmind_ is now known as arBmind | 01:16 | |
*** rustam has quit IRC | 01:16 | |
*** pixelbeat has quit IRC | 01:17 | |
*** jemartin has joined #openstack | 01:17 | |
*** abathingchris_ has quit IRC | 01:17 | |
*** crandquist has quit IRC | 01:18 | |
*** edygarcia has joined #openstack | 01:19 | |
*** tmichael has joined #openstack | 01:19 | |
*** jcru has joined #openstack | 01:19 | |
*** jcru has quit IRC | 01:19 | |
*** anon12345 has quit IRC | 01:20 | |
*** xchu has joined #openstack | 01:21 | |
*** erkules|away has joined #openstack | 01:27 | |
*** ywu_ has quit IRC | 01:27 | |
*** marrusl_ has quit IRC | 01:27 | |
*** marrusl__ has quit IRC | 01:27 | |
*** ywu_ has joined #openstack | 01:27 | |
*** ywu_ has quit IRC | 01:27 | |
*** ywu_ has joined #openstack | 01:28 | |
*** pjdc has joined #openstack | 01:28 | |
*** sudorandom has joined #openstack | 01:29 | |
*** marrusl_ has joined #openstack | 01:29 | |
*** erkules has quit IRC | 01:29 | |
*** marrusl__ has joined #openstack | 01:29 | |
pjdc | if a swift cluster's clocks are out of sync (~40 sec spread across 5 storage and 1 proxy node), is getting them back in sync likely to cause problems? | 01:30 |
*** torandu has quit IRC | 01:30 | |
*** rmartinelli has quit IRC | 01:30 | |
*** blamar has quit IRC | 01:30 | |
*** blamar has joined #openstack | 01:32 | |
*** tmichael has quit IRC | 01:33 | |
*** torandu has joined #openstack | 01:34 | |
*** adjohn has quit IRC | 01:35 | |
*** rnorwood1 has quit IRC | 01:36 | |
*** crandquist has joined #openstack | 01:38 | |
*** ywu_ has quit IRC | 01:38 | |
*** ywu_ has joined #openstack | 01:39 | |
*** ewindisch has quit IRC | 01:40 | |
*** rnorwood1 has joined #openstack | 01:44 | |
*** rnorwood1 has quit IRC | 01:46 | |
*** Glace_ has joined #openstack | 01:46 | |
*** Glace has quit IRC | 01:46 | |
mmalesky | larsks: shouldn't be a version issue....i'm editing/viewing it right on that host | 01:49 |
*** rnorwood1 has joined #openstack | 01:49 | |
*** warik has joined #openstack | 01:49 | |
*** optyx1 has joined #openstack | 01:49 | |
*** warik has quit IRC | 01:50 | |
mmalesky | also....lol brilliant: nova.openstack.common.cfg.ConfigFilesNotFoundError: Failed to read some config files: /etc/nova/nova.conf | 01:50 |
*** dachary has quit IRC | 01:50 | |
*** optyx has quit IRC | 01:52 | |
*** dachary has joined #openstack | 01:53 | |
*** jergerber has quit IRC | 01:53 | |
*** jackh has joined #openstack | 01:55 | |
mmalesky | larsks: permissions issue | 01:55 |
mmalesky | thanks! | 01:55 |
*** dcramer__ has quit IRC | 01:56 | |
*** jemartin has quit IRC | 01:59 | |
*** davidhadas has joined #openstack | 01:59 | |
*** Otter768 has quit IRC | 01:59 | |
*** davidha has quit IRC | 02:01 | |
*** sudorandom has quit IRC | 02:02 | |
*** ujuc has joined #openstack | 02:04 | |
*** dpippenger has joined #openstack | 02:05 | |
*** edygarcia has quit IRC | 02:06 | |
*** adalbas has quit IRC | 02:07 | |
*** rustam has joined #openstack | 02:08 | |
*** dcramer__ has joined #openstack | 02:09 | |
*** rustam has quit IRC | 02:10 | |
*** bapa has quit IRC | 02:12 | |
*** rafiu has quit IRC | 02:13 | |
*** mjfork has quit IRC | 02:14 | |
*** mjfork has joined #openstack | 02:14 | |
*** xchu has quit IRC | 02:15 | |
*** anniec has quit IRC | 02:17 | |
*** rafiu has joined #openstack | 02:19 | |
*** rafiu1 has joined #openstack | 02:20 | |
*** rafiu has quit IRC | 02:20 | |
*** comptona has joined #openstack | 02:22 | |
*** vipuls has joined #openstack | 02:23 | |
*** sacharya1 has joined #openstack | 02:23 | |
*** TheSphinX^ has joined #openstack | 02:24 | |
*** jplewi has quit IRC | 02:25 | |
*** sacharya has quit IRC | 02:25 | |
uvirtbot | New bug: #1071567 in devstack "External gateway not set up w/ quantum + OVS" [Undecided,New] https://launchpad.net/bugs/1071567 | 02:26 |
*** krow has joined #openstack | 02:27 | |
*** desai has joined #openstack | 02:27 | |
*** TheSphinX_ has quit IRC | 02:28 | |
*** xchu has joined #openstack | 02:28 | |
*** edygarcia has joined #openstack | 02:28 | |
*** hugokuo has joined #openstack | 02:29 | |
*** rafiu1 has quit IRC | 02:29 | |
hugokuo | how to set the aki and ari in truk glance client ? | 02:31 |
hugokuo | should I just use --property <key=value> ? | 02:32 |
*** dims has joined #openstack | 02:34 | |
*** markmcclain has joined #openstack | 02:36 | |
*** littleidea has joined #openstack | 02:36 | |
*** edygarcia has quit IRC | 02:36 | |
*** kandinski has joined #openstack | 02:38 | |
*** drdrambuie has joined #openstack | 02:38 | |
kandinski | can anybody recommend which Python library to use with Rackspace's "next generation" cloud servers? Thanks. | 02:38 |
*** dachary has quit IRC | 02:40 | |
*** osier has joined #openstack | 02:42 | |
*** dachary has joined #openstack | 02:43 | |
*** tmichael has joined #openstack | 02:43 | |
*** melwitt has quit IRC | 02:43 | |
*** gyee has quit IRC | 02:45 | |
*** marrusl__ has quit IRC | 02:46 | |
*** scotm has joined #openstack | 02:46 | |
*** Blackavar has joined #openstack | 02:47 | |
*** clopez has quit IRC | 02:47 | |
*** littleidea has quit IRC | 02:47 | |
*** littleidea has joined #openstack | 02:49 | |
*** redbeard2 has quit IRC | 02:50 | |
*** adjohn has joined #openstack | 02:50 | |
*** marrusl_ has quit IRC | 02:50 | |
*** tualatrix has joined #openstack | 02:55 | |
*** jplewi has joined #openstack | 02:55 | |
*** koolhead17|afk has quit IRC | 02:55 | |
*** littleidea has quit IRC | 02:59 | |
*** littleidea has joined #openstack | 03:00 | |
*** arBmind has quit IRC | 03:00 | |
*** mishin has quit IRC | 03:03 | |
*** ujuc has quit IRC | 03:04 | |
*** tmichael has quit IRC | 03:06 | |
*** alzhang has quit IRC | 03:07 | |
*** tmichael has joined #openstack | 03:08 | |
*** rustam has joined #openstack | 03:08 | |
*** koolhead17|afk has joined #openstack | 03:09 | |
*** rustam has quit IRC | 03:11 | |
*** zodiak has joined #openstack | 03:13 | |
*** ctracey__ has joined #openstack | 03:14 | |
*** scotm has quit IRC | 03:14 | |
*** krtaylor has quit IRC | 03:15 | |
*** sudorandom has joined #openstack | 03:15 | |
*** tualatrix has quit IRC | 03:16 | |
*** mishin has joined #openstack | 03:16 | |
*** tualatrix has joined #openstack | 03:17 | |
*** nmistry has joined #openstack | 03:17 | |
*** dims has quit IRC | 03:20 | |
*** Heiher has quit IRC | 03:24 | |
dolphm_ | kandinski: novaclient should work just fine, are you having issues with it? | 03:24 |
*** jackh has quit IRC | 03:25 | |
kandinski | dolphm_: I am overwhelmed by choices | 03:25 |
* kandinski goes check novaclient | 03:25 | |
*** adjohn has quit IRC | 03:26 | |
uvirtbot | New bug: #1071580 in keystone "Add keyring support to the keystone client" [Undecided,New] https://launchpad.net/bugs/1071580 | 03:31 |
*** pvankouteren has quit IRC | 03:32 | |
*** ywu_ has quit IRC | 03:33 | |
kandinski | dolphm_: documentation also seems lacking ... http://packages.python.org/python-novaclient/ | 03:35 |
*** ujuc has joined #openstack | 03:36 | |
*** sudorandom has quit IRC | 03:38 | |
*** blamar has quit IRC | 03:38 | |
*** sudorandom has joined #openstack | 03:39 | |
*** blamar has joined #openstack | 03:40 | |
*** fleish has quit IRC | 03:40 | |
*** danblack has quit IRC | 03:41 | |
*** Entonian has joined #openstack | 03:42 | |
*** epim has joined #openstack | 03:44 | |
*** Glace_ has quit IRC | 03:45 | |
*** acb__ has quit IRC | 03:45 | |
*** dolphm_ has quit IRC | 03:46 | |
*** acb__ has joined #openstack | 03:47 | |
*** datajerk has quit IRC | 03:49 | |
*** halfss has joined #openstack | 03:50 | |
*** fleish has joined #openstack | 03:50 | |
kandinski | what is a tenant? | 03:54 |
*** koolhead17|afk has quit IRC | 03:56 | |
*** adjohn has joined #openstack | 03:57 | |
*** sayan has joined #openstack | 04:00 | |
*** tualatrix has quit IRC | 04:03 | |
*** mjfork has quit IRC | 04:06 | |
*** otherwiseguy has quit IRC | 04:06 | |
*** Deathvalley122 has quit IRC | 04:07 | |
*** sudorandom has quit IRC | 04:07 | |
*** renier has quit IRC | 04:08 | |
*** capricorn_1 has quit IRC | 04:08 | |
*** renier has joined #openstack | 04:08 | |
*** rustam has joined #openstack | 04:09 | |
*** renier has quit IRC | 04:12 | |
*** Deathvalley122 has joined #openstack | 04:13 | |
*** rustam has quit IRC | 04:13 | |
*** desai has quit IRC | 04:15 | |
*** dcramer__ has quit IRC | 04:16 | |
*** Glace_ has joined #openstack | 04:16 | |
*** capricorn_1 has joined #openstack | 04:17 | |
fleish | kandinski: http://docs.openstack.org/trunk/openstack-compute/admin/content/users-and-projects.html | 04:18 |
*** datajerk has joined #openstack | 04:18 | |
*** drdrambuie has left #openstack | 04:20 | |
*** sacharya1 has quit IRC | 04:20 | |
*** mishin has quit IRC | 04:21 | |
notmyname | pjdc: no. getting your clocks in sync is going to be a good thing. the timestamp for a request is set by the proxy that handles it, so if your proxies are out of sync and have a lot of traffic to existing objects, then you may have some "old puts" or something like that | 04:22 |
pjdc | notmyname: thanks. it sounds like if there haven't been any puts for a while then even that won't be a problem? | 04:25 |
*** deepakcs has joined #openstack | 04:32 | |
*** mishin has joined #openstack | 04:33 | |
*** xchu has quit IRC | 04:40 | |
*** adjohn has quit IRC | 04:40 | |
*** danblack has joined #openstack | 04:44 | |
uvirtbot | New bug: #1071595 in nova "finish_resize failures result in NoneType exception" [Medium,In progress] https://launchpad.net/bugs/1071595 | 04:46 |
*** Guest6355 has joined #openstack | 04:46 | |
*** roue has joined #openstack | 04:49 | |
roue | hola | 04:49 |
kandinski | fleish: thanks | 04:50 |
*** roaet has joined #openstack | 04:50 | |
roue | I've got an essex install on ubuntu 12.04. So far so good. I have two nodes and can spin up instances on them, attach floating IPs. I'm having trouble mounting a volume on a compute node. I'm sure it's something missing in nova.conf. The error I'm seeing is "iscsiadm: No portal found" | 04:50 |
roue | digging through docs but I'm not sure what I should change. Anyone know? Thanks. | 04:50 |
*** xchu has joined #openstack | 04:53 | |
*** koolhead17 has joined #openstack | 04:53 | |
*** lloydde has joined #openstack | 04:57 | |
*** adjohn has joined #openstack | 04:57 | |
*** TheBeast has quit IRC | 04:57 | |
*** adjohn has quit IRC | 04:58 | |
*** blamar_ has joined #openstack | 04:58 | |
*** blamar_ has quit IRC | 04:58 | |
*** blamar has quit IRC | 05:00 | |
*** blamar has joined #openstack | 05:00 | |
*** edward_ has joined #openstack | 05:00 | |
*** Glace_ has quit IRC | 05:00 | |
edward_ | hello | 05:00 |
edward_ | i've just started researching open stack | 05:01 |
*** rpawlik has quit IRC | 05:01 | |
edward_ | still not sure whats the exact role of swift | 05:01 |
*** Elsvent has quit IRC | 05:02 | |
*** aeperezt has quit IRC | 05:03 | |
edward_ | i currently have a vmware esxi installation that accesses its datastore from two servers providing nfs storage | 05:04 |
edward_ | through glusterfs | 05:04 |
edward_ | will swift act somewhat similar to the role i'm using gluster? | 05:05 |
uvirtbot | New bug: #1071600 in nova "confirm_resize mgr call requires admin context" [Medium,In progress] https://launchpad.net/bugs/1071600 | 05:06 |
edward_ | anyone in? | 05:07 |
*** rustam has joined #openstack | 05:09 | |
Q310 | edward_: nah swift is mainly a store and replicate not a live fs | 05:10 |
*** alobbs has joined #openstack | 05:10 | |
Q310 | ie: only has http access basically | 05:10 |
*** kornyone has left #openstack | 05:10 | |
*** markmcclain has quit IRC | 05:12 | |
edward_ | so will it provide the storage for my VM's .. i'm trying to fih=gure where everything fits in, so that i may put it to the challenge in my school | 05:12 |
Q310 | edward_: its not vm storage (block) | 05:12 |
edward_ | i would love to ditch the current vmware esxi for something with more flexibility/leverage | 05:12 |
Q310 | edward_: its file storage however think of checkin checkout kind of thing | 05:13 |
Q310 | something ceph would provide you with vm storage as well as swift type storage | 05:13 |
*** pithagorians has joined #openstack | 05:13 | |
*** Tross has joined #openstack | 05:13 | |
*** rustam has quit IRC | 05:14 | |
Q310 | ceph's pretty awesome in that its scaleable storage very simular to glusterfs however imho much better implementation =) | 05:17 |
*** ctracey__ has quit IRC | 05:17 | |
Q310 | RBD's are much faster then trying to run qcow2 images on glusterfs last time i tried anyway | 05:17 |
*** vipuls has quit IRC | 05:18 | |
*** danblack has quit IRC | 05:19 | |
*** livemoon has joined #openstack | 05:20 | |
*** rnorwood1 has quit IRC | 05:26 | |
livemoon | hi, someone install openstack on hyper-V? | 05:27 |
e-vad | http://wiki.openstack.org/Hyper-V < seems someone has | 05:30 |
*** stewart has quit IRC | 05:31 | |
*** tru_tru has quit IRC | 05:36 | |
*** littleidea has quit IRC | 05:37 | |
*** littleidea has joined #openstack | 05:38 | |
kandinski | using novaclient, what should I use for project_id? | 05:39 |
kandinski | I don't have a project_id/tenant number for my novaclient.client.Client() call | 05:40 |
livemoon | e-vad, yes, I am reading it, I want to knonw what about controller if I use Hyper-V node | 05:40 |
*** simon-AS559 has joined #openstack | 05:41 | |
*** roaet has quit IRC | 05:43 | |
*** simon-AS5591 has joined #openstack | 05:44 | |
*** Elsvent has joined #openstack | 05:44 | |
*** dev_sa has joined #openstack | 05:46 | |
*** simon-AS559 has quit IRC | 05:46 | |
*** tru_tru has joined #openstack | 05:48 | |
*** simon-AS5591 has quit IRC | 05:49 | |
kandinski | I am having trouble authentifying to Rackspace Cloud using python-novaclient. Code and complete error here: http://paste.lisp.org/display/133456#1 | 05:50 |
ThiagoCMC | Hi! I just installed Ubuntu 12.04 and run devstack script... All is running but, my instance can not ping outside world... what can I do? | 05:50 |
kandinski | Thanks in advance | 05:50 |
ThiagoCMC | I can ping my host but, only it... even the gateway of my host I can not ping... :( | 05:52 |
*** optyx1 has quit IRC | 05:52 | |
ThiagoCMC | But from my host, I can ping the internet normally... | 05:52 |
*** danblack has joined #openstack | 05:53 | |
*** secbitchris has quit IRC | 05:53 | |
ThiagoCMC | Do I need to add a rule at Security Groups -> Edit Rules?! | 05:54 |
*** ondergetekende has joined #openstack | 05:58 | |
edward_ | ceph seem somewhat like gluster Q310 | 05:59 |
edward_ | just did some reading | 05:59 |
pithagorians | hi, i'm making a stress testing of existing system. i create a instance with instance count 30, i get error on 15 of created instances. is there a way to avoid such issue? | 06:00 |
*** tomoe_ has quit IRC | 06:01 | |
*** Tross has quit IRC | 06:04 | |
*** AnilV4 has joined #openstack | 06:06 | |
*** AnilV4 has quit IRC | 06:06 | |
*** lloydde has quit IRC | 06:08 | |
*** Tross has joined #openstack | 06:08 | |
*** AnilV4 has joined #openstack | 06:08 | |
*** tomoe_ has joined #openstack | 06:08 | |
*** littleidea has quit IRC | 06:08 | |
*** xchu has quit IRC | 06:09 | |
*** tualatrix has joined #openstack | 06:10 | |
*** rustam has joined #openstack | 06:10 | |
*** sam_one has quit IRC | 06:10 | |
*** rustam has quit IRC | 06:14 | |
*** s0mik has joined #openstack | 06:14 | |
*** rafiu has joined #openstack | 06:17 | |
*** dachary has quit IRC | 06:17 | |
*** eglynn_ has joined #openstack | 06:19 | |
*** mrunge has joined #openstack | 06:21 | |
*** crandquist has quit IRC | 06:24 | |
*** crandquist has joined #openstack | 06:24 | |
*** pithagorians has quit IRC | 06:25 | |
*** pvankouteren has joined #openstack | 06:26 | |
*** afazekas has joined #openstack | 06:27 | |
*** optyx has joined #openstack | 06:28 | |
*** xchu has joined #openstack | 06:28 | |
*** sayan has quit IRC | 06:31 | |
*** afazekas_ has joined #openstack | 06:31 | |
*** ahmad has joined #openstack | 06:32 | |
*** sunilthaha has quit IRC | 06:32 | |
*** littleidea has joined #openstack | 06:32 | |
*** xchu has quit IRC | 06:35 | |
*** guigui3 has joined #openstack | 06:36 | |
*** blamar has quit IRC | 06:38 | |
*** afazekas has quit IRC | 06:38 | |
*** afazekas_ has quit IRC | 06:38 | |
*** edward_ has quit IRC | 06:38 | |
*** bbcmicrocomputer has joined #openstack | 06:39 | |
*** bbcmicrocomputer has joined #openstack | 06:39 | |
*** bbcmicrocomputer has joined #openstack | 06:39 | |
*** milner has joined #openstack | 06:42 | |
*** Mops has joined #openstack | 06:44 | |
*** blamar has joined #openstack | 06:45 | |
*** blamar has left #openstack | 06:45 | |
*** fanda1 has joined #openstack | 06:48 | |
*** ahasenack has joined #openstack | 06:50 | |
*** tualatrix has quit IRC | 06:53 | |
*** melmoth has joined #openstack | 06:53 | |
*** tualatrix has joined #openstack | 06:53 | |
*** xchu has joined #openstack | 06:54 | |
*** sayan has joined #openstack | 06:56 | |
*** livemoon has left #openstack | 06:57 | |
*** pithagorians has joined #openstack | 06:58 | |
pithagorians | hi. when i create big amount like 20 copies of instance i get some random % of them error status. what can be the issue? | 06:59 |
*** sayan has quit IRC | 07:00 | |
zynzel | pithagorians: maybe check logs? | 07:00 |
*** sayan has joined #openstack | 07:00 | |
*** sayan has joined #openstack | 07:00 | |
*** dneary has joined #openstack | 07:01 | |
*** gus_m has joined #openstack | 07:02 | |
*** littleidea has quit IRC | 07:02 | |
*** wramthun2 has joined #openstack | 07:03 | |
*** wramthun has quit IRC | 07:04 | |
pithagorians | <zynzel> on subject of what? | 07:04 |
*** s0mik has quit IRC | 07:05 | |
*** Dorogs has joined #openstack | 07:05 | |
zynzel | anything strange? | 07:05 |
zynzel | python strace? | 07:06 |
zynzel | 'error' could mean anything. | 07:06 |
*** balboah has joined #openstack | 07:06 | |
*** vila has quit IRC | 07:06 | |
melmoth | pithagorians, what about grepping for timeouts ? i think i had seen some before | 07:07 |
*** l_a_m has joined #openstack | 07:07 | |
*** reidrac has joined #openstack | 07:08 | |
zynzel | he probably hit api request limits. | 07:08 |
*** vila has joined #openstack | 07:08 | |
pithagorians | ok guys, ill take a look | 07:09 |
melmoth | i do not have fresh information about the installation we experienced this; the feeling was it could be because we were using only 1 nova-network | 07:09 |
pithagorians | i'm new in openstack and some things are not so clear yet | 07:09 |
zynzel | pithagorians: so ask them ;) | 07:10 |
zynzel | maybe someone could clear you 'os magic' ;) | 07:10 |
melmoth | same here, lots of things are still not really clear :) | 07:10 |
*** rustam has joined #openstack | 07:10 | |
pithagorians | guys, is somebody using openstack as cloud management platform in production on public clouds? | 07:11 |
zynzel | pithagorians: rackspace. | 07:11 |
zynzel | for example ;) | 07:11 |
pithagorians | :) | 07:12 |
zynzel | we use OS in production, but we are not public cloud provider. | 07:12 |
pithagorians | they have a team of devs | 07:12 |
*** danblack has quit IRC | 07:12 | |
pithagorians | they are not using the vanilla openstack | 07:12 |
pithagorians | i think | 07:13 |
zynzel | dunno, but we also have patched OS to our env ;) | 07:13 |
fleish | has anyone seen issues with I/O in openstack instances specifically tied to loopback on the dom0? I'm seeing the VM loopback process on the dom0 repeatedly go into D state under heavy I/O which locks everything up | 07:14 |
*** Dorogs has left #openstack | 07:14 | |
zynzel | and we have only 2 sysadmin/devops+1 network engineer+3 very good python devs (devs only helps us when devops dont have idea how to patch smth) | 07:14 |
zynzel | ;) | 07:14 |
*** Dorogs has joined #openstack | 07:14 | |
*** Dorogs_ has joined #openstack | 07:14 | |
*** Dorogs_ has left #openstack | 07:14 | |
*** Trixboxer has joined #openstack | 07:15 | |
*** rustam has quit IRC | 07:16 | |
*** Elsvent_ has joined #openstack | 07:16 | |
*** EmilienM has joined #openstack | 07:16 | |
*** tualatrix has quit IRC | 07:17 | |
*** tualatrix has joined #openstack | 07:17 | |
*** lloydde has joined #openstack | 07:18 | |
*** Elsvent has quit IRC | 07:19 | |
*** renier has joined #openstack | 07:20 | |
*** ahmad has quit IRC | 07:20 | |
*** bka has joined #openstack | 07:21 | |
*** bobby-v has quit IRC | 07:21 | |
*** bobby-v has joined #openstack | 07:22 | |
*** Fossilet has joined #openstack | 07:23 | |
*** lloydde has quit IRC | 07:23 | |
*** uncleofthestick has joined #openstack | 07:23 | |
*** sayan has quit IRC | 07:24 | |
*** Dorogs has left #openstack | 07:25 | |
*** Dorogs has joined #openstack | 07:25 | |
*** msavy has joined #openstack | 07:25 | |
*** msavy has quit IRC | 07:25 | |
*** pbacterio has joined #openstack | 07:26 | |
*** msavy has joined #openstack | 07:27 | |
*** sayan has joined #openstack | 07:27 | |
*** msavy has quit IRC | 07:28 | |
*** ahmad has joined #openstack | 07:28 | |
*** Dorogs has left #openstack | 07:29 | |
*** krow has quit IRC | 07:29 | |
*** Dorogs has joined #openstack | 07:29 | |
*** ttrifonov_zZzz is now known as ttrifonov | 07:29 | |
*** mindpixel has joined #openstack | 07:33 | |
*** krow has joined #openstack | 07:35 | |
*** nmistry has quit IRC | 07:36 | |
*** mishin has quit IRC | 07:42 | |
*** sibi_a has joined #openstack | 07:42 | |
*** rocambole has joined #openstack | 07:45 | |
uvirtbot | New bug: #1071636 in devstack "a typo in stack.sh Q_USE_ROOTWRAP" [Undecided,In progress] https://launchpad.net/bugs/1071636 | 07:46 |
*** MarcMorata has joined #openstack | 07:48 | |
*** Staples84 has joined #openstack | 07:49 | |
*** wramthun has joined #openstack | 07:50 | |
*** anniec has joined #openstack | 07:51 | |
*** anniec has quit IRC | 07:52 | |
*** wramthun2 has quit IRC | 07:52 | |
*** anniec has joined #openstack | 07:52 | |
*** eglynn_ has quit IRC | 07:55 | |
*** Maledictus has joined #openstack | 07:55 | |
*** Maledictus has joined #openstack | 07:55 | |
uvirtbot | New bug: #1071642 in glance "image-meta-name is allowed to be null when regist new image" [Undecided,New] https://launchpad.net/bugs/1071642 | 07:56 |
*** tualatrix has quit IRC | 07:56 | |
*** tualatrix has joined #openstack | 07:58 | |
*** darjeeling has quit IRC | 07:59 | |
*** ahmad has quit IRC | 08:00 | |
*** sayan has quit IRC | 08:00 | |
*** l_a_m has quit IRC | 08:00 | |
*** Triade has joined #openstack | 08:04 | |
*** aloga has quit IRC | 08:04 | |
*** l_a_m has joined #openstack | 08:04 | |
*** blast_hardcheese has quit IRC | 08:05 | |
*** aloga has joined #openstack | 08:06 | |
*** uksysadmin has joined #openstack | 08:06 | |
*** dachary has joined #openstack | 08:06 | |
*** mrjazzcat has joined #openstack | 08:07 | |
*** arBmind has joined #openstack | 08:09 | |
*** sniperd has joined #openstack | 08:10 | |
*** eglynn_ has joined #openstack | 08:11 | |
*** rustam has joined #openstack | 08:11 | |
uksysadmin | morning folks | 08:11 |
*** KyleMacDonald has joined #openstack | 08:11 | |
zynzel | anybody use mysql galera? ;) | 08:12 |
*** Guest6355 has quit IRC | 08:13 | |
uksysadmin | zynzel, o/ | 08:13 |
*** uksysadmin is now known as itarchitectkev | 08:13 | |
zynzel | hi! | 08:13 |
itarchitectkev | hi zynzel | 08:13 |
itarchitectkev | we use MySQL and Galera | 08:14 |
itarchitectkev | I wouldn't say we've put it through its paces, but its been running for us for 2 months now | 08:14 |
zynzel | itarchitectkev: i have problem with multiple DCs, wait a moment a will try to draw schema ;) | 08:14 |
*** krow has quit IRC | 08:14 | |
*** rustam has quit IRC | 08:15 | |
*** almaisan-away is now known as al-maisan | 08:16 | |
*** miclorb has joined #openstack | 08:19 | |
zynzel | itarchitectkev: http://zynzel.spof.pl/galera.png | 08:20 |
zynzel | when link between DC3-A and DC1-C down, simple insert on any node in cluster take very long | 08:20 |
zynzel | mysql> insert into test(`name`) values(concat_ws(' ', @@hostname,now())); | 08:20 |
zynzel | Query OK, 1 row affected (17 min 39.78 sec) | 08:21 |
koolhead17 | melmoth: my friend | 08:21 |
melmoth | hola ! | 08:21 |
itarchitectkev | zynzel, wow | 08:21 |
zynzel | any idea why? also why DC3-A is 'out of cluster', when he can connect to DC2-A... | 08:22 |
*** lborda has joined #openstack | 08:22 | |
itarchitectkev | ok - wonder if its because you've got a split-brain issue going on and that Galera doesn't know which is the master to sync to | 08:22 |
itarchitectkev | http://johanandersson.blogspot.co.uk/2012/09/garbd-how-to-avoid-network-partitioning.html | 08:23 |
zynzel | itarchitectkev: but i dont have odd number of nodes. | 08:23 |
itarchitectkev | zynzel, we only have a small test cluster running in a single DC made up of 3 ndoes | 08:23 |
zynzel | so garbd dont change anything imho | 08:23 |
*** miclorb has quit IRC | 08:23 | |
*** nacx has joined #openstack | 08:23 | |
balboah | What's this 127.127.1.0 fudge thing? http://docs.openstack.org/trunk/openstack-compute/install/apt/content/installing-ntp.html | 08:23 |
zynzel | but i have odd* | 08:24 |
itarchitectkev | balboah, when your external ntp server is down it will use the local clock instead as a fallback | 08:24 |
zynzel | itarchitectkev: im testing galera to do mysql master-master replication between DC for openstack ;) | 08:24 |
itarchitectkev | zynzel, we were going down that route too | 08:24 |
balboah | itarchitectkev: aah. thanks | 08:24 |
itarchitectkev | we never got to the stage of running in different DCs | 08:25 |
zykes- | zynzel: why not percona ? | 08:25 |
itarchitectkev | yet | 08:25 |
balboah | itarchitectkev: was it you that tiped me about rackspace yesterday? | 08:25 |
*** federico has joined #openstack | 08:25 | |
itarchitectkev | balboah, it was | 08:25 |
*** federico is now known as Guest2818 | 08:25 | |
zykes- | itarchitectkev: congrats on going RS :p | 08:25 |
itarchitectkev | cheers zykes- :) | 08:25 |
zynzel | zykes-: percona is as i know mysql+galera ;) | 08:25 |
zynzel | but im not db spec :) | 08:25 |
itarchitectkev | zynzel, I picked up Galera through severalnines | 08:26 |
balboah | itarchitectkev: I had problems mounting the iso remotely on that server and figured I would try doing it myself after netbooting ubuntu instead. This is how far I've got ;) | 08:26 |
zynzel | "Percona XtraDB Cluster is a high availability and high scalability solution for MySQL users. XtraDB Cluster integrates Percona Server with the Galera library of high availability solutions in a single product package." | 08:26 |
itarchitectkev | zynzel, we only got to a stage of proof of concept which worked great for having something more resilient for our OpenStack (and now CloudStack) install | 08:26 |
zykes- | yes zynzel ;) | 08:26 |
zykes- | itarchitectkev: moving to US ? | 08:26 |
zynzel | itarchitectkev: well i have problem with my work. | 08:27 |
zynzel | i test ceph cluster | 08:27 |
zynzel | and i destroy it in less than 2h. | 08:27 |
zynzel | i test galera | 08:27 |
zynzel | and i destroy it in less than 2h. | 08:27 |
itarchitectkev | balboah, that's unfortunate. Booting the ISO should just take you through an install not to dissimilar to a Ubuntu install - just a number of steps missed off | 08:27 |
zynzel | HA? ;)) funny. | 08:27 |
itarchitectkev | zynzel, I'm home based - will be travelling to London office and US office frequently | 08:27 |
itarchitectkev | s/zynzel/zykes-/ ;-) | 08:28 |
zykes- | itarchitectkev: ooh | 08:28 |
itarchitectkev | zynzel, stop breaking things | 08:29 |
*** KyleMacDonald has quit IRC | 08:29 | |
balboah | itarchitectkev: yeah. I think the hardware has some problems. Never managed to boot any iso at all on that one | 08:30 |
itarchitectkev | balboah, big shame | 08:30 |
balboah | itarchitectkev: but it's interesting to see how everything is hooked up in any case. and I get to use folsom | 08:30 |
*** KyleMacDonald has joined #openstack | 08:31 | |
itarchitectkev | balboah, Alamo (rackspace private) is currently based off Essex | 08:31 |
*** pixelbeat has joined #openstack | 08:31 | |
balboah | itarchitectkev: yeah I read that, I mean now when I do it myself I get to use Folsom instead. I guess that's positive | 08:32 |
*** simon_lucy has joined #openstack | 08:32 | |
itarchitectkev | balboah, if you want something close to Folsom (and I'm still working on it to fix the Quantum bit) - http://uksysadmin.wordpress.com/2012/10/09/easy-openstack-folsom-with-virtualbox-and-vagrant/ | 08:32 |
itarchitectkev | balboah, yes indeed. To see the final set up allows you to retrospectively see how things are glued together | 08:32 |
itarchitectkev | There is no doubt OpenStack is complex - but that's just a given - this is IaaS software designed to give an immense amount of flexibility | 08:33 |
*** KyleMacDonald has quit IRC | 08:33 | |
zykes- | itarchitectkev: it's complex the first few days, once you start to get the "couplings" between services it's fairly simple | 08:33 |
itarchitectkev | zykes-, one word: quantum | 08:34 |
itarchitectkev | ;-) | 08:34 |
zykes- | itarchitectkev: one word: Keystone was just as much PITA the first release | 08:34 |
balboah | itarchitectkev: that's cool. We're using vagrant for the dev environment as well. | 08:34 |
zykes- | and is really maturing in the v3 release contra the v2 | 08:34 |
itarchitectkev | zykes-, I think I need to lock myself away for a day and understand quantum. I'm 90% there - just need a push. | 08:36 |
zykes- | itarchitectkev: feel free to ask | 08:37 |
itarchitectkev | given we don't do OpenStack where I work these days - finding the time to concentrate on it is difficult | 08:37 |
itarchitectkev | zykes-, cheers man. I'm just not sure what to ask! | 08:37 |
balboah | itarchitectkev: these days? you mean you moved away from it? | 08:37 |
balboah | or that you downgraded your job ;) | 08:37 |
itarchitectkev | zykes-, I think I just need to strip away every command and understand what each one does - its a learning thing - when it clicks, it stays. | 08:37 |
itarchitectkev | balboah, we looked at OpenStack. Got fscked over by false promises by RightScale and had our hands tied and now using CloudStack | 08:38 |
* itarchitectkev isn't bitter at all | 08:38 | |
itarchitectkev | :/- | 08:38 |
balboah | hehe | 08:38 |
*** deepakcs has quit IRC | 08:39 | |
itarchitectkev | I've moved on... literally. Come January its OpenStack world again for Rackspace. | 08:39 |
itarchitectkev | and to be fair - we're on track for having a private cloud based on CloudStack which ticks the boxes this place needs to move forward | 08:40 |
itarchitectkev | and I'll keep badgering them here to come in to upgrade them to OpenStack in the future ;-0- | 08:40 |
*** notze has joined #openstack | 08:42 | |
*** dachary1 has joined #openstack | 08:44 | |
*** Guest2818 has quit IRC | 08:44 | |
balboah | I've just got introduced to this world and are trying to learn everything at once | 08:45 |
*** darraghb has joined #openstack | 08:45 | |
itarchitectkev | balboah, best world to be in at the mo | 08:45 |
balboah | it's really interesting with all automation tools, cloud and maas and arm and and | 08:46 |
*** foexle has joined #openstack | 08:46 | |
*** choforo has joined #openstack | 08:46 | |
*** zach_mtu has joined #openstack | 08:47 | |
*** dachary has quit IRC | 08:47 | |
itarchitectkev | balboah, haha :) | 08:47 |
balboah | as I'm coming from manually setting up my bare metal infrastructure using freebsd and compiling stuff from ports and tweaking things | 08:49 |
*** choforo has quit IRC | 08:49 | |
balboah | but I really feel that ubuntu is going in the right direction. And then I found openstack | 08:50 |
Qten | well when it works :) | 08:50 |
*** deepakcs has joined #openstack | 08:51 | |
Qten | cloudstack looks great but i can't bring myself to citrix | 08:51 |
Qten | i looked at support for cloudstack awhile back (as a insurance) omg expensive is a understatement | 08:52 |
balboah | I'm also a bit influenced by already knowing python and django and rabbitmq and mysql which all was included in this solution. Not so much a fan of java | 08:53 |
*** lborda has quit IRC | 08:53 | |
pithagorians | how about eucalyptus and opennebula ? | 08:53 |
Qten | dunno about ecua, but opennebula to me just felt strange | 08:54 |
Qten | and the community for openstack is much larger | 08:56 |
pithagorians | community agree | 08:56 |
itarchitectkev | Qten, I'll be frank and say we're not a fan | 08:57 |
itarchitectkev | its a means to an end though | 08:57 |
Qten | itarchitectkev: of? | 08:57 |
itarchitectkev | CloudStack is great for people taking a babystep from VMware to "Cloud" | 08:57 |
itarchitectkev | and yeah, its no fun looking through java stack traces | 08:58 |
*** alex88 has joined #openstack | 08:58 | |
Qten | itarchitectkev: :) | 08:58 |
itarchitectkev | (tbf - any stack trace ...;-) | 08:58 |
alex88 | hi guys, i was creating a vm and it was stuck in spawning state | 08:58 |
*** zach_mtu has quit IRC | 08:58 | |
alex88 | then the nova-compute.log was telling me that instance 000000025 doesn't exist | 08:58 |
Qten | true i do have a need/want/something to make openstack work for us | 08:58 |
itarchitectkev | alex88, check all your services are running | 08:58 |
alex88 | I've tried a delete and now it's stuck in delete | 08:58 |
* alex88 checking | 08:59 | |
*** dieterdemeyer has quit IRC | 08:59 | |
*** blast_hardcheese has joined #openstack | 08:59 | |
alex88 | dunno why api commands takes a while to run | 08:59 |
Qten | slow storage? | 09:00 |
itarchitectkev | alex88, I've seen issues where some services haven't started properly - and rather than fast fail, it puts things in a weird state instead because the inter-connected services *assume* all is ok | 09:00 |
alex88 | itarchitectkev: i've run a nova-manage service list but i'm still waiting for reply | 09:00 |
itarchitectkev | alex88, api talks to your db, rabbitmq and keystone - check both of those thigs | 09:00 |
alex88 | k sec | 09:00 |
Qten | eek | 09:00 |
alex88 | host has 32 as load… a bit high actually.. | 09:01 |
itarchitectkev | somewhere in the logs you'll be getting 500s or the like | 09:01 |
*** dieterdemeyer has joined #openstack | 09:01 | |
itarchitectkev | alex88, ah... :) | 09:01 |
Qten | so i see rackspace are now using lunr | 09:01 |
itarchitectkev | just a tad for any server | 09:01 |
alex88 | but that's normal with some i/o…due the mdadm | 09:01 |
alex88 | i think | 09:01 |
itarchitectkev | lunr? They're using Cinder or have I missed something? | 09:02 |
* Qten needs more screens | 09:02 | |
Qten | http://www.rackspace.com/blog/rackspace-cloud-block-storage-making-progress-towards-a-fall-release/ | 09:03 |
alex88 | 45 now… wow :) | 09:03 |
alex88 | strange that cpu are like 5% each | 09:03 |
*** dieterdemeyer has quit IRC | 09:04 | |
alex88 | itarchitectkev: those three are all running, also logs doesn't say anything about unsuccesfull connections | 09:04 |
itarchitectkev | what's causing your load? access to storage? | 09:04 |
itarchitectkev | disk full? | 09:04 |
alex88 | itarchitectkev: nope, just i/o.. everytime some vm uses lot of hdd everything slows down | 09:05 |
alex88 | that's why i want to switch from qcow to lvm in folsom | 09:05 |
*** lborda has joined #openstack | 09:06 | |
alex88 | btw, all services :-) | 09:06 |
alex88 | now some down… now some up… :/ maybe they're taking a while to update? | 09:07 |
NuxRo | alex88: openstack doesn't support lvm for what you want | 09:07 |
alex88 | NuxRo: vm storage? | 09:07 |
*** ahasenack has quit IRC | 09:08 | |
*** mrjazzcat has quit IRC | 09:08 | |
*** bbcmicrocomputer has quit IRC | 09:08 | |
NuxRo | alex88: yes, only qcow2 is supported afaik (which sux, i agree) | 09:08 |
*** milner has quit IRC | 09:08 | |
alex88 | NuxRo: https://blueprints.launchpad.net/nova/+spec/lvm-disk-images | 09:08 |
alex88 | 10-100% performance improvements | 09:09 |
*** jodok has quit IRC | 09:09 | |
alex88 | btw, itarchitectkev it took a while but now it's gone | 09:10 |
*** ogelbukh has quit IRC | 09:10 | |
alex88 | load back to 7… i have to switch to hw raid | 09:10 |
alex88 | and maybe some better hdd | 09:10 |
*** ogelbukh has joined #openstack | 09:11 | |
itarchitectkev | uploading and copying around the images can cane a server with excessive io | 09:11 |
*** uncleofthestick has quit IRC | 09:12 | |
*** rocambole has quit IRC | 09:13 | |
*** uncleofthestick has joined #openstack | 09:15 | |
*** KyleMacDonald has joined #openstack | 09:17 | |
*** tomoe_ has quit IRC | 09:18 | |
*** markwu has joined #openstack | 09:18 | |
*** maploin has joined #openstack | 09:20 | |
*** maploin has joined #openstack | 09:20 | |
*** notze has quit IRC | 09:21 | |
*** KyleMacDonald has quit IRC | 09:21 | |
*** aloga_ has joined #openstack | 09:22 | |
*** dev_sa has quit IRC | 09:22 | |
*** aloga_ has quit IRC | 09:22 | |
*** dev_sa has joined #openstack | 09:22 | |
*** aloga_ has joined #openstack | 09:22 | |
*** simon_lucy has quit IRC | 09:23 | |
*** aloga has quit IRC | 09:23 | |
*** Elsvent_ has quit IRC | 09:24 | |
*** simon_lucy has joined #openstack | 09:24 | |
*** Elsvent__ has joined #openstack | 09:24 | |
*** markwu has quit IRC | 09:24 | |
*** dneary has quit IRC | 09:25 | |
*** notze has joined #openstack | 09:27 | |
*** dev_sa has quit IRC | 09:28 | |
*** dev_sa has joined #openstack | 09:29 | |
*** ryu25 has quit IRC | 09:30 | |
*** aloga_ is now known as aloga | 09:32 | |
*** fanda1 has quit IRC | 09:33 | |
*** carlosm_ has joined #openstack | 09:34 | |
*** xchu has quit IRC | 09:34 | |
*** flosky has joined #openstack | 09:35 | |
uvirtbot | New bug: #1071696 in openstack-manuals "Per-tenant Routers with Private Networks use case has an error in network scheme" [Undecided,New] https://launchpad.net/bugs/1071696 | 09:36 |
*** dneary has joined #openstack | 09:40 | |
*** Breaking_Out has joined #openstack | 09:41 | |
*** fanda1 has joined #openstack | 09:42 | |
fanda1 | Any please help me to ssh to instance using ip netns exec qrouter-26b20891-4edf-49e1-b703-62f1cba7f5a ssh 10.10.10.4. how can i mention keypair? | 09:43 |
fanda1 | pleas ehelp | 09:44 |
*** dieterdemeyer has joined #openstack | 09:48 | |
fanda1 | any one please help | 09:49 |
*** tryggvil has quit IRC | 09:50 | |
*** aloga has quit IRC | 09:51 | |
*** aloga has joined #openstack | 09:51 | |
*** milner has joined #openstack | 09:51 | |
*** ahasenack has joined #openstack | 09:52 | |
*** KyleMacDonald has joined #openstack | 09:52 | |
melmoth | ip netns exec qrouter-26b20891-4edf-49e1-b703-62f1cba7f5a ssh -i yourkey.priv ubuntu@10.10.10.4 ? | 09:52 |
fanda1 | melmoth its is not working | 09:53 |
ThiagoCMC | Morning! | 09:53 |
fanda1 | melmoth yes its working :) | 09:54 |
fanda1 | thansk melmoth | 09:54 |
*** kevein has quit IRC | 09:54 | |
fanda1 | any one have clue about the https://github.com/rackerjoe/oz-image-build | 09:55 |
fanda1 | password of centos? | 09:55 |
*** bbcmicrocomputer has joined #openstack | 09:56 | |
*** bbcmicrocomputer has joined #openstack | 09:56 | |
*** alex88 has quit IRC | 09:57 | |
*** alex88 has joined #openstack | 09:58 | |
*** alex88 has joined #openstack | 09:58 | |
*** tryggvil has joined #openstack | 09:58 | |
fanda1 | melmoth any idea? | 09:58 |
*** clopez has joined #openstack | 09:59 | |
melmoth | no idea. usually (ubuntu images) images do not comes with default password | 09:59 |
melmoth | a ssh key is injected after boot by cloud-init | 09:59 |
*** KyleMacDonald has quit IRC | 10:00 | |
ThiagoCMC | Hi! I just installed Ubuntu 12.04 and run devstack script... All is running but, my instance can not ping outside world (I'm logged into it via openstack web/vnc)... what can I do? | 10:01 |
ThiagoCMC | I can ping my host eth0 but, only it... even the gateway of my host I can not ping... | 10:02 |
ThiagoCMC | But from my host, I can ping the internet normally... | 10:02 |
ThiagoCMC | This is the default behavior of a brand new installation? | 10:02 |
*** mrjazzcat has joined #openstack | 10:04 | |
ThiagoCMC | Any tips?! | 10:06 |
ThiagoCMC | :( | 10:06 |
alex88 | ThiagoCMC: what's the gateway of the vm? look at route -n | 10:08 |
*** sunilthaha has joined #openstack | 10:08 | |
ThiagoCMC | 10.0.0.1 | 10:09 |
koolhead17 | zykes-: | 10:09 |
*** flosky has quit IRC | 10:09 | |
koolhead17 | soren: around | 10:09 |
soren | Ideed. | 10:10 |
soren | Indeed, even. | 10:10 |
ThiagoCMC | alex88, I can ping 10.0.0.1 and even my hosts's eth0 (192.168.15.201) but, the gateway of my host 192.168.15.254 I can't (from within instance)... | 10:10 |
uvirtbot | New bug: #1071707 in openstack-manuals "Quantum installation: instructions for finding libvirt version" [Undecided,New] https://launchpad.net/bugs/1071707 | 10:11 |
ThiagoCMC | I think that this is the last thing I need to fix to start using my new cloud! :-D | 10:11 |
fanda1 | melmoth but tried random passwords it didn't work https://github.com/rackerjoe/oz-image-build | 10:11 |
alex88 | ThiagoCMC: i think you have to setup the gateway in nova-network, what's your nova.conf | 10:11 |
*** rustam has joined #openstack | 10:12 | |
*** sayan has joined #openstack | 10:12 | |
ThiagoCMC | Mmmm... So, this isn't a "default" behavior?! | 10:12 |
ThiagoCMC | something like "closed by default"? | 10:13 |
*** dneary has quit IRC | 10:13 | |
alex88 | ThiagoCMC: closed? you have to configure network an nova-network should use iptables to set a gateway | 10:13 |
ThiagoCMC | But devstack should do it for me, right?! | 10:14 |
*** sayan has quit IRC | 10:14 | |
ThiagoCMC | Since it does everything... Why miss only this? | 10:14 |
ThiagoCMC | from my instance, I can ping its gateway... | 10:14 |
ThiagoCMC | and even the eth0 of the host. | 10:14 |
alex88 | not sure, never used devstack | 10:15 |
ThiagoCMC | Mmm... okay... | 10:15 |
alex88 | just regular openstack | 10:15 |
ThiagoCMC | that script set up everything for me... I just run it and open dashboard... | 10:15 |
*** bluenemo has joined #openstack | 10:15 | |
*** bluenemo has joined #openstack | 10:15 | |
ThiagoCMC | but thanks anyway... | 10:15 |
alex88 | np.. | 10:15 |
alex88 | do an iptables-save paste | 10:15 |
zykes- | koolhead17: l ? | 10:16 |
*** tualatrix has quit IRC | 10:16 | |
koolhead17 | why don`t you mail to Cisco folks instead making noise on twitter? | 10:16 |
*** rustam has quit IRC | 10:16 | |
ThiagoCMC | alex88, here: http://pastebin.ubuntu.com/1306824/ | 10:17 |
foexle | heyho guys | 10:17 |
koolhead17 | hey foexle | 10:17 |
zykes- | koolhead17: already tried that option. | 10:17 |
foexle | koolhead17: *wave | 10:17 |
alex88 | ThiagoCMC: brctl show paste | 10:18 |
zykes- | koolhead17: I'll give it one more shot ;) | 10:18 |
*** dachary1 has quit IRC | 10:18 | |
alex88 | koolhead17: ohai! | 10:18 |
*** darjeeling has joined #openstack | 10:18 | |
zykes- | just a bit boring when we're trying to get the stuff to work properly and they don't bother shoving code back | 10:18 |
koolhead17 | alex88: my friend long time. | 10:18 |
koolhead17 | can`t we help ThiagoCMC with the nw stuff | 10:19 |
ThiagoCMC | http://pastebin.ubuntu.com/1306831/ | 10:19 |
ThiagoCMC | :-D | 10:19 |
alex88 | yeah, didn't checked openstack because fortunately our deploy works :D | 10:19 |
ThiagoCMC | my "default" under security groups have no rules.... | 10:20 |
alex88 | ThiagoCMC: try iptables -A nova-network-snat -s 10.0.0.0/24 -o eth0 -j SNAT --to-source 192.168.15.201 | 10:20 |
ThiagoCMC | maybe should I add something there before start using my cloud? | 10:20 |
alex88 | what's after? | 10:20 |
alex88 | ThiagoCMC: nope, that's for incoming connections, not internet | 10:20 |
ThiagoCMC | Mmm... ok | 10:20 |
ThiagoCMC | let my try it... | 10:20 |
*** itarchitectkev has quit IRC | 10:21 | |
ThiagoCMC | alex88, you meant: iptables -t POSTROUTING -A nova-network-snat -s 10.0.0.0/24 -o eth0 -j SNAT --to-source 192.168.15.201 | 10:21 |
ThiagoCMC | right? | 10:21 |
ThiagoCMC | ops | 10:21 |
ThiagoCMC | -t nat | 10:21 |
*** bapa has joined #openstack | 10:21 | |
ThiagoCMC | also | 10:21 |
foexle | i'm looking for a good solution to backup swift containers .... it must not a backup to an other physical host ... i'll need more a version control ... so per day backups with 7 days detention or something like this ... have any an idea ? | 10:21 |
alex88 | assuming that, router is on host eth0, host eth0's ip is 192.168.15.201 yes | 10:21 |
ThiagoCMC | yes | 10:21 |
koolhead17 | alex88: so openstack in production awesome :D | 10:22 |
ThiagoCMC | alex88, WORKING!!! YAY!!! | 10:22 |
ThiagoCMC | Thank you!!! | 10:22 |
*** notze has quit IRC | 10:22 | |
foexle | sry swift (essex) | 10:22 |
ThiagoCMC | What I miss?! | 10:22 |
*** uncleofthestick has quit IRC | 10:23 | |
*** itarchitectkev has joined #openstack | 10:23 | |
alex88 | ThiagoCMC: np, maybe you had to manually add eth0 to br100, but i'm not sure..maybe need devstack to be better configured | 10:23 |
alex88 | koolhead17: yup, using that for http://imagefog.com/ | 10:23 |
alex88 | now i'm testing to import the 9 gigapixel milky way image to our service.. but i have to find a converter from psb to tiff or others | 10:24 |
koolhead17 | alex88: woooooooh0000000 | 10:24 |
*** mkouhei has left #openstack | 10:24 | |
*** rocambole has joined #openstack | 10:24 | |
*** al-maisan is now known as almaisan-away | 10:24 | |
*** vodanh86 has joined #openstack | 10:24 | |
koolhead17 | alex88: it be cool you guys will mention somewhere build with OpenStack(TM) | 10:24 |
koolhead17 | hehehehe | 10:24 |
alex88 | koolhead17: we'll do for sure! | 10:25 |
alex88 | there will be service blog posts about that | 10:25 |
*** notze has joined #openstack | 10:25 | |
vodanh86 | hello, as my scenario | 10:25 |
alex88 | but for now we've just 2 servers so we can't call it cloud :) | 10:25 |
*** uncleofthestick has joined #openstack | 10:25 | |
alex88 | just a small lab :P | 10:25 |
vodanh86 | i have multiple nova-compute node on multiple subnets | 10:25 |
koolhead17 | alex88: amazing and i will make sure to get it as case study after u guys are in a month or 2 in production :P | 10:25 |
itarchitectkev | alex88, that is great though | 10:25 |
koolhead17 | itarchitectkev: +1 | 10:26 |
*** fanda1 has quit IRC | 10:26 | |
*** halfss has quit IRC | 10:26 | |
vodanh86 | can i have single vlan on multiple subnets | 10:26 |
itarchitectkev | alex88, how many servers make a cloud!? Talk to IBM and they will say at least 1 ;-) | 10:26 |
*** sayan has joined #openstack | 10:26 | |
*** sayan has joined #openstack | 10:26 | |
koolhead17 | itarchitectkev: hehe | 10:26 |
alex88 | itarchitectkev: our service? btw yeah, that's true :) | 10:26 |
ThiagoCMC | You can make a cloud within 1 Virtual Machine if you want... | 10:26 |
*** eglynn_ has quit IRC | 10:26 | |
ThiagoCMC | :P | 10:26 |
*** dneary has joined #openstack | 10:27 | |
* koolhead17 really needs some networking lesson to help folks here | 10:27 | |
koolhead17 | ThiagoCMC: CMC <-- place you work? | 10:27 |
koolhead17 | dneary: sir | 10:27 |
ThiagoCMC | no.... My surname... | 10:27 |
ThiagoCMC | initials.. | 10:27 |
*** rocambole has quit IRC | 10:28 | |
ThiagoCMC | TCMC is the place I work (my company)... lol | 10:28 |
koolhead17 | ThiagoCMC: are you the CEO/CTO there :) | 10:28 |
ThiagoCMC | :-D | 10:28 |
*** rocambole has joined #openstack | 10:29 | |
*** Fossilet has quit IRC | 10:30 | |
dneary | yes koolhead17? | 10:31 |
*** dachary has joined #openstack | 10:31 | |
*** notze has quit IRC | 10:31 | |
*** notze has joined #openstack | 10:31 | |
*** darjeeling has quit IRC | 10:31 | |
koolhead17 | dneary: was nice meeting u at leadership summit | 10:31 |
koolhead17 | foexle: kodapa u both are in Berlin right? | 10:35 |
itarchitectkev | zykes-, EmilienM (if you're around) - I have a challenge for you... | 10:35 |
zykes- | itarchitectkev: ? | 10:36 |
itarchitectkev | zykes-, EmilienM can you draw a diagram of what the environment looks like, mentioning interface names, ip addresses and ranges used to support the documentation at EmilienM GitHub doc? | 10:36 |
itarchitectkev | it really is the missing step in understanding quantum | 10:36 |
itarchitectkev | (for me) | 10:37 |
zykes- | shouldn't this be in the docs.openstack.org instead ? | 10:37 |
*** Free_maN has joined #openstack | 10:37 | |
*** Free_maN has joined #openstack | 10:37 | |
itarchitectkev | zykes-, there are 2 docs: a product doc and an operational doc | 10:37 |
itarchitectkev | a guide that EmilienM and you have worked on is an operations doc - it shows a working example | 10:37 |
itarchitectkev | what it doesn't show is what the end product looks like | 10:38 |
itarchitectkev | why have you chosen "192.168.1.1" as an IP for an external router when the first time a reader comes across it is in a shell script? | 10:38 |
*** eglynn_ has joined #openstack | 10:38 | |
itarchitectkev | a user needs to translate these into their own environment with their own ip ranges etc | 10:39 |
zykes- | itarchitectkev: I really dunno why he has it like that, I just updated the script ;). Need to take a look in a bit in that case | 10:39 |
itarchitectkev | instead I'm trying to do the opposite - go through pages of the doc and draw what I think is the environment | 10:39 |
dneary | koolhead17, /whois koolhead17 ? | 10:39 |
itarchitectkev | so then I can update accordingly | 10:39 |
*** ondergetekende has quit IRC | 10:40 | |
zykes- | itarchitectkev: :) | 10:40 |
koolhead17 | dneary: will give nothin as am on webchat :) | 10:40 |
dneary | koolhead17, I see that | 10:40 |
*** vds has joined #openstack | 10:42 | |
*** simon_lucy has quit IRC | 10:42 | |
*** sayan has quit IRC | 10:42 | |
itarchitectkev | so zykes - in my inbox by monday!? ;-) | 10:43 |
zykes- | you mean diagrams ? ;p | 10:43 |
*** Melmar has joined #openstack | 10:44 | |
itarchitectkev | you got it :) | 10:44 |
kodapa | anyone upgraded from ubuntu 12.04 essex to 12.04.1 essex? | 10:45 |
kodapa | koolhead17: I'm in Stockholm, not berlin | 10:45 |
koolhead17 | kodapa: ooh okey. | 10:46 |
*** vmlinuz has joined #openstack | 10:48 | |
itarchitectkev | kodapa, what pkgs are in 12.04.1 - I've been periodically upgrading my essex on precise set up at home with no issues | 10:51 |
daddy | hola | 10:51 |
kodapa | itarchitectkev: yeah, we've done that in our lab environment without problems | 10:51 |
itarchitectkev | . /whois (the) daddy | 10:52 |
itarchitectkev | (sorry - had to be done) | 10:52 |
kodapa | However, what is the best process? First upgrade controller (nova-api, scheduler, glance etc) and then compute nodes (nova-compute, nova-networK) | 10:52 |
daddy | itarchitectkev: just a beginner :-) | 10:52 |
*** uncleofthestick has quit IRC | 10:52 | |
itarchitectkev | :) | 10:52 |
kodapa | Should nova-compute and network be stopped? What can happen if it runs different minor versions? | 10:52 |
daddy | I would like to use XCP's SR (created by 'xe sr-create') with cinder (which is in a VM on the Dom0), where I can found a guide? | 10:53 |
*** shrii has joined #openstack | 10:54 | |
*** flosky has joined #openstack | 10:56 | |
shrii | hey guys | 10:56 |
*** maurosr has joined #openstack | 10:57 | |
shrii | any one used Dell crowber ? | 10:57 |
shrii | with openstack | 10:57 |
*** eglynn_ has quit IRC | 10:57 | |
*** eglynn_ has joined #openstack | 10:58 | |
* koolhead17 points shrii to spn | 10:58 | |
koolhead17 | spn_: | 10:59 |
*** uncleofthestick has joined #openstack | 10:59 | |
shrii | :) | 10:59 |
shrii | hi koolhead17 | 10:59 |
koolhead17 | shrii: i am not the guy :) | 11:00 |
shrii | ok no issue.. | 11:00 |
shrii | Hi spn_ | 11:00 |
zykes- | bodepd: you alive ? | 11:00 |
*** maurosr has quit IRC | 11:01 | |
*** sibi_a has left #openstack | 11:01 | |
*** krtaylor has joined #openstack | 11:02 | |
*** alex88 has quit IRC | 11:02 | |
*** maurosr has joined #openstack | 11:03 | |
*** Elsvent__ has quit IRC | 11:03 | |
*** maurosr has quit IRC | 11:07 | |
*** ahasenack has quit IRC | 11:07 | |
*** maurosr has joined #openstack | 11:08 | |
*** mrjazzcat has quit IRC | 11:09 | |
*** erkules|away has quit IRC | 11:10 | |
*** erkules|away has joined #openstack | 11:10 | |
*** erkules|away is now known as erkules | 11:10 | |
*** rustam has joined #openstack | 11:12 | |
*** dieterdemeyer has quit IRC | 11:14 | |
*** Trixboxer has quit IRC | 11:14 | |
*** Trixboxer has joined #openstack | 11:14 | |
*** arBmind has quit IRC | 11:14 | |
*** milner has quit IRC | 11:15 | |
shrii | ? | 11:16 |
shrii | any one help to install openstack on cento 6.3 | 11:16 |
*** simon_lucy has joined #openstack | 11:17 | |
koolhead17 | shrii: Ubuntu FTW | 11:17 |
koolhead17 | :P | 11:17 |
*** rustam has quit IRC | 11:17 | |
*** dieterdemeyer has joined #openstack | 11:17 | |
shrii | my hardware not support ubuntu.. dell 720 :( | 11:18 |
shrii | R720 | 11:18 |
koolhead17 | Daviey: ^^ | 11:18 |
*** eglynn_ has quit IRC | 11:19 | |
shrii | Hi Daviey | 11:19 |
*** dolphm_ has joined #openstack | 11:24 | |
koolhead17 | shrii: http://www.ubuntu.com/certification/server/make/Dell/?page=1 hmm looks like | 11:24 |
shrii | R720 not in list :( | 11:25 |
*** cdub has quit IRC | 11:26 | |
koolhead17 | shrii: http://lists.us.dell.com/pipermail/linux-poweredge/2012-July/046614.html | 11:27 |
koolhead17 | says you can | 11:27 |
*** cdub has joined #openstack | 11:27 | |
*** dolphm_ has quit IRC | 11:28 | |
shrii | ok legacy BIOS | 11:28 |
shrii | let me check that | 11:28 |
*** yocum has joined #openstack | 11:29 | |
*** ujuc has quit IRC | 11:29 | |
*** simon_lucy has quit IRC | 11:30 | |
*** desai has joined #openstack | 11:30 | |
spn | hi | 11:30 |
shrii | hi spn | 11:32 |
spn | hey | 11:32 |
shrii | can you help me to installation openstack on centos 6.3 ? | 11:32 |
*** martinsbalodis has joined #openstack | 11:32 | |
spn | how are you installing openstack ? | 11:33 |
shrii | no wait.. leting you know exact issue. | 11:33 |
shrii | i done all keystone formalitys.. and stuck on http://docs.openstack.org/essex/openstack-compute/install/yum/content/verifying-identity-install.html | 11:34 |
spn | let me check that | 11:35 |
shrii | thank you | 11:35 |
*** tryggvil_ has joined #openstack | 11:35 | |
spn | did yo try the curl option | 11:35 |
shrii | yes i did | 11:36 |
*** chasmo has quit IRC | 11:36 | |
*** milner has joined #openstack | 11:36 | |
spn | did it work or what is the problem? | 11:37 |
*** bing_bu has quit IRC | 11:37 | |
shrii | connection time out.. | 11:37 |
shrii | not connecting.. this type of error | 11:37 |
*** iDrac has quit IRC | 11:38 | |
*** iDrac has joined #openstack | 11:38 | |
spn | do you have the keystone.log file | 11:39 |
*** flosky has quit IRC | 11:39 | |
*** tryggvil has quit IRC | 11:39 | |
*** iDrac has joined #openstack | 11:39 | |
shrii | wait let me chekc htat | 11:39 |
*** milner has quit IRC | 11:39 | |
*** tryggvil_ has quit IRC | 11:40 | |
*** eglynn_ has joined #openstack | 11:40 | |
*** vodanh86 has quit IRC | 11:41 | |
*** littleidea has joined #openstack | 11:43 | |
*** dieterdemeyer has quit IRC | 11:43 | |
*** szaydel has joined #openstack | 11:45 | |
*** maurosr has quit IRC | 11:46 | |
*** maurosr has joined #openstack | 11:46 | |
*** Staples84 has quit IRC | 11:47 | |
*** deepakcs has quit IRC | 11:47 | |
*** dpippenger has quit IRC | 11:47 | |
*** littleidea has quit IRC | 11:48 | |
*** littleidea has joined #openstack | 11:49 | |
balboah | I'm following the guide at http://docs.openstack.org/trunk/openstack-compute/install/apt/content/images-verifying-install.html But glance returns: unrecognized arguments: name=tty-linux-kernel disk_format=aki container_format=aki | 11:49 |
*** dieterdemeyer has joined #openstack | 11:50 | |
balboah | and there doesn't seem to be a man page | 11:50 |
*** littleidea has left #openstack | 11:50 | |
*** eglynn_ has quit IRC | 11:51 | |
*** ahasenack has joined #openstack | 11:54 | |
*** markvoelker has joined #openstack | 11:54 | |
spn | balboah: are you giving the name in quotes | 11:55 |
*** acb__ has quit IRC | 11:55 | |
balboah | spn: http://bpaste.net/show/TEYZy7ebE0EH5xQ9p35W/ | 11:56 |
*** milner has joined #openstack | 12:00 | |
*** marrusl has quit IRC | 12:01 | |
*** radish has joined #openstack | 12:02 | |
daddy | how can I tell the api ip and port to the novclient (or cinderclient) ? | 12:02 |
*** cbkyeoh has joined #openstack | 12:03 | |
*** ctracey_ has quit IRC | 12:03 | |
radish | hi there, is it possible for compute nodes to use local storage (dev/sdb, /dev/sdc ...) as storage for volumes? Do I need nova-volumes for this? | 12:04 |
*** ondergetekende has joined #openstack | 12:04 | |
*** ahasenack has quit IRC | 12:05 | |
balboah | spn: managed to find the help section ;) glance image-create --name="tty-linux-kernel" --container-format=aki --disk-format=aki < ttylinux-uec-amd64-12.1_2.6.35-22_1-vmlinuz | 12:05 |
*** milner has quit IRC | 12:05 | |
*** ahasenack has joined #openstack | 12:06 | |
*** bbcmicrocomputer has quit IRC | 12:06 | |
*** dolphm has joined #openstack | 12:06 | |
*** rmartinelli has joined #openstack | 12:09 | |
*** boden has joined #openstack | 12:10 | |
*** adalbas has joined #openstack | 12:10 | |
*** zykes- has quit IRC | 12:11 | |
*** zykes- has joined #openstack | 12:11 | |
*** tgall_foo has joined #openstack | 12:11 | |
*** tgall_foo has quit IRC | 12:11 | |
*** tgall_foo has joined #openstack | 12:11 | |
*** eglynn_ has joined #openstack | 12:12 | |
*** rustam has joined #openstack | 12:13 | |
*** pergaminho has joined #openstack | 12:13 | |
*** alunduil has quit IRC | 12:15 | |
*** milner has joined #openstack | 12:17 | |
*** rustam has quit IRC | 12:17 | |
*** bbcmicrocomputer has joined #openstack | 12:18 | |
*** Dorogs has quit IRC | 12:20 | |
daddy | about volume managing: are there any other example than "nova/cinder-manage sm backend_add nfs gold.. " ? I didn't find any help about the other possibilities | 12:20 |
*** mrjazzcat has joined #openstack | 12:21 | |
daddy | I mean ceph or iscsi or something else than nfs | 12:21 |
*** ondergetekende has quit IRC | 12:21 | |
*** arBmind has joined #openstack | 12:24 | |
*** Staples84 has joined #openstack | 12:25 | |
*** vmlinuz has quit IRC | 12:25 | |
*** notze has quit IRC | 12:25 | |
*** osier has quit IRC | 12:25 | |
*** ewindisch has joined #openstack | 12:28 | |
*** mrunge has quit IRC | 12:30 | |
*** osier has joined #openstack | 12:30 | |
*** zykes- has quit IRC | 12:31 | |
*** zykes- has joined #openstack | 12:31 | |
*** markwu has joined #openstack | 12:32 | |
*** tgall_foo has quit IRC | 12:34 | |
radish | is there no easy way to use local storage for volumes? local as in the compute node uese its own HDDs | 12:34 |
*** chasmo has joined #openstack | 12:38 | |
*** notze has joined #openstack | 12:38 | |
*** zykes- has quit IRC | 12:40 | |
*** desai has quit IRC | 12:42 | |
*** guigui3 has quit IRC | 12:43 | |
*** tmichael has quit IRC | 12:44 | |
*** KarinLevenstein has joined #openstack | 12:44 | |
*** Glace_ has joined #openstack | 12:49 | |
*** KyleMacDonald has joined #openstack | 12:50 | |
*** KyleMacDonald has quit IRC | 12:52 | |
ThiagoCMC | guys, every time I launch a instance, I need to run this command at its host: "iptables -t nat -A nova-network-snat -s 10.0.0.0/24 -o eth0 -j SNAT --to-source 192.168.15.201" - how can I "fix" it ? | 12:54 |
*** aeperezt has joined #openstack | 12:56 | |
*** dachary1 has joined #openstack | 12:57 | |
melmoth | ThiagoCMC, routing_source_ip in nova.conf ? | 12:57 |
ThiagoCMC | I'll look into this... Tks! | 12:58 |
ThiagoCMC | devstack is missing this... | 12:58 |
*** dachary has quit IRC | 12:59 | |
melmoth | usually (multi_host) you dont need it, as it s using the my_ip of the current compute node | 12:59 |
ThiagoCMC | But if I do not do this, my instance can not ping outside its host... | 13:00 |
ThiagoCMC | and every time I start a instance, this rule disappear... | 13:00 |
*** aliguori has joined #openstack | 13:00 | |
*** dachary has joined #openstack | 13:01 | |
*** guigui3 has joined #openstack | 13:01 | |
ThiagoCMC | This is the only problem I have, everything else is working smoothly... :( | 13:02 |
*** lborda has quit IRC | 13:02 | |
*** lazyshot has joined #openstack | 13:02 | |
ThiagoCMC | routing_source_ip is not declared in nova.conf... | 13:02 |
*** One-Man-Bucket has joined #openstack | 13:02 | |
One-Man-Bucket | how do i change project quotas? | 13:03 |
*** dachary1 has quit IRC | 13:03 | |
*** sunilthaha has quit IRC | 13:04 | |
*** littleidea has joined #openstack | 13:04 | |
*** zykes- has joined #openstack | 13:06 | |
*** marrusl has joined #openstack | 13:08 | |
larsks | One-Man-Bucket: You can do from the "Projects" screen of the "Admin" tab in the GUI. On the command line, you can use the "nova-manage project quota" command. | 13:08 |
*** KyleMacDonald has joined #openstack | 13:10 | |
*** littleidea has quit IRC | 13:10 | |
larsks | One-Man-Bucket: E.g., "nova-manage project quota --project=myproject --key=volumes --value=20" | 13:11 |
*** rocambole has quit IRC | 13:11 | |
*** KyleMacDonald has quit IRC | 13:11 | |
*** dyer has quit IRC | 13:12 | |
One-Man-Bucket | larsks: i can't change the values in the admin interface | 13:13 |
*** rustam has joined #openstack | 13:13 | |
One-Man-Bucket | larsks: oh sorry, now i found it | 13:13 |
*** Free_maN has quit IRC | 13:14 | |
*** littleidea has joined #openstack | 13:15 | |
balboah | Where do I need to go looking when nova image-list returns 401 while glance image-list works? http://bpaste.net/show/bMPhUDeB0vtHy6j8FxKW/ | 13:15 |
*** kenneth__ has joined #openstack | 13:15 | |
*** Math___ has joined #openstack | 13:16 | |
*** dendro-afk is now known as dendrobates | 13:16 | |
balboah | I've kind of walked through the documentation until http://docs.openstack.org/trunk/openstack-compute/install/apt/content/configure-creds.html | 13:16 |
balboah | maybe there's something about the keyring that suddenly popped into the game | 13:17 |
*** rustam has quit IRC | 13:18 | |
*** gus_m has quit IRC | 13:18 | |
*** uncleofthestick has quit IRC | 13:18 | |
*** littleidea has quit IRC | 13:18 | |
*** cbkyeoh has quit IRC | 13:19 | |
*** joesavak has joined #openstack | 13:19 | |
*** secbitchris has joined #openstack | 13:20 | |
*** scalability-junk has joined #openstack | 13:22 | |
*** reidrac has quit IRC | 13:25 | |
*** gmi has joined #openstack | 13:26 | |
ThiagoCMC | anyone using devstack to test openstack?! I rebooted my server and nothing come back... Only apache and mysql are running... :( | 13:26 |
*** Dorogs has joined #openstack | 13:26 | |
*** Staples84 has quit IRC | 13:27 | |
*** pbacterio has quit IRC | 13:27 | |
*** Dorogs has quit IRC | 13:28 | |
*** vmlinuz has joined #openstack | 13:30 | |
*** littleidea has joined #openstack | 13:30 | |
*** simon_lucy has joined #openstack | 13:30 | |
*** alunduil has joined #openstack | 13:31 | |
*** szaydel has quit IRC | 13:31 | |
*** szaydel has joined #openstack | 13:32 | |
*** tgall_foo has joined #openstack | 13:32 | |
*** tgall_foo has quit IRC | 13:32 | |
*** tgall_foo has joined #openstack | 13:32 | |
*** dachary has quit IRC | 13:33 | |
*** littleidea has quit IRC | 13:33 | |
*** dyer has joined #openstack | 13:33 | |
*** dyer has joined #openstack | 13:33 | |
*** kbringard has joined #openstack | 13:34 | |
*** littleidea has joined #openstack | 13:34 | |
*** dendrobates is now known as dendro-afk | 13:35 | |
*** alunduil has quit IRC | 13:35 | |
*** reidrac has joined #openstack | 13:35 | |
*** littleidea has left #openstack | 13:35 | |
*** pergaminho has quit IRC | 13:35 | |
*** alunduil has joined #openstack | 13:36 | |
*** Breaking_Out has quit IRC | 13:36 | |
*** dendro-afk is now known as dendrobates | 13:37 | |
*** daddy has quit IRC | 13:39 | |
*** blamar has joined #openstack | 13:40 | |
*** littleidea has joined #openstack | 13:41 | |
*** littleidea has left #openstack | 13:41 | |
*** blamar has quit IRC | 13:42 | |
balboah | ah some file they forgot to mention, now nova command works | 13:43 |
*** Math___ has quit IRC | 13:43 | |
*** radez_g0n3 is now known as radez | 13:43 | |
*** tryggvil has joined #openstack | 13:43 | |
*** dspano has joined #openstack | 13:43 | |
*** kenneth__ has quit IRC | 13:43 | |
*** tryggvil has quit IRC | 13:43 | |
*** blamar has joined #openstack | 13:43 | |
*** maoy has joined #openstack | 13:43 | |
*** mnabil has joined #openstack | 13:44 | |
*** sayan has joined #openstack | 13:44 | |
*** sayan has joined #openstack | 13:44 | |
*** dachary has joined #openstack | 13:44 | |
*** koolhead17 has quit IRC | 13:46 | |
*** desai has joined #openstack | 13:46 | |
*** lborda has joined #openstack | 13:46 | |
*** lborda_ has joined #openstack | 13:47 | |
*** Glace_ has quit IRC | 13:48 | |
*** Glace_ has joined #openstack | 13:48 | |
*** markmcclain has joined #openstack | 13:50 | |
*** sayan has quit IRC | 13:50 | |
*** lborda has quit IRC | 13:51 | |
*** Math___ has joined #openstack | 13:52 | |
*** tryggvil has joined #openstack | 13:53 | |
*** sacharya has joined #openstack | 13:53 | |
*** carlosm_ has quit IRC | 13:55 | |
*** kenneth__ has joined #openstack | 13:57 | |
*** UICTamale has joined #openstack | 13:57 | |
*** freeflying has quit IRC | 13:57 | |
*** sacharya has quit IRC | 13:57 | |
*** datsun180b has joined #openstack | 13:57 | |
*** freeflying has joined #openstack | 13:58 | |
*** jaypipes has quit IRC | 13:59 | |
*** tryggvil has quit IRC | 13:59 | |
*** jmh_ has joined #openstack | 13:59 | |
*** tryggvil has joined #openstack | 14:00 | |
*** littleidea has joined #openstack | 14:00 | |
*** littleidea has left #openstack | 14:00 | |
*** tgall_foo has quit IRC | 14:00 | |
*** carlosm_ has joined #openstack | 14:00 | |
*** udac has quit IRC | 14:01 | |
*** pithagorians has quit IRC | 14:01 | |
*** desai has quit IRC | 14:01 | |
*** rnorwood1 has joined #openstack | 14:03 | |
*** voltune has joined #openstack | 14:03 | |
*** dcramer__ has joined #openstack | 14:04 | |
*** Guest6355 has joined #openstack | 14:05 | |
*** mtreinish has joined #openstack | 14:05 | |
balboah | yay first VM booted in my stack | 14:05 |
*** littleidea has joined #openstack | 14:05 | |
*** littleidea has left #openstack | 14:06 | |
balboah | now it's only dashboard and converting old Xen instances and hooking up a 2nd compute | 14:06 |
*** avtar has joined #openstack | 14:07 | |
*** tmichael has joined #openstack | 14:07 | |
*** szaydel has quit IRC | 14:08 | |
One-Man-Bucket | hmm i'm trying to get the dashboard vnc thingie to work | 14:08 |
One-Man-Bucket | but i get connection refuesed | 14:08 |
*** tgall_foo has joined #openstack | 14:08 | |
*** tgall_foo has quit IRC | 14:08 | |
*** tgall_foo has joined #openstack | 14:08 | |
*** rnirmal has joined #openstack | 14:08 | |
martinsbalodis | xen or libvirt? | 14:09 |
*** Qten has quit IRC | 14:09 | |
One-Man-Bucket | libvirt | 14:09 |
martinsbalodis | all in one or multiple compute nodes? | 14:10 |
*** jsavak has joined #openstack | 14:10 | |
One-Man-Bucket | compute nodes on separate machines | 14:10 |
One-Man-Bucket | rest of the services on a cloud controller | 14:10 |
One-Man-Bucket | nova 1017 0.0 0.1 69608 18644 ? S Oct11 0:01 /usr/bin/python /usr/bin/nova-xvpvncproxy --flagfile=/etc/nova/nova.conf | 14:10 |
One-Man-Bucket | seems to ber running.. and it seems to have port 6081 open | 14:11 |
*** dhellmann-afk is now known as dhellmann | 14:11 | |
*** UICTamale has left #openstack | 14:12 | |
martinsbalodis | hmm. i have just tried novnc | 14:12 |
*** avtar has quit IRC | 14:12 | |
martinsbalodis | show your vnc configuration | 14:13 |
*** udac has joined #openstack | 14:13 | |
*** Guest6355 has quit IRC | 14:14 | |
*** rustam has joined #openstack | 14:14 | |
*** desai has joined #openstack | 14:14 | |
*** joesavak has quit IRC | 14:14 | |
*** Breaking_Out has joined #openstack | 14:15 | |
*** freeflying has quit IRC | 14:15 | |
*** redbeard2 has joined #openstack | 14:16 | |
*** bmeshjason has joined #openstack | 14:16 | |
*** freeflying has joined #openstack | 14:16 | |
*** childsb has joined #openstack | 14:16 | |
CaptTofu | hi all | 14:18 |
CaptTofu | has anyone ever seen an error such as: | 14:18 |
CaptTofu | AttributeError: 'Column' object has no attribute 'schema' | 14:18 |
*** AlanClark has joined #openstack | 14:18 | |
CaptTofu | when trying to get sqlalchemy migration working? | 14:18 |
*** jaypipes has joined #openstack | 14:18 | |
*** rustam has quit IRC | 14:19 | |
*** eschnou has joined #openstack | 14:20 | |
*** sudorandom has joined #openstack | 14:20 | |
*** sayan has joined #openstack | 14:22 | |
*** sayan has joined #openstack | 14:22 | |
*** Glace_ has quit IRC | 14:23 | |
*** tomoe_ has joined #openstack | 14:23 | |
*** notze has quit IRC | 14:24 | |
*** guigui3 has quit IRC | 14:24 | |
*** martinsbalodis has quit IRC | 14:25 | |
*** otherwiseguy has joined #openstack | 14:25 | |
*** notze has joined #openstack | 14:25 | |
*** almaisan-away is now known as al-maisan | 14:27 | |
*** al-maisan is now known as almaisan-away | 14:27 | |
*** bapa has quit IRC | 14:27 | |
*** tgall_foo has quit IRC | 14:28 | |
*** Melmar has quit IRC | 14:29 | |
*** jaypipes has quit IRC | 14:29 | |
*** sacharya has joined #openstack | 14:30 | |
radish | which packages does a compute node need to access a nova-volume service? | 14:30 |
*** rnorwood1 has quit IRC | 14:31 | |
*** bapa has joined #openstack | 14:31 | |
*** adepti37 has joined #openstack | 14:31 | |
*** desai has quit IRC | 14:33 | |
*** bluenemo has quit IRC | 14:34 | |
*** markwu has quit IRC | 14:34 | |
*** jergerber has joined #openstack | 14:35 | |
*** tgall_foo has joined #openstack | 14:35 | |
*** tgall_foo has quit IRC | 14:35 | |
*** tgall_foo has joined #openstack | 14:35 | |
*** hggdh has quit IRC | 14:36 | |
*** guigui3 has joined #openstack | 14:37 | |
*** acb__ has joined #openstack | 14:38 | |
*** hggdh has joined #openstack | 14:39 | |
*** colinmcnamara has joined #openstack | 14:40 | |
*** ThiagoCMC has quit IRC | 14:40 | |
melmoth | radish, open-iscsi | 14:41 |
*** jaypipes has joined #openstack | 14:42 | |
*** blamar has quit IRC | 14:43 | |
*** D4v1dP has joined #openstack | 14:43 | |
D4v1dP | hey | 14:43 |
D4v1dP | is the Dom0 password the password of my host machine when usin xcp? | 14:43 |
*** hub_cap has joined #openstack | 14:45 | |
*** tdowg1 has quit IRC | 14:45 | |
*** Seoman has joined #openstack | 14:47 | |
*** colinmcnamara has quit IRC | 14:48 | |
*** bka has quit IRC | 14:49 | |
*** Maledictus has quit IRC | 14:49 | |
childsb | running ubuntu/folsom- i've noticed anything 'nova' related (listing images in horizon, running nova list or other nova commands, etc..) is all blocked.. like they all just sit there stuck for 30-80 seconds, then all come up at once.. any ideas what could cause this? | 14:50 |
*** s0mik has joined #openstack | 14:53 | |
*** Breaking_Out has quit IRC | 14:54 | |
*** scotm has joined #openstack | 14:54 | |
*** ahmad has joined #openstack | 14:55 | |
*** mnabil has quit IRC | 14:55 | |
*** sam_one has joined #openstack | 14:56 | |
*** Triade has quit IRC | 14:58 | |
*** ThiagoCMC has joined #openstack | 14:58 | |
*** aloga has quit IRC | 14:59 | |
*** foexle has quit IRC | 14:59 | |
*** atrius_away is now known as atrius | 15:00 | |
One-Man-Bucket | how can i run an 20 gb image? i get ImageTooLarge: Image is larger than instance type allows on the nova compute node | 15:00 |
*** itarchitectkev has quit IRC | 15:01 | |
*** mindpixel has quit IRC | 15:01 | |
*** blamar has joined #openstack | 15:02 | |
*** eschnou has quit IRC | 15:03 | |
*** jodok has joined #openstack | 15:05 | |
*** mnabil has joined #openstack | 15:08 | |
One-Man-Bucket | nevermind i figured it out.. root_gb | 15:08 |
*** One-Man-Bucket has quit IRC | 15:09 | |
*** cp16net is now known as cp16net|away | 15:09 | |
*** cp16net|away is now known as cp16net | 15:09 | |
radish | melmoth: I forgot to comment out an old parameter from essex in the nova.conf. Now my creation of a volume is stuck at 'create', how do I reset the state so I can delete the volume? | 15:09 |
melmoth | oh boy ;) | 15:10 |
melmoth | i have some note about what to do when i had a problem with nova-volumes | 15:10 |
melmoth | hold on | 15:10 |
*** sayan has quit IRC | 15:10 | |
*** reidrac has quit IRC | 15:11 | |
*** colinmcnamara has joined #openstack | 15:13 | |
*** uncleofthestick has joined #openstack | 15:13 | |
melmoth | radish, http://paste.openstack.org/show/22380/ | 15:13 |
oneiroi | hi all, getting "Stderr: 'Error: either "local" is duplicate, or "secondary" is a garbage.\n'" this from nova network, the public interface is br0 this interface as 2 ip addresses br0 and br0:1 restarting nova-network causes br0 to stay down, where as on another node (cloned from this one) where br0 has a single ip nova-network works and restarts without issue, any ideas? | 15:14 |
*** colinmcnamara has quit IRC | 15:14 | |
*** jodok has quit IRC | 15:14 | |
*** tdowg1 has joined #openstack | 15:14 | |
*** rustam has joined #openstack | 15:14 | |
*** tdowg1 has quit IRC | 15:15 | |
*** rnorwood1 has joined #openstack | 15:15 | |
*** s0mik has quit IRC | 15:16 | |
*** tdowg1 has joined #openstack | 15:16 | |
uvirtbot | New bug: #850153 in swift "With SSL on, swift can be DOSed by flakey clients" [Undecided,Invalid] https://launchpad.net/bugs/850153 | 15:16 |
oneiroi | Anyone ? full output here: http://fpaste.org/4LeG/ | 15:19 |
*** rustam has quit IRC | 15:19 | |
*** simon-AS559 has joined #openstack | 15:21 | |
*** tgall_foo has quit IRC | 15:21 | |
*** tgall_foo has joined #openstack | 15:23 | |
*** Maledictus has joined #openstack | 15:25 | |
*** Maledictus has joined #openstack | 15:25 | |
*** dendrobates is now known as dendro-afk | 15:25 | |
*** cp16net is now known as cp16net|away | 15:26 | |
*** cp16net|away is now known as cp16net | 15:27 | |
*** darjeeling has joined #openstack | 15:30 | |
uvirtbot | New bug: #1071790 in swift "container-sync: no way to tear it down" [Undecided,New] https://launchpad.net/bugs/1071790 | 15:31 |
*** blamar has quit IRC | 15:31 | |
*** tongli has joined #openstack | 15:31 | |
*** l_a_m has quit IRC | 15:32 | |
*** sayan has joined #openstack | 15:34 | |
*** dendro-afk is now known as dendrobates | 15:37 | |
*** szaydel has joined #openstack | 15:38 | |
*** avtar has joined #openstack | 15:41 | |
*** japage has joined #openstack | 15:42 | |
*** DavidLevin has quit IRC | 15:43 | |
jgriffith | oneiroi: Did anybody help you out with your answer regarding "is a garbage" | 15:44 |
oneiroi | jgriffith: no unfortunatly not | 15:44 |
jgriffith | oneiroi: I've run into that in the past and it's been a matter of changing the eth device specified in my conf file | 15:44 |
jgriffith | oneiroi: Maybe that will at least give some kind of hint | 15:45 |
oneiroi | jgriffith: in nova.conf pulbic_interface = br0 it's the bridged interface on the host, can't really change it to anything else :S | 15:45 |
*** Math___ has quit IRC | 15:47 | |
jgriffith | oneiroi: Hmm.. well it was worth a shot. I noticed my pc was coming up on eth3 so had to modify my config | 15:47 |
oneiroi | jgriffith: thanks anyway :) | 15:47 |
jgriffith | oneiroi: err... public_interface | 15:47 |
*** dolphm has quit IRC | 15:47 | |
jgriffith | oneiroi: good luck, hopefully somebody who knows more on the networking side can help | 15:47 |
*** dolphm has joined #openstack | 15:48 | |
*** adalbas has quit IRC | 15:48 | |
*** dachary has quit IRC | 15:48 | |
*** blamar has joined #openstack | 15:48 | |
*** voltune has quit IRC | 15:49 | |
*** gatuus has joined #openstack | 15:49 | |
*** guigui3 has left #openstack | 15:51 | |
uvirtbot | New bug: #1071799 in nova "commands crash when don't have permissions to read config" [Medium,Confirmed] https://launchpad.net/bugs/1071799 | 15:51 |
*** acb__ has quit IRC | 15:51 | |
*** lloydde has joined #openstack | 15:51 | |
*** dolphm has quit IRC | 15:52 | |
*** warik has joined #openstack | 15:52 | |
*** pvankouteren has quit IRC | 15:52 | |
*** bbcmicrocomputer has quit IRC | 15:54 | |
*** milner has quit IRC | 15:56 | |
*** blamar has quit IRC | 15:56 | |
*** colinmcnamara has joined #openstack | 15:57 | |
*** oubiwann has joined #openstack | 15:57 | |
*** lloydde has quit IRC | 15:58 | |
kenneth__ | any crowbar experts here please | 15:59 |
*** agwatic has joined #openstack | 15:59 | |
*** blamar has joined #openstack | 15:59 | |
*** ahasenack has quit IRC | 16:00 | |
kenneth__ | I was able to build crowbar, master, with chef, nagios etc. but the problem is my other vms aren't pxe booting properly. From the way i understand this, its done with sledge hammer, however i've been poking through my files. I can't find sledgehammer iso, or boot with kernel files? | 16:00 |
kenneth__ | btw building openstack lol | 16:01 |
*** rkukura has quit IRC | 16:01 | |
*** comptona has quit IRC | 16:01 | |
agwatic | due to this bug , https://bugs.launchpad.net/nova/+bug/925456 , I was able to call setup_basic_filtering() inside prepare_instance_filtering() and commented the lines related to the calls of the two lines and make it prepare_instance_filtering() only , is this attitude acceptable of what ? | 16:01 |
*** Mops_ has joined #openstack | 16:02 | |
*** mrjazzcat has quit IRC | 16:02 | |
*** rkukura has joined #openstack | 16:02 | |
agwatic | adepti37 | 16:05 |
*** rkukura has quit IRC | 16:05 | |
*** AnilV4 has quit IRC | 16:06 | |
*** blamar has quit IRC | 16:07 | |
*** Jayford has joined #openstack | 16:07 | |
*** simon_lucy has quit IRC | 16:08 | |
*** Blackavar has quit IRC | 16:10 | |
*** osier has quit IRC | 16:10 | |
*** acb__ has joined #openstack | 16:10 | |
*** simon_lucy has joined #openstack | 16:12 | |
*** lborda_ has quit IRC | 16:14 | |
*** rustam has joined #openstack | 16:15 | |
zykes- | EmilienM: hey | 16:15 |
zykes- | are you here ? | 16:15 |
*** simon_lucy has quit IRC | 16:16 | |
*** balboah has quit IRC | 16:17 | |
*** simon-AS559 has quit IRC | 16:17 | |
*** uncleofthestick has quit IRC | 16:17 | |
*** simon-AS559 has joined #openstack | 16:18 | |
*** lloydde has joined #openstack | 16:18 | |
*** rustam has quit IRC | 16:20 | |
*** Ryan_Lane has quit IRC | 16:20 | |
*** adalbas has joined #openstack | 16:22 | |
*** simon-AS559 has quit IRC | 16:22 | |
oneiroi | fyi majority of north america just went down | 16:23 |
oneiroi | 70%+ packet loss | 16:23 |
oneiroi | xD | 16:23 |
*** h00k has quit IRC | 16:23 | |
oneiroi | no idea why atm | 16:24 |
*** h00k has joined #openstack | 16:24 | |
*** hemna has joined #openstack | 16:25 | |
*** avaVoid has joined #openstack | 16:26 | |
kenneth__ | app engine went down for me. oneiroi | 16:27 |
*** markmcclain has quit IRC | 16:27 | |
EmilienM | zykes-: yes | 16:28 |
*** anniec has quit IRC | 16:28 | |
zykes- | ;p | 16:29 |
*** dachary has joined #openstack | 16:29 | |
zykes- | skype EmilienM ? | 16:29 |
*** agwatic has quit IRC | 16:30 | |
EmilienM | zykes-: at work | 16:30 |
*** danger_fo_away is now known as danger_fo | 16:31 | |
*** WormMan_ has joined #openstack | 16:31 | |
*** WormMan has quit IRC | 16:32 | |
*** lyda has quit IRC | 16:32 | |
*** swifterdarrell has quit IRC | 16:32 | |
*** lyda has joined #openstack | 16:33 | |
*** seats has quit IRC | 16:33 | |
*** seats_ has joined #openstack | 16:33 | |
*** seats_ is now known as seats | 16:33 | |
*** swifterdarrell has joined #openstack | 16:34 | |
*** CrackerJackMack has quit IRC | 16:34 | |
*** nacx has quit IRC | 16:35 | |
*** koolhead17|afk has joined #openstack | 16:35 | |
*** lloydde has quit IRC | 16:36 | |
*** EmilienM has quit IRC | 16:36 | |
*** Mops_ has quit IRC | 16:37 | |
*** bodepd has quit IRC | 16:37 | |
*** maploin has quit IRC | 16:37 | |
*** bodepd has joined #openstack | 16:37 | |
*** Mops has quit IRC | 16:39 | |
*** szaydel has quit IRC | 16:39 | |
*** EmilienM has joined #openstack | 16:40 | |
*** Math___ has joined #openstack | 16:40 | |
*** ev0ldave has joined #openstack | 16:40 | |
*** blamar has joined #openstack | 16:40 | |
*** blamar has quit IRC | 16:41 | |
*** blamar has joined #openstack | 16:42 | |
*** szaydel has joined #openstack | 16:42 | |
*** EmilienM has left #openstack | 16:43 | |
*** Jayford has quit IRC | 16:44 | |
*** Uzix has quit IRC | 16:44 | |
*** acidprime has quit IRC | 16:45 | |
*** pixelbeat has quit IRC | 16:45 | |
*** uncleofthestick has joined #openstack | 16:45 | |
*** maurosr has quit IRC | 16:45 | |
*** atrius is now known as atrius_away | 16:48 | |
*** acidprime has joined #openstack | 16:50 | |
*** Uzix has joined #openstack | 16:50 | |
*** darraghb has quit IRC | 16:52 | |
*** dolphm has joined #openstack | 16:53 | |
*** uncleofthestick has quit IRC | 16:55 | |
*** aeperezt has quit IRC | 16:56 | |
*** maurosr has joined #openstack | 16:56 | |
*** aeperezt has joined #openstack | 16:57 | |
*** s0mik has joined #openstack | 16:58 | |
*** rkukura has joined #openstack | 16:58 | |
*** maurosr has quit IRC | 16:59 | |
*** anniec has joined #openstack | 17:00 | |
*** anniec has quit IRC | 17:00 | |
*** cryptographrix has quit IRC | 17:01 | |
*** cryptographrix has joined #openstack | 17:01 | |
*** anniec has joined #openstack | 17:01 | |
*** maurosr has joined #openstack | 17:01 | |
*** dolphm_ has joined #openstack | 17:01 | |
*** comptona has joined #openstack | 17:01 | |
*** eglynn_ has quit IRC | 17:03 | |
*** lloydde has joined #openstack | 17:04 | |
*** dolphm has quit IRC | 17:05 | |
*** dolphm__ has joined #openstack | 17:05 | |
*** dneary has quit IRC | 17:05 | |
*** atrius_away is now known as atrius | 17:05 | |
*** dolphm__ has quit IRC | 17:06 | |
*** dolphm has joined #openstack | 17:07 | |
*** dolphm_ has quit IRC | 17:07 | |
*** maurosr has quit IRC | 17:08 | |
*** maurosr has joined #openstack | 17:08 | |
*** maurosr has quit IRC | 17:09 | |
*** maurosr has joined #openstack | 17:09 | |
*** arBmind has quit IRC | 17:09 | |
*** mattray has joined #openstack | 17:10 | |
*** avaVoid has quit IRC | 17:10 | |
*** dolphm_ has joined #openstack | 17:10 | |
*** KyleMacDonald has joined #openstack | 17:10 | |
*** dolphm has quit IRC | 17:11 | |
*** colinmcnamara has quit IRC | 17:11 | |
*** sayan has quit IRC | 17:11 | |
*** Gordonz has quit IRC | 17:11 | |
*** jog0 has joined #openstack | 17:11 | |
*** Ryan_Lane has joined #openstack | 17:13 | |
*** danger_fo is now known as danger_fo_away | 17:13 | |
*** dachary has quit IRC | 17:13 | |
*** radish has quit IRC | 17:14 | |
*** D4v1dP has quit IRC | 17:15 | |
*** rustam has joined #openstack | 17:15 | |
*** dpippenger has joined #openstack | 17:17 | |
*** jog0 has left #openstack | 17:17 | |
*** szaydel has quit IRC | 17:17 | |
*** drdrambuie has joined #openstack | 17:18 | |
*** sandywalsh has joined #openstack | 17:19 | |
*** eglynn_ has joined #openstack | 17:19 | |
*** szaydel has joined #openstack | 17:20 | |
*** rustam has quit IRC | 17:20 | |
*** KyleMacDonald has quit IRC | 17:22 | |
*** fzylogic has joined #openstack | 17:22 | |
*** TheBeast has joined #openstack | 17:22 | |
*** notze has quit IRC | 17:23 | |
*** zach_mtu has joined #openstack | 17:25 | |
*** mohits has joined #openstack | 17:26 | |
*** zach_mtu has joined #openstack | 17:26 | |
*** ev0ldave has left #openstack | 17:27 | |
*** markmcclain has joined #openstack | 17:28 | |
*** zach_mtu has quit IRC | 17:32 | |
*** AlanClark has quit IRC | 17:34 | |
*** arBmind has joined #openstack | 17:34 | |
*** AlanClark has joined #openstack | 17:35 | |
*** miclorb has joined #openstack | 17:35 | |
*** eglynn_ has quit IRC | 17:37 | |
*** markwash_ has joined #openstack | 17:38 | |
*** dcramer__ has quit IRC | 17:38 | |
*** jcooley has joined #openstack | 17:38 | |
*** guimaluf has quit IRC | 17:40 | |
*** colinmcnamara has joined #openstack | 17:41 | |
*** dolphm_ has quit IRC | 17:43 | |
*** s0mik has quit IRC | 17:43 | |
*** joesavak has joined #openstack | 17:43 | |
*** dolphm has joined #openstack | 17:43 | |
*** zach_mtu has joined #openstack | 17:44 | |
*** jsavak has quit IRC | 17:46 | |
*** jsavak has joined #openstack | 17:46 | |
*** tekmage has joined #openstack | 17:47 | |
*** dolphm has quit IRC | 17:47 | |
* tekmage raises his hand | 17:48 | |
*** tekmage is now known as Guest7384 | 17:48 | |
*** Guest7384 has quit IRC | 17:48 | |
*** Math___ has quit IRC | 17:49 | |
*** dachary has joined #openstack | 17:49 | |
*** joesavak has quit IRC | 17:50 | |
*** s0mik has joined #openstack | 17:50 | |
*** colinmcnamara has quit IRC | 17:50 | |
*** joesavak has joined #openstack | 17:50 | |
*** adjohn has joined #openstack | 17:50 | |
uvirtbot | New bug: #1071835 in ceilometer "Different image metadata for audit and polling" [Undecided,New] https://launchpad.net/bugs/1071835 | 17:50 |
*** chrisfer1 has quit IRC | 17:51 | |
*** chrisfer has joined #openstack | 17:51 | |
*** cwelle has joined #openstack | 17:52 | |
*** jplewi has joined #openstack | 17:53 | |
*** guimaluf has joined #openstack | 17:53 | |
*** jsavak has quit IRC | 17:53 | |
*** azret has joined #openstack | 17:53 | |
*** tekmage_ has joined #openstack | 17:53 | |
*** vipuls has joined #openstack | 17:55 | |
*** abathingchris has joined #openstack | 17:55 | |
*** NaZZaX has joined #openstack | 17:57 | |
NaZZaX | is there a solution to fixing horizon in Folsom? Seems when i login its broken all i get is a page that says it works! | 17:57 |
*** Math___ has joined #openstack | 17:57 | |
*** Math___ has quit IRC | 17:58 | |
*** dachary1 has joined #openstack | 17:58 | |
*** mnewby_ has joined #openstack | 17:59 | |
*** jsavak has joined #openstack | 17:59 | |
*** rnorwood1 has quit IRC | 17:59 | |
*** gilbert1 has joined #openstack | 17:59 | |
NaZZaX | y'all are a chatty bunch | 17:59 |
*** dachary has quit IRC | 17:59 | |
*** mnewby has quit IRC | 17:59 | |
*** mnewby_ is now known as mnewby | 17:59 | |
gilbert1 | hi all - is there a doc somewhere about the options available for parameter substitution when defining the endpoint urls in keystone? | 18:00 |
*** koolhead17|afk is now known as koolhead17 | 18:00 | |
*** markmcclain1 has joined #openstack | 18:02 | |
*** markmcclain has quit IRC | 18:02 | |
*** joesavak has quit IRC | 18:03 | |
*** sacharya has quit IRC | 18:03 | |
*** AlanClark has quit IRC | 18:03 | |
*** szaydel has quit IRC | 18:04 | |
*** AlanClark has joined #openstack | 18:04 | |
*** hub-cap has joined #openstack | 18:05 | |
*** miclorb_ has joined #openstack | 18:05 | |
gilbert1 | i'm dealing with an... unusual setup? where the docs say to use this: https://localhost/v1/AUTH_%(tenant_id)s | 18:05 |
*** hub_cap has quit IRC | 18:05 | |
gilbert1 | our setup requires that I actually want this: https://storage1.qa.snapfish.com/v1/%(tenant_name) | 18:05 |
*** szaydel has joined #openstack | 18:06 | |
gilbert1 | but I need to know how to get the tenant name into that url correctly | 18:06 |
notmyname | gilbert1: you are missing the final s in your example, and you probably still need the AUTH_ prefix | 18:07 |
*** miclorb has quit IRC | 18:08 | |
*** marrusl has quit IRC | 18:08 | |
gilbert1 | reseller_prefix has been set to "", and I'm going straight to the swift storage node | 18:09 |
*** marinaz has joined #openstack | 18:09 | |
gilbert1 | missing "s" is a typo on my part | 18:09 |
NaZZaX | suggested reading how to fix Horizon??? Anyone? | 18:10 |
notmyname | gilbert1: I can't comment on the difference between tenant_id and tenant_name in your examples | 18:11 |
gilbert1 | k. i'm sure there is some way to reference the tenant name, i'm just not sure what it is | 18:11 |
notmyname | gilbert1: are you using parts of openstack other than swift? are you using nova? | 18:11 |
gilbert1 | nova, compute, glance are not part of our deploy | 18:11 |
notmyname | gilbert1: ok. why did you choose to use keystone then? | 18:12 |
gilbert1 | i didn't :) i'm just the guy tasked with making it work | 18:12 |
gilbert1 | what would you suggest, other than tempAuth? | 18:13 |
*** guimaluf has quit IRC | 18:13 | |
*** nmistry has joined #openstack | 18:13 | |
*** otherwiseguy has quit IRC | 18:13 | |
notmyname | gilbert1: most swift deployments that I know of use tempauth, swauth, or a custom integration system | 18:14 |
gilbert1 | oh fun | 18:14 |
*** Guest6355 has joined #openstack | 18:14 | |
gilbert1 | do you think it would be possible to use keystone without nova? | 18:14 |
*** optyx has quit IRC | 18:14 | |
*** Math___ has joined #openstack | 18:15 | |
notmyname | but I have somewhat of a biased view because I'm focused on swift and see people who have a storage problem. most of those people aren't using nova | 18:15 |
*** rustam has joined #openstack | 18:16 | |
jsavak | you can use keystone without nova. I would question why though. ;) | 18:16 |
*** melwitt has joined #openstack | 18:17 | |
*** epim has quit IRC | 18:17 | |
*** epim has joined #openstack | 18:17 | |
*** devcamca1 has joined #openstack | 18:17 | |
*** dachary1 has quit IRC | 18:18 | |
jsavak | keystone does not yet have some of the widely accepted identity standards (oauth, saml, openid) | 18:18 |
*** WormMan_ is now known as WormMan | 18:18 | |
gilbert1 | oh, that would be because i'm the worker drone, doing what i'm told. | 18:18 |
gilbert1 | i can go back to the boss and say this won't work, but i need to provide an alternative that meets his requirements | 18:19 |
*** Guest6355 is now known as markavaldez | 18:19 | |
*** markavaldez is now known as MarkAValdez | 18:19 | |
*** rustam has quit IRC | 18:20 | |
*** AlanClark has quit IRC | 18:21 | |
*** aclark_ has joined #openstack | 18:21 | |
uvirtbot | New bug: #1071849 in nova "hacking.py is naive about finding import lines" [High,New] https://launchpad.net/bugs/1071849 | 18:21 |
*** sacharya has joined #openstack | 18:21 | |
maurosr | :q | 18:23 |
*** Blackavar has joined #openstack | 18:24 | |
*** anon12345 has joined #openstack | 18:25 | |
anon12345 | what ec2 requests don't use a port? | 18:25 |
*** sandywalsh has quit IRC | 18:26 | |
*** Glace_ has joined #openstack | 18:26 | |
uvirtbot | New bug: #1071852 in keystone "Check revocation list for tokens stored in memcached" [Undecided,New] https://launchpad.net/bugs/1071852 | 18:26 |
*** pergaminho has joined #openstack | 18:26 | |
*** anniec has quit IRC | 18:28 | |
*** guimaluf has joined #openstack | 18:28 | |
*** MarkAValdez has left #openstack | 18:28 | |
*** jcooley has quit IRC | 18:28 | |
*** dneary has joined #openstack | 18:29 | |
*** woodspa has joined #openstack | 18:32 | |
*** bgmccollum_mobil has joined #openstack | 18:32 | |
*** aeperezt has quit IRC | 18:33 | |
*** sacharya has quit IRC | 18:33 | |
*** dims has joined #openstack | 18:34 | |
*** aeperezt has joined #openstack | 18:35 | |
*** simon-AS559 has joined #openstack | 18:35 | |
*** Gordonz has joined #openstack | 18:35 | |
uvirtbot | New bug: #1071855 in keystone "The cms module does not raise an exception if the call fails, but the exit code is zero." [Undecided,New] https://launchpad.net/bugs/1071855 | 18:35 |
*** joesavak has joined #openstack | 18:36 | |
*** vipuls has quit IRC | 18:36 | |
*** MarkAValdez has joined #openstack | 18:36 | |
*** simon-AS5591 has joined #openstack | 18:36 | |
*** gilbert1 has quit IRC | 18:37 | |
*** vipuls has joined #openstack | 18:37 | |
*** MarkAValdez has quit IRC | 18:37 | |
*** gilbert1 has joined #openstack | 18:37 | |
*** MarkAValdez has joined #openstack | 18:37 | |
*** jsavak has quit IRC | 18:38 | |
*** jsavak has joined #openstack | 18:38 | |
*** bgmccollum_mobil has quit IRC | 18:38 | |
*** simon-AS559 has quit IRC | 18:40 | |
*** joesavak has quit IRC | 18:40 | |
*** mtreinish has quit IRC | 18:43 | |
notmyname | gilbert1: what are the requirements? | 18:43 |
*** mtreinish has joined #openstack | 18:43 | |
*** eglynn_ has joined #openstack | 18:43 | |
gilbert1 | don't have them yet. I'll have to rope him when he's between meetings and get them. it was not my decision to use keystone, just my task to make it work | 18:44 |
gilbert1 | what i think he probably wants is the ability to use the dashboard | 18:44 |
*** abathingchris has quit IRC | 18:44 | |
*** abathingchris has joined #openstack | 18:44 | |
NaZZaX | is there any tech bulletin on how to fix horizon login | 18:45 |
*** tmichael has quit IRC | 18:46 | |
notmyname | gilbert1: you're with snapfish? | 18:46 |
*** Gordonz has quit IRC | 18:46 | |
*** colinmcnamara has joined #openstack | 18:47 | |
*** Gordonz has joined #openstack | 18:47 | |
*** MarkAValdez has quit IRC | 18:48 | |
*** colinmcnamara has quit IRC | 18:51 | |
*** scalability-junk has quit IRC | 18:52 | |
*** colinmcnamara has joined #openstack | 18:52 | |
*** clopez has quit IRC | 18:54 | |
fleish | can someone tell me how in essex to specify to nova-network to start the dhcp_range higher than normal so I can reserve a few ip's? | 18:54 |
NaZZaX | i found the bug :P | 18:54 |
*** nmistry has quit IRC | 18:55 | |
uvirtbot | New bug: #1071865 in horizon "Keystone PKI token length hits cookie size limit" [Critical,In progress] https://launchpad.net/bugs/1071865 | 18:55 |
*** miclorb_ has quit IRC | 18:58 | |
gilbert1 | so, I have my keystone functional, but it is still returning the tenant_id, which isn't useful for our setup. I need a translation from tenant_id to tenant_name. Is it reasonable to think that the swift-proxy could perform that task? | 19:00 |
notmyname | gilbert1: if the mapping is stored in keystone, then it would require a connection back to keystone for every request (but it would be cachable) | 19:01 |
*** dachary has joined #openstack | 19:01 | |
notmyname | gilbert1: what's the difference in the tenant_id and tenant_name? | 19:01 |
gilbert1 | one is a string generated by keynote at tenant creation time, the other is the name of the container on the object storage | 19:02 |
*** markvoelker has quit IRC | 19:02 | |
*** tekmage__ has joined #openstack | 19:02 | |
*** nmistry has joined #openstack | 19:02 | |
*** dims has quit IRC | 19:04 | |
*** tekmage__ has quit IRC | 19:04 | |
*** sacharya has joined #openstack | 19:04 | |
*** tekmage_ has quit IRC | 19:05 | |
*** epopt37 has joined #openstack | 19:07 | |
*** dcramer__ has joined #openstack | 19:10 | |
*** otherwiseguy has joined #openstack | 19:10 | |
*** devcamca1 has quit IRC | 19:10 | |
*** tmichael has joined #openstack | 19:11 | |
*** sandywalsh has joined #openstack | 19:11 | |
*** sandywalsh has quit IRC | 19:11 | |
*** NaZZaX has quit IRC | 19:11 | |
*** tekmage has joined #openstack | 19:12 | |
*** tekmage is now known as Guest17230 | 19:12 | |
*** chrisfer has quit IRC | 19:13 | |
notmyname | gilbert1: "container on the object storage". the swift account (as opposed to the keystone account)? | 19:13 |
*** devcamca1 has joined #openstack | 19:13 | |
notmyname | why can't you use tenant_id? | 19:13 |
gilbert1 | because tenant_id doesn't match what we used previously for the container name | 19:14 |
gilbert1 | unless i'm missing something | 19:14 |
*** Math___ has quit IRC | 19:14 | |
notmyname | ah. and you are migrating and need to keep the old data available? | 19:14 |
gilbert1 | i would expect the url to go like this: http://host/v1/<tenant_name> | 19:14 |
*** rmartinelli has quit IRC | 19:14 | |
gilbert1 | yep | 19:14 |
gilbert1 | i'd prefer not to migrate all the data over to new containers | 19:15 |
notmyname | (not containers) | 19:15 |
gilbert1 | sorry. this is all still pretty new to me | 19:15 |
notmyname | containers are logically inside of swift accounts. you are referring to swift accounts | 19:15 |
gilbert1 | actually, that makes sense, yes | 19:16 |
*** rustam has joined #openstack | 19:16 | |
*** aclark_ has quit IRC | 19:17 | |
*** Math___ has joined #openstack | 19:17 | |
*** nmistry has quit IRC | 19:19 | |
*** dims has joined #openstack | 19:19 | |
*** koolhead17 has quit IRC | 19:20 | |
*** rustam has quit IRC | 19:21 | |
*** vmlinuz has quit IRC | 19:21 | |
*** AlanClark has joined #openstack | 19:22 | |
gilbert1 | notmyname: so, yes, i really want http://host/v1/<account_name> to be returned as the URL for accessing the storage | 19:26 |
notmyname | gilbert1: ya, that makes total sense. your issue then is that you aren't able to use the values you have from tempauth as the tenant_id? IOW, you need to import your tempauth swift account references as keystone tenant_ids (not tenant_names | 19:27 |
gilbert1 | oh | 19:28 |
*** Trixboxer has quit IRC | 19:28 | |
gilbert1 | i can change the tenant_id's? | 19:28 |
gilbert1 | :D | 19:28 |
notmyname | I have no idea | 19:29 |
gilbert1 | er, rereading your response: yes, i would like it if the tenant_id was the same as the one from the tempAuth system | 19:29 |
gilbert1 | I haven't seen anything that says I can do that | 19:29 |
gilbert1 | so, if I can either use a parameter expansion to pull the tenant_name or account_name instead of tenant_id, then taht will work too | 19:30 |
gilbert1 | and i'm back to my original quesiton, which is: are there any other parameter expansions i can do in the endpoint URL, and if so, what are they | 19:31 |
*** koolhead17 has joined #openstack | 19:33 | |
*** dneary has quit IRC | 19:33 | |
*** simon-AS559 has joined #openstack | 19:34 | |
*** simon-AS5591 has quit IRC | 19:34 | |
uvirtbot | New bug: #1071876 in openstack-manuals "Doc for virtual_interfaces is wrong" [Undecided,New] https://launchpad.net/bugs/1071876 | 19:35 |
*** colinmcnamara has quit IRC | 19:35 | |
*** simon-AS5591 has joined #openstack | 19:36 | |
*** melmoth has quit IRC | 19:37 | |
*** carlosm_ has quit IRC | 19:38 | |
*** simon-AS559 has quit IRC | 19:38 | |
*** TerryH has joined #openstack | 19:38 | |
*** gmi has quit IRC | 19:39 | |
*** TerryH has quit IRC | 19:40 | |
*** chrisfer has joined #openstack | 19:40 | |
*** dachary has quit IRC | 19:41 | |
*** Glace_ has quit IRC | 19:43 | |
*** sam_one has joined #openstack | 19:43 | |
*** dachary has joined #openstack | 19:44 | |
*** anon12345 has quit IRC | 19:45 | |
*** simon-AS559 has joined #openstack | 19:47 | |
*** simon-AS5591 has quit IRC | 19:47 | |
*** jemartin has joined #openstack | 19:48 | |
*** albert23 has joined #openstack | 19:49 | |
*** tomoe_ has quit IRC | 19:49 | |
*** tomoe_ has joined #openstack | 19:50 | |
*** simon-AS5591 has joined #openstack | 19:50 | |
*** Guest17230 has left #openstack | 19:51 | |
*** simon-AS559 has quit IRC | 19:51 | |
*** vipuls has quit IRC | 19:51 | |
*** Kyle__ has joined #openstack | 19:52 | |
*** tekmage_ has joined #openstack | 19:52 | |
*** scalability-junk has joined #openstack | 19:53 | |
Kyle__ | I'm having trouble rebooting an instance. I twas fine until I told it to reboot from inside of it. Now no number of requests using nova reboot or nova rescue or anything else seem to help. | 19:53 |
*** vipuls has joined #openstack | 19:54 | |
tekmage_ | Anyone experience nova-objectstore unable to bind the port on CentOS 6.2 with Essex? | 19:55 |
*** jallen has joined #openstack | 19:55 | |
*** kenneth__ has quit IRC | 19:56 | |
uvirtbot | New bug: #1071815 in keystone "auth_token middleware does not check if an endpoint is in the service catalog" [Undecided,New] https://launchpad.net/bugs/1071815 | 19:56 |
larsks | Is there a way to create a *default* default security group? That is, to modify the initial set of rules applied to a new tenant? | 19:56 |
*** NashTrash has joined #openstack | 19:57 | |
Kyle__ | larsks: You can modify the default security group. Best I've been able to manage. | 19:57 |
Kyle__ | Anyone? instance stuck in reboot? | 20:03 |
*** jemartin has quit IRC | 20:03 | |
*** nmistry has joined #openstack | 20:04 | |
*** MarkAValdez has joined #openstack | 20:04 | |
*** NashTrash has quit IRC | 20:04 | |
*** arBmind has quit IRC | 20:05 | |
*** colinmcnamara has joined #openstack | 20:06 | |
*** vipuls has quit IRC | 20:06 | |
*** jallen has quit IRC | 20:08 | |
*** Breaking_Out has joined #openstack | 20:08 | |
*** vipuls has joined #openstack | 20:08 | |
*** dcramer__ has quit IRC | 20:10 | |
*** joesavak has joined #openstack | 20:10 | |
*** adalbas has quit IRC | 20:11 | |
*** jsavak has quit IRC | 20:13 | |
*** mohits has quit IRC | 20:13 | |
*** mohits has joined #openstack | 20:13 | |
*** colinmcnamara has quit IRC | 20:14 | |
*** shardy is now known as shardy_afk | 20:15 | |
*** CrackerJackMack has joined #openstack | 20:15 | |
*** themadcanudist has joined #openstack | 20:16 | |
*** maurosr has quit IRC | 20:16 | |
themadcanudist | hey guys. When using openstack swift+keystone.. Are usernames unique or is it tenant-username pairs that are unique in the global namespace? I read that a user can be a part of multiple tenants, which suggests that the usernames are unique in the global namespace. | 20:17 |
*** rustam has joined #openstack | 20:17 | |
themadcanudist | Can anyone confirm the hierarchies for me? | 20:17 |
*** optyx has joined #openstack | 20:17 | |
*** sudorandom_ has joined #openstack | 20:18 | |
notmyname | themadcanudist: you should talk with gilbert1. he was trying to get swift+keystone working earlier today | 20:18 |
*** sudorandom has quit IRC | 20:18 | |
*** sudorandom_ is now known as sudorandom | 20:18 | |
gilbert1 | themadcanudist: afaik, it's the combination that matters | 20:19 |
*** rafiu has quit IRC | 20:19 | |
*** johnpostlethwait has joined #openstack | 20:19 | |
gilbert1 | acutally, it wouldn't make sense if the username WASN'T unique, but afaik keystone pays attention to tenant:user, not just user | 20:20 |
themadcanudist | yeah, so can you create two users with the same name… in the DB the ID is the primary key | 20:20 |
themadcanudist | and when you associate things you do it by id… but that's confusing | 20:21 |
gilbert1 | keep in mind i'm not an openstack dev, so i'm just relating my own experiences | 20:21 |
themadcanudist | oh swait | 20:21 |
tekmage_ | Looking at the database on my Essex install I see each user in keystone has a UUID and there is a table for the mapping for user_id tenant_id | 20:22 |
tekmage_ | select * from user_tenant_membership; | 20:22 |
tekmage_ | +----------------------------------+----------------------------------+ | 20:22 |
tekmage_ | | user_id | tenant_id | | 20:22 |
tekmage_ | +----------------------------------+----------------------------------+ | 20:22 |
tekmage_ | | ab38395b5445468aa659c5e41b357618 | 5c3caacdaf634f3385c0b7546b36e26d | | 20:22 |
themadcanudist | yes | 20:22 |
themadcanudist | i figured it out based on schema | 20:22 |
themadcanudist | users must be unique | 20:22 |
themadcanudist | as the name field is "UNI" | 20:23 |
gilbert1 | cool, good to know | 20:23 |
*** rustam has quit IRC | 20:24 | |
tekmage_ | themadcanudist: are you running on Ubuntu or Centos? Just wondering | 20:26 |
*** pergaminho has quit IRC | 20:26 | |
*** NashTrash1 has joined #openstack | 20:27 | |
NashTrash1 | Hello Stackers | 20:27 |
*** Math___ has quit IRC | 20:27 | |
gilbert1 | would anyone happen to know, in the keystone code, where I would find the section that expands the parameter in the endpoint url ( such as %(tenant_id) )? | 20:28 |
NashTrash1 | I am trying to follow EmilienM's great Folsom guide. I am so close, but have 1 or 2 issues with Quantum I could really use some help on. | 20:28 |
NashTrash1 | I seem to be running into problems with br-ex vs. the ext_net public port | 20:29 |
NashTrash1 | I have multiple default routes that show up | 20:30 |
*** Math___ has joined #openstack | 20:30 | |
*** littleidea has joined #openstack | 20:31 | |
*** littleidea has left #openstack | 20:31 | |
*** jemartin has joined #openstack | 20:32 | |
*** jallen has joined #openstack | 20:33 | |
NashTrash1 | Is anyone else using the provider-router (scenario 3) in Quantum? | 20:34 |
*** Glace_ has joined #openstack | 20:34 | |
*** tekmage__ has joined #openstack | 20:35 | |
childsb | anyone done a cloud foundry + private openstack install? | 20:35 |
*** koolhead17 has quit IRC | 20:36 | |
*** tekmage_ has quit IRC | 20:38 | |
*** tekmage__ is now known as tekmage_ | 20:38 | |
*** sandywalsh has joined #openstack | 20:39 | |
ikke-t | hi, could I have your opinnion if there is a bug in documentation of folsom for fedora/rhel? | 20:40 |
ikke-t | http://docs.openstack.org/trunk/openstack-compute/install/yum/content/configure-glance-files.html | 20:40 |
ikke-t | uses both glance and admin for admin_user in different parts | 20:40 |
ikke-t | is that in purpose? | 20:40 |
ikke-t | at least it won't work with the instructions... | 20:41 |
*** gyee has joined #openstack | 20:41 | |
*** MarkAValdez has quit IRC | 20:41 | |
ikke-t | actually there is an error, the doc never creates user admin for service tenant | 20:42 |
ikke-t | but into openstackDemo instead | 20:43 |
*** ahasenack has joined #openstack | 20:43 | |
*** ttrifonov is now known as ttrifonov_zZzz | 20:43 | |
ikke-t | so the registry and api .conf instructions are wrong? | 20:44 |
*** vipuls has quit IRC | 20:45 | |
*** fzylogic has quit IRC | 20:46 | |
tekmage_ | ikke-t: I have a setup following the docs and I have not seen the users to be problem yet. Have you hit something? | 20:46 |
ikke-t | yep, that fixed it. error in the doc definitely | 20:46 |
*** vipuls has joined #openstack | 20:47 | |
ikke-t | the image upload will fail with keystone denying the upload, if one follows the docs | 20:47 |
ikke-t | as I did | 20:47 |
ikke-t | f17 os and f18 preview repo | 20:47 |
ikke-t | just spent 1,5h trying to figure out what's wrong | 20:47 |
*** KarinLevenstein has quit IRC | 20:48 | |
ikke-t | tekmage_, the doc is obiously wrong now after checking it all through | 20:48 |
ikke-t | it simply never creates user named admin into service tenant | 20:48 |
ikke-t | and yet it uses it in config file | 20:48 |
ikke-t | that's some old copy paste error | 20:49 |
ikke-t | it creates the users here: http://docs.openstack.org/trunk/openstack-compute/install/yum/content/setting-up-tenants-users-and-roles-manually.html | 20:49 |
*** MarkAValdez has joined #openstack | 20:49 | |
tekmage_ | ikke-t: CentOs vs Ubuntu issue, looks like the ubuntu essex ones do cover that step | 20:49 |
ikke-t | and uses them incorrectly on the page above | 20:50 |
*** MarkAValdez is now known as valdez | 20:50 | |
*** sunilthaha has joined #openstack | 20:50 | |
*** markvoelker has joined #openstack | 20:50 | |
*** Math___ has quit IRC | 20:50 | |
ikke-t | can one somehow report the doc errors to avoid others to fall into that pit? there used to be comment section on the docs... | 20:50 |
ikke-t | but no longer, it seems | 20:51 |
uvirtbot | New bug: #1071896 in tempest "We run all of tempest for cinder and nova-volumes" [Medium,Triaged] https://launchpad.net/bugs/1071896 | 20:51 |
*** joesavak has quit IRC | 20:51 | |
*** cwelle has quit IRC | 20:56 | |
*** fzylogic has joined #openstack | 20:57 | |
*** jmh_ has quit IRC | 20:57 | |
*** sunilthaha has quit IRC | 20:58 | |
*** heckj has joined #openstack | 21:00 | |
*** Maledictus has quit IRC | 21:00 | |
gilbert1 | for anyone else, who, hilariously, finds themselves in the same predicament as I: there are two options for expanded parameters in the endpoint URLs in keystone: | 21:00 |
*** mnabil has quit IRC | 21:00 | |
gilbert1 | tenant_id and user_id | 21:00 |
*** lazyshot has quit IRC | 21:00 | |
gilbert1 | neither of which helps me in the least | 21:00 |
gilbert1 | but, since i dug it out of the code, i thought i'd share :D | 21:01 |
larsks | Kyle__: Thanks for the response. Turns out there's a (stale) blueprint for this question: https://blueprints.launchpad.net/nova/+spec/default-rules-for-default-security-group | 21:01 |
heckj | gilbert1: what did you need? | 21:01 |
gilbert1 | i'm trying to get the tenant name to expand into the endpoint url | 21:01 |
heckj | gilbert1: for some new service? | 21:02 |
gilbert1 | but i can't find the correct parameter to put in. all the docs refer to is %(tenant_id)s | 21:02 |
*** dspano has quit IRC | 21:02 | |
heckj | gilbert1: you realize that tenant_name isn't guaranteed to be consistent, right? | 21:02 |
gilbert1 | yeah | 21:02 |
*** dcramer__ has joined #openstack | 21:02 | |
gilbert1 | didn't say it was the greatest thing in the world :) | 21:02 |
notmyname | heckj: he's migrating an existing swift cluster and needs to map the existing swift account names to keystone tenant_ids (or something keystone can expand) | 21:02 |
*** maurosr has joined #openstack | 21:02 | |
gilbert1 | just what i have to do | 21:02 |
heckj | it hasn't been enabled in keystone because (since it wasn't consistent), the thought was that nobody would want to use that mechanism | 21:02 |
gilbert1 | lol | 21:02 |
gilbert1 | and here's your corner-case | 21:03 |
Kyle__ | larsks: Heh. Shame. Something I really want as well. | 21:03 |
gilbert1 | i actually agree with you about this | 21:03 |
heckj | gilbert1: do you need this in a service catalog output, or do you need a mapping to be able to do the migration? | 21:03 |
gilbert1 | i need it in the service catalog output | 21:04 |
*** devcamca1 has quit IRC | 21:04 | |
*** lazyshot has joined #openstack | 21:05 | |
gilbert1 | basically, our users complained loudly enough (and we have been using tempauth) that we quit using unique ids, and just named the tenants instead. | 21:05 |
gilbert1 | now that i'm trying to convert to keystone, i've got this problem... | 21:05 |
*** MarkAtwood has joined #openstack | 21:06 | |
*** maurosr has quit IRC | 21:06 | |
*** mtreinish has quit IRC | 21:07 | |
*** aryan has quit IRC | 21:07 | |
*** maurosr has joined #openstack | 21:07 | |
heckj | gilbert1: gotcha - let me see what a quick patch might look like, sec... | 21:07 |
*** jaypipes has quit IRC | 21:07 | |
gilbert1 | i might be able to give you a pointer | 21:08 |
gilbert1 | keystone.catalog.backends.sql.py | 21:08 |
gilbert1 | line 147 | 21:08 |
gilbert1 | is what I *think* would need changed | 21:09 |
heckj | was just going to ask what kind of backend you were using today - sql or catalog | 21:09 |
gilbert1 | mysql | 21:09 |
gilbert1 | i'm just standing up keystone for the first time | 21:09 |
gilbert1 | the doc i read told me to use mysql | 21:09 |
*** tekmage_ has quit IRC | 21:09 | |
*** boden has quit IRC | 21:09 | |
*** devcamca1 has joined #openstack | 21:10 | |
heckj | gilbert1: it's what we're suggesting as a default | 21:10 |
*** gus_m has joined #openstack | 21:10 | |
*** dcramer__ has quit IRC | 21:10 | |
*** hub-cap has quit IRC | 21:10 | |
gilbert1 | i'm happy with it. i know mysql, easy for me to use | 21:11 |
*** colinmcnamara has joined #openstack | 21:11 | |
gilbert1 | i suppose i could go in and tweak the tenant table :D | 21:11 |
*** tongli has quit IRC | 21:11 | |
*** anniec has joined #openstack | 21:12 | |
*** sandywalsh has quit IRC | 21:12 | |
*** maurosr has quit IRC | 21:13 | |
heckj | that's one way to do it... | 21:13 |
*** sacharya has quit IRC | 21:13 | |
heckj | there's a metadata thing that's passed through the whole sequence that might be usable for arbitrary expansions on a custom backend. | 21:13 |
*** tekmage_ has joined #openstack | 21:13 | |
*** dhellmann is now known as dhellmann-afk | 21:14 | |
*** s0mik has quit IRC | 21:14 | |
gilbert1 | do tell | 21:15 |
gilbert1 | oh, wait a sec | 21:15 |
gilbert1 | custom backend.. | 21:15 |
*** simon-AS5591 has quit IRC | 21:15 | |
*** valdez is now known as MarkAValdez | 21:15 | |
gilbert1 | hack,hack,tweak table,hack,hack | 21:15 |
*** simon-AS559 has joined #openstack | 21:15 | |
*** MarkAValdez has joined #openstack | 21:16 | |
gilbert1 | :D | 21:16 |
*** childsb has quit IRC | 21:16 | |
*** childsb has joined #openstack | 21:16 | |
*** MarkAValdez is now known as Valdez | 21:16 | |
*** simon-AS559 has quit IRC | 21:16 | |
*** Valdez has quit IRC | 21:16 | |
*** Valdez has joined #openstack | 21:17 | |
*** gus_m has quit IRC | 21:17 | |
heckj | gilbert1: damn, it's a very intrusive patch to enable usernames all the way through there - metadata exists, but isn't passed in via the service API call today | 21:17 |
*** rustam has joined #openstack | 21:17 | |
gilbert1 | no worries | 21:18 |
*** Valdez has joined #openstack | 21:18 | |
heckj | gilbert1: honestly, I'd consider using the template backend for the migration and spewing out a template from some scripts to make an immediate solution | 21:18 |
gilbert1 | i'll either get the team to go along with a table hack, or we'll get the tenant_id in use like it's supposed to be | 21:18 |
*** gatuus has quit IRC | 21:18 | |
*** Valdez has quit IRC | 21:18 | |
heckj | gilbert1: kk | 21:18 |
*** KyleMacDonald has joined #openstack | 21:18 | |
*** Valdez has joined #openstack | 21:18 | |
*** zodiak has quit IRC | 21:18 | |
*** Valdez has quit IRC | 21:19 | |
*** Valdez has joined #openstack | 21:19 | |
*** Breaking_Out has quit IRC | 21:19 | |
gilbert1 | thanks for your help! | 21:19 |
heckj | gilbert1: you're very welcome! | 21:19 |
*** bmeshjason has quit IRC | 21:21 | |
*** ayoung is now known as ayoung-afk | 21:21 | |
gilbert1 | oh | 21:21 |
gilbert1 | i just had a thought, which may also work, maybe someone can tell me if i'm wrong | 21:21 |
heckj | gilbert1: ...? | 21:22 |
*** optyx1 has joined #openstack | 21:22 | |
*** rustam has quit IRC | 21:22 | |
gilbert1 | 1. create a seperate swift-service for each account | 21:22 |
gilbert1 | 2. create an endpoint specific to that account (no param expansion) | 21:22 |
*** drdrambuie has left #openstack | 21:23 | |
*** coredump|br has quit IRC | 21:23 | |
*** colinmcnamara has quit IRC | 21:24 | |
*** optyx has quit IRC | 21:24 | |
*** jallen has quit IRC | 21:24 | |
*** dcramer__ has joined #openstack | 21:24 | |
gilbert1 | not sure that would work how i thought | 21:26 |
*** coredump|br has joined #openstack | 21:26 | |
*** gatuus has joined #openstack | 21:26 | |
*** aryan has joined #openstack | 21:27 | |
*** gatuus has quit IRC | 21:27 | |
*** coredump|br has quit IRC | 21:30 | |
*** dcramer__ has quit IRC | 21:32 | |
*** Glace_ has quit IRC | 21:32 | |
*** tgall_foo has quit IRC | 21:32 | |
*** cp16net is now known as cp16net|away | 21:33 | |
*** cp16net|away is now known as cp16net | 21:33 | |
*** optyx has joined #openstack | 21:35 | |
*** jergerber has quit IRC | 21:35 | |
heckj | gilbert1: not sure of that myself | 21:36 |
*** Valdez has quit IRC | 21:36 | |
*** optyx1 has quit IRC | 21:37 | |
*** s0mik has joined #openstack | 21:37 | |
*** jemartin has quit IRC | 21:38 | |
*** coredump|br has joined #openstack | 21:38 | |
ikke-t | does someone know how the glance image-create parameters nowadays take kernel_id and ramdisk_id parameters? | 21:38 |
ikke-t | the doc has some old format, and it won't work any longer | 21:39 |
ikke-t | glance: error: unrecognized arguments: --kernel-id=63... | 21:40 |
ikke-t | no matter if I use -- in front of them or not, or underscores in between... | 21:41 |
*** lazyshot has quit IRC | 21:46 | |
*** datsun180b_ has joined #openstack | 21:46 | |
*** datsun180b_ has quit IRC | 21:46 | |
*** datsun180b_ has joined #openstack | 21:47 | |
*** acb__ has quit IRC | 21:47 | |
gilbert1 | just went through the keynote config again. it appears that role/tenant/user is not directly linked to service/endpoint in any way that would allow me to specify services and endpoints specific to role/tenant/user | 21:47 |
gilbert1 | s/keynote/keystone/g | 21:48 |
*** ewindisch has quit IRC | 21:48 | |
*** datsun180b has quit IRC | 21:48 | |
*** datsun180b_ is now known as datsun180b | 21:48 | |
*** sam_one has quit IRC | 21:49 | |
*** sam_one_ has joined #openstack | 21:49 | |
*** gatuus has joined #openstack | 21:49 | |
*** childsb has quit IRC | 21:50 | |
*** zul has quit IRC | 21:50 | |
*** wkharold has quit IRC | 21:50 | |
uvirtbot | New bug: #1071921 in openstack-manuals "admin user in glance configuration inconsistent" [Undecided,New] https://launchpad.net/bugs/1071921 | 21:50 |
*** markmcclain1 has quit IRC | 21:51 | |
*** anniec_ has joined #openstack | 21:51 | |
*** kbringard has quit IRC | 21:53 | |
*** jemartin has joined #openstack | 21:53 | |
*** anniec has quit IRC | 21:54 | |
*** anniec_ is now known as anniec | 21:54 | |
*** ewindisch has joined #openstack | 21:55 | |
*** mohits has quit IRC | 21:55 | |
*** danger_fo_away is now known as danger_fo | 21:56 | |
*** mohits has joined #openstack | 21:56 | |
*** fleish has quit IRC | 21:57 | |
*** ewindisch has quit IRC | 21:58 | |
*** devcamca1 has quit IRC | 21:58 | |
*** johnpostlethwait has quit IRC | 21:58 | |
*** heckj has quit IRC | 22:00 | |
*** redbeard2 has quit IRC | 22:01 | |
*** dachary has quit IRC | 22:01 | |
*** alobbs has quit IRC | 22:01 | |
uvirtbot | New bug: #1071925 in openstack-manuals "glance create-image incorrect parameters, kernel_id and ramdisk_id" [Undecided,New] https://launchpad.net/bugs/1071925 | 22:01 |
*** avtar has quit IRC | 22:01 | |
*** mnewby has quit IRC | 22:02 | |
*** maoy has quit IRC | 22:03 | |
*** mnewby has joined #openstack | 22:05 | |
*** alunduil has quit IRC | 22:05 | |
uvirtbot | New bug: #1071926 in devstack "Make Keystone PKI vs. UUID token format configurable in localrc" [Undecided,New] https://launchpad.net/bugs/1071926 | 22:05 |
uvirtbot | New bug: #1071931 in openstack-manuals "allow_resize_to_same_host is defined for wrong service" [Undecided,New] https://launchpad.net/bugs/1071931 | 22:10 |
*** acb__ has joined #openstack | 22:11 | |
*** danblack has joined #openstack | 22:13 | |
*** fleish has joined #openstack | 22:14 | |
*** Mops has joined #openstack | 22:15 | |
*** tmichael has quit IRC | 22:16 | |
*** tmichael has joined #openstack | 22:17 | |
*** rustam has joined #openstack | 22:18 | |
*** ahmad has quit IRC | 22:21 | |
*** colinmcnamara has joined #openstack | 22:21 | |
*** rnirmal_ has joined #openstack | 22:23 | |
*** rnirmal_ has quit IRC | 22:23 | |
*** rnirmal_ has joined #openstack | 22:23 | |
*** rnirmal_ has quit IRC | 22:23 | |
*** ahasenack has quit IRC | 22:24 | |
*** danger_fo has quit IRC | 22:24 | |
*** tdowg1 has quit IRC | 22:25 | |
*** colinmcnamara has quit IRC | 22:26 | |
*** rustam has quit IRC | 22:26 | |
*** rnirmal has quit IRC | 22:27 | |
*** danger_fo_away has joined #openstack | 22:29 | |
*** yocum has quit IRC | 22:30 | |
*** blamar has quit IRC | 22:30 | |
*** dims has quit IRC | 22:32 | |
*** optyx has quit IRC | 22:34 | |
*** s0mik has quit IRC | 22:35 | |
*** danger_fo_away has quit IRC | 22:35 | |
*** jemartin has quit IRC | 22:36 | |
*** rkukura has quit IRC | 22:37 | |
*** abathingchris has quit IRC | 22:37 | |
*** mnabil has joined #openstack | 22:38 | |
*** rkukura has joined #openstack | 22:39 | |
*** jemartin has joined #openstack | 22:40 | |
*** NashTrash1 has quit IRC | 22:41 | |
*** dims has joined #openstack | 22:43 | |
*** gatuus has quit IRC | 22:44 | |
*** zul has joined #openstack | 22:47 | |
*** gatuus has joined #openstack | 22:47 | |
*** KyleMacDonald has quit IRC | 22:47 | |
*** MarcMorata has quit IRC | 22:51 | |
*** Seoman has quit IRC | 22:52 | |
*** nmistry has quit IRC | 22:53 | |
*** mattray has quit IRC | 22:55 | |
*** zul has quit IRC | 22:56 | |
*** chuck_ has joined #openstack | 22:56 | |
*** Mops has quit IRC | 22:57 | |
*** tongli has joined #openstack | 22:57 | |
*** mnabil has quit IRC | 22:57 | |
*** gatuus has quit IRC | 22:59 | |
*** danblack has quit IRC | 23:00 | |
*** fiveateooate has joined #openstack | 23:01 | |
clarkb | ~. | 23:03 |
clarkb | >_> | 23:03 |
*** fiveateooate has quit IRC | 23:04 | |
*** scotm has quit IRC | 23:04 | |
*** Elsvent__ has joined #openstack | 23:05 | |
*** datsun180b has quit IRC | 23:05 | |
*** ewindisch has joined #openstack | 23:06 | |
*** chuck_ has quit IRC | 23:06 | |
*** otherwiseguy has quit IRC | 23:06 | |
*** jemartin has quit IRC | 23:07 | |
*** szaydel has quit IRC | 23:08 | |
*** redbeard2 has joined #openstack | 23:10 | |
*** szaydel has joined #openstack | 23:10 | |
*** redbeard2 has left #openstack | 23:11 | |
*** redbeard2 has joined #openstack | 23:11 | |
*** AlanClark has quit IRC | 23:12 | |
*** s0mik has joined #openstack | 23:14 | |
*** maurosr has joined #openstack | 23:20 | |
*** sudorandom has quit IRC | 23:21 | |
*** colinmcnamara has joined #openstack | 23:22 | |
*** ewindisch has quit IRC | 23:22 | |
*** rustam has joined #openstack | 23:23 | |
*** maurosr has quit IRC | 23:25 | |
*** tekmage__ has joined #openstack | 23:25 | |
*** dcramer__ has joined #openstack | 23:27 | |
*** rustam has quit IRC | 23:27 | |
*** tekmage_ has quit IRC | 23:28 | |
fleish | can someone tell me how to tell nova-network to tell dnsmasq to start the dhcp_range somewhere specific? like if I'd want to leave some IP's open for my own use and not have them handed out to instances? | 23:28 |
*** gatuus has joined #openstack | 23:29 | |
*** Ursinha is now known as Ursinha-afk | 23:31 | |
*** tongli has quit IRC | 23:33 | |
*** Valdez has joined #openstack | 23:33 | |
*** colinmcnamara has quit IRC | 23:34 | |
*** szaydel has quit IRC | 23:34 | |
*** szaydel has joined #openstack | 23:36 | |
*** maurosr has joined #openstack | 23:37 | |
warik | what are you guys using to monitor your instances? | 23:38 |
warik | which tool? | 23:38 |
*** fleish has quit IRC | 23:40 | |
*** Glace_ has joined #openstack | 23:40 | |
*** shanlar has quit IRC | 23:41 | |
*** maurosr has quit IRC | 23:42 | |
WormMan | fleish: use nova-manage to reserve some addresses | 23:42 |
WormMan | here's what I do: | 23:44 |
WormMan | for i in {0..10} {240..255} ; do nova-manage fixed reserve 10.11.12.$i ; done | 23:44 |
*** ewindisch has joined #openstack | 23:44 | |
*** ewindisch has quit IRC | 23:45 | |
*** szaydel has quit IRC | 23:46 | |
*** Ursinha-afk is now known as Ursinha | 23:49 | |
*** MarkAtwood has quit IRC | 23:49 | |
*** alunduil has joined #openstack | 23:49 | |
*** gatuus has quit IRC | 23:50 | |
*** fleish has joined #openstack | 23:52 | |
*** ewindisch has joined #openstack | 23:53 | |
*** ewindisch has quit IRC | 23:54 | |
*** szaydel has joined #openstack | 23:54 | |
*** maurosr has joined #openstack | 23:54 | |
*** Elsvent__ has quit IRC | 23:57 | |
*** lloydde has quit IRC | 23:58 | |
*** shanlar has joined #openstack | 23:59 | |
*** maurosr has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!