*** roge has joined #openstack | 00:00 | |
*** Ursinha is now known as Ursinha-afk | 00:00 | |
*** Tross has quit IRC | 00:01 | |
*** szaydel has quit IRC | 00:01 | |
*** ev0ldave has joined #openstack | 00:02 | |
*** Joe23 has joined #openstack | 00:04 | |
*** dims has joined #openstack | 00:05 | |
*** melmoth has quit IRC | 00:05 | |
*** Valdez has quit IRC | 00:06 | |
*** rustam has joined #openstack | 00:06 | |
*** scotm has joined #openstack | 00:06 | |
*** Glace_ has quit IRC | 00:09 | |
kieppie | anyone still online? | 00:10 |
---|---|---|
kieppie | I'm seeing this in my logs & stdout: "backend <module 'nova.db.sqlalchemy.api' from '/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc'> from (pid=28053) __get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:494" | 00:10 |
*** rustam has quit IRC | 00:10 | |
kieppie | how concerned should I be? is this just a noisy log, or is something broken? | 00:11 |
*** j5 has quit IRC | 00:11 | |
context | thats not enough of anything to see whats actually going on | 00:12 |
*** yocum has joined #openstack | 00:12 | |
*** cp16net|away is now known as cp16net | 00:12 | |
*** CRCError_ has joined #openstack | 00:12 | |
kieppie | my concern too - messages out don't give enough contextual info | 00:12 |
context | up your logging level | 00:12 |
kieppie | I'm concerned that something is borked somewhre - possibly auth | 00:12 |
*** CRCError_ has quit IRC | 00:12 | |
context | if its that important you should see something | 00:12 |
*** CRCError has quit IRC | 00:13 | |
kieppie | verbose=True is /etc/nov/nova.conf | 00:13 |
kieppie | *in* | 00:13 |
*** bavaria has joined #openstack | 00:14 | |
*** aeperezt has joined #openstack | 00:14 | |
*** rnorwood1 has joined #openstack | 00:14 | |
*** scotm has quit IRC | 00:14 | |
*** elilasol has quit IRC | 00:14 | |
*** scotm has joined #openstack | 00:14 | |
bavaria | Hi folks, hope y'all are well. I'm having a bit of a problem maybe someone can help me with. I'm following the instructions on docs.openstack.org for CentOS and I'm on this stage but the keystone client is giving me errors | 00:14 |
bavaria | http://docs.openstack.org/trunk/openstack-compute/install/yum/content/setting-up-tenants-users-and-roles-manually.html | 00:14 |
bavaria | I've tried it manually and using the .sh script recommend in the docs | 00:15 |
kieppie | in nova-volume.log I'm seeing "SQL connection failed. 10 attempts left" | 00:15 |
bavaria | The script returns a ton of "keystone: error: unrecognized arguments: --os_tenant_id= --os_user_id=" type errors | 00:15 |
kieppie | bavaria - I've found typo's in the docco's | 00:15 |
*** Glace_ has joined #openstack | 00:15 | |
bavaria | oh before it was "--tenant-id" errors etc but I changed the parameters in the script because keystone --help says they are --xxxx_xxxx_xxx format | 00:16 |
kieppie | in new vers, some args should be —arg & not —os-arg | 00:16 |
bavaria | oh | 00:16 |
kieppie | bavaria - check the —help of the CLI command | 00:16 |
*** dx4100 has joined #openstack | 00:16 | |
bavaria | oh that's what I've done and I'm using the format in the --help output but still get errors from the script saying unexpected or unrecognized argument etc | 00:17 |
*** Ursinha-afk is now known as Ursinha | 00:17 | |
*** jbrogan1 has joined #openstack | 00:17 | |
bavaria | that's what's so frustrating I think - I'm attempting to fix the .sh script with what the --help output says but its still not working | 00:17 |
kieppie | yea- I had that too | 00:17 |
bavaria | ok I'll reread the --help output and see if I'm still doing something wrong I guess | 00:18 |
*** sandywalsh has quit IRC | 00:18 | |
*** rafiu has quit IRC | 00:18 | |
*** adalbas has quit IRC | 00:18 | |
*** markmcclain has quit IRC | 00:19 | |
*** epim has quit IRC | 00:19 | |
kieppie | anyway… context - can/should I reset all auth across the board, including mysql? | 00:19 |
*** scotm has quit IRC | 00:20 | |
*** smarvin has joined #openstack | 00:20 | |
*** huats has quit IRC | 00:20 | |
*** huats has joined #openstack | 00:20 | |
*** huats has joined #openstack | 00:20 | |
bavaria | interesting... one of the lines in the .sh script says "keystone user-role-add --os_user_id $ADMIN_USER --role-id $ADMIN_ROLE --os_tenant_id $ADMIN_TENANT" but there's no such parameter as --role-id according to --help | 00:20 |
context | kieppie: like i said there is nothing in what you posted to say whether its good or bad | 00:20 |
kieppie | if so, how is it done? when I try to test creds, such as mysql, the passwords/token in the confs mysql connect string does not allow for connectivity from the CLI - even when I reset it | 00:20 |
uvirtbot` | New bug: #1075790 in nova "Useless error message when adding a network to a project without VLAN support" [Undecided,New] https://launchpad.net/bugs/1075790 | 00:21 |
kieppie | context - OK. what information could I provide? | 00:21 |
bavaria | kieppie: do you reload mysql? | 00:21 |
kieppie | I have, yes. able to access -u root OK | 00:21 |
bavaria | specificially flush the auth tables | 00:21 |
kieppie | but -u nova (etc) fails | 00:22 |
context | then update mysql password for nova and update config file[s] | 00:22 |
bavaria | is it a case of using DNS or something where the user cannot access because of the hostname its connecting from? | 00:22 |
*** dendrobates is now known as dendro-afk | 00:22 | |
*** rafiu has joined #openstack | 00:22 | |
*** mnewby has joined #openstack | 00:23 | |
*** smarvin has quit IRC | 00:23 | |
*** scotm has joined #openstack | 00:23 | |
*** msinhore has joined #openstack | 00:23 | |
kieppie | GRANT ALL ON nova.* TO 'nova'@'%' IDENTIFIED BY '[YOUR_NOVADB_PASSWORD]'; | 00:24 |
kieppie | etc | 00:24 |
*** dendro-afk is now known as dendrobates | 00:24 | |
kieppie | I'll reset the password there to the same value/token @ the .conf | 00:24 |
bavaria | kieppie how did you even get users into the database with the keystone client being all screwed up? | 00:25 |
*** mnewby_ has quit IRC | 00:25 | |
*** bavaria has quit IRC | 00:26 | |
kieppie | bavaria - excersised a bit of discression. the command would usually indicate the bad arg, & the —help would indicate the new flavour - more-or-less | 00:26 |
kieppie | I'm on day-4 of my setup | 00:26 |
*** Ursinha is now known as Ursinha-afk | 00:26 | |
*** JoeVLcek has joined #openstack | 00:26 | |
kieppie | problem is that between all the typo's & red-herrings I cannot be 110% certain that I've not made mistakes | 00:27 |
*** samkottler|out is now known as samkottler | 00:27 | |
kieppie | seems operational now for the most part, but as you can see I'm starting to get tripped up. | 00:27 |
*** scotm has quit IRC | 00:28 | |
kieppie | the up-side of this hard yards is that I have a better understanding of what's going on (I think) | 00:28 |
kieppie | I suggest you make use of keepass to keep stack of OS & SQL auth & tokens | 00:28 |
*** yocum has quit IRC | 00:29 | |
*** pigxiang_ has joined #openstack | 00:29 | |
ev0ldave | kieppie: use a script to source for user/pass | 00:29 |
kieppie | yea − I'm scripting one now to run as a batch | 00:30 |
ev0ldave | then add . myfile to your bash_login | 00:30 |
context | or use devops stack | 00:30 |
context | or whatever | 00:30 |
kieppie | reset keystone, glance, nova users | 00:30 |
*** msinhore has quit IRC | 00:30 | |
context | the rackspace easy-cloud | 00:30 |
*** oneiroi has quit IRC | 00:30 | |
*** desai has quit IRC | 00:31 | |
kieppie | context - once I've worked though the process - so that I have a keen understanding of the setup, in case I need to troubleshoot when something breaks - I'll provision my next box using the RackSpace private cloud ISO (downloaded) | 00:31 |
context | yeah thats what i did | 00:32 |
kieppie | http://www.rackspace.com/cloud/private/ | 00:32 |
*** JoeVLcek has quit IRC | 00:32 | |
kieppie | context - but need to just work through this excersise 1st - so close to the end | 00:32 |
*** entropyworks is now known as Aaton | 00:32 | |
*** Ursinha-afk is now known as Ursinha | 00:33 | |
*** scotm has joined #openstack | 00:33 | |
*** melmoth has joined #openstack | 00:33 | |
*** sarob has quit IRC | 00:34 | |
*** szaydel has joined #openstack | 00:34 | |
*** jrodom has quit IRC | 00:34 | |
*** markwash has quit IRC | 00:36 | |
*** ev0ldave has quit IRC | 00:37 | |
kieppie | context, ev0ldave - that would deal with mysql password (running soon), but what about service/applicatio/API passwords/tokens? where/how are those reset? | 00:37 |
*** metral has joined #openstack | 00:39 | |
context | if you hosed your db start from scratch | 00:39 |
context | thats my recommendation | 00:40 |
*** littleidea has quit IRC | 00:40 | |
*** markwash has joined #openstack | 00:40 | |
kieppie | context - ouch! | 00:40 |
*** cp16net is now known as cp16net|away | 00:40 | |
kieppie | meaning I'll loose my nova, keystone, etc data | 00:41 |
*** dolphm has joined #openstack | 00:41 | |
*** reed has quit IRC | 00:42 | |
*** littleidea has joined #openstack | 00:42 | |
*** littleidea has left #openstack | 00:42 | |
*** ryanpetr_ has joined #openstack | 00:42 | |
*** rkukura has quit IRC | 00:44 | |
*** scotm has quit IRC | 00:45 | |
*** smarvin has joined #openstack | 00:45 | |
*** ryanpetrello has quit IRC | 00:45 | |
*** maurosr has joined #openstack | 00:45 | |
*** tomoe_ has joined #openstack | 00:46 | |
*** jmlowe has left #openstack | 00:46 | |
*** danger_fo is now known as danger_fo_away | 00:47 | |
kieppie | ok…. I think I'm missing something pretty fundamental here. | 00:47 |
*** metral has quit IRC | 00:48 | |
kieppie | I've executed: `GRANT ALL ON nova.* TO 'nova'@'%' IDENTIFIED BY 'SOMEHASH';` , expecting to be able to log in from CLI with `mysql -u nova -p SOMEHASH` | 00:48 |
*** rdo has quit IRC | 00:49 | |
*** shardy_afk has quit IRC | 00:49 | |
*** dolphm has quit IRC | 00:49 | |
*** otherwiseguy has quit IRC | 00:50 | |
*** maurosr has quit IRC | 00:50 | |
danblack | kieppie: cli - no space after -p | 00:50 |
*** mohits has left #openstack | 00:52 | |
*** maurosr has joined #openstack | 00:52 | |
*** msinhore has joined #openstack | 00:53 | |
*** vinsh_ has quit IRC | 00:54 | |
*** cp16net|away is now known as cp16net | 00:56 | |
*** maurosr has quit IRC | 00:56 | |
*** cwelle has quit IRC | 00:57 | |
*** mkouhei has joined #openstack | 00:57 | |
*** maurosr has joined #openstack | 00:57 | |
*** TheZeke has joined #openstack | 00:59 | |
TheZeke | I've been banging my head against this wall off and on for an hour now... | 00:59 |
*** rkukura has joined #openstack | 01:00 | |
TheZeke | I do this.... | 01:00 |
TheZeke | [root@osc ~]# keystone --token 54186393979f66bc8e4f --endpoint http://10.50.14.4:35357/v2.0 user-createusage: keystone user-create --name <user-name> [--tenant_id <tenant-id>] | 01:00 |
TheZeke | [--pass <pass>] [--email <email>] | 01:00 |
TheZeke | [--enabled <true|false>] | 01:00 |
TheZeke | keystone user-create: error: argument --name is required | 01:00 |
*** b0rder has joined #openstack | 01:00 | |
TheZeke | Then I try this (note the error): | 01:00 |
TheZeke | [root@osc ~]# keystone --token 54186393979f66bc8e4f --endpoint http://10.50.14.4:35357/v2.0 user-create --name admin --pass SecretPass --tenand_id 2619c0fc455844a29b74078c6d3cca06 | 01:00 |
TheZeke | usage: keystone [--os_username <auth-user-name>] | 01:00 |
TheZeke | [--os_password <auth-password>] | 01:00 |
TheZeke | [--os_tenant_name <auth-tenant-name>] | 01:00 |
TheZeke | [--os_tenant_id <tenant-id>] [--os_auth_url <auth-url>] | 01:00 |
TheZeke | [--os_region_name <region-name>] | 01:00 |
TheZeke | [--os_identity_api_version <identity-api-version>] | 01:00 |
TheZeke | [--token <service-token>] [--endpoint <service-endpoint>] | 01:00 |
TheZeke | [--username <auth-user-name>] [--password <auth-password>] | 01:00 |
TheZeke | [--tenant_name <tenant-name>] [--auth_url <auth-url>] | 01:00 |
TheZeke | [--region_name <region-name>] | 01:00 |
TheZeke | <subcommand> ... | 01:00 |
TheZeke | keystone: error: unrecognized arguments: --tenand_id 2619c0fc455844a29b74078c6d3cca06 | 01:00 |
TheZeke | ridiculous | 01:00 |
TheZeke | doh | 01:00 |
TheZeke | HAHAHAHA | 01:01 |
TheZeke | nvm | 01:01 |
*** TheZeke has quit IRC | 01:01 | |
*** jcmartin has quit IRC | 01:03 | |
*** jbrogan1 has quit IRC | 01:03 | |
*** KyleMacDonald has joined #openstack | 01:03 | |
*** mnewby has quit IRC | 01:03 | |
*** mnewby has joined #openstack | 01:04 | |
*** smarvin has quit IRC | 01:06 | |
*** jog0 has joined #openstack | 01:06 | |
*** desai has joined #openstack | 01:06 | |
*** scotm has joined #openstack | 01:06 | |
*** jog0 has left #openstack | 01:07 | |
*** rustam has joined #openstack | 01:07 | |
*** clopez has joined #openstack | 01:11 | |
*** ryanpetr_ has quit IRC | 01:11 | |
*** rustam has quit IRC | 01:11 | |
*** scotm has quit IRC | 01:13 | |
*** sandywalsh has joined #openstack | 01:15 | |
*** cwelle has joined #openstack | 01:15 | |
*** hemna_ has joined #openstack | 01:16 | |
*** xchu has joined #openstack | 01:17 | |
*** Valdez has joined #openstack | 01:17 | |
*** ryo has quit IRC | 01:17 | |
*** ryo has joined #openstack | 01:18 | |
kieppie | danblack, context - I've reset my SQL users with the auth in the config files & able to log into mysql accordingly. I've run the db sync & bouncing the box now | 01:18 |
*** cwelle has quit IRC | 01:18 | |
*** hemna has quit IRC | 01:19 | |
danblack | kieppie: ack. saw on #mysql :-) | 01:19 |
*** sandywalsh has quit IRC | 01:19 | |
*** pigxiang_ has quit IRC | 01:21 | |
*** adam__ has joined #openstack | 01:22 | |
*** aeperezt has quit IRC | 01:22 | |
*** maurosr has quit IRC | 01:22 | |
*** derekh has joined #openstack | 01:22 | |
*** gyee has quit IRC | 01:23 | |
*** comptona has quit IRC | 01:24 | |
*** adam_ has quit IRC | 01:25 | |
*** eglynn__ has joined #openstack | 01:25 | |
*** ryanpetrello has joined #openstack | 01:26 | |
*** aeperezt has joined #openstack | 01:26 | |
*** xiao has joined #openstack | 01:28 | |
*** Cronyx has joined #openstack | 01:28 | |
*** eglynn_ has quit IRC | 01:28 | |
*** Cronyx has quit IRC | 01:29 | |
*** rafiu has quit IRC | 01:32 | |
*** jakkudanieru has quit IRC | 01:32 | |
*** jakkudanieru has joined #openstack | 01:32 | |
*** otherwiseguy has joined #openstack | 01:33 | |
*** sam_one has quit IRC | 01:34 | |
*** melmoth has quit IRC | 01:35 | |
*** maurosr has joined #openstack | 01:36 | |
*** clopez has quit IRC | 01:36 | |
*** desai has quit IRC | 01:37 | |
*** shanlar has quit IRC | 01:37 | |
*** desai has joined #openstack | 01:38 | |
kieppie | hi danblack - I've inched forward now :) | 01:38 |
*** shanlar has joined #openstack | 01:38 | |
*** rafiu has joined #openstack | 01:39 | |
kieppie | danblack - I've manually (scripted) reset passwords to values in configs & flushed priv's. able to log into mysql with those creds :) | 01:39 |
kieppie | I'm now @ http://docs.openstack.org/trunk/openstack-compute/install/apt/content/configure-creds.html | 01:39 |
*** yocum has joined #openstack | 01:40 | |
*** maurosr has quit IRC | 01:41 | |
*** dwcramer has joined #openstack | 01:41 | |
kieppie | keystone's fine, but I get an auth error @ `nova --debug image-list` : "ERROR: ConnectionRefused: '[Errno 111] Connection refused" | 01:41 |
*** s0mik has quit IRC | 01:42 | |
kieppie | any idea what auth is failing & when needs to be reset & where? I'm guessing there's probably some DB value & possibly a config file | 01:43 |
*** s0mik has joined #openstack | 01:43 | |
kieppie | context - any ideas, please? ^^^ | 01:44 |
*** maurosr has joined #openstack | 01:44 | |
*** s0mik has quit IRC | 01:45 | |
*** mnewby_ has joined #openstack | 01:45 | |
*** maxiz has joined #openstack | 01:46 | |
*** anniec has quit IRC | 01:47 | |
*** mnewby has quit IRC | 01:48 | |
*** mnewby_ is now known as mnewby | 01:48 | |
*** anniec has joined #openstack | 01:48 | |
*** krow has quit IRC | 01:49 | |
*** maurosr has quit IRC | 01:50 | |
kieppie | grrrrrr! | 01:50 |
kieppie | I think most of these issues stem from that dodgy-ass nova.conf file! | 01:50 |
kieppie | the docco's are *extremely* ambiguous as to what it should be | 01:51 |
kieppie | (running Folsom on Ubuntu 12.04) | 01:51 |
*** dpippenger has quit IRC | 01:54 | |
*** mnewby has quit IRC | 01:56 | |
*** dolphm has joined #openstack | 01:57 | |
*** vipul has quit IRC | 02:00 | |
*** osier has joined #openstack | 02:04 | |
*** sniperd has quit IRC | 02:06 | |
*** Blackavar has quit IRC | 02:07 | |
*** rustam has joined #openstack | 02:07 | |
*** DavidLevin has joined #openstack | 02:08 | |
*** littleidea has joined #openstack | 02:09 | |
*** rustam has quit IRC | 02:12 | |
*** Gordonz has joined #openstack | 02:12 | |
kieppie | everyone gone to bed, or just watching elections? | 02:13 |
*** derekh has quit IRC | 02:13 | |
*** larsks has quit IRC | 02:14 | |
danblack | preparing server changes because everyone else is gone to bed or watching elections. :-) | 02:14 |
kieppie | figured as much.... | 02:14 |
*** musur has joined #openstack | 02:15 | |
*** musur has quit IRC | 02:16 | |
kieppie | danblack - know where I can get a decent copy of the nova.conf file? the duccumentation @ install is extremely vague/contradictory. I'd like to get the nova.conf *right* & then use the convert/migrate function to generate the api-paste.ini | 02:17 |
*** ghanima has joined #openstack | 02:17 | |
danblack | i've never installed openstack so I'm probably not the person to ask sorry. | 02:17 |
kieppie | np | 02:17 |
*** secbitchris has quit IRC | 02:18 | |
*** krow has joined #openstack | 02:19 | |
*** roge has quit IRC | 02:25 | |
*** sam_one has joined #openstack | 02:27 | |
*** adjohn has quit IRC | 02:27 | |
*** krow has quit IRC | 02:28 | |
*** CuraHack has quit IRC | 02:28 | |
*** dwcramer has quit IRC | 02:29 | |
kieppie | is there an openstack forum? | 02:29 |
*** scalability-junk has quit IRC | 02:30 | |
*** jeffrey4l has joined #openstack | 02:32 | |
*** jeffrey4l has joined #openstack | 02:33 | |
*** KyleMacDonald has quit IRC | 02:35 | |
*** KyleMacDonald has joined #openstack | 02:36 | |
*** atrius is now known as atrius_away | 02:36 | |
*** marrusl has quit IRC | 02:39 | |
*** szaydel has quit IRC | 02:41 | |
*** dwcramer has joined #openstack | 02:42 | |
*** cp16net is now known as cp16net|away | 02:44 | |
*** anniec has quit IRC | 02:45 | |
*** warik has quit IRC | 02:45 | |
*** anniec has joined #openstack | 02:45 | |
uvirtbot` | New bug: #1075811 in openstack-ci "api.openstack.org doesn't include quantum api samples" [Undecided,New] https://launchpad.net/bugs/1075811 | 02:46 |
*** sarob has joined #openstack | 02:48 | |
*** mnewby has joined #openstack | 02:48 | |
*** msinhore has quit IRC | 02:53 | |
*** mohits has joined #openstack | 02:53 | |
*** msinhore has joined #openstack | 02:54 | |
*** themadcanudist1 has joined #openstack | 02:55 | |
themadcanudist1 | for swift, aside from: http://docs.openstack.org/developer/swift/deployment_guide.html#general-system-tuning and http://julien.danjou.info/blog/2012/openstack-swift-consistency-analysis, is there anything else I can do to speed up reads/writes… what speeds should I expect on a 1 gig network.. 4 storage nodes and 1 proxy, 4cpus each. | 02:56 |
*** cp16net|away is now known as cp16net | 02:58 | |
*** b0rder_ has joined #openstack | 02:59 | |
*** rustam has joined #openstack | 03:00 | |
*** mohits has quit IRC | 03:02 | |
*** b0rder has quit IRC | 03:02 | |
*** mnewby has quit IRC | 03:05 | |
*** sudorandom has joined #openstack | 03:05 | |
notmyname | themadcanudist1: what speeds are you seeing? and where are you seeing bottlenecks? | 03:06 |
themadcanudist1 | one sec… just gonna try to run swift-bench | 03:06 |
themadcanudist1 | to get a more scientific set of data | 03:06 |
notmyname | themadcanudist1: with a 1g internal network, you will be limited to 1g for GETs and 1/3g for PUTs | 03:06 |
themadcanudist1 | yep | 03:06 |
notmyname | also, if you have a large number of PUTs to one container or a large number of GETs to one object, you will see contention on the 3 spindles that have the container or object, respectively | 03:07 |
themadcanudist1 | *nod* | 03:07 |
*** vipul has joined #openstack | 03:10 | |
*** TheBeast has joined #openstack | 03:11 | |
TheBeast | I'm trying to get openstack-horizon to work (dashboard) and from what I understand it needs to first populate the db and create the schemas. Is there any easy way todo this? my vendor doesn't supply the manage.py script | 03:12 |
TheBeast | ie. i installed openstack-horizon via python setup.py install | 03:12 |
TheBeast | http://paste.openstack.org/show/24714/ | 03:13 |
TheBeast | this is what I have in /etc/openstack-dashboard/local_settings.py | 03:14 |
*** melwitt has quit IRC | 03:14 | |
kieppie | is there aq guide to the OpenStack networking terminology, public vs flat vs fixed vs etc. some of this is counterintuitive | 03:15 |
*** pixelbeat has quit IRC | 03:17 | |
*** s0mik has joined #openstack | 03:18 | |
*** alunduil has joined #openstack | 03:19 | |
*** jrodom has joined #openstack | 03:19 | |
*** markm has quit IRC | 03:22 | |
*** krow has joined #openstack | 03:25 | |
*** Blackavar has joined #openstack | 03:25 | |
*** jplewi has quit IRC | 03:25 | |
uvirtbot` | New bug: #1075824 in ceilometer "accessing nova db error in compute agent" [Undecided,New] https://launchpad.net/bugs/1075824 | 03:26 |
*** markm has joined #openstack | 03:26 | |
*** anniec has quit IRC | 03:26 | |
*** jakkudanieru has quit IRC | 03:31 | |
*** jakkudanieru has joined #openstack | 03:31 | |
*** rafiu has quit IRC | 03:33 | |
*** krow has quit IRC | 03:33 | |
*** acb__ has quit IRC | 03:37 | |
*** acb__ has joined #openstack | 03:37 | |
*** larsks has joined #openstack | 03:38 | |
*** matiu has quit IRC | 03:38 | |
*** acb__ has quit IRC | 03:43 | |
*** acb__ has joined #openstack | 03:43 | |
*** sunilthaha has quit IRC | 03:43 | |
*** bapa has quit IRC | 03:43 | |
*** rustam has quit IRC | 03:45 | |
*** crandquist has joined #openstack | 03:45 | |
*** rafiu has joined #openstack | 03:45 | |
*** TheSphinX^ has quit IRC | 03:45 | |
*** kobier has quit IRC | 03:46 | |
*** TheSphinX^ has joined #openstack | 03:52 | |
*** larsks has quit IRC | 03:57 | |
*** maurosr has joined #openstack | 03:57 | |
themadcanudist1 | notmyname: http://pastebin.com/1Gx0NpKp | 03:58 |
themadcanudist1 | actually, anyone, do those look like stats within reason? | 03:58 |
*** markmcclain has joined #openstack | 03:58 | |
*** mishin has joined #openstack | 03:58 | |
*** bapa has joined #openstack | 03:58 | |
*** rafiu has quit IRC | 03:59 | |
*** littleidea has quit IRC | 03:59 | |
themadcanudist1 | this is on the slow test cluster… ie. RAID'd (the final system will not have RAID and have much faster hardware) | 04:01 |
*** themadcanudist1 is now known as themadcanudist | 04:01 | |
*** rafiu has joined #openstack | 04:01 | |
*** maurosr has quit IRC | 04:02 | |
*** larsks has joined #openstack | 04:02 | |
*** rushiagr has joined #openstack | 04:06 | |
*** yocum has quit IRC | 04:07 | |
*** darjeeli_ has quit IRC | 04:08 | |
*** zodiak has quit IRC | 04:10 | |
*** maurosr has joined #openstack | 04:15 | |
*** rustam has joined #openstack | 04:15 | |
*** rushiagr has quit IRC | 04:16 | |
*** rushiagr has joined #openstack | 04:17 | |
*** maurosr has quit IRC | 04:18 | |
*** sarob has quit IRC | 04:18 | |
*** bapa has quit IRC | 04:19 | |
*** rustam has quit IRC | 04:20 | |
*** bapa has joined #openstack | 04:22 | |
*** littleidea has joined #openstack | 04:22 | |
uvirtbot` | New bug: #1075838 in cinder "devstack gate tests fail intermittently with 401 error" [Undecided,New] https://launchpad.net/bugs/1075838 | 04:25 |
*** rushiagr has quit IRC | 04:26 | |
*** matiu has joined #openstack | 04:27 | |
*** matiu has quit IRC | 04:27 | |
*** matiu has joined #openstack | 04:27 | |
*** AgorA has quit IRC | 04:27 | |
*** aeperezt has quit IRC | 04:27 | |
*** AgorA has joined #openstack | 04:29 | |
*** sudorandom has quit IRC | 04:29 | |
*** krow has joined #openstack | 04:30 | |
*** aeperezt has joined #openstack | 04:31 | |
*** cryptk|offline is now known as cryptk | 04:32 | |
*** dwcramer has quit IRC | 04:32 | |
*** acb__ has quit IRC | 04:32 | |
*** acb__ has joined #openstack | 04:33 | |
*** mishin has quit IRC | 04:34 | |
*** krow has quit IRC | 04:35 | |
uvirtbot` | New bug: #1075843 in glance "simple db api timestamp handling" [Undecided,New] https://launchpad.net/bugs/1075843 | 04:36 |
*** acb__ has quit IRC | 04:37 | |
*** acb__ has joined #openstack | 04:37 | |
*** rnorwood1 has quit IRC | 04:38 | |
*** rafiu has quit IRC | 04:41 | |
*** j5 has joined #openstack | 04:41 | |
*** Gordonz_ has joined #openstack | 04:44 | |
*** Gordonz_ has quit IRC | 04:44 | |
*** cmt has joined #openstack | 04:44 | |
*** dwcramer has joined #openstack | 04:45 | |
*** Gordonz has quit IRC | 04:47 | |
*** darjeeling has joined #openstack | 04:49 | |
*** themadcanudist has left #openstack | 04:49 | |
*** koolhead17 has joined #openstack | 04:49 | |
*** mishin has joined #openstack | 04:50 | |
*** Joe231 has joined #openstack | 04:50 | |
*** tomoe__ has joined #openstack | 04:50 | |
*** ryu__ has joined #openstack | 04:51 | |
*** rafiu has joined #openstack | 04:52 | |
*** matiu_ has joined #openstack | 04:53 | |
*** matiu_ has quit IRC | 04:53 | |
*** matiu_ has joined #openstack | 04:53 | |
*** matiu has quit IRC | 04:53 | |
*** Joe23 has quit IRC | 04:54 | |
*** tomoe_ has quit IRC | 04:54 | |
*** ryu_ has quit IRC | 04:54 | |
*** darjeeling has quit IRC | 04:57 | |
*** ryanpetrello has quit IRC | 04:57 | |
kieppie | mkay | 04:58 |
kieppie | knuckle-cracking time... | 04:58 |
kieppie | anyone up here, or is everyone exhausted & in bed because of elections? | 04:59 |
*** rnorwood1 has joined #openstack | 04:59 | |
*** acb__ has quit IRC | 04:59 | |
*** acb__ has joined #openstack | 04:59 | |
*** aeperezt has quit IRC | 05:00 | |
*** ryanpetrello has joined #openstack | 05:00 | |
*** livemoon has joined #openstack | 05:01 | |
*** leetrout has joined #openstack | 05:01 | |
*** Joe231 has quit IRC | 05:02 | |
*** Joe23 has joined #openstack | 05:02 | |
*** rkukura has quit IRC | 05:02 | |
*** led_belly has quit IRC | 05:05 | |
*** zodiak has joined #openstack | 05:05 | |
*** markwash has quit IRC | 05:09 | |
uvirtbot` | New bug: #1075859 in nova "use_single_default_gateway does not function correctly" [Undecided,New] https://launchpad.net/bugs/1075859 | 05:11 |
*** rafiu has quit IRC | 05:11 | |
*** otherwiseguy has quit IRC | 05:12 | |
*** rafiu has joined #openstack | 05:15 | |
kieppie | anyone online? | 05:15 |
kieppie | I'm having an auth issue | 05:15 |
*** rustam has joined #openstack | 05:16 | |
*** mishin has quit IRC | 05:17 | |
*** littleidea has quit IRC | 05:18 | |
*** dhubbard has quit IRC | 05:18 | |
*** dhubbard has joined #openstack | 05:18 | |
*** littleidea has joined #openstack | 05:21 | |
*** sam_one has quit IRC | 05:21 | |
*** rkukura has joined #openstack | 05:21 | |
*** swygue has quit IRC | 05:22 | |
*** garyk has quit IRC | 05:23 | |
*** rustam has quit IRC | 05:24 | |
*** crandquist has quit IRC | 05:26 | |
*** markwash has joined #openstack | 05:26 | |
*** mishin has joined #openstack | 05:29 | |
*** crandquist has joined #openstack | 05:30 | |
*** dolphm has quit IRC | 05:31 | |
*** rnorwood1 has quit IRC | 05:31 | |
*** redondos has quit IRC | 05:32 | |
*** koolhead17 has quit IRC | 05:32 | |
kieppie | how can I reset allocation password - in particular the nova auth token? | 05:33 |
*** krow has joined #openstack | 05:33 | |
*** krow1 has joined #openstack | 05:34 | |
*** rafiu has quit IRC | 05:34 | |
*** AgorA has quit IRC | 05:35 | |
*** sniperd has joined #openstack | 05:35 | |
*** AgorA has joined #openstack | 05:36 | |
*** samkottler is now known as samkottler|out | 05:37 | |
*** woleium has quit IRC | 05:41 | |
*** rafiu has joined #openstack | 05:43 | |
*** krow has quit IRC | 05:45 | |
*** dwcramer has quit IRC | 05:51 | |
*** metral has joined #openstack | 05:54 | |
*** guigui3 has joined #openstack | 05:54 | |
*** woleium has joined #openstack | 05:56 | |
*** lianhao has joined #openstack | 05:58 | |
*** markmcclain has quit IRC | 05:58 | |
*** hattwick has quit IRC | 05:59 | |
*** MarkAtwood has joined #openstack | 06:00 | |
*** rnorwood1 has joined #openstack | 06:01 | |
*** rnorwood1 has quit IRC | 06:04 | |
*** sniperd has quit IRC | 06:05 | |
*** ryanpetrello has quit IRC | 06:07 | |
*** darjeeling has joined #openstack | 06:13 | |
*** Valdez has quit IRC | 06:14 | |
*** krow1 has quit IRC | 06:17 | |
*** jrodom has quit IRC | 06:19 | |
*** rustam has joined #openstack | 06:21 | |
*** rustam has quit IRC | 06:26 | |
*** tualatrix has joined #openstack | 06:26 | |
*** thovden has joined #openstack | 06:29 | |
*** pvankouteren has quit IRC | 06:31 | |
*** krow has joined #openstack | 06:34 | |
*** leetrout has quit IRC | 06:34 | |
*** pvankouteren has joined #openstack | 06:36 | |
*** krow1 has joined #openstack | 06:41 | |
*** hattwick has joined #openstack | 06:42 | |
*** krow1 has quit IRC | 06:48 | |
*** thovden has quit IRC | 06:51 | |
*** MarkAtwood has quit IRC | 06:52 | |
*** KyleMacDonald has quit IRC | 06:53 | |
*** cmt has quit IRC | 07:00 | |
*** markwash has quit IRC | 07:00 | |
*** sayan has joined #openstack | 07:01 | |
*** sayan has joined #openstack | 07:01 | |
*** mrunge has joined #openstack | 07:01 | |
*** reutopiaer has joined #openstack | 07:02 | |
*** desai has quit IRC | 07:03 | |
*** krow has quit IRC | 07:03 | |
*** garyk has joined #openstack | 07:05 | |
*** acb__ has quit IRC | 07:06 | |
*** acb__ has joined #openstack | 07:06 | |
*** adjohn has joined #openstack | 07:08 | |
*** eglynn has joined #openstack | 07:09 | |
*** ogelbukh has quit IRC | 07:10 | |
*** ogelbukh has joined #openstack | 07:10 | |
*** Trixboxer has joined #openstack | 07:10 | |
*** eglynn__ has quit IRC | 07:11 | |
*** A[D]minS has joined #openstack | 07:14 | |
*** A[D]minS has joined #openstack | 07:14 | |
*** dneary has joined #openstack | 07:14 | |
*** tmichael has quit IRC | 07:16 | |
*** rushiagr has joined #openstack | 07:16 | |
*** KyleMacDonald has joined #openstack | 07:21 | |
*** tmichael has joined #openstack | 07:22 | |
*** rustam has joined #openstack | 07:22 | |
*** Blackavar has quit IRC | 07:24 | |
*** adjohn has quit IRC | 07:27 | |
*** dneary has quit IRC | 07:27 | |
*** rustam has quit IRC | 07:27 | |
*** KyleMacDonald has quit IRC | 07:30 | |
*** mindpixel has joined #openstack | 07:30 | |
*** rafiu has quit IRC | 07:34 | |
*** krow has joined #openstack | 07:34 | |
*** rafiu has joined #openstack | 07:34 | |
*** Q310 has quit IRC | 07:34 | |
*** ondergetekende has joined #openstack | 07:35 | |
*** vipul has quit IRC | 07:37 | |
*** hemna_ has quit IRC | 07:39 | |
*** bka has joined #openstack | 07:39 | |
*** jeffrey4l has quit IRC | 07:39 | |
kieppie | ping | 07:39 |
kieppie | anyone online yet? | 07:39 |
lifeless | !ask | 07:39 |
openstack | lifeless: Error: "ask" is not a valid command. | 07:39 |
lifeless | heh | 07:39 |
kieppie | hehehe | 07:40 |
lifeless | kieppie: yes, lots of people, it is after all 8:40 at night | 07:40 |
kieppie | howdy | 07:40 |
kieppie | ah | 07:40 |
*** davidha has quit IRC | 07:40 | |
kieppie | burning midnight oil then, eh? | 07:40 |
lifeless | [on the internet, time zones and when folk are around, are ... different ] :) | 07:40 |
lifeless | waiting for baby to get to slep | 07:41 |
lifeless | she's upset by something :( | 07:41 |
kieppie | NZ might as well be on Mars - latency is less anyway :p | 07:41 |
kieppie | little one? how old> | 07:41 |
*** Mops__ has joined #openstack | 07:41 | |
kieppie | ? | 07:41 |
lifeless | 14 months | 07:41 |
*** Mops__ is now known as Mops | 07:41 | |
kieppie | gets better. mine is just over 2 now | 07:41 |
lifeless | cool | 07:41 |
kieppie | stay-at-home daddy-daycare for the better part of week = 0 productivity | 07:42 |
lifeless | heh, yeah. I work from home, and its not an issue... but evenings are shot | 07:43 |
*** KyleMacDonald has joined #openstack | 07:43 | |
*** mmagr has quit IRC | 07:44 | |
kieppie | wellington? | 07:44 |
lifeless | Rangiora | 07:44 |
kieppie | that's nice | 07:45 |
*** krow1 has joined #openstack | 07:45 | |
kieppie | not doing the NZOSA's tonight, I'm guessing | 07:45 |
lifeless | indeed ;) | 07:46 |
kieppie | maybe KiwiCon or NetSui south? | 07:46 |
*** sayan has quit IRC | 07:47 | |
lifeless | I think they all conflict with stuff | 07:48 |
lifeless | I will be doing OSDC and LCA | 07:48 |
*** hemna_ has joined #openstack | 07:51 | |
*** KyleMacDonald has quit IRC | 07:52 | |
*** Turicas has joined #openstack | 07:53 | |
*** krow1 has quit IRC | 07:55 | |
*** Mops has quit IRC | 07:56 | |
*** krow has quit IRC | 07:56 | |
*** Mops has joined #openstack | 07:58 | |
*** KyleMacDonald has joined #openstack | 08:01 | |
*** leifmadsen has quit IRC | 08:01 | |
*** dstufft|laptop has joined #openstack | 08:03 | |
*** primozf has joined #openstack | 08:04 | |
*** Deathvalley122 has quit IRC | 08:05 | |
kieppie | mkay - time for some multitasking | 08:05 |
*** One-Man-Bucket has joined #openstack | 08:05 | |
One-Man-Bucket | good morning | 08:05 |
*** EmilienM has joined #openstack | 08:05 | |
kieppie | howdy | 08:05 |
*** gabriel has joined #openstack | 08:08 | |
One-Man-Bucket | so we've installed another switch in our little test cloud | 08:08 |
One-Man-Bucket | and now i want to run the "internal" openstack network on this new network, on eth1 | 08:09 |
*** Deathvalley122 has joined #openstack | 08:09 | |
*** gabriel is now known as durian | 08:09 | |
*** aimon_ has joined #openstack | 08:09 | |
One-Man-Bucket | is it enough to change it so that the bridge interface is connected to eth1 (instead of eth0, which is connected to the office network) | 08:09 |
*** KyleMacDonald has quit IRC | 08:09 | |
One-Man-Bucket | and i assume to set flat_interface=eth1 in each nodes nova.conf | 08:10 |
*** bruges_ has joined #openstack | 08:11 | |
*** aimon has quit IRC | 08:11 | |
*** aimon_ is now known as aimon | 08:11 | |
*** somik has joined #openstack | 08:11 | |
*** afazekas has joined #openstack | 08:11 | |
*** mishin has quit IRC | 08:11 | |
*** KyleMacDonald has joined #openstack | 08:12 | |
*** bruges has quit IRC | 08:12 | |
*** s0mik has quit IRC | 08:12 | |
*** somik is now known as s0mik | 08:12 | |
*** torandu has quit IRC | 08:13 | |
*** torandu has joined #openstack | 08:14 | |
*** reidrac has joined #openstack | 08:14 | |
*** rafiu has quit IRC | 08:14 | |
*** leifmadsen has joined #openstack | 08:16 | |
*** sayan has joined #openstack | 08:17 | |
kieppie | One-Man-Bucket - sorry; don't quite know enough myself to help atm | 08:17 |
*** livemoon has quit IRC | 08:17 | |
*** shardy has joined #openstack | 08:17 | |
kieppie | anyone online able to assist with an auth issue in nova, please. detailed @ https://bugs.launchpad.net/nova/+bug/1065211 (from comment #7) | 08:18 |
One-Man-Bucket | alright | 08:18 |
One-Man-Bucket | i guess i'll give it atry :) | 08:18 |
*** balboah has joined #openstack | 08:19 | |
*** texarcana has quit IRC | 08:21 | |
*** texarcana has joined #openstack | 08:23 | |
*** mrmartin has joined #openstack | 08:23 | |
One-Man-Bucket | hmm, something is not right | 08:26 |
*** KyleMacDonald has quit IRC | 08:26 | |
*** dneary has joined #openstack | 08:28 | |
*** optiz0r has joined #openstack | 08:28 | |
*** rafiu has joined #openstack | 08:29 | |
*** redondos has joined #openstack | 08:29 | |
Mops | hi, any ideas regarding X-Object-Manifest objects not being public readable? detailed @ https://answers.launchpad.net/swift/+question/213506 | 08:30 |
*** uncleofthestick has joined #openstack | 08:33 | |
*** dev_sa has joined #openstack | 08:35 | |
*** metral has quit IRC | 08:35 | |
*** metral has joined #openstack | 08:35 | |
*** Maledictus has joined #openstack | 08:35 | |
*** dev_sa has quit IRC | 08:35 | |
*** dev_sa has joined #openstack | 08:36 | |
*** littleidea has quit IRC | 08:37 | |
*** davidha has joined #openstack | 08:38 | |
*** jpich has joined #openstack | 08:38 | |
*** sejo has quit IRC | 08:39 | |
*** rafiu has quit IRC | 08:41 | |
*** miclorb__ has joined #openstack | 08:42 | |
*** miclorb has quit IRC | 08:43 | |
*** metral has quit IRC | 08:43 | |
*** e1mer has joined #openstack | 08:43 | |
*** e1mer has quit IRC | 08:43 | |
*** e1mer has joined #openstack | 08:43 | |
*** rafiu has joined #openstack | 08:44 | |
*** metral has joined #openstack | 08:45 | |
kieppie | annnyyyyway | 08:45 |
kieppie | OSA'a are done | 08:45 |
kieppie | anyone still about? | 08:45 |
kieppie | lifeless - you knocked off yet? | 08:46 |
*** ondergetekende has quit IRC | 08:46 | |
lifeless | kieppie: not entirely ;) | 08:46 |
kieppie | heheh | 08:46 |
kieppie | pretty knackered myself ..... | 08:46 |
kieppie | you know OS pretty well? I'm having what I think is an auth issue | 08:47 |
*** cloudy has joined #openstack | 08:47 | |
cloudy | Hi do everybody | 08:47 |
kieppie | I've detailed as much as I can in the comments 7+ of https://bugs.launchpad.net/nova/+bug/1065211 | 08:47 |
cloudy | anyone can help me ? i have some questions about cloudstack topology | 08:48 |
kieppie | basically, when I run `nova $args`, I get a 401 auth issue. I've reset pwd's on SQL & services, but the problem persists | 08:48 |
kieppie | services are running OK, but I'm unable to complete my install beyond http://docs.openstack.org/trunk/openstack-compute/install/apt/content/configure-creds.html | 08:49 |
kieppie | `nova image-list` fails | 08:50 |
*** dstufft|laptop has quit IRC | 08:50 | |
*** nacx has joined #openstack | 08:50 | |
cloudy | anyone can help me ? | 08:51 |
kieppie | cloudy - i can try. not promising much atm | 08:51 |
cloudy | thanks kieppie, just a simple HELP | 08:51 |
kieppie | (also, some of the terminology is counter-intuitive) | 08:51 |
*** krow has joined #openstack | 08:52 | |
cloudy | i did not understand if compute node can share a storage, to have a single VM in HA mode and for delivery live migration from 1 node to another. | 08:52 |
kieppie | cloudy - not sure, but I doubt it. you may be able to share data between node OS over something like NFS, but I'm not sure you can share block devices, like iSCSI LVM disks | 08:53 |
kieppie | for live migration I would think that instances are separate, the migration triggers a sync & then a switch happens | 08:54 |
cloudy | so cloudstack born to have single compute node that have his own VM. if a node fails, all the VMs fails.. and require manual workout | 08:54 |
*** koolhead17 has joined #openstack | 08:54 | |
* kieppie guessing | 08:54 | |
coolj | cloudstack != openstack | 08:54 |
cloudy | openstack sorry | 08:55 |
kieppie | I really can't say with absolute certainty. I'm still trying to get my own hosts up, so that I can start my own lab tests | 08:55 |
coolj | openstack has a volume service called cinder (formerly nova-volume). it provides shared block storage to instances and can hook into a number of backend devices / services | 08:55 |
coolj | http://wiki.openstack.org/Cinder | 08:56 |
*** lfazio has quit IRC | 08:56 | |
*** krow has quit IRC | 08:56 | |
kieppie | coolj - good to know. thnaks | 08:57 |
kieppie | coolj - are you able to help me out with my auth issue, please? | 08:58 |
*** lfazio has joined #openstack | 08:58 | |
coolj | kieppie: be glad to try anyway. sec, reading bug report | 08:59 |
*** Tross has joined #openstack | 09:00 | |
*** Triade has joined #openstack | 09:00 | |
kieppie | coolj - cheers. my own commend frollow from comment #7 | 09:00 |
*** saschpe has quit IRC | 09:00 | |
*** roge has joined #openstack | 09:02 | |
*** arata has joined #openstack | 09:03 | |
*** cloudy has quit IRC | 09:05 | |
*** derekh has joined #openstack | 09:06 | |
*** e1mer has quit IRC | 09:07 | |
*** Breaking_Pitt has joined #openstack | 09:07 | |
*** maxiz has quit IRC | 09:08 | |
*** e1mer has joined #openstack | 09:09 | |
*** ttrifonov is now known as ttrifonov_zZzz | 09:10 | |
*** ttrifonov_zZzz is now known as ttrifonov | 09:11 | |
*** metral has quit IRC | 09:11 | |
One-Man-Bucket | this is weird. arp entries are listed as incomplete on one machine, but works on the other | 09:13 |
*** dneary has quit IRC | 09:14 | |
coolj | kieppie: the DEBUG like about sqlalchemy is normal. make sure in nova.conf you have auth_strategy=keystone and under [keystone_authtoken], make sure admin_password is right | 09:17 |
coolj | s/like/line/ | 09:17 |
*** olafont has quit IRC | 09:17 | |
kieppie | coolj - cheeer. was wondering about that verbose/stdout message. | 09:17 |
kieppie | as for the auth, I have set that in the config. how can I test it? | 09:18 |
kieppie | I've reset all the system/services password & tried to ensure an uniform application, but unfortunately them into fed back does not tell me what has failed where, & I'm a little lost as to how to go about troubleshooting/addressing the issue | 09:19 |
*** olafont has joined #openstack | 09:19 | |
coolj | did you set it manually in nova.conf? the `keystone user-password-update` only changes the keystone database | 09:20 |
*** darjeeli_ has joined #openstack | 09:21 | |
*** darraghb has joined #openstack | 09:21 | |
*** shadower has quit IRC | 09:21 | |
kieppie | hmmm - I thought that keystone is like the auch backend | 09:21 |
kieppie | *auth* | 09:21 |
kieppie | how & where can I update the other data? | 09:22 |
kieppie | (what am I failing to comprehend?) | 09:22 |
*** ondergetekende has joined #openstack | 09:24 | |
kieppie | or, at the very least, is `nova` the only way to run a command with the nova auth credentials? I know that I can run glance & keystone with certain user identidying env vars.... | 09:24 |
* kieppie thinks I might've broken something somewhere & really don't wanna start from scratch | 09:25 | |
*** darjeeling has quit IRC | 09:25 | |
coolj | do you have auth_strategy=keystone in /etc/nova/nova.conf? | 09:25 |
kieppie | affirmative | 09:26 |
coolj | kieppie: hmmm, this seems like a familiar problem with an easy fix, but I don't recall it atm. 3:30am here and having a company dodgeball tournament tomorrow (later today!), so I'm signing off. hope you find the solution! | 09:28 |
kieppie | my nova.conf - http://pastebin.com/uwPGVeqe | 09:28 |
coolj | lemme look | 09:29 |
*** maploin has joined #openstack | 09:29 | |
*** maploin has joined #openstack | 09:29 | |
*** osier has quit IRC | 09:29 | |
*** miclorb__ has quit IRC | 09:30 | |
*** Staples84 has joined #openstack | 09:30 | |
*** Tross has quit IRC | 09:30 | |
kieppie | my api-paste.ini (pretty bog-standard)- http://pastebin.com/wG9RrAxk | 09:30 |
kieppie | cheers | 09:30 |
*** redondos has quit IRC | 09:31 | |
kieppie | coolj - cool dude. I totally understand. just frustrating, as it seems to be a tiny, trivial thing that's tripping me up | 09:31 |
*** guigui3 has quit IRC | 09:32 | |
kieppie | unfortunately there does not seem to be concise docs on resetting thise passwords - something that would be absolutely crucial in the event of a compromise | 09:32 |
*** ondergetekende has quit IRC | 09:32 | |
*** afazekas has quit IRC | 09:33 | |
*** ondergetekende has joined #openstack | 09:33 | |
kieppie | getting pretty late here too. I'll leave my IRC channel open - please port something or comment on the bug report if anything occurs to you | 09:33 |
*** pixelbeat has joined #openstack | 09:34 | |
*** osier has joined #openstack | 09:35 | |
*** dev_sa has quit IRC | 09:35 | |
*** tualatrix has quit IRC | 09:36 | |
*** Free_maN has joined #openstack | 09:37 | |
*** Tross has joined #openstack | 09:38 | |
coolj | kieppie: in our folsom lab, we don't have a [keystone_authtoken] in nova.conf at all, and in api-paste.ini we have auth_uri as http://x.x.x.x:5000/v2.0/ in [filter:authtoken] | 09:38 |
* coolj goes to sleep | 09:38 | |
coolj | good luck :) | 09:38 |
kieppie | cheers | 09:39 |
kieppie | I'll look into that | 09:39 |
One-Man-Bucket | hmm, ok nova-networks sets up a bridge that doesn't work | 09:41 |
*** Tross has quit IRC | 09:41 | |
*** saschpe has joined #openstack | 09:42 | |
*** tryggvil has quit IRC | 09:43 | |
*** dneary has joined #openstack | 09:43 | |
One-Man-Bucket | http://pastebin.com/Y9txmXmi | 09:44 |
*** roge has quit IRC | 09:44 | |
One-Man-Bucket | instances get stuck with cloud-init-nonet waiting 120 seconds for a network device. | 09:44 |
*** sayan has quit IRC | 09:45 | |
*** xchu has quit IRC | 09:45 | |
One-Man-Bucket | and if i stop the nova services, manually assign an ip address to eth1 and try to ping between machines it doesn't work until i brctl delif br100 eth1 | 09:45 |
*** sayan has joined #openstack | 09:46 | |
*** roge has joined #openstack | 09:46 | |
*** mmagr has joined #openstack | 09:48 | |
balboah | One-Man-Bucket: is it a separate network on eth1 or connected with an already existing one? and what do you ping? | 09:48 |
One-Man-Bucket | eth0 is the office network, eth1 is a private network on a separate switch with only the openstack machines connecte | 09:49 |
One-Man-Bucket | the pastebin shows two machines (controller and a compute node) | 09:49 |
One-Man-Bucket | if i stop the openstack services and manually assign an ip-address to eth1 on both nodes they cannot access eachother UNTIL i drop the bridge | 09:50 |
*** dev_sa has joined #openstack | 09:53 | |
balboah | what if you assign the ip to the bridge and not the interface itself? | 09:53 |
balboah | just a manual test of the bridging part | 09:53 |
*** miclorb has joined #openstack | 09:53 | |
One-Man-Bucket | they already have an ip assigned, right? | 09:54 |
One-Man-Bucket | if you check the pastebin | 09:54 |
One-Man-Bucket | i should be able to ping 192.168.100.1 from 192.168.100.252 | 09:54 |
One-Man-Bucket | it doesn't work | 09:55 |
One-Man-Bucket | balboah: do i need to add eth1 to my /etc/network/interfaces or something? | 09:55 |
One-Man-Bucket | this is on ubuntu 12.04 | 09:55 |
*** krow has joined #openstack | 09:55 | |
*** ryu__ has quit IRC | 09:56 | |
One-Man-Bucket | balboah: this is what it looks like on the controller node: http://pastebin.com/QhPyXHAD | 09:56 |
kieppie | off to bed | 09:57 |
kieppie | bb | 09:57 |
*** krow has quit IRC | 10:00 | |
*** b0rder_ has quit IRC | 10:00 | |
balboah | One-Man-Bucket: yeah it sure looks like it. | 10:00 |
*** mkouhei has left #openstack | 10:02 | |
*** miclorb has quit IRC | 10:03 | |
One-Man-Bucket | what do you mean? | 10:03 |
One-Man-Bucket | it loosk like i should add eth1? | 10:03 |
*** foexle has joined #openstack | 10:03 | |
*** k3rn has joined #openstack | 10:04 | |
*** dneary has quit IRC | 10:04 | |
*** k3rn has quit IRC | 10:04 | |
One-Man-Bucket | balboah: hey, i think it worked! | 10:05 |
balboah | One-Man-Bucket: try adding bridge_ports eth1 in the interfaces config | 10:05 |
balboah | oh? | 10:05 |
zykes- | eyy One-Man-Bucket ;p | 10:05 |
One-Man-Bucket | 192.168.100.5 | 10:05 |
One-Man-Bucket | auto eth1 | 10:05 |
One-Man-Bucket | iface eth1 inet dhcp | 10:05 |
One-Man-Bucket | to network/interfaces | 10:05 |
One-Man-Bucket | seems to do the trick | 10:05 |
*** davidhadas has joined #openstack | 10:05 | |
balboah | aha. I'm doing my first multi-machine setup soon as well. Adding a compute node, let's see if it's as smooth | 10:06 |
One-Man-Bucket | is it ok to set the bridge address in etc/network/interfaces outside the private network? i.e. something like 192.168.100.99.2-15 | 10:06 |
zykes- | what you setting up One-Man-Bucket ? | 10:08 |
*** ninkotech__ has quit IRC | 10:09 | |
One-Man-Bucket | zykes-: moving from single-interface setup to dual | 10:09 |
*** davidha has quit IRC | 10:09 | |
*** shadower has joined #openstack | 10:09 | |
balboah | One-Man-Bucket: good thing you can help me later when I get stuck then ;) | 10:09 |
zykes- | :) | 10:10 |
zykes- | One-Man-Bucket: dual like bonded or ? | 10:10 |
One-Man-Bucket | zykes-: nope, private isolated network on eth1, public on eth0 | 10:11 |
zykes- | ah | 10:11 |
zykes- | One-Man-Bucket: what you using for isolation ? GRE ? | 10:11 |
balboah | wouldn't it be possible to have auto suspend when the host reboots and resume on start? | 10:11 |
*** Turicas has quit IRC | 10:11 | |
One-Man-Bucket | GRE? i don't think i'm l33t enough ;) | 10:11 |
One-Man-Bucket | i'm using flat_dhcp networking | 10:12 |
One-Man-Bucket | and the private network is completely isolated.. only openstack ndoes on it | 10:12 |
One-Man-Bucket | separate switch | 10:13 |
zykes- | tunneling One-Man-Bucket :) | 10:13 |
balboah | One-Man-Bucket: so you have all cool stuff in one machine, and then one additional nova-compute? | 10:13 |
One-Man-Bucket | yeah | 10:13 |
balboah | it's exactly whan I'm doing now | 10:13 |
One-Man-Bucket | actually 2 compute nodes atm | 10:13 |
One-Man-Bucket | we have 15 nodes in an euacluptus cloud which i'm going to start migrating once everything runs smoothly | 10:13 |
One-Man-Bucket | we're already running our windows tests and a fraction of linux tests on openstack though | 10:14 |
coolj | One-Man-Bucket: are you wanting eth0 to go to the physical hosts, and eth1 to be a private network for instances to talk on? | 10:14 |
*** almaisan-away has quit IRC | 10:14 | |
One-Man-Bucket | coolj: right now we're not using multi_host, so all traffic is routed through the controller i suppose | 10:14 |
zykes- | how does windows work One-Man-Bucket ? | 10:14 |
balboah | I've just migrated my old manual Xen based guests. It was a pain to do for having them on persistent volumes and since they lacked virtio and boot manager | 10:15 |
One-Man-Bucket | i had some problems setting up internet access when using multi host | 10:15 |
One-Man-Bucket | zykes-: after i figured this out it worked nicely: https://bugs.launchpad.net/openstack-manuals/+bug/1074312 | 10:15 |
*** almaisan-away has joined #openstack | 10:15 | |
*** almaisan-away is now known as al-maisan | 10:16 | |
zykes- | ok | 10:16 |
zykes- | do you use local storage for vm's One-Man-Bucket or shared ? | 10:16 |
*** afazekas has joined #openstack | 10:16 | |
*** al-maisan is now known as almaisan-away | 10:16 | |
One-Man-Bucket | zykes-: what do you mean? all nodes have enough disk to keep all our images cached | 10:16 |
One-Man-Bucket | the only data we want to persist are the test results, which are collected from the jenkins job | 10:17 |
zykes- | One-Man-hmm k | 10:17 |
One-Man-Bucket | i have the object store installed, but i can't see we'll be using it in the near future | 10:18 |
*** scalability-junk has joined #openstack | 10:18 | |
*** Breaking_Pitt has quit IRC | 10:18 | |
*** dev_sa has quit IRC | 10:18 | |
zykes- | ;) | 10:19 |
*** adalbas has joined #openstack | 10:22 | |
*** atrius_away has quit IRC | 10:22 | |
*** reed has joined #openstack | 10:22 | |
*** guigui3 has joined #openstack | 10:24 | |
*** saschpe_ has joined #openstack | 10:25 | |
One-Man-Bucket | hmm | 10:25 |
One-Man-Bucket | it seems images are still transfered on the public interface | 10:25 |
One-Man-Bucket | can i change this somehow? | 10:25 |
*** saschpe has quit IRC | 10:25 | |
*** bbcmicrocomputer has joined #openstack | 10:27 | |
*** bbcmicrocomputer has joined #openstack | 10:27 | |
*** tryggvil has joined #openstack | 10:27 | |
*** Breaking_Pitt has joined #openstack | 10:29 | |
*** sunilthaha has joined #openstack | 10:29 | |
*** Staples84 has quit IRC | 10:29 | |
*** saschpe has joined #openstack | 10:29 | |
*** atrius_away has joined #openstack | 10:29 | |
*** atrius_away is now known as atrius | 10:29 | |
*** saschpe_ has quit IRC | 10:29 | |
*** jpich has quit IRC | 10:30 | |
*** acathrow has joined #openstack | 10:31 | |
*** acathrow has left #openstack | 10:32 | |
*** tomoe__ has quit IRC | 10:35 | |
*** tomoe_ has joined #openstack | 10:35 | |
*** danblack has quit IRC | 10:37 | |
*** scalability-junk has quit IRC | 10:39 | |
*** kieppie has quit IRC | 10:40 | |
*** tomoe_ has quit IRC | 10:40 | |
*** clopez has joined #openstack | 10:40 | |
*** netzmonster has joined #openstack | 10:40 | |
*** roge has quit IRC | 10:42 | |
*** AnilV4 has quit IRC | 10:42 | |
*** CuraHack has joined #openstack | 10:42 | |
*** nubi3 has joined #openstack | 10:45 | |
nubi3 | hay | 10:46 |
nubi3 | :) | 10:46 |
nubi3 | any body | 10:46 |
*** jpich has joined #openstack | 10:48 | |
*** AnilV4 has joined #openstack | 10:48 | |
nubi3 | help | 10:49 |
nubi3 | !help | 10:49 |
openstack | nubi3: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin. | 10:49 |
*** maurosr has joined #openstack | 10:49 | |
zykes- | nubi3: ask your question instead :) | 10:49 |
nubi3 | i cannot ping my instance but i have do the tutorial http://docs.openstack.org/trunk/openstack-compute/admin/content/enabling-ping-and-ssh-on-vms.html | 10:50 |
nubi3 | in the nova-network.log i see this Stderr: 'ERROR: trying to add VLAN #100 to IF -:br100:- error: No such device\n' | 10:51 |
balboah | nubi3: so your bridge is not up (brctl show) | 10:53 |
*** adalbas has quit IRC | 10:53 | |
*** vmlinuz has joined #openstack | 10:55 | |
*** krow has joined #openstack | 10:57 | |
nubi3 | this output of brctl show | 10:57 |
nubi3 | root@controller:/home/server# brctl show bridge namebridge idSTP enabledinterfaces virbr08000.000000000000yes root@controller:/home/server# | 10:57 |
nubi3 | ithink my bridge is up | 10:58 |
rosco__ | Can sombody tell my why the CPU of the swift replicator process is so high all the time? We got 5 nodes with 36TB each. | 10:58 |
rosco__ | CPU %97 0.2 47435:25 /usr/bin/python /usr/bin/swift-container-replicator | 10:58 |
zykes- | rosco__: > notmyname | 10:59 |
*** rosco__ is now known as rocky99 | 10:59 | |
*** saschpe has quit IRC | 11:00 | |
nubi3 | any one can help me :( | 11:00 |
*** dev_sa has joined #openstack | 11:01 | |
zynzel | nubi3: you have bridge virbr0 not br100. | 11:01 |
nubi3 | virbr0 | 11:01 |
*** CuraHack has quit IRC | 11:02 | |
nubi3 | sory my englis is poor | 11:02 |
nubi3 | are you mean | 11:02 |
nubi3 | i must changes my nova.conf | 11:02 |
zynzel | nubi3: virbr0 is default libvirt bridge, and have nothing to do with openstack | 11:02 |
nubi3 | from br100 to virbr0 ??? | 11:02 |
*** bourke has quit IRC | 11:02 | |
*** bourke has joined #openstack | 11:03 | |
zynzel | dont know if nova-network can create bridge, we have all network interfaces configured by system | 11:03 |
zynzel | and nova-network only add vnet interfaces (vm interface) to existing bridge | 11:03 |
*** egallen has joined #openstack | 11:04 | |
One-Man-Bucket | i guess i could just bind glance on the internal interface | 11:05 |
*** msinhore has quit IRC | 11:05 | |
*** krow has quit IRC | 11:06 | |
nubi3 | so what should i do, i am a bigener of openstack | 11:06 |
nubi3 | iam using one interface | 11:07 |
*** AnilV4 has quit IRC | 11:08 | |
*** davidha has joined #openstack | 11:09 | |
*** dev_sa has quit IRC | 11:09 | |
*** swygue has joined #openstack | 11:09 | |
*** adalbas has joined #openstack | 11:09 | |
*** saschpe has joined #openstack | 11:10 | |
*** davidhadas has quit IRC | 11:11 | |
*** koolhead17 has quit IRC | 11:12 | |
nubi3 | guys ??? | 11:12 |
One-Man-Bucket | what is my_ip in nova.conf? | 11:12 |
One-Man-Bucket | the public or private ip? | 11:12 |
nubi3 | i am using private ip | 11:13 |
nubi3 | i not using the parameter my_ip | 11:13 |
nubi3 | this my nova.conf configuration http://paste.openstack.org/show/24759/ | 11:15 |
balboah | is it tricky to expose multiple volume groups from the same server to nova volume? | 11:15 |
balboah | I'm having a hard time figuring out how I want to partition my disks | 11:16 |
balboah | I have 3x 1TB and 1x 2TB on the same raid interface. And 1x 2TB on the normal sata | 11:16 |
*** swygue has quit IRC | 11:18 | |
balboah | I figured I want to do raid5 on the 3x 1TB for system and volumes and have less important volumes on the other 2x 2TB or possibly software raid on those | 11:19 |
*** bourke has quit IRC | 11:19 | |
*** bourke has joined #openstack | 11:19 | |
*** bluenemo has joined #openstack | 11:20 | |
*** bluenemo has joined #openstack | 11:20 | |
nubi3 | any answer ??? | 11:20 |
*** pbacterio has joined #openstack | 11:22 | |
*** afazekas has quit IRC | 11:23 | |
*** Razique has joined #openstack | 11:24 | |
Razique | hey there :) | 11:25 |
*** YamakasY has quit IRC | 11:26 | |
zykes- | Razique: ! | 11:27 |
nubi3 | after i changes my br100 to virbr0, i have the same problem :( | 11:29 |
*** CuraHack has joined #openstack | 11:29 | |
Razique | hey zykes- :) | 11:31 |
Razique | how are you doing ? | 11:31 |
zykes- | Razique: good :) | 11:31 |
*** mindpixel has quit IRC | 11:32 | |
*** Tross has joined #openstack | 11:32 | |
Razique | zykes- what are you up to ? | 11:32 |
*** rushiagr has quit IRC | 11:33 | |
*** rushiagr1 has joined #openstack | 11:33 | |
zykes- | Bufunfa and Moniker Razique > https://github.com/ekarlso/bufunfa and https://github.com/stackforge/moniker | 11:33 |
Razique | awesome =- | 11:33 |
Razique | I heard about Moniker yah | 11:33 |
Razique | excellent news :) | 11:34 |
*** rushiagr1 is now known as rushiagr | 11:34 | |
*** AnilV4 has joined #openstack | 11:35 | |
zykes- | Razique: Bufunfa is a addition to Ceilometer if you will | 11:35 |
*** chasmo has quit IRC | 11:37 | |
*** Breaking_Pitt has quit IRC | 11:37 | |
*** Slid3r_D has joined #openstack | 11:37 | |
*** itarchitectkev has joined #openstack | 11:42 | |
*** afazekas has joined #openstack | 11:42 | |
itarchitectkev | hey folks | 11:43 |
itarchitectkev | zykes-, quantum... | 11:44 |
zykes- | itarchitectkev: :) | 11:45 |
zykes- | hey | 11:45 |
*** bluenemo has quit IRC | 11:45 | |
Razique | hey itarchitectkev :-) | 11:47 |
*** JoeVLcek has joined #openstack | 11:48 | |
itarchitectkev | Razique, how are you? | 11:48 |
Razique | zykes- sounds promising, what the status of ceilometer | 11:48 |
Razique | itarchitectkev : doing great, thank you for asking | 11:48 |
zykes- | working ok Razique, I just pull my data from it to insert into Bufunfa | 11:48 |
itarchitectkev | Razique, awesome. Once I've convinced zykes- to fill in some qs about quantum I'll be laughing too ;-) | 11:49 |
*** dev_sa has joined #openstack | 11:50 | |
*** jaypipes has quit IRC | 11:50 | |
*** milner has joined #openstack | 11:53 | |
*** FlaPer87 has joined #openstack | 11:56 | |
nubi3 | any one please help me | 11:57 |
*** milner has quit IRC | 11:58 | |
*** FlaPer87 has quit IRC | 11:58 | |
*** FlaPer87 has joined #openstack | 11:58 | |
*** milner has joined #openstack | 11:59 | |
*** Tross has quit IRC | 11:59 | |
zykes- | nubi3: make a concise explanation of your problem please | 11:59 |
*** rdo has joined #openstack | 11:59 | |
nubi3 | zykes : may be this my problem http://paste.openstack.org/show/24762/ | 12:00 |
*** rmartinelli has joined #openstack | 12:01 | |
phschwartz | Anyone in here using jenkins jclouds plugin with openstack? I can't seem to get it to authenticate | 12:02 |
foexle | oi Razique :D .... how was you fligh back home ? It was really nice that you and your gf visit the party :) | 12:02 |
zykes- | foexle: where ? ;) | 12:03 |
foexle | we should met us next year again ! | 12:03 |
foexle | zykes-: Razique was last week in berlin :) | 12:03 |
zykes- | what's your nova.conf like nubi3 ? | 12:03 |
zykes- | foexle: :) | 12:03 |
rdo | hi guys, any ideas? http://paste.openstack.org/show/24763/ | 12:03 |
*** milner has quit IRC | 12:03 | |
*** koolhead17 has joined #openstack | 12:03 | |
*** saschpe has quit IRC | 12:04 | |
*** milner has joined #openstack | 12:04 | |
*** krow has joined #openstack | 12:04 | |
Razique | foexle : yup sure :-) I planned London in december, if you guys fancy joining the party ! | 12:07 |
Razique | was great to meet you too hehe | 12:07 |
zykes- | Razique: i'm hoping on going | 12:07 |
*** JoeVLcek has quit IRC | 12:07 | |
*** boden has joined #openstack | 12:07 | |
* Razique is back to the seriouz stuff while banging my head against quantum | 12:07 | |
zykes- | Razique: folsom ? | 12:07 |
Razique | yup | 12:07 |
zykes- | Razique: what's the problem ? | 12:07 |
Razique | everything works top notch but floating ips routing | 12:08 |
zykes- | where's EmilienM when needed ;p | 12:08 |
zykes- | Razique: what problem with floating ? | 12:08 |
Razique | he did a quantum OD | 12:08 |
Razique | too many ovs snorts | 12:08 |
*** milner has quit IRC | 12:08 | |
*** FlaPer87 has quit IRC | 12:08 | |
zykes- | Razique: :) | 12:09 |
*** jaypipes has joined #openstack | 12:09 | |
*** j5 has quit IRC | 12:09 | |
*** milner has joined #openstack | 12:09 | |
zykes- | Razique: I worked with him on some quantum stuff | 12:09 |
zykes- | Puppet Quantum for one with boden | 12:09 |
zykes- | ehm, bodepd | 12:09 |
*** nubi3 has quit IRC | 12:09 | |
*** melmoth has joined #openstack | 12:10 | |
*** mjfork has joined #openstack | 12:10 | |
*** yocum has joined #openstack | 12:10 | |
*** saschpe has joined #openstack | 12:10 | |
Razique | I don't know him thanks ^^ | 12:11 |
zykes- | ;p | 12:11 |
zykes- | Razique: didn't you meet EmilienM ? :) | 12:12 |
*** dneary has joined #openstack | 12:12 | |
Razique | yup I did | 12:12 |
zykes- | :) | 12:12 |
*** krow has quit IRC | 12:12 | |
Razique | I was reffering to bodepd ^^ | 12:12 |
zykes- | ah, he's a guy developing puppet modules for openstack | 12:12 |
zykes- | from puppetlabs | 12:12 |
*** adalbas has quit IRC | 12:12 | |
Razique | sweet | 12:13 |
zykes- | Razique: what's your problem with floating ips ? | 12:13 |
Razique | zykes- well simply put I can create and assign them, yet routing doesn't work - | 12:13 |
*** milner has quit IRC | 12:14 | |
Razique | l3_agent contains both router and ext net ids | 12:14 |
*** roge has joined #openstack | 12:14 | |
Razique | ovs bridges are there | 12:14 |
zykes- | hmmm | 12:14 |
Razique | router to gateway association is done | 12:14 |
*** milner has joined #openstack | 12:14 | |
*** tryggvil has quit IRC | 12:14 | |
Razique | but once I do that, routing goes down | 12:14 |
zykes- | routing goes down how ? | 12:14 |
Razique | the outter gateway is unreacheable | 12:14 |
Razique | i can't reach the gateway of that network | 12:15 |
*** goldfish has joined #openstack | 12:15 | |
zykes- | can you ping the node or does it go down totally ? | 12:15 |
*** darjeeli_ has quit IRC | 12:16 | |
Razique | actually it's a AIO box | 12:16 |
Razique | just a lab VM on which everything runs on | 12:16 |
zykes- | Razique: cna you post your ovs plugin ini file ? | 12:16 |
Razique | sure | 12:16 |
*** melmoth has quit IRC | 12:17 | |
*** melmoth has joined #openstack | 12:17 | |
zykes- | Razique: and l3 + dhcp if you may | 12:18 |
*** davidhadas has joined #openstack | 12:18 | |
Razique | sure, let met start the beast | 12:18 |
zykes- | :p | 12:18 |
zykes- | wonder why nubi3 left.. | 12:18 |
*** shardy is now known as shardy_afk | 12:19 | |
*** milner has quit IRC | 12:19 | |
*** milner has joined #openstack | 12:19 | |
*** goldfish has quit IRC | 12:21 | |
uvirtbot` | New bug: #1075931 in swift "Unable to publically access an object with X-Object-Manifest reference" [Undecided,New] https://launchpad.net/bugs/1075931 | 12:21 |
*** davidha has quit IRC | 12:21 | |
Razique | zykes- there my friend | 12:22 |
Razique | https://gist.github.com/4031221 | 12:22 |
*** milner has quit IRC | 12:24 | |
*** milner has joined #openstack | 12:24 | |
*** larsks has quit IRC | 12:26 | |
*** stewart has quit IRC | 12:26 | |
balboah | 3x 1TB hardware raid5, 2TB as single disk on the raid controller + 2TB on regular sata channel in software raid1. And together they form a volume group. How crazy is that | 12:28 |
*** timello has joined #openstack | 12:28 | |
*** larsks has joined #openstack | 12:29 | |
*** milner has quit IRC | 12:29 | |
*** netzmonster has quit IRC | 12:29 | |
*** milner has joined #openstack | 12:29 | |
*** acathrow has joined #openstack | 12:30 | |
*** acathrow has left #openstack | 12:31 | |
zykes- | Razique: I guess when you do "ip netns" it's empty ? | 12:32 |
zykes- | http://docs.openstack.org/trunk/openstack-network/admin/content/dhcp_agent_ini.html + http://docs.openstack.org/trunk/openstack-network/admin/content/l3_agent.html < Note about use_namespaces | 12:32 |
Razique | zykes- it is empty yah | 12:32 |
*** msinhore has joined #openstack | 12:33 | |
*** adalbas has joined #openstack | 12:33 | |
zykes- | basically you got the same problem as itarchitectkev I think, where you have route issues on the l3 router ip and the dhcp ip (packet's go in one of them and the reply goes out the wrong interface) | 12:33 |
Razique | that's what I thought yah | 12:33 |
Razique | thanks I'll check the links | 12:33 |
zykes- | ;p | 12:34 |
zykes- | Razique: question, what doc where you following ? | 12:34 |
*** milner has quit IRC | 12:34 | |
itarchitectkev | the thing I notice about the docs - and this is only a problem from a user - is that the information is laid out if you know what your answer is and want to know how to achieve it - not how to achieve a set up | 12:34 |
*** milner has joined #openstack | 12:34 | |
itarchitectkev | so useful bits of information is there, but you need to know that a certain feature does what you need it to do | 12:35 |
Razique | zykes- : a mix of so many since it's kinda hard to find a clear one for single box -I intend to update the official doc aferwards | 12:35 |
itarchitectkev | Razique, I am sharing your pain | 12:35 |
itarchitectkev | that use_namespaces isn't obvious that it fixes this issue | 12:35 |
zykes- | I went throgu hthe same thing | 12:35 |
zykes- | there should be a note that if you do AIO for networking services (l3 + dhcp) you need namespacing | 12:35 |
itarchitectkev | yeah | 12:36 |
* itarchitectkev is just running vagrant up now to see if it works | 12:36 | |
zykes- | :) | 12:36 |
zykes- | are you guys following any official docs ? | 12:36 |
One-Man-Bucket | still trying to figure out how my nodes can access glance through the private network | 12:37 |
* itarchitectkev was following EmilienM doc, mseknibilel and docs.openstack.org | 12:37 | |
Razique | zykes- I tried the official one | 12:37 |
EmilienM | o/ | 12:37 |
Razique | itarchitectkev : the namespace didn't fix your issue right ? | 12:37 |
itarchitectkev | Hey EmilienM ;-) | 12:37 |
*** vds` is now known as vds | 12:37 | |
itarchitectkev | Razique, just trying it now - I've a VM installing now | 12:37 |
zykes- | oooh, look who's here ;) | 12:37 |
EmilienM | how are you doing guys ? | 12:38 |
itarchitectkev | (my set up is a VM inside virtualbox) | 12:38 |
zykes- | Razique: still got a problem ? | 12:38 |
*** chasmo has joined #openstack | 12:38 | |
* itarchitectkev 's brain is melting under Quantum when I know I'm just missing a stupid bit of the puzzle | 12:38 | |
One-Man-Bucket | i thought that was a normal scenario.. | 12:38 |
zykes- | Razique: what error are you getting now ? | 12:39 |
*** milner has quit IRC | 12:39 | |
*** msavy has joined #openstack | 12:39 | |
zykes- | One-Man-Bucket: are you setting different adminUrl and publicUrl for Glance and your services ? | 12:39 |
zykes- | as endpoints in keystone | 12:39 |
*** milner has joined #openstack | 12:40 | |
One-Man-Bucket | zykes-: i don't know, but the problem is that I can't manually assign an ip address to eth1, since openstack takes control of the interface and sets up bridging etc which removes the preconfigured address | 12:42 |
Razique | zykes- let me try :) | 12:43 |
Razique | just need to finish that kvm stuff then i'll try :) | 12:43 |
zykes- | ;p | 12:43 |
One-Man-Bucket | would it work if i added an alias, eth1:1, on all nodes ? | 12:43 |
* Razique wonders how many hairs felt in the process | 12:43 | |
zykes- | One-Man-Bucket: you mean your private network uplink ? | 12:43 |
*** sayan has quit IRC | 12:43 | |
One-Man-Bucket | yes | 12:43 |
zykes- | One-Man-Bucket: let me find you something :) | 12:44 |
*** milner has quit IRC | 12:44 | |
zykes- | http://blog.scottlowe.org/2012/10/30/running-host-management-on-open-vswitch/ < try that out for size One-Man-Bucket | 12:44 |
*** milner has joined #openstack | 12:45 | |
One-Man-Bucket | hmm, i don't think that's what i'm after | 12:45 |
zykes- | One-Man-Bucket: yes it is | 12:46 |
*** shardy_afk is now known as shardy | 12:46 | |
ikke-t | anyone here willing to guide me through setting openvswitch over bonded interfaces with vlan? | 12:46 |
ikke-t | i'm stuck.... :( | 12:47 |
*** sunilthaha has quit IRC | 12:47 | |
*** sam_one has joined #openstack | 12:47 | |
zykes- | ikke-t: I have that exactly, though I use Linux Bonded interfaces and not OVS | 12:47 |
zykes- | EmilienM: here still ? | 12:47 |
ikke-t | well, it worked fine with linux bridges and bonds, but now on my way to quantum i tried reconfiguring it with ovs | 12:47 |
*** FlaPer87 has joined #openstack | 12:48 | |
ikke-t | zykes-, so you haven't done it either yet? | 12:48 |
zykes- | One-Man-Bucket: atm you can't use the internal switch interface right because of quantum taking it over ? | 12:48 |
zykes- | ikke-t: I just plug my bondX into the br-ex and br-X bridges as a plain port | 12:48 |
*** sandywalsh has joined #openstack | 12:48 | |
ikke-t | zykes-, i will default to that if I don't get this working | 12:49 |
zykes- | ikke-t: I wonder if LACP support for OVS was landed just recently (though I'm not sure) | 12:49 |
ikke-t | It's likely a small misunderstanding from me | 12:49 |
zykes- | One-Man-Bucket: basically what you can do is to make a "port" for your host that you set your wanted ip on | 12:49 |
*** milner has quit IRC | 12:49 | |
zykes- | simple and done | 12:50 |
*** rushiagr has quit IRC | 12:50 | |
*** milner has joined #openstack | 12:50 | |
ikke-t | could someone look here and point me the obvious error? http://paste.openstack.org/show/24774/ | 12:50 |
*** rushiagr has joined #openstack | 12:51 | |
One-Man-Bucket | http://pastebin.com/ffR5KapS | 12:51 |
ikke-t | that was ovs-vsctl output... | 12:51 |
*** swygue has joined #openstack | 12:51 | |
One-Man-Bucket | zykes-: ok i'll look at it again.. also i'm not using quantum | 12:51 |
zykes- | One-Man-Bucket: ah ok | 12:52 |
*** tgall_foo has joined #openstack | 12:52 | |
*** rushiagr has quit IRC | 12:52 | |
One-Man-Bucket | zykes-: but the openvswitch is still viable? | 12:53 |
zykes- | openvswitch is niceness when you get the hang of it | 12:53 |
ikke-t | but it's also confusing... | 12:54 |
*** dolphm has joined #openstack | 12:54 | |
*** milner has quit IRC | 12:55 | |
*** swygue has quit IRC | 12:55 | |
*** milner has joined #openstack | 12:55 | |
*** sunilthaha has joined #openstack | 12:57 | |
*** swygue has joined #openstack | 12:58 | |
*** egallen has left #openstack | 12:59 | |
*** dneary has quit IRC | 12:59 | |
*** swygue has quit IRC | 12:59 | |
*** GiBa has joined #openstack | 12:59 | |
ikke-t | this is the openvswitch with commands, any idea why ping won't work over it? | 13:00 |
ikke-t | http://paste.openstack.org/show/24775/ | 13:00 |
*** milner has quit IRC | 13:00 | |
*** milner has joined #openstack | 13:00 | |
*** GiBa has left #openstack | 13:00 | |
zykes- | i'm not sure ikke-t, not used bonding with ovs | 13:00 |
ikke-t | zykes-, when you setup the br-ext with ovs, did you issue the external IP directly to br-ext, or did you create additional port for it? | 13:02 |
zykes- | what ip ? | 13:02 |
ikke-t | like with nova-network br100 having the external ip previously | 13:02 |
ikke-t | the ip that you ssh into to get into openstack management machine | 13:03 |
*** sunilthaha has quit IRC | 13:03 | |
zykes- | not following, but I gtg :) | 13:03 |
One-Man-Bucket | i'm not sure how to bind the mgmt0 iface from the guide to eth1 | 13:03 |
*** milner has quit IRC | 13:05 | |
zykes- | One-Man-Bucket: it's if you use ovs | 13:05 |
*** guigui3 has quit IRC | 13:05 | |
*** milner has joined #openstack | 13:05 | |
*** szaydel has joined #openstack | 13:05 | |
zykes- | you can't assing a ip directly to your real interface port in the bridge in ovs, so you create a "internal" port which you use instead | 13:05 |
One-Man-Bucket | right | 13:06 |
One-Man-Bucket | but i need to connect the ovs bridge to a real interface? | 13:06 |
zykes- | yes | 13:06 |
One-Man-Bucket | and how do i do that? | 13:06 |
One-Man-Bucket | :) | 13:06 |
zykes- | so br-eth for example you have a port "eth1" | 13:06 |
zykes- | or whatever that's your private network | 13:06 |
zykes- | in that bridge you add the mgmt0 for example and give it a ip | 13:06 |
One-Man-Bucket | ah | 13:06 |
zykes- | but I need to go, need food :D | 13:07 |
*** tgall_foo has quit IRC | 13:07 | |
*** Hikhvar has joined #openstack | 13:07 | |
One-Man-Bucket | hmm or wait | 13:07 |
One-Man-Bucket | is br-eth a command to ovs-vsctl? | 13:07 |
*** Razique has quit IRC | 13:08 | |
One-Man-Bucket | i think i figured it out | 13:08 |
*** krow has joined #openstack | 13:08 | |
*** netzmonster has joined #openstack | 13:09 | |
*** afazekas has quit IRC | 13:09 | |
*** milner has quit IRC | 13:10 | |
*** milner has joined #openstack | 13:10 | |
*** sayan has joined #openstack | 13:11 | |
*** ksk has left #openstack | 13:11 | |
*** unicell has joined #openstack | 13:12 | |
One-Man-Bucket | hmm | 13:12 |
unicell | Any one using OpenStack + LXC ever met this message? libvirtError: internal error The 'cpuacct', 'devices' & 'memory' cgroups controllers must be mounted | 13:13 |
unicell | However, according to /proc/mounts, cgroup subsystem do already mounted. | 13:14 |
unicell | none /cgroup cgroup rw,relatime,net_prio,perf_event,blkio,net_cls,freezer,devices,memory,cpuacct,cpu,ns,cpuset 0 0 | 13:14 |
*** ondergetekende has quit IRC | 13:14 | |
*** MarkAtwood has joined #openstack | 13:14 | |
*** milner has quit IRC | 13:15 | |
*** ondergetekende has joined #openstack | 13:15 | |
*** milner has joined #openstack | 13:16 | |
*** annegentle__ has joined #openstack | 13:16 | |
*** wica has quit IRC | 13:17 | |
*** alunduil has quit IRC | 13:17 | |
*** littleidea has joined #openstack | 13:17 | |
*** krow has quit IRC | 13:18 | |
*** johngarbutt has joined #openstack | 13:18 | |
*** AnilV4 has quit IRC | 13:18 | |
*** littleidea has quit IRC | 13:19 | |
*** annegentle__ has quit IRC | 13:20 | |
*** dhellmann has quit IRC | 13:20 | |
*** milner has quit IRC | 13:20 | |
*** AnilV4 has joined #openstack | 13:20 | |
uvirtbot` | New bug: #1075954 in openstack-manuals "Limitations section for Quantum is wrong when it comes to use_namespaces=False." [Undecided,New] https://launchpad.net/bugs/1075954 | 13:21 |
*** milner has joined #openstack | 13:21 | |
*** dCtrl has quit IRC | 13:21 | |
*** sunilthaha has joined #openstack | 13:21 | |
*** dims has quit IRC | 13:22 | |
*** afazekas has joined #openstack | 13:24 | |
*** nsavin has quit IRC | 13:24 | |
One-Man-Bucket | argh | 13:24 |
*** mjfork has quit IRC | 13:25 | |
*** milner has quit IRC | 13:25 | |
*** milner has joined #openstack | 13:26 | |
*** sam_one has quit IRC | 13:26 | |
*** Hikhvar has quit IRC | 13:28 | |
*** jaypipes has quit IRC | 13:28 | |
One-Man-Bucket | zykes-: can't get it to work. i tried creating a bridge, adding eth1 and mgmt0 as ports, but packets aren't going through | 13:29 |
*** milner has quit IRC | 13:31 | |
*** mmagr has quit IRC | 13:31 | |
*** milner has joined #openstack | 13:31 | |
*** samkottler|out is now known as samkottler | 13:31 | |
*** scalability-junk has joined #openstack | 13:32 | |
*** milner has quit IRC | 13:36 | |
*** milner has joined #openstack | 13:36 | |
*** milner has quit IRC | 13:41 | |
*** milner has joined #openstack | 13:41 | |
*** jrodom has joined #openstack | 13:42 | |
*** sniperd has joined #openstack | 13:43 | |
*** darjeeling has joined #openstack | 13:43 | |
*** nsavin has joined #openstack | 13:43 | |
*** Tross has joined #openstack | 13:45 | |
*** rocambole has joined #openstack | 13:45 | |
*** Razique has joined #openstack | 13:46 | |
*** milner has quit IRC | 13:46 | |
*** milner has joined #openstack | 13:46 | |
One-Man-Bucket | well i'll leave it for now.. since we can cache all images on the nodes it's not important to get them to transfer through the fast private network | 13:47 |
*** uncleofthestick has quit IRC | 13:47 | |
*** desai has joined #openstack | 13:48 | |
*** guigui3 has joined #openstack | 13:49 | |
*** milner has quit IRC | 13:51 | |
*** milner has joined #openstack | 13:51 | |
*** dims has joined #openstack | 13:53 | |
*** Gordonz has joined #openstack | 13:53 | |
*** egallen has joined #openstack | 13:55 | |
*** milner has quit IRC | 13:56 | |
*** milner has joined #openstack | 13:56 | |
*** radez_g0n3 is now known as radez | 13:57 | |
*** ryanpetrello has joined #openstack | 13:57 | |
*** yocum has quit IRC | 13:57 | |
*** Gordonz has quit IRC | 14:00 | |
*** primeministerp has quit IRC | 14:00 | |
*** Gordonz has joined #openstack | 14:00 | |
*** dneary has joined #openstack | 14:00 | |
*** CuraHack1 has joined #openstack | 14:00 | |
*** milner has quit IRC | 14:01 | |
*** milner has joined #openstack | 14:01 | |
*** eglynn is now known as hungry-eglynn | 14:01 | |
*** nsavin has quit IRC | 14:01 | |
*** GiBa has joined #openstack | 14:01 | |
*** CuraHack has quit IRC | 14:03 | |
*** ahaydock has joined #openstack | 14:03 | |
*** kavit has joined #openstack | 14:03 | |
*** networkstatic has quit IRC | 14:04 | |
*** jrodom has quit IRC | 14:04 | |
*** desai has quit IRC | 14:04 | |
*** cryptk is now known as cryptk|offline | 14:05 | |
*** yocum has joined #openstack | 14:06 | |
*** GiBa has left #openstack | 14:06 | |
*** lazyshot has joined #openstack | 14:06 | |
*** Hikhvar has joined #openstack | 14:06 | |
*** milner has quit IRC | 14:06 | |
*** milner has joined #openstack | 14:06 | |
*** anniec has joined #openstack | 14:07 | |
kavit | does anyone have experience with turning on hugepage for kvm with libvirtd and openstack? | 14:07 |
*** marrusl has joined #openstack | 14:08 | |
*** koolhead17 has quit IRC | 14:09 | |
*** arata has quit IRC | 14:10 | |
*** kbringard has joined #openstack | 14:10 | |
*** milner has quit IRC | 14:11 | |
*** anniec has quit IRC | 14:11 | |
*** anniec has joined #openstack | 14:11 | |
*** milner has joined #openstack | 14:12 | |
*** tgall_foo has joined #openstack | 14:13 | |
*** tgall_foo has quit IRC | 14:13 | |
*** tgall_foo has joined #openstack | 14:13 | |
balboah | One-Man-Bucket: so, dhclient br100 should work right? :) I seem to have problems with the communication as well | 14:14 |
*** dneary has quit IRC | 14:15 | |
*** krow has joined #openstack | 14:15 | |
*** jodok has joined #openstack | 14:15 | |
*** jodok has joined #openstack | 14:15 | |
*** milner has quit IRC | 14:16 | |
*** nsavin has joined #openstack | 14:16 | |
*** milner has joined #openstack | 14:16 | |
*** nil1511 has joined #openstack | 14:17 | |
*** e1mer has quit IRC | 14:17 | |
*** DavidLevin has left #openstack | 14:18 | |
balboah | One-Man-Bucket: or did you set a static ip for on the bridge for the new compute node? | 14:19 |
*** nil1511 has quit IRC | 14:20 | |
One-Man-Bucket | are you talking about the open vswitch stuff? | 14:20 |
*** milner has quit IRC | 14:21 | |
*** KarinLevenstein has joined #openstack | 14:21 | |
*** milner has joined #openstack | 14:21 | |
*** krow has quit IRC | 14:22 | |
*** aeperezt has joined #openstack | 14:22 | |
*** koolhead17 has joined #openstack | 14:22 | |
*** jcru has joined #openstack | 14:22 | |
*** Breaking_Pitt has joined #openstack | 14:23 | |
*** alunduil has joined #openstack | 14:24 | |
*** giulivo has joined #openstack | 14:25 | |
balboah | One-Man-Bucket: no about your bridge problem with additional compute earlier | 14:26 |
*** milner has quit IRC | 14:26 | |
balboah | that I'm setting up now with flat dhcp | 14:26 |
*** milner has joined #openstack | 14:26 | |
*** japage has joined #openstack | 14:27 | |
*** alunduil has quit IRC | 14:27 | |
*** alunduil has joined #openstack | 14:28 | |
*** CuraHack1 has quit IRC | 14:29 | |
*** tgall_foo has quit IRC | 14:29 | |
One-Man-Bucket | hmm which problem ? :) | 14:30 |
One-Man-Bucket | i've already forgotten | 14:30 |
*** milner has quit IRC | 14:31 | |
*** DavidLevin has joined #openstack | 14:31 | |
uvirtbot` | New bug: #1075971 in nova "Attach volume with libvirt disregards target device but still reserves it" [Undecided,New] https://launchpad.net/bugs/1075971 | 14:31 |
*** taihen has quit IRC | 14:31 | |
*** milner has joined #openstack | 14:31 | |
*** taihen has joined #openstack | 14:31 | |
*** mmagr has joined #openstack | 14:32 | |
balboah | One-Man-Bucket: basically I'm having problems getting my 2nd compute host working. As you were installing one earlier today and asked questions about bridge not working I thought you had some hints | 14:33 |
*** lborda has joined #openstack | 14:33 | |
*** gmi has joined #openstack | 14:34 | |
*** robbiew has joined #openstack | 14:35 | |
*** dx4100 has quit IRC | 14:35 | |
*** milner has quit IRC | 14:35 | |
*** dwcramer has joined #openstack | 14:36 | |
*** milner has joined #openstack | 14:36 | |
balboah | there seems to be some timeout issues for some rpc timeout: http://pastebin.com/1qJV8t8j | 14:36 |
*** kps has joined #openstack | 14:37 | |
balboah | not sure what I should look at, it should be able to talk to rabbitmq or else it would never have gotten the request in the first place right? | 14:37 |
*** hungry-eglynn is now known as eglynn | 14:38 | |
*** foexle has quit IRC | 14:38 | |
*** melmoth has quit IRC | 14:38 | |
*** ahaydock has quit IRC | 14:39 | |
One-Man-Bucket | right | 14:39 |
*** dolphm has quit IRC | 14:39 | |
One-Man-Bucket | all services run normally? | 14:40 |
*** milner has quit IRC | 14:40 | |
*** networkstatic has joined #openstack | 14:40 | |
*** milner has joined #openstack | 14:40 | |
balboah | yes. I've only configured a compute-node on the additional machine so far. It can ping on the bridge to the controller if I set a static ip, dhcp did not work | 14:41 |
*** dspano has joined #openstack | 14:42 | |
One-Man-Bucket | and you are running flat_dhcp? | 14:42 |
One-Man-Bucket | is dnsqmasq running correctly? | 14:42 |
*** taihen has quit IRC | 14:43 | |
*** davidhadas has quit IRC | 14:44 | |
*** milner has quit IRC | 14:45 | |
balboah | yes | 14:45 |
*** A[D]minS has quit IRC | 14:45 | |
*** milner has joined #openstack | 14:46 | |
*** FlaPer87 has quit IRC | 14:47 | |
*** Valdez has joined #openstack | 14:48 | |
*** dneary has joined #openstack | 14:48 | |
*** Hikhvar has quit IRC | 14:48 | |
balboah | if I could figure out what RPC call that times out maybe that would be a clue | 14:49 |
balboah | or where it tries to connect | 14:49 |
gmi | balboah: nova-network might have an issue connecting to rabbitmq, you can chech if there are messages in the network queue | 14:49 |
*** dneary has quit IRC | 14:49 | |
*** sudorandom has joined #openstack | 14:50 | |
balboah | gmi: all services run on my controller machine, it has 0 messages in queues according to rabbitmqctl list_queues. My 2nd machine only runs nova-compute, and is the one with the error log | 14:50 |
*** milner has quit IRC | 14:50 | |
*** jaypipes has joined #openstack | 14:50 | |
balboah | they both have eth0 to the "public" and share a bridged eth1 with private switch | 14:51 |
gmi | balboah: can you check if there are established connections in rabbitmq for the compute and network services ? | 14:51 |
*** markvoelker has joined #openstack | 14:51 | |
*** zeus has joined #openstack | 14:52 | |
balboah | gmi: both machines show ESTABLISHED for port 5672 in netstat | 14:52 |
balboah | not sure which service that is established but the compute machine receives the order to start an instance, it just fails | 14:52 |
gmi | balboah: try "rabbitmqctl list_connections" and look for the IP of your compute node | 14:53 |
balboah | gmi: that ip has 3 connections | 14:53 |
gmi | balboah: can you check the nova-network.log for any recent errors? | 14:54 |
One-Man-Bucket | gmi: do you know if it's possible to use the same interface for openstacks "private" network and for glance connectivity? | 14:55 |
*** sayan has joined #openstack | 14:55 | |
*** sayan has joined #openstack | 14:55 | |
One-Man-Bucket | kinda like this: http://pastebin.com/ffR5KapS | 14:56 |
*** markmcclain has joined #openstack | 14:56 | |
One-Man-Bucket | the IP assigned to eth1 seems to be removed by nova-network | 14:56 |
One-Man-Bucket | when setting up the bridge, i suppose | 14:57 |
balboah | gmi: yes here is the same kind of error logged again from network log: http://pastebin.com/eAZxnhCg | 14:57 |
gmi | One-Man-Bucket: I'm not very familiar with flatdhcp | 14:58 |
*** ozstacker has quit IRC | 14:58 | |
balboah | gmi: however launching instances on the controller machine which also runs a compute works fine | 14:58 |
gmi | balboah: then just restart nova-network and see if creates a connection to rabbitmq, you will see it in the logs | 14:58 |
balboah | INFO nova.openstack.common.rpc.common [-] Connected to AMQP server on 10.0.1.203:5672 | 14:59 |
*** Tross has quit IRC | 14:59 | |
*** anniec has quit IRC | 15:00 | |
*** john5223 has joined #openstack | 15:01 | |
balboah | gmi: but got same error in both logs when I try again | 15:01 |
uvirtbot` | New bug: #1075977 in quantum "Running Quantum with devstack causes installation error" [Low,In progress] https://launchpad.net/bugs/1075977 | 15:01 |
gmi | balboah: is the address of rabibitmq (10.0.1.203) correctly added in nova.conf on both nodes? can you paste the nova.conf of both servers on pastebin? | 15:03 |
*** tgall_foo has joined #openstack | 15:04 | |
*** tgall_foo has quit IRC | 15:04 | |
*** tgall_foo has joined #openstack | 15:04 | |
*** vinsh_ has joined #openstack | 15:04 | |
*** mtreinish has joined #openstack | 15:05 | |
*** aloga has quit IRC | 15:08 | |
*** rnorwood1 has joined #openstack | 15:08 | |
*** llang629 has joined #openstack | 15:09 | |
*** frankireland has joined #openstack | 15:09 | |
*** llang629 has left #openstack | 15:09 | |
*** aloga has joined #openstack | 15:09 | |
*** jodok has quit IRC | 15:10 | |
*** melmoth has joined #openstack | 15:11 | |
*** ryanpetrello has quit IRC | 15:12 | |
*** sniperd has quit IRC | 15:13 | |
*** ryanpetrello has joined #openstack | 15:13 | |
*** guigui3 has quit IRC | 15:14 | |
*** jodok has joined #openstack | 15:14 | |
*** jodok has joined #openstack | 15:14 | |
*** rnirmal has joined #openstack | 15:15 | |
*** taihen has joined #openstack | 15:16 | |
*** maurosr has quit IRC | 15:16 | |
*** markwash has joined #openstack | 15:16 | |
*** childsb has joined #openstack | 15:18 | |
*** desai has joined #openstack | 15:18 | |
*** yocum has quit IRC | 15:18 | |
*** voltune has joined #openstack | 15:18 | |
*** kevein has quit IRC | 15:19 | |
*** unicell has quit IRC | 15:19 | |
*** arata has joined #openstack | 15:19 | |
*** krow has joined #openstack | 15:19 | |
*** kevein has joined #openstack | 15:20 | |
*** ozstacker has joined #openstack | 15:20 | |
*** lborda has quit IRC | 15:20 | |
*** childsb has quit IRC | 15:21 | |
uvirtbot` | New bug: #1065187 in glance/folsom "Non-admin users can cause public glance images to be deleted from the backend storage repository" [Critical,In progress] https://launchpad.net/bugs/1065187 | 15:21 |
*** dolphm has joined #openstack | 15:22 | |
*** jimp has joined #openstack | 15:22 | |
*** sam_one has joined #openstack | 15:24 | |
*** lborda has joined #openstack | 15:24 | |
jimp | I am trying to look at object store containers in Dashboard, and I get the following exception: Request Method: | 15:25 |
jimp | GET | 15:25 |
jimp | Request URL: | 15:25 |
jimp | http://ec2-23-20-216-23.compute-1.amazonaws.com/project/containers/ | 15:25 |
jimp | Django Version: | 15:25 |
jimp | 1.4.2 | 15:25 |
jimp | Exception Type: | 15:25 |
jimp | ClientException | 15:25 |
jimp | Exception Value: | 15:25 |
jimp | No tenant specified | 15:25 |
jimp | Exception Location: | 15:25 |
jimp | /opt/stack/python-swiftclient/swiftclient/client.py in get_auth, line 306 | 15:25 |
*** marrusl has quit IRC | 15:25 | |
*** nsavin has quit IRC | 15:25 | |
*** antenagora has joined #openstack | 15:25 | |
jimp | Clearly, no tenant specified is the problem. But I am logged in as a user with one tenant as their primary project | 15:25 |
*** rustam has joined #openstack | 15:25 | |
jimp | Any thought to why this is happening, please? | 15:26 |
*** marrusl has joined #openstack | 15:26 | |
*** twayneprice has joined #openstack | 15:26 | |
*** rafiu has quit IRC | 15:27 | |
*** osier has quit IRC | 15:27 | |
*** twayneprice has left #openstack | 15:27 | |
*** rafiu has joined #openstack | 15:27 | |
*** samkottler is now known as samkottler|bbl | 15:27 | |
*** maurosr has joined #openstack | 15:28 | |
jimp | Perhaps someone could tell me how the URL should read to access the buckets of a particular tenant? | 15:29 |
*** rustam has quit IRC | 15:29 | |
*** krow has quit IRC | 15:30 | |
*** afazekas has quit IRC | 15:31 | |
*** frankireland has left #openstack | 15:31 | |
*** Breaking_Pitt has quit IRC | 15:31 | |
*** frankM has joined #openstack | 15:32 | |
*** dolphm has quit IRC | 15:33 | |
*** otherwiseguy has joined #openstack | 15:34 | |
*** cp16net is now known as cp16net|away | 15:35 | |
*** cp16net|away is now known as cp16net | 15:35 | |
*** UICTamale has joined #openstack | 15:35 | |
*** bpiatt has quit IRC | 15:36 | |
*** markwash has quit IRC | 15:36 | |
*** Ursinha-afk has joined #openstack | 15:39 | |
*** dachary has quit IRC | 15:41 | |
*** gyee has joined #openstack | 15:43 | |
*** Maledictus has quit IRC | 15:43 | |
*** datajerk has quit IRC | 15:43 | |
*** datajerk has joined #openstack | 15:46 | |
*** kevein has quit IRC | 15:47 | |
*** jcru is now known as jcru|away | 15:47 | |
*** childsb has joined #openstack | 15:48 | |
*** armaan has joined #openstack | 15:48 | |
*** bka has quit IRC | 15:50 | |
*** nsavin has joined #openstack | 15:50 | |
*** Slid3r_D has quit IRC | 15:50 | |
childsb | when i assign a floating IP address to a VM, 'nova list' shows the VM bound to the IP but 'ifconfig' inside the VM doesn't show it attached to an interface. is there a setting so the VM knows its own floating IP? i'm running folsom | 15:51 |
cburgess | childsb: The floating ip is brought up on the nova-network node and NATed to the VMs address. | 15:53 |
childsb | cburgess: so having the VM's interface bind to the IP is wrong? | 15:54 |
*** swinchen has quit IRC | 15:54 | |
*** durian has quit IRC | 15:54 | |
*** giulivo has quit IRC | 15:55 | |
cburgess | childsb: Correct. The VM doesn't actually see the floating IP as an address on its interfaces. | 15:55 |
*** yocum has joined #openstack | 15:55 | |
itarchitectkev | folks - quantum and metadata iptables rules to get to 169.254.169.254... can someone help why I'm not seeing this in my iptables when the debug log says all is ok? | 15:56 |
childsb | cburgess: so if my VM wants to talk to itself on its floating IP but the traffic isn't getting through.. what would be the problem ((i can connect to the VM and ping the VM from the floating IP on other machines)) | 15:58 |
childsb | cburgess: i assume it would need its IP in the interfaces to know to connect back to itself | 15:58 |
*** shardy is now known as shardy_afk | 15:59 | |
*** nsavin has quit IRC | 15:59 | |
cburgess | childsb: Try bringing the floating IP up on a loopback interface. | 16:00 |
*** mrunge has quit IRC | 16:01 | |
*** rnorwood2 has joined #openstack | 16:01 | |
cburgess | childsb: That will potentially create other problems for you though. In general, you should use the floating IP to talk to yourself like that. Its not really designed for that. | 16:01 |
cburgess | childsb: *in general you should not use* sorry for the type-o. | 16:02 |
uvirtbot` | New bug: #1067923 in swift "swob library does not handle empty body responses correctly" [Undecided,Fix released] https://launchpad.net/bugs/1067923 | 16:02 |
*** reidrac has quit IRC | 16:03 | |
*** childsb has quit IRC | 16:03 | |
*** lloydde has joined #openstack | 16:03 | |
*** yocum has quit IRC | 16:03 | |
*** childsb has joined #openstack | 16:03 | |
*** luis_ has joined #openstack | 16:04 | |
*** rnorwood1 has quit IRC | 16:04 | |
*** jrodom has joined #openstack | 16:04 | |
*** dwn has joined #openstack | 16:04 | |
*** dolphm has joined #openstack | 16:05 | |
*** dolphm has quit IRC | 16:05 | |
*** dolphm has joined #openstack | 16:05 | |
*** dolphm has quit IRC | 16:05 | |
*** saschpe has quit IRC | 16:05 | |
*** jdurgin1 has joined #openstack | 16:05 | |
*** dolphm has joined #openstack | 16:05 | |
*** iccha has quit IRC | 16:06 | |
*** iccha has joined #openstack | 16:06 | |
*** s0mik has quit IRC | 16:07 | |
*** iccha has quit IRC | 16:07 | |
*** iccha has joined #openstack | 16:07 | |
*** krow has joined #openstack | 16:07 | |
*** hemna_ has quit IRC | 16:07 | |
*** Valdez has quit IRC | 16:07 | |
*** dhellmann has joined #openstack | 16:08 | |
*** Valdez has joined #openstack | 16:08 | |
*** iccha has quit IRC | 16:08 | |
*** Valdez has quit IRC | 16:08 | |
*** Valdez has joined #openstack | 16:09 | |
*** saschpe has joined #openstack | 16:09 | |
*** scotm has joined #openstack | 16:10 | |
*** dolphm has quit IRC | 16:10 | |
*** dolphm has joined #openstack | 16:10 | |
*** yamahata has quit IRC | 16:11 | |
*** iccha has joined #openstack | 16:11 | |
*** saschpe has quit IRC | 16:12 | |
*** yamahata has joined #openstack | 16:12 | |
*** saschpe has joined #openstack | 16:12 | |
*** rushiagr has joined #openstack | 16:14 | |
*** timello has quit IRC | 16:14 | |
*** nsavin has joined #openstack | 16:14 | |
*** timello has joined #openstack | 16:14 | |
*** mattray has joined #openstack | 16:14 | |
*** ralu has joined #openstack | 16:14 | |
*** Valdez has quit IRC | 16:15 | |
*** UICTamale has quit IRC | 16:16 | |
*** jrodom has quit IRC | 16:16 | |
*** jrodom has joined #openstack | 16:16 | |
*** sniperd has joined #openstack | 16:18 | |
*** sacharya has joined #openstack | 16:19 | |
*** colinmcnamara has joined #openstack | 16:20 | |
*** UICTamale has joined #openstack | 16:20 | |
*** samkottler|bbl is now known as samkottler | 16:22 | |
*** timello has quit IRC | 16:22 | |
*** antenagora has quit IRC | 16:22 | |
*** gatuus has joined #openstack | 16:23 | |
*** ralu has quit IRC | 16:24 | |
*** davidhadas has joined #openstack | 16:24 | |
*** antenagora has joined #openstack | 16:24 | |
*** Mops has quit IRC | 16:25 | |
*** DavidLevin has quit IRC | 16:26 | |
Razique | zykes- around ? | 16:26 |
*** krow1 has joined #openstack | 16:26 | |
itarchitectkev | Razique, get in line ;-) | 16:26 |
Razique | itarchitectkev : zykes- gave me two links earlier I lost | 16:27 |
*** rustam has joined #openstack | 16:27 | |
itarchitectkev | what regardnig? | 16:27 |
Razique | about the namespaces I think, lost em | 16:27 |
itarchitectkev | lemme check - think we've been working on the same thing | 16:27 |
Razique | having the floatingip working on a single box | 16:27 |
Razique | yup totally :) I'd like to get over asap and update the doc hehe | 16:27 |
*** sunilthaha has quit IRC | 16:27 | |
itarchitectkev | Razique, ok - maybe you're a step ahead and gives me a target to ask you qs instead ;-) | 16:28 |
Razique | itarchitectkev sure, tell me If I can help | 16:28 |
itarchitectkev | these? -> http://docs.openstack.org/trunk/openstack-network/admin/content/dhcp_agent_ini.html + http://docs.openstack.org/trunk/openstack-network/admin/content/l3_agent.html | 16:28 |
Razique | yup | 16:29 |
Razique | thanks a ton | 16:29 |
*** aeperezt has quit IRC | 16:29 | |
itarchitectkev | I'm at the point my instance gets an IP, can ping its default gw but fails to get 169.254.169.254 metadata | 16:29 |
Razique | what... overlapping ip means here ? :D | 16:29 |
*** jcru|away is now known as jcru | 16:29 | |
Razique | itarchitectkev oh same | 16:29 |
itarchitectkev | and noticed my l3_agent stuff seems to say the right things in the log, but my NAT table doesn't show the rules | 16:30 |
*** DavidLevin has joined #openstack | 16:30 | |
Razique | you don't have the routing rule from 169... to the local ip:8775 ? | 16:30 |
itarchitectkev | nope | 16:30 |
*** dolphm has quit IRC | 16:30 | |
itarchitectkev | here's a paste of my log and iptables | 16:31 |
*** Mops has joined #openstack | 16:31 | |
itarchitectkev | http://paste.openstack.org/show/24801/ | 16:31 |
*** rushiagr1 has joined #openstack | 16:31 | |
Razique | let me checl | 16:31 |
Razique | k | 16:31 |
*** rushiagr2 has joined #openstack | 16:32 | |
*** dguerri has joined #openstack | 16:32 | |
*** rushiagr1 has quit IRC | 16:32 | |
*** aeperezt has joined #openstack | 16:32 | |
*** datsun180b has joined #openstack | 16:32 | |
*** praefect has joined #openstack | 16:32 | |
*** danger_fo_away is now known as danger_fo | 16:32 | |
*** rustam has quit IRC | 16:32 | |
Razique | can I see the nova.conf ? | 16:32 |
*** tdowg1 has joined #openstack | 16:32 | |
*** rushiagr has quit IRC | 16:33 | |
*** rushiagr2 has left #openstack | 16:33 | |
itarchitectkev | ok | 16:33 |
*** sacharya has quit IRC | 16:33 | |
*** tdowg1 has quit IRC | 16:33 | |
praefect | hey guys, as soon as I add a notification_driver in my nova.conf I cannot delete instances any more (they get stuck at deleting), I had this problem in essex and now in folsom... anyone know what the problem is? | 16:33 |
*** sniperd has quit IRC | 16:34 | |
*** acb__ has quit IRC | 16:34 | |
*** tdowg1 has joined #openstack | 16:34 | |
itarchitectkev | Razique, http://paste.openstack.org/show/24811/ | 16:34 |
*** yocum has joined #openstack | 16:35 | |
*** krow1 has quit IRC | 16:35 | |
*** KyleMacDonald has joined #openstack | 16:35 | |
*** kps has quit IRC | 16:36 | |
*** primeministerp has joined #openstack | 16:36 | |
*** rushiagr2 has joined #openstack | 16:36 | |
uvirtbot` | New bug: #1076019 in nova "Image perpetually in "SAVING" state if snapshot fails to create" [Undecided,New] https://launchpad.net/bugs/1076019 | 16:36 |
*** lborda has quit IRC | 16:36 | |
*** rushiagr2 is now known as rushiagr | 16:37 | |
Razique | ok file seems good | 16:37 |
Razique | what about l3_agent.conf ? | 16:37 |
itarchitectkev | Razique, rest of interesting stuff here: http://paste.openstack.org/show/24772/ | 16:38 |
cburgess | praefect: I use a custom notification driver we wrote in essex without issue. What is the log showing you for the delete? There is probably some type of stack trace. | 16:38 |
gmi | Razique: did you guys see this email thread that discusses metadata in a Quantum setup? (http://openstack.markmail.org/search/?q=quantum%20metadata%20#query:quantum%20metadata%20+page:1+mid:45q77bsu63sfjgsg+state:results) | 16:38 |
Razique | itarchitectkev : we have the same config actually | 16:38 |
*** dolphm has joined #openstack | 16:39 | |
Razique | I've rule, I think it's nova-network which sets it up | 16:39 |
Razique | http://paste.openstack.org/show/24812/ | 16:39 |
Razique | thanks gmi | 16:39 |
*** krow has quit IRC | 16:39 | |
balboah | gmi: the one for the server that only runs compute: http://pastebin.com/A1mcMuPD and the one that runs all services: http://pastebin.com/5JYYLPnS | 16:39 |
*** Triade has quit IRC | 16:39 | |
balboah | gmi: sorry for the delay | 16:39 |
Razique | sorry I meant L3 | 16:39 |
itarchitectkev | you know - I originally had nova-network and quantum running unintentionally and I remember seeing metadata working | 16:39 |
itarchitectkev | at some point I was trying things and saw nova-network breaking something | 16:40 |
Razique | did it ? cuz here nova-networks runs too | 16:40 |
Razique | maybe it also messes a bit hehe | 16:40 |
*** avtar has joined #openstack | 16:41 | |
itarchitectkev | thanks gmi - will go through that tomorrow | 16:41 |
uvirtbot` | New bug: #1076023 in nova "Some tests in test_db_api.py do not run as expected" [Undecided,New] https://launchpad.net/bugs/1076023 | 16:41 |
itarchitectkev | Razique, I did go through a few iterations of "playing" and at some point I removed nova-network and i got that little bit further | 16:42 |
itarchitectkev | might've been coincidence | 16:42 |
Razique | could be | 16:42 |
Razique | i'll try to shut nova-net down and see | 16:42 |
itarchitectkev | but given that l3_agent.log shows it creating the relevant rules and then looking at iptables shows those rules not existing suggests somethings not right | 16:42 |
itarchitectkev | but nova-network does create that rule - but l3_agent should do this | 16:43 |
Razique | I remember on the first quantum drafts guys were adding manually a route for the metadata | 16:43 |
Razique | yes you are right | 16:43 |
itarchitectkev | yeah - there is a doc for creating a route | 16:43 |
itarchitectkev | but its not the DNAT rule for 169.... | 16:44 |
itarchitectkev | I'm shooting off home now - so will pick this up tomorrow | 16:44 |
itarchitectkev | Glad someone is in the same ballpark as me ;-) | 16:44 |
*** scotm has quit IRC | 16:44 | |
Razique | check this out https://review.openstack.org/#/c/13693/1/stack.sh | 16:45 |
*** scotm has joined #openstack | 16:45 | |
itarchitectkev | bookmarked | 16:45 |
Razique | the patch adds a route | 16:45 |
itarchitectkev | best go | 16:45 |
*** avtar has quit IRC | 16:45 | |
Razique | supposing we use namespaces | 16:45 |
Razique | I wonder why the hell it's the case here ^^ | 16:45 |
Razique | quite odd | 16:45 |
Razique | itarchitectkev : let me try the namespaces and see if it gets us further | 16:46 |
*** avtar has joined #openstack | 16:46 | |
*** jplewi has joined #openstack | 16:46 | |
itarchitectkev | Razique, cool - will look forward to you saying all is working tomorrow ;-)# | 16:46 |
*** itarchitectkev has quit IRC | 16:46 | |
*** f0urtyfive has quit IRC | 16:46 | |
*** lborda has joined #openstack | 16:47 | |
Razique | will do my best, this thing is driving me crazy too hehe | 16:48 |
*** garyk has quit IRC | 16:49 | |
guimaluf | I'm getting "Invalid OpenStack Identity credentials." with glance running through devstack. Anyone had this issue? | 16:49 |
*** scotm has quit IRC | 16:49 | |
*** kindjal has joined #openstack | 16:50 | |
*** Otter768 has quit IRC | 16:51 | |
*** lloydde has quit IRC | 16:52 | |
*** dyer has quit IRC | 16:53 | |
*** dyer has joined #openstack | 16:54 | |
*** One-Man-Bucket has quit IRC | 16:55 | |
*** briancline has quit IRC | 16:55 | |
*** sacharya has joined #openstack | 16:56 | |
*** msinhore has quit IRC | 16:56 | |
*** led_belly has joined #openstack | 16:57 | |
*** lanyurd has joined #openstack | 16:57 | |
gmi | balboah: no problem; I looked at your config files and rabbitmq has same value, so that's not the issue; you can also check the rabbitmq logs located in "/var/log/rabbitmq" to see if anything shows up, but I'm not sure what the problem might be; the fact that you can spin up VMs on the controller node where the rabbitmq and nova-scheduler service run means the problem must be isolated to your other compute node, but this only ma | 16:59 |
gmi | kes it a bit easier to troubleshoot :( | 16:59 |
*** f0urtyfive has joined #openstack | 16:59 | |
*** rnorwood2 has quit IRC | 17:00 | |
*** aeperezt has quit IRC | 17:00 | |
*** Maledictus has joined #openstack | 17:00 | |
*** dguerri has quit IRC | 17:00 | |
*** dguerri has joined #openstack | 17:01 | |
*** deadcandance has joined #openstack | 17:01 | |
*** rnorwood1 has joined #openstack | 17:02 | |
*** heckj has joined #openstack | 17:02 | |
*** KyleMacDonald has quit IRC | 17:02 | |
*** vipul has joined #openstack | 17:02 | |
*** amotoki has quit IRC | 17:03 | |
*** dev_sa has quit IRC | 17:03 | |
*** littleidea has joined #openstack | 17:03 | |
*** SmoothSage has joined #openstack | 17:03 | |
*** KyleMacDonald has joined #openstack | 17:03 | |
*** acb__ has joined #openstack | 17:04 | |
*** jrodom has quit IRC | 17:04 | |
*** jrodom has joined #openstack | 17:05 | |
*** Otter768 has joined #openstack | 17:05 | |
*** gatuus has quit IRC | 17:05 | |
uvirtbot` | New bug: #1076035 in openstack-manuals "Wrong reference to the user name during the configuration of the Compute" [Undecided,New] https://launchpad.net/bugs/1076035 | 17:06 |
*** msavy has quit IRC | 17:06 | |
*** f0urtyfive has quit IRC | 17:07 | |
*** dhellmann has quit IRC | 17:07 | |
*** bluenemo has joined #openstack | 17:08 | |
*** bluenemo has joined #openstack | 17:08 | |
*** bluenemo has quit IRC | 17:08 | |
*** marrusl has quit IRC | 17:10 | |
*** markmcclain has quit IRC | 17:10 | |
*** lloydde has joined #openstack | 17:10 | |
*** sacharya has quit IRC | 17:10 | |
*** CristianDM has joined #openstack | 17:11 | |
balboah | gmi: thanks for the troubleshooting help. Could it somehow be related to not getting an ip by dhcp if I try it on the bridged interface? static ip however works fine. Maybe dhcp is locked to instances? | 17:14 |
*** ispireme has quit IRC | 17:15 | |
*** hemna has joined #openstack | 17:16 | |
*** pbacterio has quit IRC | 17:16 | |
*** marrusl has joined #openstack | 17:17 | |
balboah | gmi: doesn't seem to give any more good feedback from rabbitmq logs either | 17:17 |
*** oubiwann has joined #openstack | 17:18 | |
*** gatuus has joined #openstack | 17:18 | |
*** nightcrawler786 has joined #openstack | 17:19 | |
*** mrmartin has quit IRC | 17:19 | |
gmi | balboah: not getting an IP inside the instance could definetelly be caused by nova-network and rabbitmq, but I don't think this is the issue if it's not working on the bridged interface | 17:19 |
*** ispireme has joined #openstack | 17:20 | |
*** markwash has joined #openstack | 17:21 | |
*** childsb has quit IRC | 17:23 | |
*** childsb has joined #openstack | 17:24 | |
*** DavidLevin has quit IRC | 17:25 | |
*** horrorg3_ has joined #openstack | 17:25 | |
*** f0urtyfive has joined #openstack | 17:25 | |
*** netzmons_ has joined #openstack | 17:25 | |
*** netzmonster has quit IRC | 17:26 | |
*** Trixboxer has quit IRC | 17:27 | |
*** sudorandom_ has joined #openstack | 17:27 | |
*** sniperd has joined #openstack | 17:28 | |
*** cruejones_ has joined #openstack | 17:28 | |
*** sudorandom has quit IRC | 17:28 | |
*** sudorandom_ is now known as sudorandom | 17:28 | |
*** rustam has joined #openstack | 17:29 | |
*** mmagr has quit IRC | 17:29 | |
cruejones_ | strange issue on folsom/ubuntu 12.01 ... nova-compute complains about "WARNING nova.common.deprecated [-] Deprecated Config: Specifying virt driver via connection_type is deprecated. Use compute_driver=classname instead" | 17:29 |
cruejones_ | even though I do not specify connection_type in my config | 17:30 |
*** sacharya has joined #openstack | 17:31 | |
*** warik has joined #openstack | 17:31 | |
*** anniec has joined #openstack | 17:32 | |
*** krow has joined #openstack | 17:32 | |
*** gatuus has quit IRC | 17:32 | |
*** DavidLevin has joined #openstack | 17:33 | |
phschwartz | How do I find out the image id to use with the jenkins jclouds plugin? | 17:33 |
*** garyk has joined #openstack | 17:33 | |
*** gatuus has joined #openstack | 17:33 | |
*** sacharya has quit IRC | 17:34 | |
*** jodok has quit IRC | 17:34 | |
*** maploin has quit IRC | 17:34 | |
*** rustam has quit IRC | 17:34 | |
*** horrorg3_ has quit IRC | 17:34 | |
*** sacharya has joined #openstack | 17:35 | |
*** jodok has joined #openstack | 17:35 | |
*** jodok has joined #openstack | 17:35 | |
*** leetrout has joined #openstack | 17:37 | |
*** otherwiseguy has quit IRC | 17:37 | |
*** mnewby has joined #openstack | 17:37 | |
*** mattray has quit IRC | 17:40 | |
*** frankM has quit IRC | 17:41 | |
*** mirageglobe has joined #openstack | 17:42 | |
*** krow has quit IRC | 17:43 | |
*** epim has joined #openstack | 17:43 | |
*** mirageglobe has quit IRC | 17:44 | |
*** metral has joined #openstack | 17:45 | |
*** Razique has quit IRC | 17:45 | |
*** Razique has joined #openstack | 17:45 | |
*** jcmartin has joined #openstack | 17:47 | |
*** jcmartin has quit IRC | 17:50 | |
*** rustam has joined #openstack | 17:50 | |
*** jcmartin has joined #openstack | 17:50 | |
*** Tross has joined #openstack | 17:51 | |
*** rustam has quit IRC | 17:51 | |
*** s0mik has joined #openstack | 17:51 | |
*** jodok has quit IRC | 17:53 | |
*** Tross has quit IRC | 17:55 | |
*** sniperd has quit IRC | 17:56 | |
*** tmichael has quit IRC | 17:56 | |
*** zodiak has quit IRC | 17:56 | |
*** networkstatic has quit IRC | 17:58 | |
*** rustam has joined #openstack | 17:58 | |
*** jrodom has quit IRC | 17:58 | |
*** riskable has joined #openstack | 17:59 | |
*** tmichael has joined #openstack | 18:00 | |
*** epim has quit IRC | 18:00 | |
*** balboah has quit IRC | 18:00 | |
*** adjohn has joined #openstack | 18:00 | |
*** derekh has quit IRC | 18:00 | |
*** zodiak has joined #openstack | 18:00 | |
*** jrodom has joined #openstack | 18:00 | |
*** jrodom has quit IRC | 18:01 | |
*** jrodom has joined #openstack | 18:01 | |
*** cp16net is now known as cp16net|away | 18:02 | |
*** primozf has quit IRC | 18:03 | |
kbringard | hey guys, question about the mechanics of volume/cinder | 18:03 |
kbringard | anyone familiar with the whole thing about? | 18:03 |
*** jdurgin1 has quit IRC | 18:03 | |
*** timello has joined #openstack | 18:04 | |
*** comptona has joined #openstack | 18:05 | |
uvirtbot` | New bug: #1076067 in nova "nova [-] Could not find driver for connection_type None" [Undecided,New] https://launchpad.net/bugs/1076067 | 18:05 |
jgriffith | kbringard: I can try and help | 18:06 |
kbringard | jgriffith: thanks | 18:06 |
*** timello has quit IRC | 18:06 | |
*** cp16net|away is now known as cp16net | 18:06 | |
kbringard | so basically… I'm trying to figure out the paths to a volume getting to a VM | 18:06 |
jgriffith | kbringard: ahh.. ok | 18:06 |
*** timello has joined #openstack | 18:06 | |
timello | ha | 18:06 |
kbringard | I get the API/scheduler stuff | 18:06 |
kbringard | what I'm unclear on is | 18:06 |
kbringard | does the ISCSI export go directly to the VM | 18:07 |
jgriffith | kbringard: nope | 18:07 |
*** GiBa has joined #openstack | 18:07 | |
jgriffith | kbringard: the iscsi export goes to the compute node | 18:07 |
*** littleidea has quit IRC | 18:07 | |
jgriffith | kbringard: that is then passed in to the VM | 18:07 |
*** leetrout has quit IRC | 18:07 | |
*** GiBa has left #openstack | 18:07 | |
kbringard | ok, cool, so basically, I just need my compute node to be on the same L2 as the iSCSI export | 18:07 |
jgriffith | kbringard: We use the /dev/disk/by-path device to pass in | 18:07 |
jgriffith | kbringard: correct | 18:08 |
jgriffith | kbringard: i think that's part of why it's that way among someother things | 18:08 |
kbringard | and the cinder volume service doesn't need to be running on the compute node | 18:08 |
jgriffith | kbringard: that's correct | 18:08 |
jgriffith | kbringard: Just needs to have the cinder volume api setup | 18:08 |
*** rushiagr has quit IRC | 18:08 | |
kbringard | ah, OK, so the cinder API needs to be running on my compute nodes, so it can take the calls from the volume service and do the needful on the physical host | 18:09 |
*** fiveateooate has joined #openstack | 18:10 | |
*** sarob has joined #openstack | 18:10 | |
*** rushiagr has joined #openstack | 18:10 | |
*** scotm has joined #openstack | 18:10 | |
kbringard | thanks jgriffith, I appreciate the insight | 18:11 |
jgriffith | kbringard: NP | 18:11 |
jgriffith | kbringard: hope it helped | 18:11 |
kbringard | yea, absolutely | 18:11 |
fiveateooate | anyone running ceph in a production environment? | 18:11 |
kbringard | I'm just trying to sort out how I need my L2 to look and where I need to run what to make this all work | 18:11 |
szaydel | Dreamhost certainly do. | 18:12 |
*** scotm has quit IRC | 18:12 | |
*** scotm has joined #openstack | 18:12 | |
*** EmilienM has left #openstack | 18:12 | |
phschwartz | Anyone in the channel used jenkins jcloud plugin with OpenStack? | 18:13 |
kbringard | jgriffith: sorry, one last thing… this is more or less the same for nova-volume in essex, yea? | 18:13 |
kbringard | logically I mean? | 18:13 |
jgriffith | kbringard: yep | 18:14 |
kbringard | rad, thanks | 18:14 |
jgriffith | kbringard: pretty much exactly the same | 18:14 |
*** leetrout has joined #openstack | 18:14 | |
kbringard | volume isn't split out into multiple services though, right? | 18:14 |
kbringard | (sorry, it's been awhile since I looked at it, forgive my naiveté) | 18:14 |
jgriffith | kbringard: no worries | 18:14 |
comptona | fiveateooate: I'm using ceph, but our environment isn't thoroughly production yet | 18:14 |
jgriffith | kbringard: You can have multiple volume nodes and thus services | 18:15 |
*** dolphm has quit IRC | 18:15 | |
jgriffith | kbringard: in nova, you just share scheduler, manager and api services IIRC | 18:15 |
*** mnewby_ has joined #openstack | 18:15 | |
kbringard | what would constitute the equivalent of the cinder-api… or more directly, what needs to run on the compute nodes? | 18:15 |
jgriffith | kbringard: in Cinder you have distinct services for each one | 18:15 |
kbringard | just "nova-volume"? | 18:15 |
jgriffith | kbringard: yep | 18:16 |
kbringard | ok, coolness | 18:16 |
*** mnewby__ has joined #openstack | 18:16 | |
kbringard | thanks! | 18:16 |
*** syst3mw0rm has quit IRC | 18:17 | |
fiveateooate | comptona: have you had any issues you might warn about, or does it seem stable enough? | 18:17 |
comptona | it seems pretty stable, although I've found the write performance to be poor overall | 18:17 |
comptona | I haven't done much tuning though | 18:18 |
*** Glace_ has quit IRC | 18:18 | |
*** mnewby has quit IRC | 18:18 | |
*** mnewby__ is now known as mnewby | 18:18 | |
fiveateooate | thanks | 18:18 |
*** syst3mw0rm has joined #openstack | 18:18 | |
comptona | I've got four machines running OSDs and everything seems to work reasonably well, even with doing silly things like pulling the plug on one of them | 18:19 |
*** lfaraone has joined #openstack | 18:19 | |
comptona | one thing I would suggest is to make sure the ceph OSD journal is on a different device than the storage, either an SSD or a really fast spinning disk | 18:19 |
comptona | that made a huge difference for me when I set that up | 18:19 |
*** mnewby_ has quit IRC | 18:20 | |
*** sophiap has joined #openstack | 18:20 | |
*** aydin916 has joined #openstack | 18:21 | |
*** markmcclain has joined #openstack | 18:21 | |
fiveateooate | cool, thanks again. | 18:21 |
*** dhellmann has joined #openstack | 18:22 | |
*** lfaraone has left #openstack | 18:23 | |
*** darraghb has quit IRC | 18:23 | |
aydin916 | Does anyone know a Ubuntu cloud image without the ssh/key? I just want to be able to just login with the username/password! | 18:24 |
*** voltune has quit IRC | 18:24 | |
aydin916 | my metadata service is not working so default UEC Cloud image can't create the sshd host key at the time of boot so I can't login to my VMs | 18:25 |
*** redondos has joined #openstack | 18:26 | |
*** redondos has joined #openstack | 18:26 | |
*** littleidea has joined #openstack | 18:26 | |
*** Ursinha-afk has quit IRC | 18:26 | |
*** Ursinha has quit IRC | 18:27 | |
*** networkstatic has joined #openstack | 18:27 | |
*** KyleMacDonald has quit IRC | 18:28 | |
*** nacx has quit IRC | 18:29 | |
*** rushiagr1 has joined #openstack | 18:30 | |
*** colinmcnamara has quit IRC | 18:31 | |
*** rushiagr1 has left #openstack | 18:31 | |
*** sniperd has joined #openstack | 18:32 | |
*** rushiagr has quit IRC | 18:33 | |
*** dpippenger has joined #openstack | 18:34 | |
*** jpich has quit IRC | 18:35 | |
*** laurensell has quit IRC | 18:35 | |
*** littleidea has quit IRC | 18:35 | |
*** Ursinha-afk has joined #openstack | 18:35 | |
*** mutex has quit IRC | 18:35 | |
*** Ursinha-afk is now known as Ursinha | 18:35 | |
*** Ursinha has joined #openstack | 18:35 | |
*** mutex has joined #openstack | 18:36 | |
*** laurensell has joined #openstack | 18:37 | |
*** anniec has quit IRC | 18:38 | |
*** krow has joined #openstack | 18:39 | |
*** Ursinha-afk has joined #openstack | 18:40 | |
*** horrorg3_ has joined #openstack | 18:41 | |
*** riskable has quit IRC | 18:41 | |
uvirtbot` | New bug: #1076083 in keystone "revocation list cache times out immeditately" [Undecided,New] https://launchpad.net/bugs/1076083 | 18:41 |
*** rustam has quit IRC | 18:42 | |
*** horrorg3_ has quit IRC | 18:42 | |
*** sophiap has quit IRC | 18:43 | |
TheBeast | can someone tell me what are the dependencies to get horizon (dashboard) working? ie. keystone? nova? anything else? | 18:43 |
*** otherwiseguy has joined #openstack | 18:45 | |
*** Entonian has joined #openstack | 18:45 | |
gmi | aydin916: you can use the cirros image that has builtin credentials, or create your own Ubuntu 12.04 based image, or mount the Canonical image and set up credentials and then import it in Glance | 18:45 |
*** scotm has quit IRC | 18:46 | |
*** arata has quit IRC | 18:46 | |
*** Entonian has quit IRC | 18:46 | |
*** scotm has joined #openstack | 18:46 | |
*** colinmcnamara has joined #openstack | 18:46 | |
*** jodok has joined #openstack | 18:48 | |
*** jodok has joined #openstack | 18:48 | |
*** kieppie has joined #openstack | 18:48 | |
*** krow has quit IRC | 18:49 | |
heckj | ayoung: dolphm_zzz: looks like the auth_token PKI refresh-on-expired still needs work - something's failing in devstack with it. Will be hunting that down later today | 18:49 |
ayoung | heckj, yeah, saw that in the failure in Jenkins | 18:49 |
*** kindjal has quit IRC | 18:49 | |
*** pixelbeat has quit IRC | 18:50 | |
*** sniperd_ has joined #openstack | 18:50 | |
*** sniperd has quit IRC | 18:51 | |
ayoung | heckj, aren;t you glad we are hunting this stuff down at the start of the dev cycle and not the end? | 18:51 |
*** scotm has quit IRC | 18:51 | |
heckj | ayoung: oh yeah! | 18:52 |
*** rustam has joined #openstack | 18:54 | |
*** Saddam has quit IRC | 18:58 | |
*** rustam has quit IRC | 18:58 | |
*** Saddam has joined #openstack | 18:58 | |
*** bbcmicrocomputer has quit IRC | 18:59 | |
*** Blackavar has joined #openstack | 18:59 | |
*** cp16net is now known as cp16net|away | 19:00 | |
*** demax has joined #openstack | 19:00 | |
*** bsdgeek has joined #openstack | 19:01 | |
*** ispireme has quit IRC | 19:02 | |
*** dwn has quit IRC | 19:02 | |
*** sayan has quit IRC | 19:02 | |
*** Ursinha has quit IRC | 19:04 | |
*** Ursinha-afk is now known as Ursinha | 19:04 | |
*** Ursinha has joined #openstack | 19:04 | |
*** doude has quit IRC | 19:04 | |
*** doude has joined #openstack | 19:05 | |
*** demax has quit IRC | 19:05 | |
*** demax has joined #openstack | 19:05 | |
*** Ursinha_ has joined #openstack | 19:06 | |
*** vipul has quit IRC | 19:07 | |
*** giulivo has joined #openstack | 19:08 | |
*** clopez has quit IRC | 19:08 | |
*** jcmartin has quit IRC | 19:09 | |
*** ispireme has joined #openstack | 19:10 | |
*** demax has quit IRC | 19:11 | |
*** luis_ has quit IRC | 19:12 | |
*** dolphm has joined #openstack | 19:15 | |
*** durian has joined #openstack | 19:15 | |
*** scotm has joined #openstack | 19:16 | |
*** Ursinha_ is now known as Ursinha-afk | 19:16 | |
*** otherwiseguy has quit IRC | 19:19 | |
*** dolphm has quit IRC | 19:19 | |
*** esp2 has joined #openstack | 19:20 | |
*** scotm has quit IRC | 19:21 | |
*** smarvin has joined #openstack | 19:21 | |
*** cmt has joined #openstack | 19:22 | |
*** adalbas has quit IRC | 19:22 | |
*** fiveateooate has quit IRC | 19:23 | |
*** timello has quit IRC | 19:24 | |
*** rustam has joined #openstack | 19:28 | |
*** koolhead17 has quit IRC | 19:28 | |
*** dolphm has joined #openstack | 19:30 | |
*** smarvin has quit IRC | 19:31 | |
*** scotm has joined #openstack | 19:31 | |
*** avtar has quit IRC | 19:31 | |
*** durian has quit IRC | 19:32 | |
*** rustam has quit IRC | 19:32 | |
*** doude has quit IRC | 19:33 | |
*** doude has joined #openstack | 19:33 | |
*** jog0 has joined #openstack | 19:33 | |
*** oubiwann has quit IRC | 19:34 | |
*** epim has joined #openstack | 19:35 | |
*** vmlinuz has quit IRC | 19:35 | |
*** doude has quit IRC | 19:36 | |
*** doude has joined #openstack | 19:36 | |
*** alunduil has quit IRC | 19:37 | |
*** Guest15779 is now known as dpb___ | 19:37 | |
*** krow has joined #openstack | 19:38 | |
*** koolhead17 has joined #openstack | 19:41 | |
*** doude has quit IRC | 19:42 | |
*** doude has joined #openstack | 19:42 | |
*** metral has quit IRC | 19:44 | |
*** mattray has joined #openstack | 19:45 | |
*** bfig has joined #openstack | 19:45 | |
*** Valdez has joined #openstack | 19:46 | |
*** armaan has left #openstack | 19:46 | |
*** kindjal has joined #openstack | 19:47 | |
*** scotm has quit IRC | 19:47 | |
*** albert23 has joined #openstack | 19:47 | |
*** KyleMacDonald has joined #openstack | 19:47 | |
*** scotm has joined #openstack | 19:47 | |
*** judd7 has joined #openstack | 19:49 | |
*** jog0 has left #openstack | 19:49 | |
*** metral has joined #openstack | 19:50 | |
*** annegentle__ has joined #openstack | 19:50 | |
*** cmt has quit IRC | 19:51 | |
*** vipul has joined #openstack | 19:52 | |
phschwartz | Has anyone seen this error with the dashboard. http://paste2.org/p/2442800 | 19:52 |
*** Ursinha-afk has quit IRC | 19:53 | |
*** scotm has quit IRC | 19:54 | |
*** metral_ has joined #openstack | 19:54 | |
*** jergerber has quit IRC | 19:54 | |
*** scotm has joined #openstack | 19:54 | |
*** jergerber has joined #openstack | 19:54 | |
*** Ursinha_ has joined #openstack | 19:55 | |
uvirtbot` | New bug: #1076109 in nova "nova rest /v2/ call returns v1.1 documentation" [Medium,In progress] https://launchpad.net/bugs/1076109 | 19:56 |
*** metral_ has quit IRC | 19:56 | |
*** sarob has quit IRC | 19:57 | |
*** clopez has joined #openstack | 19:57 | |
*** metral has quit IRC | 19:57 | |
*** esp2 has quit IRC | 19:59 | |
*** scotm has quit IRC | 19:59 | |
*** daniel_II has joined #openstack | 19:59 | |
*** esp2 has joined #openstack | 19:59 | |
daniel_II | hi here! | 19:59 |
*** egallen has quit IRC | 20:00 | |
*** msinhore has joined #openstack | 20:00 | |
kieppie | hello again peeps | 20:01 |
daniel_II | I've a dubt. Nova-volumes will create a Cluster LVM? or each copute node uses their Nova-volumes only for their instances domain? | 20:01 |
*** otherwiseguy has joined #openstack | 20:01 | |
kieppie | no idea - sorry. trying to get my own system up for the 1st time now | 20:02 |
*** KyleMacDonald has quit IRC | 20:02 | |
*** krow has quit IRC | 20:02 | |
*** Ursinha_ is now known as Ursinha-afk | 20:03 | |
kieppie | I got into it on this channel ahout 12 hours ago - I've still not found a solution to my auth issue, detailed https://bugs.launchpad.net/nova/+bug/1065211 (from comment #7 +) | 20:03 |
*** Valdez has quit IRC | 20:03 | |
*** nsavin has quit IRC | 20:03 | |
kieppie | is anyone able to help me with that, please? I get an auth 401 error when trying to exec `nova list` | 20:04 |
*** rnorwood1 has quit IRC | 20:04 | |
*** aeperezt has joined #openstack | 20:04 | |
*** rnorwood1 has joined #openstack | 20:04 | |
kieppie | I'd like to reset those passwords/token, so that I can ensure that my auth should work, but I'm unable to find the relevant docco's - don't seem to exist | 20:05 |
*** scotm has joined #openstack | 20:05 | |
*** rnorwood1 has quit IRC | 20:05 | |
*** rnorwood1 has joined #openstack | 20:05 | |
*** ewindisch has joined #openstack | 20:05 | |
*** mattray2 has joined #openstack | 20:06 | |
uvirtbot` | New bug: #1076114 in nova "image create fails with QemuImgInfo error" [Undecided,New] https://launchpad.net/bugs/1076114 | 20:06 |
*** mattray has quit IRC | 20:08 | |
*** Ursinha-afk has quit IRC | 20:08 | |
*** maurosr has quit IRC | 20:09 | |
*** Ursinha_ has joined #openstack | 20:09 | |
*** leetrout has quit IRC | 20:13 | |
daniel_II | I've a dubt. Nova-volumes will create a Cluster LVM? or each copute node uses their Nova-volumes only for their instances domain? | 20:14 |
*** daniel_II has quit IRC | 20:15 | |
*** oubiwann has joined #openstack | 20:15 | |
*** krtaylor has quit IRC | 20:16 | |
*** Ursinha_ is now known as Ursinha-afk | 20:18 | |
*** sudorandom_ has joined #openstack | 20:18 | |
*** sudorandom has quit IRC | 20:19 | |
*** sudorandom_ is now known as sudorandom | 20:19 | |
kieppie | lifeless - you up yet? | 20:20 |
lifeless | kieppie: sure am | 20:21 |
kieppie | got ur little one around your feet too? | 20:21 |
lifeless | she is with Mum :) | 20:21 |
kieppie | :) | 20:23 |
*** metral has joined #openstack | 20:23 | |
kieppie | you very busy atm? mind assisting with this auth issue doing my head in? | 20:23 |
*** renier_ has joined #openstack | 20:23 | |
*** networkstatic has quit IRC | 20:23 | |
kieppie | please? | 20:24 |
*** renier has quit IRC | 20:24 | |
*** jcru is now known as jcru|away | 20:24 | |
*** CristianDM has quit IRC | 20:24 | |
*** scotm has quit IRC | 20:26 | |
*** mattray2 is now known as mattray | 20:26 | |
*** mattray has joined #openstack | 20:26 | |
*** scotm has joined #openstack | 20:26 | |
*** Nate__ has joined #openstack | 20:26 | |
*** dx4100 has joined #openstack | 20:27 | |
*** ghanima has quit IRC | 20:28 | |
*** msavy has joined #openstack | 20:28 | |
*** gatuus has quit IRC | 20:28 | |
*** annegentle__ has quit IRC | 20:29 | |
*** rustam has joined #openstack | 20:29 | |
*** scotm has quit IRC | 20:30 | |
*** scotm has joined #openstack | 20:30 | |
uvirtbot` | New bug: #1076119 in nova "VM can't connect to itself on it's own floating IP" [Undecided,New] https://launchpad.net/bugs/1076119 | 20:31 |
uvirtbot` | New bug: #1076120 in keystone "update tenant api changed" [Undecided,New] https://launchpad.net/bugs/1076120 | 20:31 |
*** metral has quit IRC | 20:31 | |
bfig | hello, i don't know if this is the correct place to ask but i've had a hard time understanding how people make money off of cloud computing | 20:31 |
*** Razique_ has joined #openstack | 20:31 | |
*** Razique has quit IRC | 20:31 | |
*** smarvin has joined #openstack | 20:32 | |
*** Razique_ is now known as Razique | 20:32 | |
bfig | i mean, as an engineer, in theory i 'know' how cloud computing is used to make money, but in practice, suppose i wanted to set up a consulting practice to help business owners use the cloud to their benefit | 20:32 |
*** scotm has quit IRC | 20:32 | |
kieppie | bfig - moving into this space myself. | 20:32 |
kieppie | there are a number of ways - most of it service-oriented | 20:32 |
*** krow has joined #openstack | 20:33 | |
kieppie | you can do consultency, ie advice | 20:33 |
bfig | but you don't own any cloud, you usually provide consulting services right? | 20:33 |
kieppie | hanage other's system and/or private clouds | 20:33 |
*** gatuus has joined #openstack | 20:33 | |
kieppie | bill for dev & integratio | 20:33 |
*** alunduil has joined #openstack | 20:34 | |
bfig | that's a reasonable approach | 20:34 |
kieppie | or as a hosted service, similar to VPS | 20:34 |
bfig | you mean administration in the cloud? | 20:34 |
*** rustam has quit IRC | 20:34 | |
kieppie | possible | 20:34 |
bfig | i never understood margins of developer consultancy | 20:35 |
*** alunduil has quit IRC | 20:35 | |
bfig | ie, developers are pretty expensive, consultancy must be really really expensive to make the investment worth it | 20:35 |
kieppie | the nice thing re openstack, as I understand it, is that the instances are fairly fluid, so you can run guests on your own hardware, do live migrations to an online hosted service (rackstace, ec2), and then down to a client-site | 20:35 |
kieppie | expense - depends | 20:36 |
kieppie | you can charge a hourly rate, or a monthly/yearly retainer | 20:36 |
kieppie | & then outsource some work yourself | 20:36 |
*** alunduil has joined #openstack | 20:36 | |
bfig | i'm on a country where i can find outsource pay level professionals | 20:37 |
bfig | (UrUgUaY) | 20:37 |
lifeless | kieppie: sure thing | 20:38 |
lifeless | kieppie: whats the issue ? | 20:38 |
kieppie | there are services that cater to some situations, such as oDesk. atm myself & a few other locals are planning on setting up a cooperative of FLOSS tech's, to cater to the local SMB market | 20:38 |
*** jimp1 has joined #openstack | 20:38 | |
bfig | Free ??? Open Source Software? | 20:38 |
*** CuraHack has joined #openstack | 20:38 | |
*** epim has quit IRC | 20:39 | |
bfig | SMB? | 20:39 |
lifeless | bfig: Free/Libre Open Source Software | 20:39 |
lifeless | bfig: Small Medium Business | 20:39 |
*** jimp has quit IRC | 20:39 | |
*** dani4571 has joined #openstack | 20:40 | |
bfig | i think that's the best way to start, i've been thinking about that myself | 20:40 |
kieppie | lifeless - cheers. I've provided technical details from comment#7 on @ https://bugs.launchpad.net/nova/+bug/1065211, but the gist of it is that I seem to have an Auth issue hen trying `nova —debug list`. I'm fairly confident that the creds I'm providing is right (stored in KeePass for ref), but can't be sure any longer, so need to reset those passwords & find out what is failing where, so that I can make appropriate changes | 20:40 |
bfig | and cloud computing has been a mystery. which enterprises can benefit from it? how expensive it is to get the necessary training to be an efficient consultant? | 20:41 |
bfig | how big is the market for cloud migrations and support/administration? | 20:41 |
*** krow has quit IRC | 20:41 | |
bfig | (for SMB) | 20:41 |
lifeless | bfig: most consulants don't really want to be efficient | 20:41 |
bfig | i want to be efficient for myself first | 20:41 |
lifeless | bfig: they want to be just efficient enough that its cheaper to hire them than for the client to do it themselves. | 20:41 |
bfig | whatever i charge the client is a whole different problem :p | 20:42 |
kieppie | don't get too hung up on "cloud" - it's really nothing new & actually only a sexy marketing term for hosted or utility computing. Linux/Unix/POSIX has been doing it for a *very* long time - from back in the mainframe days | 20:42 |
lifeless | kieppie: I can't see that bug, can you subscribe me ? | 20:42 |
lifeless | kieppie: actual doh | 20:42 |
lifeless | I left the , in | 20:42 |
bfig | but now it is mainstream, right? | 20:42 |
lifeless | its widely popular now | 20:43 |
lifeless | better isolation of users from each other, and deployment on a massive scale - those are the key differences | 20:43 |
kieppie | bfig - for me, it's more a case that I'd acually like to take control & ownership of my "cloud" & provide redundency to online services | 20:44 |
bfig | so what are the different ways to make money of the ecosystem as a small/medium sized player? | 20:44 |
lifeless | kieppie: which of th ecommentors are you ? | 20:45 |
kieppie | bfig - Making a living/income from FLOSS is the bigger question to me. most of it is centered around services-model | 20:45 |
bfig | kieppie, you seem to be more a sophisticated user of the cloud than a facilitator/service provider , so that might be a very different perspective | 20:45 |
kieppie | lifeless - freakalad (from comment #7 onwards) | 20:45 |
lifeless | bfig: you can do for-pay development of the platform, you can do for-pay development of things to run on the platform, and you can do support and troubleshooting for deploying the platform, or deploying on the platform | 20:46 |
kieppie | bfig - I'm a end-user (ie. gmail, g'docs, etc), but also a small admin - i.e. I run my own LAMP stacks (CRM, wiki, mail server) on my own VM's | 20:47 |
lifeless | kieppie: so, nova volume-list barfs; do you have cinder going ? | 20:47 |
lifeless | kieppie: does cinder itself run ok ? | 20:47 |
*** markwash has quit IRC | 20:47 | |
*** armaan has joined #openstack | 20:48 | |
*** littleidea has joined #openstack | 20:48 | |
kieppie | cincer (as it's now known) was not a requirement in the installation docs, yet. but the nova-volume is OK. I can't sun any `nova $ARGS*` without a 401 response | 20:49 |
armaan | hi folks | 20:49 |
bfig | do you see much people selling services like specific program APIs through internet? what kind of services do they sell? | 20:49 |
bfig | s/much/many | 20:49 |
kieppie | `nova-manage service list` returns: | 20:49 |
kieppie | Binary Host Zone Status State Updated_At | 20:49 |
kieppie | nova-compute kokkerot nova enabled :-) 2012-11-07 20:49:31 | 20:49 |
kieppie | nova-scheduler kokkerot nova enabled :-) 2012-11-07 20:49:32 | 20:49 |
kieppie | nova-volume kokkerot nova enabled :-) 2012-11-07 20:49:32 | 20:49 |
kieppie | nova-network kokkerot nova enabled :-) 2012-11-07 20:49:34 | 20:49 |
kieppie | nova-cert kokkerot nova enabled :-) 2012-11-07 20:49:32 | 20:49 |
kieppie | nova-consoleauth kokkerot nova enabled :-) 2012-11-07 20:49:32 | 20:50 |
armaan | my instance is active and running but i cant ssh in to it.. | 20:50 |
*** gmi has quit IRC | 20:51 | |
kieppie | bfig - I think what you're alluding to are managed services. you can build systems/products/projects that interface with public API's (OpenStack, EC2) & then sell access & management to it | 20:51 |
kieppie | not unlike a VPS provider | 20:52 |
*** Ursinha-afk has quit IRC | 20:55 | |
*** smarvin has quit IRC | 20:56 | |
*** scotm has joined #openstack | 20:56 | |
*** Ursinha_ has joined #openstack | 20:56 | |
bfig | what kind of services are sold? | 20:57 |
*** rnorwood1 has quit IRC | 20:58 | |
bfig | nowadays there is a lot of open source software to perform incredible things, where is the value in those kind of services? expert knowledge? for example, complex logistics/finance algorithms? | 20:58 |
*** anniec has joined #openstack | 20:59 | |
*** anniec_ has joined #openstack | 20:59 | |
kieppie | bfig - it's such a big market, you can probably take your pick, and you'll probably find a need in a niche | 21:00 |
*** tgall_foo has quit IRC | 21:00 | |
*** cp16net|away is now known as cp16net | 21:00 | |
*** kindjal has quit IRC | 21:02 | |
lifeless | armaan: check the console, you may not have injected your ssh key successfully (e.g. cloud-init may have failed) | 21:03 |
*** anniec has quit IRC | 21:03 | |
*** anniec_ is now known as anniec | 21:03 | |
*** rnorwood1 has joined #openstack | 21:03 | |
lifeless | kieppie: ok, so if you're not using cinder, nova-volume should be doing the work itself | 21:03 |
*** colinmcnamara has quit IRC | 21:04 | |
*** ayoung is now known as ayoung-afk | 21:04 | |
kieppie | lifeless - yea. did some reading on cinder last night, and I understand the nova-volume code-base to be ported over, as-is, into cinder eventually | 21:04 |
kieppie | will do that once the stable release+1 is ported to Ubuntu | 21:04 |
lifeless | kieppie: right, so one failure mode that occured to me was the handoff between nova-volumes api stub and cinder | 21:05 |
*** Tross has joined #openstack | 21:05 | |
lifeless | in fact, it may still be relevant, I haven't looked a tthe actual current implementation of nova-volume api calls | 21:05 |
bfig | kieppie, can you point me out in some direction? :p | 21:05 |
lifeless | bfig: you might look into Lean Startup | 21:06 |
kieppie | but that's volume-management. I understand that `nov*` is related to the -compute subset, but my nova-manage seems to be OK & keystone looks good too | 21:06 |
lifeless | bfig: thats an approach to the problem of 'finding out what folk will pay me' | 21:06 |
lifeless | kieppie: ah, I thought you started this with 'nova volume-list' not working | 21:07 |
lifeless | kieppie: indeed, the bug is about nova-volume-list | 21:07 |
kieppie | bfig - sorry; don't have the answer myself yet. you'll need to engage with the FLOSS community at-large & get involved with your local (& online groups) | 21:07 |
*** libertyprime has joined #openstack | 21:07 | |
*** japage has quit IRC | 21:10 | |
kieppie | lifeless: no; not "nova-volume-list", but "nova volume-list" (note the space after 1st "nova"). the same error occurs with "nova list" | 21:11 |
zach_mtu | anyone know why I'm getting http://x.x.x.x/horizon/auth/login/?next=/horizon/syspanel/ | 21:11 |
zach_mtu | if I type in the password it tells me and rejects it with a warning banner. | 21:11 |
zach_mtu | if I type in my credentials correctly - I get this ?next= shenanigans. | 21:11 |
*** jamespage_ has joined #openstack | 21:12 | |
kieppie | lifeless: on a hunch, I did `nova help | grep list` & dried a few | 21:12 |
kieppie | seems that they're not *all* failing | 21:12 |
kieppie | `nova hypervisor-list`, `nova secgroup-list`, `nova network-list` seem ok | 21:13 |
kieppie | `nova --debug aggregate-list` fails | 21:14 |
*** jamespage_ has quit IRC | 21:14 | |
*** jcmartin has joined #openstack | 21:14 | |
*** jamespage_ has joined #openstack | 21:15 | |
bfig | lifeless, kieppie thanks for the input | 21:15 |
kieppie | as does cloudpipe-list, dns-domains, dns-list & a few others | 21:15 |
*** scotm has quit IRC | 21:16 | |
*** scotm has joined #openstack | 21:16 | |
kieppie | bfig - clad I could help. I'm assuming you're just starting out, so good luck. it's a long, exciting, rewarding journey. especially if you hold true to the FLOSS ethos & communities | 21:16 |
zach_mtu | kieppie: think you could take a look at a weird bug real quick? | 21:17 |
bfig | i honestly don't understand the floss ethos but i don't go against the grain either | 21:17 |
kieppie | I can try | 21:17 |
zach_mtu | if I try to log onto http://x.x.x./horizon | 21:18 |
zach_mtu | kieppie: and incorrectly put in credentials, I get an error telling me so. | 21:18 |
*** sarob has joined #openstack | 21:18 | |
zach_mtu | if I put in my admin credentials the url changes to http://x.x.x.x/horizon/auth/login/?next=/horizon/syspanel/ | 21:18 |
zach_mtu | but the login screen remains. | 21:18 |
kieppie | bfig - much of it is governed by principals laid out under "the 4 freedoms" by RMS, but personally I don't subscribe to the more hard-line approached taken by some in the community. I'm much more Tim O'Reilly/Linus Torvalds than RMS | 21:19 |
*** led_belly has quit IRC | 21:20 | |
*** jamespage_ has quit IRC | 21:20 | |
kieppie | zach_mtu - try from the CLI with curl to check the header responses | 21:20 |
*** scotm has quit IRC | 21:21 | |
*** Ursinha_ is now known as Ursinha-afk | 21:21 | |
*** guimaluf has quit IRC | 21:21 | |
zach_mtu | kieppie: can I get an example? I'm looking through the openstack docs and am coming up empty | 21:22 |
zach_mtu | like this ? curl -k -X 'POST' -v https://nova-api.trystack.org:5443/v2.0/tokens -d '{"auth":{"passwordCredentials":{"username": "joecool", "password":"coolword"}, "tenantId":"5"}}' -H 'Content-type: application/json' | 21:22 |
*** esheffie1d has quit IRC | 21:23 | |
*** esheffield has joined #openstack | 21:23 | |
kieppie | zach_mtu - guessing something like that, yes. I'm basing this on the debug output from my current issue | 21:23 |
*** cowmix has quit IRC | 21:25 | |
*** MarkAtwood has quit IRC | 21:25 | |
zach_mtu | kieppie: it's telling me http/https only | 21:26 |
zach_mtu | ....but I used http..fantastic :) | 21:26 |
*** FlaPer87 has joined #openstack | 21:27 | |
*** esheffield1 has joined #openstack | 21:27 | |
*** netzmons_ has quit IRC | 21:28 | |
* kieppie wonders why HTTPS is not the default throughout the entire infrastructure….. | 21:28 | |
*** melwitt has joined #openstack | 21:28 | |
*** mnewby_ has joined #openstack | 21:29 | |
*** melwitt has quit IRC | 21:29 | |
*** rustam has joined #openstack | 21:29 | |
kieppie | lifeless - you still there...? | 21:29 |
*** rnorwood1 has quit IRC | 21:30 | |
*** melwitt has joined #openstack | 21:30 | |
*** krtaylor has joined #openstack | 21:31 | |
*** sjust has joined #openstack | 21:31 | |
*** mnewby has quit IRC | 21:32 | |
*** mnewby_ is now known as mnewby | 21:32 | |
*** alop has quit IRC | 21:32 | |
*** e1mer has joined #openstack | 21:32 | |
*** armaan has left #openstack | 21:32 | |
*** jrodom has quit IRC | 21:34 | |
*** radez is now known as radez_g0n3 | 21:34 | |
*** avtar has joined #openstack | 21:34 | |
*** colinmcnamara has joined #openstack | 21:34 | |
*** rnorwood1 has joined #openstack | 21:35 | |
*** ewindisch has quit IRC | 21:35 | |
*** ewindisch has joined #openstack | 21:35 | |
*** rnorwood1 has quit IRC | 21:35 | |
*** rnorwood1 has joined #openstack | 21:35 | |
uvirtbot` | New bug: #1076148 in swift "swift.common.memcached client always uses absolute (unix) time expiration values" [Undecided,New] https://launchpad.net/bugs/1076148 | 21:35 |
*** KyleMacDonald has joined #openstack | 21:35 | |
*** scotm has joined #openstack | 21:35 | |
*** rustam has quit IRC | 21:36 | |
*** sandywalsh has quit IRC | 21:36 | |
*** mnewby_ has joined #openstack | 21:36 | |
*** rnorwood2 has joined #openstack | 21:37 | |
*** rnorwood1 has quit IRC | 21:37 | |
*** dieterde1eyer has quit IRC | 21:37 | |
*** krow has joined #openstack | 21:38 | |
*** mnewby has quit IRC | 21:39 | |
*** mnewby_ is now known as mnewby | 21:39 | |
*** dwcramer has quit IRC | 21:39 | |
*** jimp1 has quit IRC | 21:39 | |
zach_mtu | kieppie: dang. still nothing. | 21:39 |
*** colinmcnamara has quit IRC | 21:39 | |
*** sniperd_ has quit IRC | 21:39 | |
*** Nate__ has quit IRC | 21:40 | |
kieppie | zach_mtu - you sure you're connecting to the right IP? can you pin/telent to that IP/socket? | 21:40 |
*** Nate__ has joined #openstack | 21:40 | |
zach_mtu | yeah. | 21:40 |
*** vinsh_ has quit IRC | 21:41 | |
*** cowmix has joined #openstack | 21:41 | |
kieppie | please provide more detail, including (redacted) verbose output & possibly logging information @ pastebin | 21:42 |
*** roge has quit IRC | 21:43 | |
*** KyleMacDonald has quit IRC | 21:44 | |
*** koolhead17 has quit IRC | 21:44 | |
*** Breaking_Pitt has joined #openstack | 21:45 | |
*** vinsh_ has joined #openstack | 21:45 | |
*** krow has quit IRC | 21:46 | |
*** ches has quit IRC | 21:47 | |
*** yocum has quit IRC | 21:47 | |
*** ches has joined #openstack | 21:47 | |
*** metral has joined #openstack | 21:47 | |
*** markwash has joined #openstack | 21:48 | |
*** maurosr has joined #openstack | 21:48 | |
*** esheffield has quit IRC | 21:49 | |
*** annegentle__ has joined #openstack | 21:50 | |
*** mnewby has quit IRC | 21:50 | |
*** dolphm has quit IRC | 21:51 | |
*** Maledictus has quit IRC | 21:52 | |
*** dennisjac has joined #openstack | 21:53 | |
*** jcru|away is now known as jcru | 21:53 | |
dennisjac | hi, im trying to setup openstack on fedora 18 and im 99% there | 21:54 |
dennisjac | the one thing that doesn't seem to work ist quantum | 21:54 |
*** jskinner has joined #openstack | 21:54 | |
kieppie | lifeless - just an update | 21:55 |
dennisjac | the openvswitch agent says "Agent out of sync with plugin!" | 21:55 |
kieppie | something weird | 21:55 |
dennisjac | anyone with an idea what this is supposed to mean? | 21:55 |
kieppie | I've just come across this post: https://answers.launchpad.net/glance/+question/203967 (comment 4) | 21:55 |
*** vladan has quit IRC | 21:55 | |
*** colinmcnamara has joined #openstack | 21:56 | |
kieppie | on a whim I tried entering the curl command listed in the debug, trying to ensure that I'm using the correct auth | 21:56 |
kieppie | the individual curl's worked, so I tried the original command, and it's working now too. | 21:56 |
kieppie | I've not made *any* changes to my system @ config, so not sure what has changed or fixed | 21:57 |
*** sarob has quit IRC | 21:57 | |
*** SmoothSage has quit IRC | 21:57 | |
*** rnorwood2 has quit IRC | 21:58 | |
*** scotm has quit IRC | 21:58 | |
*** KyleMacDonald has joined #openstack | 21:58 | |
*** scotm has joined #openstack | 21:59 | |
*** tgall_foo has joined #openstack | 21:59 | |
*** metral has quit IRC | 21:59 | |
*** jog0 has joined #openstack | 21:59 | |
*** metral has joined #openstack | 21:59 | |
jskinner | having issues with cinder and rbd | 21:59 |
*** jog0 has left #openstack | 22:00 | |
jskinner | getting this error: librbd: error finding header: (1) Operation not permitted\n' | 22:00 |
jskinner | when trying to create a volume | 22:00 |
*** KyleMacDonald has quit IRC | 22:01 | |
*** scotm has quit IRC | 22:03 | |
jgriffith | jskinner: what's up? | 22:03 |
jgriffith | jskinner: Oh... NM | 22:04 |
jgriffith | jskinner: can't help much with Ceph | 22:04 |
jgriffith | sorry | 22:04 |
*** wabat1 has joined #openstack | 22:04 | |
jskinner | it's ok. Driving me nuts | 22:04 |
*** childsb_ has joined #openstack | 22:04 | |
*** rnorwood1 has joined #openstack | 22:04 | |
*** sniperd has joined #openstack | 22:05 | |
jskinner | I can create volumes manually from ceph using rbd, but from cinder it fails | 22:05 |
*** nijaba_ has joined #openstack | 22:05 | |
*** aydin916 has left #openstack | 22:05 | |
*** tan_ has joined #openstack | 22:05 | |
*** rnorwood2 has joined #openstack | 22:06 | |
*** rnorwood1 has quit IRC | 22:06 | |
*** boden has quit IRC | 22:07 | |
*** scotm has joined #openstack | 22:07 | |
*** albertzh1ng has joined #openstack | 22:07 | |
*** rnorwood2 has quit IRC | 22:07 | |
*** childsb has quit IRC | 22:08 | |
*** ondergetekende has quit IRC | 22:08 | |
*** nijaba has quit IRC | 22:08 | |
*** tan has quit IRC | 22:08 | |
*** maurosr has quit IRC | 22:08 | |
*** wabat has quit IRC | 22:08 | |
*** albertzhang has quit IRC | 22:08 | |
*** hingo has quit IRC | 22:08 | |
*** 20WABITZF has joined #openstack | 22:08 | |
*** childsb_ is now known as childsb | 22:08 | |
*** rnorwood1 has joined #openstack | 22:08 | |
*** nijaba_ is now known as nijaba | 22:08 | |
*** hingo has joined #openstack | 22:08 | |
*** nijaba has quit IRC | 22:08 | |
*** nijaba has joined #openstack | 22:08 | |
*** scotm has quit IRC | 22:10 | |
*** smarvin has joined #openstack | 22:10 | |
*** rnorwood1 has quit IRC | 22:11 | |
*** rnorwood1 has joined #openstack | 22:11 | |
*** metral_ has joined #openstack | 22:12 | |
*** rnorwood1 has quit IRC | 22:12 | |
*** rnorwood1 has joined #openstack | 22:12 | |
*** KyleMacDonald has joined #openstack | 22:12 | |
*** gatuus has quit IRC | 22:12 | |
*** mtreinish has quit IRC | 22:13 | |
*** giulivo has quit IRC | 22:13 | |
*** giulivo has joined #openstack | 22:14 | |
*** metral_ has quit IRC | 22:14 | |
*** smarvin has quit IRC | 22:14 | |
*** scotm has joined #openstack | 22:15 | |
*** markvoelker has quit IRC | 22:15 | |
*** maurosr has joined #openstack | 22:15 | |
*** metral has quit IRC | 22:15 | |
*** dennisjac has quit IRC | 22:16 | |
*** dhellmann has quit IRC | 22:17 | |
*** timjr has joined #openstack | 22:18 | |
*** timjr has left #openstack | 22:18 | |
*** metral has joined #openstack | 22:18 | |
*** lloydde has quit IRC | 22:18 | |
*** lloydde_ has joined #openstack | 22:18 | |
*** scotm has quit IRC | 22:19 | |
*** smarvin has joined #openstack | 22:19 | |
*** maurosr has quit IRC | 22:20 | |
*** thovden has joined #openstack | 22:21 | |
*** Breaking_Pitt has quit IRC | 22:21 | |
*** yocum has joined #openstack | 22:21 | |
*** fleish has joined #openstack | 22:22 | |
*** KyleMacDonald has quit IRC | 22:22 | |
*** scotm has joined #openstack | 22:22 | |
fleish | can someone tell me how to get my xen+libvirt instances created by openstack to use blktap instead of loopback? | 22:22 |
fleish | I've tried modifying the libvirt.xml file created to change the driver to type aio instead of raw but it still fires it up on a loopback | 22:23 |
*** miclorb has joined #openstack | 22:24 | |
*** epim has joined #openstack | 22:24 | |
*** miclorb has quit IRC | 22:24 | |
*** smarvin has quit IRC | 22:24 | |
*** miclorb has joined #openstack | 22:24 | |
*** stewart has joined #openstack | 22:24 | |
*** rnorwood1 has quit IRC | 22:25 | |
*** scotm has quit IRC | 22:27 | |
*** smarvin has joined #openstack | 22:27 | |
*** scotm has joined #openstack | 22:27 | |
*** antenagora has quit IRC | 22:28 | |
*** lanyurd has left #openstack | 22:29 | |
*** s0mik has quit IRC | 22:29 | |
*** rustam has joined #openstack | 22:30 | |
*** rnorwood1 has joined #openstack | 22:31 | |
*** bsdgeek has quit IRC | 22:31 | |
*** led_belly has joined #openstack | 22:31 | |
*** l0p3n has joined #openstack | 22:32 | |
*** metral has quit IRC | 22:32 | |
*** metral has joined #openstack | 22:32 | |
*** doude has quit IRC | 22:33 | |
*** doude has joined #openstack | 22:33 | |
*** doude has quit IRC | 22:34 | |
*** rustam has quit IRC | 22:34 | |
*** doude has joined #openstack | 22:34 | |
*** scotm has quit IRC | 22:36 | |
*** smarvin has joined #openstack | 22:36 | |
*** s0mik has joined #openstack | 22:36 | |
*** doude has quit IRC | 22:38 | |
*** doude has joined #openstack | 22:39 | |
*** sniperd has quit IRC | 22:40 | |
*** gyee has quit IRC | 22:40 | |
lifeless | kieppie: sorry, phone calls ;) | 22:41 |
*** UICTamale has quit IRC | 22:41 | |
*** doude has quit IRC | 22:42 | |
*** doude has joined #openstack | 22:42 | |
*** thovden has quit IRC | 22:43 | |
*** krow has joined #openstack | 22:43 | |
*** tgall_foo has quit IRC | 22:43 | |
*** bgmccollum_ has joined #openstack | 22:43 | |
*** adjohn has quit IRC | 22:44 | |
*** krtaylor has quit IRC | 22:46 | |
*** Razique has quit IRC | 22:48 | |
*** Hunner has quit IRC | 22:48 | |
*** clarkb has quit IRC | 22:49 | |
*** zeus has quit IRC | 22:50 | |
*** tgall_foo has joined #openstack | 22:50 | |
*** tgall_foo has quit IRC | 22:50 | |
*** tgall_foo has joined #openstack | 22:50 | |
*** dwcramer has joined #openstack | 22:52 | |
*** KyleMacDonald has joined #openstack | 22:52 | |
*** epim has quit IRC | 22:52 | |
*** desai has quit IRC | 22:52 | |
*** dspano has quit IRC | 22:52 | |
*** danblack has joined #openstack | 22:52 | |
*** heckj has quit IRC | 22:52 | |
*** fleish_ has joined #openstack | 22:53 | |
*** annegentle__ has quit IRC | 22:53 | |
*** metral_ has joined #openstack | 22:54 | |
*** kindjal has joined #openstack | 22:54 | |
*** sjust has quit IRC | 22:54 | |
kieppie | lifeless - no worries. had to attend to my little one too | 22:54 |
kieppie | got it working, but don't know how. | 22:54 |
*** metral_ has quit IRC | 22:55 | |
kieppie | I've updated the bug ticket with the resolution, but I still don't know what mechanism was at play | 22:55 |
*** jergerber has quit IRC | 22:55 | |
*** fleish has quit IRC | 22:56 | |
*** fleish_ is now known as fleish | 22:56 | |
lifeless | cool | 22:56 |
*** dolphm has joined #openstack | 22:56 | |
*** metral has quit IRC | 22:57 | |
*** jcooley has joined #openstack | 22:57 | |
*** acathrow has joined #openstack | 22:58 | |
*** acathrow has left #openstack | 22:58 | |
kieppie | also, that debug message to stdout that I mentioned before has disappeared. I understand that correlation does not necessarily imply causation, but I don't like coincidences I can't explain. | 22:59 |
kieppie | Definitely seems like a bug (one I'm not keen on reproducing atm) - either in the Auth or API somewhere, or possibly in the output | 23:00 |
*** dani4571 has quit IRC | 23:00 | |
*** danblack has quit IRC | 23:00 | |
*** KarinLevenstein has quit IRC | 23:01 | |
*** dwcramer has quit IRC | 23:02 | |
*** szaydel has quit IRC | 23:02 | |
*** KarinLevenstein has joined #openstack | 23:02 | |
*** jcooley has quit IRC | 23:02 | |
*** vipul has quit IRC | 23:02 | |
*** KarinLevenstein has quit IRC | 23:03 | |
*** sniperd has joined #openstack | 23:04 | |
*** sam_one has quit IRC | 23:04 | |
*** melmoth has quit IRC | 23:04 | |
*** epim has joined #openstack | 23:04 | |
*** yocum has quit IRC | 23:04 | |
*** sacharya has quit IRC | 23:05 | |
*** childsb has quit IRC | 23:06 | |
*** rmartinelli has quit IRC | 23:06 | |
*** tgall_foo has quit IRC | 23:06 | |
*** lborda has quit IRC | 23:07 | |
*** danblack has joined #openstack | 23:07 | |
*** john5223 has quit IRC | 23:07 | |
*** Valdez has joined #openstack | 23:07 | |
*** adjohn has joined #openstack | 23:07 | |
*** ryanpetr_ has joined #openstack | 23:08 | |
*** kbringard has quit IRC | 23:08 | |
*** vipul has joined #openstack | 23:09 | |
*** colinmcnamara has left #openstack | 23:10 | |
*** ryanpetrello has quit IRC | 23:11 | |
*** tomoe_ has joined #openstack | 23:12 | |
*** esheffield1 has left #openstack | 23:13 | |
*** adjohn has quit IRC | 23:14 | |
*** Uzix has quit IRC | 23:14 | |
kieppie | what's the deal with OpenStack vs CloudStack? https://www.linux.com/news/featured-blogs/200-libby-clark/662886-top-new-networking-features-in-cloudstacks-40-release | 23:14 |
*** adjohn has joined #openstack | 23:15 | |
*** rnorwood1 has quit IRC | 23:16 | |
*** danblack has quit IRC | 23:19 | |
*** vachon_ has joined #openstack | 23:19 | |
*** Tross has quit IRC | 23:19 | |
*** msinhore has quit IRC | 23:19 | |
* rootard is really banging his head against quantum | 23:19 | |
rootard | quantum+ovs+flat provider networks == mystifying | 23:20 |
*** lazyshot has quit IRC | 23:21 | |
*** L0L0L0L0L has joined #openstack | 23:23 | |
*** ryanpetr_ has quit IRC | 23:23 | |
uvirtbot` | New bug: #1076179 in quantum "400 should be returned when updating the router with dummy router vaule set" [Undecided,New] https://launchpad.net/bugs/1076179 | 23:25 |
*** alunduil has quit IRC | 23:25 | |
*** danblack has joined #openstack | 23:26 | |
*** msinhore has joined #openstack | 23:26 | |
*** FlaPer87 has quit IRC | 23:27 | |
*** otherwiseguy has quit IRC | 23:28 | |
*** melmoth has joined #openstack | 23:28 | |
*** anniec has quit IRC | 23:28 | |
*** markmcclain has quit IRC | 23:29 | |
*** rustam has joined #openstack | 23:30 | |
*** TheZeke has joined #openstack | 23:31 | |
*** s0mik has quit IRC | 23:32 | |
*** Q310 has joined #openstack | 23:32 | |
TheZeke | Does anyone know why this returns an error? | 23:33 |
*** bluenemo has joined #openstack | 23:33 | |
*** bluenemo has joined #openstack | 23:33 | |
TheZeke | glance --os_username=admin --os_password=XXXXXXX --os_tenant_name=openstackDemo --os_auth_url=http://10.50.14.4:5000/v2.0 image-create --name="tty-linux-kernel" --disk-format=aki --container-format=aki < ttylinux-uec-amd64-12.1_2.6.35-22_1-vmlinuz | 23:33 |
TheZeke | The error is: | 23:33 |
TheZeke | glance: error: no such option: --name | 23:33 |
TheZeke | glance --help doesn't return any useful information regarding the 'name' of the image | 23:34 |
TheZeke | not sure what switch to use | 23:34 |
*** cp16net is now known as cp16net|away | 23:34 | |
TheZeke | In fact just using "image-create" with no parameters gives an error too | 23:34 |
TheZeke | displays the help info then "Unknown command: image-create" | 23:35 |
TheZeke | apparently the right command is "add" ? | 23:35 |
*** Valdez has quit IRC | 23:35 | |
*** vachon_ has quit IRC | 23:36 | |
*** rustam has quit IRC | 23:37 | |
TheZeke | the documentation clearly does not match the software here - what can I do? | 23:37 |
comptona | yes, glance add is right | 23:37 |
*** cp16net|away is now known as cp16net | 23:37 | |
comptona | let me look it up real quick | 23:37 |
TheZeke | Where is the up to date documentation? | 23:37 |
*** avtar has quit IRC | 23:37 | |
comptona | glance add name=centos5 is_public=true container_format=bare disk_format=qcow2 < centos5.qcow2 | 23:38 |
*** krtaylor has joined #openstack | 23:38 | |
comptona | I don't know offhand; I just have that written down in my notes | 23:38 |
TheZeke | oh no --s? | 23:38 |
TheZeke | trying that | 23:38 |
comptona | nope | 23:38 |
TheZeke | hrmmm, better but... | 23:40 |
TheZeke | Failed to add image. Got error: | 23:40 |
TheZeke | Response from Keystone does not contain a Glance endpoint. | 23:40 |
comptona | that one, I've got nothing | 23:40 |
*** redbo has quit IRC | 23:40 | |
*** redbo has joined #openstack | 23:41 | |
*** ChanServ sets mode: +v redbo | 23:41 | |
*** KyleMacDonald has quit IRC | 23:41 | |
comptona | how about "keystone service-list"; is glance in there? | 23:41 |
*** robbiew has quit IRC | 23:42 | |
*** dolphm has quit IRC | 23:42 | |
*** JKERZN has quit IRC | 23:44 | |
*** JKERZN has joined #openstack | 23:45 | |
*** L0L0L0L0L has quit IRC | 23:45 | |
*** metral has joined #openstack | 23:45 | |
*** L0L0L0L0L has joined #openstack | 23:46 | |
kieppie | TheZeke - I'm struggling with inaccurate docco's too. the guide does *not* match the CLI help | 23:48 |
*** mattray has quit IRC | 23:48 | |
kieppie | i.e. http://docs.openstack.org/trunk/openstack-compute/install/apt/content/uploading-to-glance.html | 23:48 |
kieppie | glance -> "add" = "DEPRECATED! Use image-create instead." | 23:49 |
*** s0mik has joined #openstack | 23:49 | |
*** rustam has joined #openstack | 23:49 | |
*** vachon_ has joined #openstack | 23:50 | |
TheZeke | its fucking ridiculous is what it is | 23:50 |
TheZeke | I'm pretty sure all the hype on OpenStack is just to get people interested and then when they get frustrated they go to a commercial provider and pay for help | 23:50 |
kieppie | glance: error: unrecognized arguments: --dry-run | 23:50 |
kieppie | TheZeke - it's an Open Community | 23:51 |
TheZeke | Yeah Open Community and a list of commercial support on the site | 23:51 |
kieppie | I feel your frustration, but as a community project it really is up to us to help out | 23:51 |
*** jskinner has quit IRC | 23:51 | |
kieppie | if you want a turnkey solution, then you could consider the Private Cloud ISO | 23:51 |
*** msinhore has quit IRC | 23:51 | |
TheZeke | I'd gladly help out and redocument this crap if I could figure it out in the first place. It's actually making me look bad here at work because the documentation is so bad. I'm expected to just get this system up and test it out. | 23:52 |
TheZeke | kinda pissing me off | 23:52 |
kieppie | we're under no obligation to use the commercial services. doing the hard yard has given me a much deeper undertanding of the systems involved | 23:52 |
TheZeke | I'm having to make excuses which never looks good even if the documentation *is* crap | 23:52 |
*** dwcramer has joined #openstack | 23:53 | |
kieppie | I really do understand - I've been at it for a few days now. | 23:53 |
*** kindjal has quit IRC | 23:53 | |
sniperd | Can anyone help me with a swift problem? Im getting Could not obtain services -- https://gist.github.com/8a601dd3aeec8a94be27 | 23:53 |
kieppie | but… the doccumentation is not incorrect - maybe just a bit outdated with typo's not corrcted | 23:53 |
*** jcru has quit IRC | 23:53 | |
TheZeke | Does anyone know what this means "Response from Keystone does not contain a Glance endpoint." | 23:53 |
sniperd | notmyname: Any chance you can help me out? prod issue killing me | 23:54 |
TheZeke | kieppie every single switch is not a typo LOL | 23:54 |
kieppie | TheZeke - it's little things, like —username & not —os-username, etc. | 23:54 |
TheZeke | they are all wrong, outdated or I'm using a repo that has outdated keystone and glance API clients | 23:54 |
kieppie | I'm rolling with Folsom on 12.04. I suspect if you're doing Essex on 12.04 you would'nt encounter as much trouble | 23:55 |
*** metral_ has joined #openstack | 23:55 | |
TheZeke | maybe I guess, I just followed the documentation | 23:55 |
*** metral has quit IRC | 23:55 | |
*** metral_ is now known as metral | 23:55 | |
TheZeke | http://docs.openstack.org/trunk/openstack-compute/install/yum/content/ch_installing-openstack-overview.html | 23:55 |
TheZeke | Told me to use this REPO (rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm) | 23:55 |
*** nsavin has joined #openstack | 23:56 | |
kieppie | yea…. had a buddy that helped me out initially flip out & storm off in frustration, mumbling RTFM-RTFM-RTFM | 23:56 |
TheZeke | I think I might try installing from source actually | 23:56 |
kieppie | oh gawd! | 23:56 |
*** sacharya has joined #openstack | 23:56 | |
TheZeke | at least I have a chance of using up to date binaries | 23:56 |
kieppie | nah! I'm sticking with Ubuntu for now | 23:56 |
TheZeke | I tried it on Ubuntu first btw, same problems with documentation | 23:57 |
TheZeke | thought it might be better on CentOS for some reason | 23:57 |
kieppie | with bleeding edge you're likely to encounter more issues, not less | 23:57 |
TheZeke | What version of keystone client are you using btw? | 23:57 |
TheZeke | I'm using python-keystoneclient-2012.1-2.el6.noarch | 23:57 |
kieppie | if you have a spare box & need something quick to show off while you get digging in the guts, then try www.rackspace.com/cloud/private/ | 23:58 |
*** nubi3 has joined #openstack | 23:58 | |
nubi3 | any body ???? | 23:58 |
kieppie | http://www.rackspace.com/cloud/private/openstack_software/ | 23:58 |
*** mnewby has joined #openstack | 23:59 | |
kieppie | nubi3 - yea. just general gripes re docco's | 23:59 |
TheZeke | yeah that's a private KVM cloud though | 23:59 |
*** judd7 has quit IRC | 23:59 | |
TheZeke | I want Xen and eventually it'll be public | 23:59 |
*** judd7 has joined #openstack | 23:59 | |
TheZeke | I hear ya though, I thought about going that route but it won | 23:59 |
notmyname | sniperd: your log line is truncated. I haven't looked at swauth in a long time. I don't remember what the .services is for. maybe something with swauth-prep? | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!