*** eil397 has quit IRC | 00:04 | |
*** fawadkhaliq has quit IRC | 00:20 | |
*** fawadkhaliq has joined #openstack-ansible | 00:20 | |
*** sdake has quit IRC | 00:22 | |
*** sdake has joined #openstack-ansible | 00:24 | |
*** fawadkhaliq has quit IRC | 00:24 | |
openstackgerrit | Merged openstack/openstack-ansible-os_zaqar: zaqar.conf.j2 should use the role's debug var https://review.openstack.org/298772 | 00:48 |
---|---|---|
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: Update ansible to the latest release (v1.9.5-1) https://review.openstack.org/296839 | 00:48 |
openstackgerrit | Merged openstack/openstack-ansible-os_zaqar: Removing unused verbose var https://review.openstack.org/298773 | 00:48 |
openstackgerrit | Hieu LE proposed openstack/openstack-ansible: Add project scoped token when obtaning token https://review.openstack.org/297563 | 00:56 |
*** sdake_ has joined #openstack-ansible | 00:59 | |
openstackgerrit | Merged openstack/openstack-ansible-os_designate: Remove redundant rootwrap directory creation https://review.openstack.org/298853 | 00:59 |
*** sdake has quit IRC | 01:02 | |
*** raginbajin has quit IRC | 01:30 | |
*** weshay has quit IRC | 01:30 | |
*** krotscheck_dcm has quit IRC | 01:31 | |
*** raginbajin has joined #openstack-ansible | 01:31 | |
*** krotscheck has joined #openstack-ansible | 01:33 | |
*** gonzalo2kx has joined #openstack-ansible | 01:39 | |
*** thorst has joined #openstack-ansible | 02:00 | |
*** thorst has quit IRC | 02:17 | |
*** gonzalo2kx has quit IRC | 02:30 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: OpenStack services should reach Glance via the internal LB VIP https://review.openstack.org/290844 | 02:35 |
*** sdake_ is now known as sdake | 03:07 | |
*** shanec has quit IRC | 03:09 | |
*** sdake_ has joined #openstack-ansible | 03:17 | |
*** sdake has quit IRC | 03:20 | |
*** javeriak has joined #openstack-ansible | 04:00 | |
*** weezS has joined #openstack-ansible | 04:02 | |
*** fawadkhaliq has joined #openstack-ansible | 04:18 | |
*** galstrom_zzz is now known as galstrom | 04:30 | |
*** markvoelker has joined #openstack-ansible | 04:36 | |
*** jthorne_ has joined #openstack-ansible | 04:42 | |
*** jthorne has quit IRC | 04:42 | |
openstackgerrit | Merged openstack/openstack-ansible: Adjust swift plays to use unified os-swift role https://review.openstack.org/293911 | 04:46 |
openstackgerrit | Merged openstack/openstack-ansible: OpenStack services should reach Glance via the internal LB VIP https://review.openstack.org/290844 | 04:50 |
*** javeriak has quit IRC | 04:57 | |
*** javeriak has joined #openstack-ansible | 05:06 | |
*** weezS has quit IRC | 05:18 | |
*** sdake_ has quit IRC | 05:20 | |
*** matt6434 is now known as mattoliverau | 05:23 | |
*** sdake has joined #openstack-ansible | 05:29 | |
*** javeriak has quit IRC | 05:37 | |
Tebro | Hey, has anyone managed the AIO build on a Ubuntu 14.04? It fails with some SSL error.. | 05:37 |
*** sdake has quit IRC | 05:48 | |
*** sdake has joined #openstack-ansible | 05:51 | |
*** Mudpuppy has quit IRC | 05:58 | |
*** javeriak has joined #openstack-ansible | 06:04 | |
*** javeriak has quit IRC | 06:08 | |
*** markvoelker has quit IRC | 06:10 | |
*** javeriak has joined #openstack-ansible | 06:11 | |
*** weezS has joined #openstack-ansible | 06:14 | |
*** mikelk has joined #openstack-ansible | 06:20 | |
mattt | Tebro: more specifically? | 06:24 |
mattt | Tebro: we gate on the AIO build, so it should be functional | 06:24 |
Tebro | mattt: rerunning the build now so that I can get the exact error. | 06:24 |
*** javeriak has quit IRC | 06:24 | |
*** javeriak has joined #openstack-ansible | 06:25 | |
mattt | Tebro: ok thanks! | 06:26 |
*** markvoelker has joined #openstack-ansible | 06:26 | |
Tebro | mattt: I get this: | 06:33 |
Tebro | ImportError: No module named M2Crypto | 06:33 |
Tebro | and trying to install it (after installing swig) gives: | 06:33 |
Tebro | SWIG/_m2crypto.i:31: Error: Unable to find 'openssl/opensslv.h' SWIG/_m2crypto.i:45: Error: Unable to find 'openssl/safestack.h' SWIG/_evp.i:12: Error: Unable to find 'openssl/opensslconf.h' SWIG/_ec.i:7: Error: Unable to find 'openssl/opensslconf.h' error: command 'swig' failed with exit status 1 | 06:34 |
Tebro | mattt: installed libssl-dev with apt-get, and now m2crypto installed. Will see if the retry passes | 06:35 |
*** markvoelker has quit IRC | 06:39 | |
mattt | Tebro: how are you installing the AIO? also, which branch are you using? | 06:45 |
mattt | Tebro: where specifically is it failing? | 06:45 |
mattt | sorry, trying to capture as much detail as possible :) | 06:45 |
Tebro | tag 12.0.8 | 06:46 |
Tebro | and this: TASK: [repo_build | Create OpenStack-Ansible requirement wheels | 06:47 |
javeriak | matt Tebro, ive been hitting that M2Crypto error pretty frequently lately too, installing it manually with --isolated works for me | 06:50 |
Tebro | javeriak: via pip? what does the --isolated flag do? | 06:50 |
*** galstrom is now known as galstrom_zzz | 06:51 | |
javeriak | Tebro yes, 'pip install M2Crypto --isolated'; installs it from upstream in case local repo's arent working or have the version you are looking for | 06:51 |
Tebro | javeriak: okay thanks, it installed Okay after i installed libssl-dev, but I did not use the --isolated flag. | 06:52 |
Tebro | hopefully it is a solution. | 06:52 |
javeriak | Tebro usually works for me for any problematic packages | 06:53 |
mattt | it looks like this was solved in https://review.openstack.org/#/c/294934/ | 06:53 |
mattt | unfortunately that was done after 12.0.8 was cut | 06:53 |
*** asettle has quit IRC | 06:53 | |
mattt | Tebro: another option would be to use head of the liberty branch itself, rather than a specific tag | 06:54 |
mattt | that should include the fix mentioned | 06:54 |
Tebro | mattt: okay thanks. Will try that on a clean box if this fails | 06:54 |
*** neilus has joined #openstack-ansible | 07:01 | |
*** cristicalin has joined #openstack-ansible | 07:02 | |
*** javeriak has quit IRC | 07:05 | |
*** weezS has quit IRC | 07:07 | |
*** javeriak has joined #openstack-ansible | 07:07 | |
openstackgerrit | Michael Davies proposed openstack/openstack-ansible: Add installation support for os_ironic https://review.openstack.org/293779 | 07:08 |
*** admin0 has joined #openstack-ansible | 07:08 | |
admin0 | yawn.. | 07:10 |
admin0 | good morning | 07:12 |
mattt | admin0: think i figured out that ssl issue | 07:17 |
admin0 | yay | 07:17 |
admin0 | does it work .. does it work .. :D ? | 07:18 |
mattt | admin0: i never looked in detail, but i found this | 07:18 |
mattt | admin0: keystone_public_endpoint: "{{ keystone_service_publicuri }}" | 07:18 |
mattt | when i set that, the endpoint was returned correctly in the keystone response | 07:18 |
mattt | can you try ? | 07:18 |
admin0 | that is something i need to set ? | 07:19 |
admin0 | keystone_service_publicuri: is this a placeholder or a real value i need to pass ? | 07:19 |
mattt | admin0: just try setting that as is | 07:20 |
mattt | and rerun os-keystone-install | 07:20 |
admin0 | ok | 07:20 |
admin0 | patch from logan broke my setup yesterday .. so will do a rerun | 07:22 |
*** fawadkhaliq has quit IRC | 07:24 | |
*** daneyon has quit IRC | 07:24 | |
*** daneyon has joined #openstack-ansible | 07:25 | |
*** permalac has joined #openstack-ansible | 07:31 | |
admin0 | mattt: keystone_ssl == true or false / haproxy_ssl = true or false ? | 07:36 |
admin0 | with your setting ? | 07:36 |
*** elo has quit IRC | 07:38 | |
*** elo has joined #openstack-ansible | 07:38 | |
*** markvoelker has joined #openstack-ansible | 07:40 | |
*** cristicalin has quit IRC | 07:44 | |
*** markvoelker has quit IRC | 07:45 | |
mattt | admin0: keystone_ssl is if you're not terminating SSL w/ haproxy | 07:45 |
mattt | admin0: so keystone_ssl and haproxy_ssl are mutually exlusive | 07:45 |
odyssey4me | o/ | 07:47 |
*** sdake_ has joined #openstack-ansible | 07:49 | |
*** sdake has quit IRC | 07:51 | |
openstackgerrit | Merged openstack/openstack-ansible: Add release note for services in venvs https://review.openstack.org/299008 | 07:53 |
admin0 | \o | 07:56 |
openstackgerrit | Michael Davies proposed openstack/openstack-ansible: Add installation support for os_ironic https://review.openstack.org/293779 | 07:57 |
mattt | admin0: did that work ? | 07:58 |
admin0 | playbooks still running :) | 07:58 |
admin0 | full circle | 07:58 |
admin0 | i applied patch of logan yesterday .. had to reset head and redo the playbooks | 07:59 |
admin0 | wtih your changes | 07:59 |
admin0 | so give me some time to confirm :) | 07:59 |
mattt | np :) | 08:01 |
admin0 | still running .. .. repo_build :D | 08:21 |
*** javeriak has quit IRC | 08:28 | |
*** sdake_ has quit IRC | 08:36 | |
*** karimb has joined #openstack-ansible | 08:41 | |
*** markvoelker has joined #openstack-ansible | 08:42 | |
admin0 | mattt: something went wrong somewhere: fatal> One or more undefined variables: 'dict object' has no attribute 'keystone_pubkey' | 08:43 |
mattt | admin0: you doing --limit or anything ? | 08:47 |
admin0 | yes | 08:47 |
*** markvoelker has quit IRC | 08:47 | |
admin0 | oh .. | 08:47 |
admin0 | will re-run without limits | 08:47 |
mattt | k | 08:52 |
*** karimb has quit IRC | 09:14 | |
Tebro | mattt: it failed again, going to try the liberty branch now | 09:14 |
mattt | admin0: did you say the other day you built openstack-ansible without neutron ? | 09:15 |
mattt | Tebro: okie i built a liberty AIO yesterday so that should be working | 09:15 |
Tebro | alright. | 09:16 |
admin0 | without-neutron ? nope | 09:16 |
admin0 | is it even possible :D ? | 09:16 |
mattt | admin0: i didn't think it was possible, but thought i heard you asking about it | 09:17 |
admin0 | not me .but i think the basic minimum run for osa is a storage server config .. | 09:18 |
admin0 | like what “least can i do with osa” queston | 09:19 |
Tebro | mattt: Failed building wheel for pycrypto in bootstrap-ansible.sh | 09:26 |
Tebro | src/MD2.c:31:20: fatal error: Python.h: No such file or directory #include "Python.h" ^ | 09:27 |
odyssey4me | Tebro are you building from the head of liberty, or from the last tag? | 09:28 |
Tebro | odyssey4me: head of liberty | 09:28 |
Tebro | "git checkout liberty" | 09:28 |
odyssey4me | wait - that's happening in the ansible bootstrap process? | 09:28 |
Tebro | yes | 09:28 |
Tebro | ubuntu 14.04 on a virtualbox machine | 09:29 |
odyssey4me | hmm, that doesn't make sense - the ansible bootstrap does very little | 09:29 |
*** cristicalin has joined #openstack-ansible | 09:29 | |
odyssey4me | where exactly is it failing in the bootstrap? | 09:29 |
admin0 | odyssey4me is head of liberty ? \o/ .. liberate me from this misery, sir odyssey4me | 09:30 |
*** pjm6 has joined #openstack-ansible | 09:30 | |
Tebro | odyssey4me: it seems to be at "pip install -r requirements.txt" | 09:30 |
Tebro | when building pycrypto | 09:30 |
Tebro | also had this above, could be related: W: Failed to fetch http://fi.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch | 09:31 |
odyssey4me | Tebro ah, so a required package wasn't installed because you're using a mirror that was mid update | 09:32 |
Tebro | hmm, rerun did not get the same apt warning, gonna see if it goes better | 09:32 |
Tebro | okay it got past it now | 09:33 |
pjm6 | morning | 09:33 |
*** cristicalin has quit IRC | 09:34 | |
*** javeriak has joined #openstack-ansible | 09:43 | |
*** markvoelker has joined #openstack-ansible | 09:44 | |
*** markvoelker has quit IRC | 09:49 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-os_nova: [WIP] Standardise nova functional tests and add actual tests https://review.openstack.org/298663 | 09:52 |
*** admin0 has quit IRC | 09:55 | |
Tebro | is it supposed to take forever to "Download LXC cache(s)"? | 09:55 |
*** admin0 has joined #openstack-ansible | 09:56 | |
javeriak | Tebro that hangs when connectivity to your machines is sparse | 09:56 |
javeriak | it finished eventually | 09:56 |
javeriak | finishes* | 09:56 |
Tebro | ok | 09:56 |
Tebro | so I just have to wait it out? | 09:56 |
Tebro | seems to have gotten done | 09:57 |
mattt | Tebro: you can wait it out or upgrade your connection :D | 10:02 |
Tebro | :D | 10:02 |
Tebro | stupid office network | 10:02 |
mattt | it's a pretty big file to be fair | 10:02 |
javeriak | hey matt; general question.. do you have any experience with large scale cluster? any idea how OpenStack can be extended to accomodate better operations? | 10:03 |
admin0 | javeriak: define large scale :D ? | 10:03 |
mattt | javeriak: i don't myself, tbh ... but i know our wider team certainly does | 10:04 |
admin0 | 10,000 vms ? 200 compute nodes ? 5000+ networks ? 100TB object storage ? | 10:04 |
javeriak | admin0 like largeee :) .. 100s of computes and above | 10:04 |
mattt | javeriak: what do you mean 'extended to accomodate better operations'? | 10:04 |
mattt | openstack is well suited for larger clusters | 10:04 |
pjm6 | After I finished deployment of openstack (with cinder) i was trying to add cirros image through horizon and CLI | 10:04 |
javeriak | yes and 10,000s of VMs or rather compute capability | 10:04 |
admin0 | i manage 200+ compute nodes on 2 az’s .. doest that count :D | 10:05 |
pjm6 | but gives me the following error: "500 Internal Server Error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) " | 10:05 |
admin0 | that on a public cloud | 10:05 |
javeriak | admin0 I believe that does :). So you use standard OpenStack, any crazy stuff on top? | 10:05 |
admin0 | lots of crazy stuff on top :D | 10:06 |
admin0 | which is why i have a shaved head ( no more hair pulling) :D | 10:06 |
pjm6 | I try to see logs in scheduler but nothing appears | 10:06 |
javeriak | i was looking into segementation and nova cells, but there doesnt seem to be any concerete use cases on that, any experience with that guys? | 10:06 |
admin0 | cells = cern whitepapers :) | 10:06 |
admin0 | its their baby child | 10:07 |
admin0 | but i think we have someone over the openstack channel who uses cells | 10:07 |
javeriak | admin0 yea no one besides cern seems to have given it a go | 10:07 |
admin0 | can’t remember the nick | 10:07 |
mattt | pjm6: have a look at the glance api and glance registry logs | 10:07 |
pjm6 | where I can look more for debug? | 10:07 |
pjm6 | yes I didn't see anything :\ | 10:07 |
pjm6 | oh waiitt | 10:08 |
pjm6 | sorry i only seek for | 10:08 |
pjm6 | cinder... | 10:08 |
mattt | pjm6: have a look at /etc/glance/glance-api.conf and /etc/glance/glance-registry.conf and make sure debug=True | 10:08 |
mattt | pjm6: and verbose=True | 10:08 |
javeriak | admin0 oh a source would be good; so do you utilize any other kind of segmentation on your public cloud? | 10:09 |
admin0 | (skeletons on the closet ) | 10:09 |
admin0 | but the new one will have VLANs on public side and vxlan on the east-west | 10:09 |
admin0 | existing = lots of “invented here purple uncorns” | 10:10 |
pjm6 | well mattt | 10:10 |
pjm6 | in the api.log | 10:10 |
pjm6 | it appears Authorization Failure. Authorization failed: Unable to establish connection to https://127.0.0.1/v2.0/auth/tokens | 10:10 |
pjm6 | in the registry I don't have nothing | 10:11 |
admin0 | pjm6: you don’t have nothing = you have something ( double negatives) | 10:11 |
admin0 | what is it ? what is it ? | 10:12 |
pjm6 | in the registry log don't show any error, is what i wanted to say sorry | 10:12 |
javeriak | admin0 haha okay.. thats rather obscure; thanks though | 10:12 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance: [WIP] Adjust Glance/Swift backend configuration https://review.openstack.org/299269 | 10:13 |
admin0 | yes, we have one of a kind setup .. so i rather not go into much detail | 10:13 |
admin0 | but i have seen my fair share of issues on large deployments | 10:13 |
pjm6 | and when I add by CLI | 10:13 |
pjm6 | the images are being in the horizon queue | 10:13 |
pjm6 | "Queued" state | 10:14 |
mattt | pjm6: ok so glance is trying to auth against 127.0.0.1, which doesn't sound right | 10:15 |
mattt | pjm6: how exactly did you build the AIO? | 10:15 |
javeriak | admin0 yea i understand; im just at the researching stage myself so trying to gather info from people experienced with these | 10:16 |
pjm6 | mattt: I build with multi node | 10:16 |
mattt | pjm6: ah ok | 10:16 |
admin0 | javeriak: it depends .. if you are building new,its greenfield .. you do it good from start . if its existing, you are stuck wtih it till you migrate it | 10:16 |
pjm6 | 1 node with storage and compute | 10:16 |
admin0 | and till migration is complete, you need to deal with it and keep it running | 10:17 |
pjm6 | 1 node with network (but for some reason this fail and installed it in the infra container) | 10:17 |
javeriak | admin0 im looking into new and shiney actally | 10:17 |
admin0 | then use regions javeriak :) | 10:17 |
admin0 | use regions, shared keystone, horizon and swift | 10:17 |
pjm6 | 1 node with controller node (that has the neutron) | 10:17 |
javeriak | Just trying to come up with a better architecture if possible | 10:17 |
admin0 | rest all bound to regions | 10:17 |
pjm6 | ketstone | 10:17 |
admin0 | how many nodes ? | 10:17 |
mattt | javeriak: yeah i don't have much experience operationally | 10:18 |
pjm6 | but is strange, because the auth should be against the keystone service no? | 10:19 |
mattt | javeriak: you may want to ask cloudnull when he's in, i think he's done a fair bit with the OSIC cloud | 10:19 |
mattt | pjm6: it should yeah | 10:19 |
admin0 | what is a OSIC cloud ? | 10:19 |
javeriak | admin0 theres no limit, at the moment im working in the 100s scale, but obviously i want it to scale much beyond that; so regions, would they have shared neutron/nova as well? | 10:20 |
admin0 | no | 10:20 |
mattt | admin0: http://osic.org/ | 10:20 |
pjm6 | mattt: if I could change manually and then try to figure it out why fail | 10:20 |
pjm6 | it should be the LB VIP | 10:20 |
javeriak | mattt okay ill try catching him later today when he's around; im working on an osic sluster myself thesedays | 10:20 |
pjm6 | internal right? | 10:20 |
mattt | pjm6: that is not something you want to fiddle with manually | 10:20 |
mattt | pjm6: if it's got the internal IP then something isn't right | 10:20 |
pjm6 | is there a way to correct via the existing playbook? | 10:20 |
admin0 | javeriak: when you grow into scale using neutron, ceph etc, adding more and more becomes costly to manage, maintain so using regions forces you to scale on a horizontal scale and keep it smaller/contained | 10:21 |
mattt | pjm6: i wonder if your LB is not configured | 10:21 |
javeriak | admin0 that makes sense; let me look into that more | 10:21 |
mattt | pjm6: did you deploy haproxy ? | 10:21 |
pjm6 | Yes | 10:21 |
pjm6 | I had problems because I didn't have it | 10:22 |
mattt | pjm6: can you show us your /etc/openstack_deploy/openstack_user_config.yml file if it doesn't contain anything sensitive ? | 10:22 |
pjm6 | for example, the galera container couldn't fetch the packages of pip in the repo container because of that | 10:22 |
pjm6 | yes sure | 10:22 |
mattt | pjm6: gist or paste it somewhere if possible | 10:22 |
pjm6 | 1minute | 10:22 |
admin0 | javeriak: http://www.webhostingtalk.com/showthread.php?t=1525095 — i am admin0 there as well, so there you will find a post of mine for someone who wanted to start with openstack . i talk about the operational side of things | 10:22 |
admin0 | post #19 | 10:22 |
admin0 | direct: http://www.webhostingtalk.com/showthread.php?t=1525095&p=9652054#post9652054 | 10:22 |
admin0 | its not about the nodes or deployment .. you need to manage the cloud .. cash flows, growth patterns, capacity management, | 10:23 |
*** javeriak has quit IRC | 10:23 | |
*** javeriak has joined #openstack-ansible | 10:24 | |
*** Mudpuppy has joined #openstack-ansible | 10:24 | |
pjm6 | mattt: is here http://pastebin.com/s2yDQkuE | 10:25 |
admin0 | for 100 nodes, if you go ceph or other storage , then 10 x 4 giagabits or 40 x 2 gigabits ? switch costs vs cable costs .. whats the target number of vms on your cloud ? any ideas on east-west traffic , how are you going to add public IPs ? how many vlans ? all on 1 vlan or multiple ? shared public net or only direct-attached | 10:27 |
admin0 | all matters and can bite you in the process | 10:28 |
*** Mudpuppy has quit IRC | 10:28 | |
javeriak | admin0 sorry got dc for a bit, thanks a lot for the link, let me go through it; are you also at rax? | 10:30 |
* admin0 googles rax | 10:30 | |
admin0 | i am not into rax (yet \o/) :D | 10:30 |
admin0 | hopefully they will offer me a job someday :D | 10:30 |
javeriak | admin0 haha no i meant are you also at rackspace? | 10:31 |
javeriak | oh okay :D | 10:31 |
mattt | pjm6: that is odd, you don't have any specific overrides in /etc/openstack_deploy/user_variables.yml do you ? | 10:31 |
admin0 | javeriak: also at rackspace = work at rackspace, client at rackspace, ? | 10:31 |
admin0 | none to both | 10:31 |
pjm6 | mattt: only about swift | 10:31 |
pjm6 | let me check | 10:31 |
javeriak | work at ... | 10:31 |
pjm6 | glance_default_store: swift | 10:32 |
admin0 | not officially .. but i am their biggest QA tester i think :) | 10:32 |
admin0 | for ansible | 10:32 |
pjm6 | oh wait... | 10:32 |
javeriak | admin0 cool; i just deployed OSA on a 130 node osic cluster and am now putting it through further tests, its interesting | 10:33 |
javeriak | how things hold up and dont | 10:33 |
pjm6 | mattt: I figured out what's the problem | 10:33 |
pjm6 | I think | 10:33 |
mattt | pjm6: good! | 10:35 |
mattt | pjm6: what do you think it is? | 10:36 |
admin0 | for OSA to pick up, like in my organization, it needs to have something minimum for me to install it .. and then ask my team to say “hey .. look we have this cool deployemnt method using ansible .. why not we use it and then also help the guys by contributing fixes” .. but in real world, people needs https to work in public and it needs to support regions, so that i can at least install it without breaking existing stuff and | 10:36 |
admin0 | do the migration .. both things lack at the current osa .. and though the devs are working hard on mitaka, no one is going to install mitaka right away .. they will wait 1-2 months to hear the horror stories .. so if regions and https are there by default, then I can myself use it and can recommend others to use it and give it a try as well .. this means more people, more bugs, more development effort | 10:36 |
admin0 | which is why i am now blogging it all via openstackfaq.com so that as soon as its there, there is nothing stopping people to use it | 10:37 |
Tebro | will a AIO setup survive a suspend of the VM? | 10:38 |
javeriak | admin0 do you have any of those blogs ready? would love to give it a read | 10:39 |
admin0 | www.openstackfaq.com | 10:39 |
mattt | Tebro: suspend? i'd think so ... last i recall reboots were a bit shaky, things didn't necessarily remount etc. but could easily be fixed by hand | 10:39 |
admin0 | its not a lot .. but enough to integrate ansible with ceph, add networking .. creating services . .. moving containers around | 10:39 |
Tebro | mattt: okay, will have to give it a shot | 10:40 |
admin0 | as soon as i figure out https and regions support ( adding new osa to existing keystone ) ( adding existing openstack to osa keystone) , then i can blog like a boss :) | 10:40 |
javeriak | admin0 sounds good, thanks! | 10:41 |
mattt | admin0: did that https thing not work ? | 10:41 |
admin0 | my whole cluster is being reformatted | 10:41 |
admin0 | soemthing broke bad | 10:41 |
admin0 | restarting the process again | 10:42 |
mattt | oh dear | 10:42 |
admin0 | but since its automated, not much effort | 10:42 |
mattt | just a lot of waiting :) | 10:43 |
mattt | story of my life building AIOs | 10:43 |
pjm6 | mattt: I was adding like this http://docs.openstack.org/developer/openstack-ansible/install-guide/configure-glance.html | 10:44 |
pjm6 | if I remain the glance backend commented, it will use the default or I must specify the parameters? | 10:44 |
mattt | admin0: what i'd love to see a blog post about is deploying OSA on cheap OVS servers :) | 10:44 |
admin0 | i have a 14 node physical cluster, a big virtual cluster and a 9 node (single network card ) system for osa | 10:45 |
admin0 | the single network card also works | 10:45 |
admin0 | i can hack it to make it work on ovs servers :) | 10:45 |
mattt | pjm6: it will use the defaults, which if you have a single infra node will be ok (see https://github.com/openstack/openstack-ansible-os_glance/blob/master/defaults/main.yml#L66) | 10:45 |
mattt | pjm6: but if you have multiple infra nodes and multiple glance containres that will cause you problems | 10:46 |
admin0 | mattt: why use aio ? | 10:46 |
mattt | admin0: i do all my testing on an AIO, quicker feedback | 10:46 |
admin0 | mattt: i use this: https://www.openstackfaq.com/openstack-dev-server-setup-ubuntu/ | 10:46 |
admin0 | single big server, multiple vms . just like real world deployments | 10:46 |
pjm6 | so if I made all that commented there would be no problem? | 10:46 |
admin0 | never used a aio | 10:47 |
pjm6 | I only override because I thought that was needed | 10:47 |
mattt | pjm6: yeah it's not necessary | 10:47 |
mattt | pjm6: you can comment out | 10:47 |
pjm6 | so, in the docs, the title could be | 10:47 |
mattt | pjm6: if you later deploy swift and want to use swift as a glance backend, then you can redefine that stuff | 10:47 |
pjm6 | (Optional) ? | 10:47 |
admin0 | mattt: show me the link to the cheap server for openstack from ovh | 10:47 |
admin0 | and what cloud you want ? test, dev, internal, public (with hacks) :D | 10:48 |
pjm6 | mattt: thanks, now for fix this misconfiguration, I should run all the playbooks again? | 10:48 |
mattt | pjm6: you may as well, at least the openstack ones | 10:48 |
mattt | admin0: sec, afk for some food :) | 10:48 |
winggundamth | hi anyone has a way to troubleshooting on neutron l3-agent-list-hosting-router. but both router ha_state in active state | 10:50 |
*** pjm6 has quit IRC | 10:50 | |
winggundamth | http://paste.openstack.org/show/492427/ | 10:50 |
*** pjm6 has joined #openstack-ansible | 10:50 | |
pjm6 | sorry my laptop runned out of battery | 10:51 |
pjm6 | mattt: its only necessary run the openstack then, right? | 10:51 |
pjm6 | it gives ERROR: failed to combine variables, expected dicts but got a 'dict' and a 'NoneType' | 10:52 |
pjm6 | I have the file without vars | 10:52 |
pjm6 | should I remove it? | 10:52 |
pjm6 | I've just changed the name | 10:53 |
pjm6 | of file an rerun | 10:54 |
*** phiche has joined #openstack-ansible | 10:57 | |
*** karimb has joined #openstack-ansible | 10:58 | |
*** phiche1 has joined #openstack-ansible | 11:00 | |
mattt | pjm6: well you need some stuff in user_variables.yml :) | 11:01 |
*** phiche has quit IRC | 11:01 | |
mattt | pjm6: i thought you were only talking about removing glance overrides | 11:01 |
admin0 | back .. show me the servers mattt :D | 11:01 |
mattt | admin0: https://www.soyoustart.com/en/essential-servers/ | 11:02 |
mattt | deploying on them is easy obviously, but getting neutron working without a SOF is a bit more tricky | 11:03 |
admin0 | create az’s, create 2 routers, migrate then to different az nodes and use haproxy keepalive :D .. wil prevent a spof on application side .. but aren’t the rotuers already HA on ansible ? | 11:04 |
admin0 | on liberty/current | 11:05 |
admin0 | mattt: i used to use: https://www.online.net/en/dedicated-server | 11:05 |
admin0 | found them better/cheaper | 11:05 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance: [WIP] Adjust Glance/Swift backend configuration https://review.openstack.org/299269 | 11:07 |
mattt | admin0: problem i found is that OVS lock IPs to MAC addresses, and you have to use their interface to move IPs between servers | 11:08 |
admin0 | ebtables mac address rewrites :D | 11:08 |
mattt | i'll admit i'm not a networking guy tho, so perhaps this isn't a complicated issue :) | 11:08 |
admin0 | you can NAT on mac addresses :) | 11:09 |
admin0 | won’t say NAT but rewrites | 11:09 |
admin0 | mac addresses can be manipulated | 11:09 |
admin0 | but is it worth it ? what is the purpose to go through all the trouble ? | 11:10 |
mattt | admin0: set up a nice little cloud spending like 100 eur a month :) | 11:10 |
admin0 | for 100 eur a month, you get 33 of those guys : https://www.scaleway.com/ ( i have one ) — so you get 33 different ip addresses, 33 different machines | 11:11 |
admin0 | 200 mbit x 33 bandwidth | 11:11 |
mattt | i don't want VPSs :) | 11:12 |
admin0 | those are real servers though :) not vpss | 11:12 |
mattt | for 3 eur a month? | 11:12 |
admin0 | yes | 11:12 |
mattt | "Starter VPS" | 11:12 |
-openstackstatus- NOTICE: Gate on project-config is currently broken due to IRC tests. The problem has been detected and we are working to fix the issue as soon as possible. | 11:13 | |
admin0 | IRC tests :D | 11:13 |
admin0 | test using irc ? | 11:13 |
mattt | no idea | 11:13 |
admin0 | /novaServ spawn 5 vm | 11:13 |
admin0 | /msg keyServ identify <project> | 11:14 |
admin0 | not a bad idea :) | 11:14 |
admin0 | openstack irc gateway | 11:14 |
*** admin0 has quit IRC | 11:23 | |
*** johnmilton has joined #openstack-ansible | 11:23 | |
pjm6 | mattt: I only had those values | 11:27 |
*** permalac has quit IRC | 11:35 | |
Tebro | hey, what are the default login credentials for the AIO build? | 11:39 |
mattt | Tebro: for horizon ? | 11:39 |
Tebro | liberty | 11:39 |
Tebro | the gui | 11:39 |
mattt | yeah that's horizon | 11:39 |
*** admin0 has joined #openstack-ansible | 11:39 | |
odyssey4me | Tebro they're generated - look in /etc/openstack/deploy/user_secrets for the keystone admin auth password | 11:39 |
mattt | Tebro: grep for keystone_auth_admin_password | 11:40 |
Tebro | thx | 11:40 |
*** javeriak has quit IRC | 11:41 | |
*** pjm6 has quit IRC | 11:44 | |
*** pjm6 has joined #openstack-ansible | 11:45 | |
*** markvoelker has joined #openstack-ansible | 11:46 | |
*** openstackgerrit has quit IRC | 11:47 | |
*** openstackgerrit has joined #openstack-ansible | 11:48 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-os_nova: [WIP] Standardise nova functional tests and add actual tests https://review.openstack.org/298663 | 11:50 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance: Adjust Glance/Swift backend configuration https://review.openstack.org/299269 | 11:50 |
*** thorst has joined #openstack-ansible | 11:51 | |
*** markvoelker has quit IRC | 11:51 | |
*** pjm6_ has joined #openstack-ansible | 11:57 | |
*** pjm6 has quit IRC | 11:59 | |
*** phiche has joined #openstack-ansible | 12:06 | |
*** karimb has quit IRC | 12:06 | |
*** weshay has joined #openstack-ansible | 12:07 | |
*** phiche1 has quit IRC | 12:08 | |
*** weshay has quit IRC | 12:08 | |
*** weshay has joined #openstack-ansible | 12:09 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance: Adjust Glance/Swift backend configuration https://review.openstack.org/299269 | 12:11 |
*** javeriak has joined #openstack-ansible | 12:12 | |
mattt | odyssey4me: are we capped at 30 mins for the IRR gate jobs ? | 12:23 |
odyssey4me | mattt yes, for the moment | 12:23 |
mattt | odyssey4me: for nova i need keystone, glance, and neutron | 12:24 |
mattt | odyssey4me: and my first attempted timed out :( | 12:24 |
odyssey4me | we can discuss an extension of that with pabelanger when he's online if need be | 12:24 |
odyssey4me | mattt does the test include the copy of the apt and pip.conf files into the containers? | 12:24 |
mattt | odyssey4me: probably not tbh | 12:24 |
odyssey4me | ah, let's try to use that before asking for a timeout increase | 12:25 |
mattt | odyssey4me: let me jam that in and see if it helps | 12:25 |
mattt | odyssey4me: what was a role that was done on again ? | 12:26 |
mattt | odyssey4me: n/m got it | 12:27 |
*** woodard has joined #openstack-ansible | 12:27 | |
odyssey4me | https://github.com/openstack/openstack-ansible-os_keystone/commit/c912854d8e99e993176c781a1a6613d579ad8be5 | 12:27 |
*** woodard has quit IRC | 12:27 | |
*** woodard has joined #openstack-ansible | 12:28 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-os_nova: [WIP] Standardise nova functional tests and add actual tests https://review.openstack.org/298663 | 12:28 |
odyssey4me | mattt while you wait for that to build, could you perhaps take a look at https://review.openstack.org/299269 and give me your thoughts? | 12:30 |
*** openstackgerrit has quit IRC | 12:33 | |
*** openstackgerrit has joined #openstack-ansible | 12:33 | |
mattt | odyssey4me: sure, looking | 12:34 |
mattt | odyssey4me: bit confused by this statement: "This change has been done in such a way that when | 12:34 |
pjm6_ | mattt: thanks that worked =D (about the glance) | 12:34 |
mattt | using Keystone v3 for authentication, the current configuraiton | 12:34 |
mattt | method breaks." | 12:34 |
mattt | pjm6_: yay! | 12:34 |
odyssey4me | mattt yup, the old glance_store config for swift breaks when using keystone v3 | 12:34 |
odyssey4me | that's why https://review.openstack.org/296799 switched to using the file backend | 12:35 |
mattt | odyssey4me: ah hadn't seen that | 12:35 |
odyssey4me | basically we have to switching to the new method of configuring swift back-ends | 12:35 |
odyssey4me | there is a patch to glance_store in review to help fix the breaking deprecation, but it's unlikely to get into Mitaka before release | 12:36 |
mattt | sure, makes sense now, didn't realise this was to address that open bug | 12:36 |
*** woodard has quit IRC | 12:40 | |
*** woodard has joined #openstack-ansible | 12:42 | |
mattt | odyssey4me: i could have sworn we used to support multi tenant store | 12:42 |
odyssey4me | if we do then that patch needs to get a lot more complicated | 12:43 |
mattt | odyssey4me: i see no indication now that it's supported, but i could have sworn we used to be able to | 12:43 |
*** markvoelker has joined #openstack-ansible | 12:47 | |
mattt | odyssey4me: lgtm, going to test it quickly | 12:48 |
odyssey4me | thanks mattt | 12:48 |
*** furlongm has quit IRC | 12:49 | |
pjm6_ | to change the keyboard settings of the Nova VNC are in the nova_console_container ? | 12:49 |
*** furlongm has joined #openstack-ansible | 12:49 | |
pjm6_ | yes :) | 12:49 |
*** javeriak has quit IRC | 12:49 | |
pjm6_ | in container infra1_nova_console_container, file /etc/nova/nova.conf | 12:49 |
pjm6_ | [spice] keymap | 12:49 |
*** javeriak has joined #openstack-ansible | 12:50 | |
*** javeriak has quit IRC | 12:51 | |
pjm6_ | but the service that I should restart would be nova-consoleauth or nova-spicehtml5proxy? | 12:51 |
*** markvoelker has quit IRC | 12:51 | |
*** admin0_ has joined #openstack-ansible | 12:55 | |
*** swati__ has joined #openstack-ansible | 12:55 | |
*** admin0 has quit IRC | 12:55 | |
*** admin0_ is now known as admin0 | 12:55 | |
swati__ | Hi..my designate services are up with openstack-ansible....now I want to have a designate-dashboard for it --https://github.com/openstack/designate-dashboard | 12:59 |
odyssey4me | pjm6_ you shouldn't be editing any openstack conf files by hand | 12:59 |
odyssey4me | the playbooks do it for you | 13:00 |
swati__ | how do I integrate this in openstack-ansible | 13:00 |
pjm6_ | it's possible to change n | 13:00 |
odyssey4me | but then you must configure it via changes to user_variables | 13:00 |
pjm6_ | the keymap? | 13:00 |
odyssey4me | pjm6_ it's quite visible which variable to use: https://github.com/openstack/openstack-ansible/blob/liberty/playbooks/roles/os_nova/templates/nova.conf.j2#L126 | 13:01 |
swati__ | I am unsure of what directories or component to exactly change to enable this? | 13:01 |
odyssey4me | add 'nova_console_keymap: <your value>' in /etc/openstack_deploy/user_variables.yml | 13:01 |
pjm6_ | thanks odyssey4me | 13:02 |
pjm6_ | btw: do you know what keymap languages are available? | 13:02 |
odyssey4me | swati__ I would expect that something needs to change in the horizon role? although I'm not sure - you would need to figure out how to do it and then determine where the changes should go based on what the procedure to install it normally would be | 13:02 |
odyssey4me | pjm6_ no idea - check the nova configuration reference | 13:02 |
odyssey4me | or, failing that, check the spice configuration reference | 13:02 |
pjm6_ | I already see but only says that exists that option | 13:03 |
pjm6_ | but not which values can take :\ | 13:03 |
pjm6_ | (in nova) | 13:03 |
pjm6_ | gonna see spice) | 13:03 |
pjm6_ | then which playbook I use odyssey4me ? | 13:07 |
pjm6_ | ansible os-nova-install.yml ? | 13:09 |
*** cloudtrainme has joined #openstack-ansible | 13:11 | |
odyssey4me | pjm6_ yes | 13:14 |
pjm6_ | tks :) | 13:16 |
pjm6_ | well it is giving syntax error :| | 13:16 |
odyssey4me | pjm6_ what did you add to your user_variables file? | 13:16 |
pjm6_ | this should be fine "nova_console_keymap: pt-pt" or I have to escape the - | 13:17 |
pjm6_ | forget | 13:17 |
pjm6_ | 'pt-pt' | 13:17 |
pjm6_ | i think | 13:17 |
openstackgerrit | git-harry proposed openstack/openstack-ansible: Add var to control MongoDB user creation https://review.openstack.org/299386 | 13:17 |
odyssey4me | put the value in quotes | 13:17 |
pjm6_ | well it giving in the same | 13:18 |
pjm6_ | nova_console_keymap: "pt-pt" | 13:18 |
*** openstackgerrit has quit IRC | 13:18 | |
pjm6_ | that make no sense :x | 13:18 |
*** woodard_ has joined #openstack-ansible | 13:18 | |
*** jthorne has joined #openstack-ansible | 13:18 | |
*** openstackgerrit has joined #openstack-ansible | 13:18 | |
*** woodard has quit IRC | 13:20 | |
odyssey4me | what's giving the syntax error? ansible or nova ? | 13:20 |
*** jthorne_ has quit IRC | 13:21 | |
pjm6_ | it was the user_variables file | 13:22 |
swati__ | <odyssey4me> Jesse the steps are mentioned here https://github.com/openstack/designate-dashboard/blob/master/README.rst, so can somebody help me with the way to integrate these files on ansible? | 13:22 |
pjm6_ | I find the problem (I think) | 13:22 |
pjm6_ | I had a space in a definition | 13:22 |
pjm6_ | glance_default_storage: cinder | 13:22 |
pjm6_ | i removed that blank space | 13:22 |
pjm6_ | and now its working =) | 13:22 |
pjm6_ | at least don't give error in parsing | 13:22 |
*** phiche1 has joined #openstack-ansible | 13:22 | |
mhayden | morning folks | 13:25 |
admin0 | \o | 13:25 |
*** javeriak has joined #openstack-ansible | 13:25 | |
*** phiche has quit IRC | 13:26 | |
*** busterswt has joined #openstack-ansible | 13:27 | |
*** javeriak_ has joined #openstack-ansible | 13:30 | |
winggundamth | hi | 13:32 |
*** javeriak has quit IRC | 13:32 | |
*** javeriak_ has quit IRC | 13:32 | |
*** javeriak has joined #openstack-ansible | 13:32 | |
pjm6_ | morning mhayden | 13:34 |
pjm6_ | well I don't have sure | 13:35 |
pjm6_ | but for anyone who is looking about keymaps | 13:35 |
pjm6_ | I find this folder /usr/share/qemu/keymaps (in the compute host) | 13:35 |
pjm6_ | that have keymaps supported by qemu | 13:35 |
winggundamth | http://paste.openstack.org/show/492445/ | 13:37 |
winggundamth | anyone has any idea about both my router has active ha_state? | 13:37 |
winggundamth | at first the router still working fine with active and standby | 13:37 |
winggundamth | but after I try to add something to the router such as static route, new tenant router. the state suddenly changed | 13:38 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_build: Make the use of the repo index overrides entirely optional https://review.openstack.org/299400 | 13:39 |
winggundamth | and I couldn't get it back to active-standby even I reboot a neutron host. when server still rebooting it will go standby but when it finished reboot it will get back to active-active again | 13:39 |
odyssey4me | swati__ I don't have the time at the moment to figure that out. Perhaps someone else will, but most of us are focused on preparing for a Mitaka release, so new features are not high priority. | 13:40 |
*** mgoddard_ has joined #openstack-ansible | 13:45 | |
*** saneax is now known as saneax_AFK | 13:46 | |
*** jthorne has quit IRC | 13:47 | |
*** javeriak has quit IRC | 13:47 | |
*** jthorne has joined #openstack-ansible | 13:47 | |
*** markvoelker has joined #openstack-ansible | 13:48 | |
*** mgoddard has quit IRC | 13:48 | |
*** LanceHaig has joined #openstack-ansible | 13:49 | |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-os_nova: [WIP] Standardise nova functional tests and add actual tests https://review.openstack.org/298663 | 13:50 |
*** javeriak has joined #openstack-ansible | 13:50 | |
odyssey4me | automagically meteorfox and there we have it: https://github.com/openstack/openstack-ansible-os_rally | 13:50 |
*** markvoelker has quit IRC | 13:52 | |
jwitko | hey odyssey4me, I'm currently in an argument with my boss about providing two physical interfaces per openstack compute and controller nodes. I'm having a hard time articulating why we want this (I've listed separation of mgmt and data/vlan, security benefits of doing this, capacity issues affecting mgmt if VM/data layer is impacted and they're sharing an interface, etc) do you | 13:53 |
jwitko | have anything else that comes to mind that can help me convince them that two interfaces (or even four) is the way to go ? | 13:53 |
jwitko | or maybe I'm wrong and you have words to convince me otherwise | 13:53 |
jwitko | they feel that even the controllers/compute nodes of an openstack cluster should be treated like cattle and it should be irrelevant if one goes down or if an interface gets saturated | 13:54 |
meteorfox | odyssey4me: nice... sorry i couldn't help you out with this. I'll try it out soon. | 13:54 |
odyssey4me | jwitko well, my typical justification would start with the use of bonding to reduce the likelihood of a hardware failure causing down time - and if you have the right kit it gives you 10GB up and 10GB down in a trunk, which is great for storage | 13:55 |
jwitko | odyssey4me, Yes absolutely a great point. But they don't want to even bond! that would be 4x physical interfaces and they're trying to just have one on each server | 13:56 |
jwitko | (or 2x bonded but no segregation physically for mgmt layer) | 13:56 |
odyssey4me | it depends on what you're trying to achieve really, and what the SLA's you promise are | 13:56 |
jwitko | Yea, thats fair | 13:56 |
*** ametts has joined #openstack-ansible | 13:57 | |
jwitko | in this scenario they bring up VMs and tear them down at a rapid fire rate | 13:57 |
odyssey4me | at my previous employer, for a public cloud, we used 2x10GB bonded interfaces and segregated traffic via vlan's only | 13:57 |
odyssey4me | that worked well enough, and most of those bonded interfaces idled most of the time | 13:57 |
odyssey4me | it was really only the intense use of storage that spiked the traffic - oh and compromised instances of course :p | 13:58 |
*** goretoxo has joined #openstack-ansible | 14:00 | |
jwitko | lol | 14:00 |
jwitko | yea, So I guess if they're ok with a constantly flapping controller and compute layer then maybe I shouldn't be arguing about it so hard | 14:00 |
*** scarlisle has quit IRC | 14:04 | |
odyssey4me | yeah, realistically it's easy to adjust later if it does become a problem | 14:06 |
*** mgoddard_ has quit IRC | 14:06 | |
odyssey4me | but I expect that the extra expense is balking them a little | 14:06 |
*** mgoddard has joined #openstack-ansible | 14:06 | |
odyssey4me | the design has to fit the needs of the business | 14:06 |
odyssey4me | risks need to be managed, but not necessarily mitigated | 14:06 |
odyssey4me | if they're happy to accept the security related risks of not segregating the control and data plane, then that's up to the business who ultimately answer to it - all you have to do is enrue that it's registsred | 14:07 |
odyssey4me | assuming it's a switch network, the likelihood of flapping is pretty low - especially if you have decent gear, preferably non-blocking switches | 14:08 |
*** jiteka has quit IRC | 14:08 | |
*** spotz_zzz is now known as spotz | 14:08 | |
mattt | odyssey4me: does designate role work yet? just wondering if we should be trying to integrate it into horizon yet when it (last i heard) it doesn't work | 14:09 |
odyssey4me | mattt the API listens, but as far as I know it doesn't actually do the DNS bits on the back yet | 14:10 |
odyssey4me | so yeah, in my view we can get it all going in the Newton cycle unless someone has the inclination to work on it | 14:10 |
mattt | swati__: i'd rather see proof that this role is actually usable before we spend efforts on integrating into horizon | 14:10 |
odyssey4me | but I think we should be focused on the projects implemented in the integrated build first | 14:10 |
odyssey4me | mattt the only real point of interest of course is that this is the first 'plugin' to Horizon which has been needed, so it's interesting from that point of view | 14:11 |
odyssey4me | I expect that more will be coming | 14:11 |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:12 | |
swati__ | Jesse I figured out the proxy issue lately and it is actually working for me now | 14:12 |
swati__ | I can associate instances to dns records | 14:12 |
odyssey4me | swati__ it'd be lover to see a patch up for review then | 14:13 |
swati__ | I can associate instances to dns records | 14:13 |
odyssey4me | *lovely | 14:13 |
swati__ | so was trying to get it on horizon via dashboard as well | 14:13 |
odyssey4me | swati__ well, you are welcome to go ahead and figure it out - but we would like to see patches for the role to get into a better working state, and to have some tests, before the project looks at integration | 14:14 |
swati__ | ok..i will figure that out how to update the existing repos | 14:15 |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-os_nova: [WIP] Standardise nova functional tests and add actual tests https://review.openstack.org/298663 | 14:15 |
*** markvoelker has joined #openstack-ansible | 14:16 | |
*** karimb has joined #openstack-ansible | 14:16 | |
cloudnull | jwitko: I think the benifits from bonding is where I'd argue the hardest. If performance is key then bonding+LACP if stability then bonding+active/passive -- building a cloud with known network limitations, or break points seems like more of a waist of money than the cost of an additional nic(s). | 14:17 |
cloudnull | also i'd push hard on _NOT_ doing that for the control plain, while we have clustered systems in place for rabbitmq and galera constant flapping will make rabbitmq and mariadb+galera very angry | 14:18 |
cloudnull | not to mention cause performance problems for the apis if they have to consistently reconnect to a message queue or db that is no longer responsive. | 14:19 |
* cloudnull my 2cents | 14:19 | |
*** scarlisle has joined #openstack-ansible | 14:20 | |
cloudnull | jwitko: while your around, https://gist.github.com/cloudnull/d9c9a85bdfeccbbe5b93 -- that was created after your latest 'bout with network issues potentially caused by a broken veth to an agent container. | 14:20 |
cloudnull | im going to try and get that into the docs , maybe ill look at that today. | 14:21 |
winggundamth | hi cloudnull. sorry for interrupting but do you have any idea about my both ha routers has been active? | 14:22 |
*** javeriak has quit IRC | 14:24 | |
*** Mudpuppy has joined #openstack-ansible | 14:25 | |
*** furlongm_ has joined #openstack-ansible | 14:26 | |
*** furlongm has quit IRC | 14:26 | |
*** Brew has joined #openstack-ansible | 14:28 | |
*** javeriak has joined #openstack-ansible | 14:29 | |
*** Mudpuppy has quit IRC | 14:30 | |
*** pjm6_ has quit IRC | 14:30 | |
*** jiteka has joined #openstack-ansible | 14:35 | |
*** furlongm has joined #openstack-ansible | 14:37 | |
*** furlongm_ has quit IRC | 14:38 | |
serverascode | is there a way to reduce logging in aio? I have turned off auditd for now, but my small root|log partition keeps getting filled up if it's on | 14:41 |
*** cloudtrainme has quit IRC | 14:42 | |
*** sdake has joined #openstack-ansible | 14:44 | |
*** markvoelker has quit IRC | 14:46 | |
*** michaelgugino has joined #openstack-ansible | 14:51 | |
*** javeriak has quit IRC | 14:52 | |
*** sdake_ has joined #openstack-ansible | 14:56 | |
*** sdake has quit IRC | 14:57 | |
*** ametts has quit IRC | 14:57 | |
*** neilus has quit IRC | 14:59 | |
*** swati__ has quit IRC | 15:00 | |
odyssey4me | serverascode we default to setting debug: True, so you can set that to false | 15:03 |
*** KLevenstein has joined #openstack-ansible | 15:04 | |
*** admin0 has quit IRC | 15:05 | |
*** jiteka has quit IRC | 15:06 | |
*** sdake has joined #openstack-ansible | 15:08 | |
*** sdake_ has quit IRC | 15:10 | |
*** jorge_munoz has joined #openstack-ansible | 15:11 | |
serverascode | ah, ok thanks | 15:15 |
*** saneax_AFK is now known as saneax | 15:16 | |
*** jiteka has joined #openstack-ansible | 15:18 | |
*** Mudpuppy has joined #openstack-ansible | 15:19 | |
*** mikelk has quit IRC | 15:21 | |
*** galstrom_zzz is now known as galstrom | 15:22 | |
odyssey4me | cloudnull I'm taking a look at the way tempest installs - it's got the isolated flag set to avoid the use of the local repo, but in my test build it installs successfully by using the repo | 15:23 |
*** javeriak has joined #openstack-ansible | 15:23 | |
odyssey4me | is there any reason that you can think of that it needs to be isolated? | 15:24 |
*** pjm6 has joined #openstack-ansible | 15:24 | |
*** javeriak_ has joined #openstack-ansible | 15:26 | |
*** Mudpuppy has quit IRC | 15:26 | |
*** Mudpuppy has joined #openstack-ansible | 15:26 | |
*** javeriak has quit IRC | 15:28 | |
*** markvoelker has joined #openstack-ansible | 15:29 | |
*** cloudtrainme has joined #openstack-ansible | 15:32 | |
*** javeriak_ has quit IRC | 15:33 | |
*** javeriak has joined #openstack-ansible | 15:34 | |
*** galstrom is now known as galstrom_zzz | 15:35 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Remove tempest_pip_instructions from group_vars https://review.openstack.org/299478 | 15:37 |
cloudnull | o// | 15:40 |
*** Mudpuppy has quit IRC | 15:41 | |
*** pjm6 has quit IRC | 15:41 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest: Change Tempest pip install options https://review.openstack.org/299484 | 15:42 |
*** weezS has joined #openstack-ansible | 15:43 | |
*** karimb has quit IRC | 15:43 | |
*** permalac has joined #openstack-ansible | 15:44 | |
*** flwang1 has quit IRC | 15:46 | |
*** pjm6 has joined #openstack-ansible | 15:46 | |
*** saneax is now known as saneax_AFK | 15:48 | |
*** pjm6 has quit IRC | 15:48 | |
* cloudnull seems to be missing scrollback from the bouncer. RE:ping if needed. | 15:48 | |
javeriak | cloudnull o/ | 15:49 |
cloudnull | ohai javeriak -- how have you been ? | 15:49 |
cloudnull | long time no chat :) | 15:50 |
odyssey4me | cloudnull your thoughts on https://review.openstack.org/299478 / https://review.openstack.org/299484 ? | 15:50 |
*** pjm6 has joined #openstack-ansible | 15:50 | |
javeriak | cloudnull how about you? | 15:50 |
javeriak | yea i know :) | 15:50 |
cloudnull | odyssey4me: looking now | 15:50 |
odyssey4me | also, cores - https://review.openstack.org/299269 is crucial for the Mitaka release, please review asap | 15:50 |
cloudnull | javeriak: I'm quite well | 15:50 |
javeriak | cloudnull ive been working on a osic cluster since last week; heard you were the focal person for that | 15:51 |
cloudnull | im one of many | 15:51 |
*** ametts has joined #openstack-ansible | 15:51 | |
cloudnull | if I can help let me know | 15:51 |
* jthorne waves to javeriak | 15:52 | |
javeriak | jthorne heyy, didnt know you were on the channel too :) | 15:52 |
javeriak | cloudnull so ive started with OSA Liberty and generally to test install and scale, and things went generally smoothly i must say, osa does quite well at large installs | 15:53 |
cloudnull | ^ Awesome ! | 15:53 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_neutron: [WIP] Remove iptables checksum rule script https://review.openstack.org/293067 | 15:54 |
*** karimb has joined #openstack-ansible | 15:54 | |
*** pjm6_ has joined #openstack-ansible | 15:54 | |
javeriak | cloudnull yea i know, it was pretty cool, seeing it all come up without too much hair pulling; i only saw a few hiccups that i wanted to ask you guys about, odyssey4me also; what i have atm is 130 nodes, and unreachable errors were quite common, i got a few on every playbook run, re-running fixed that though, but anyway to improve on that? as that pretty much looks like an ansible concurrency limit perhaps? | 15:56 |
*** scarlisle has quit IRC | 15:56 | |
jthorne | javeriak: how many forks are you using? i've noticed issues when using too many Ansible forks | 15:56 |
*** pjm6_ has quit IRC | 15:57 | |
jthorne | javeriak: when i lowered it from 40 to say 25, everything worked. mainly saw those issues in the nova playbooks | 15:57 |
*** pjm6 has quit IRC | 15:57 | |
*** pjm6_ has joined #openstack-ansible | 15:57 | |
javeriak | jthorne the default, as i didnt touch the ansible cfg at first; which is i think 5? | 15:57 |
jthorne | ah | 15:57 |
cloudnull | javeriak -- I believe odyssey4me has some config options that can be set on the deployment host for the ssh config which can generally improve the performance and stability when making a lot of concurrent connections. | 15:58 |
javeriak | cloudnull well i added more ssh_retries and that improved it a bit | 15:58 |
*** mgoddard_ has joined #openstack-ansible | 15:59 | |
cloudnull | odyssey4me: do you have your notes anywhere on that ^^ | 15:59 |
*** pjm6_ has quit IRC | 15:59 | |
cloudnull | I cant remember the options ... sorry javeriak | 15:59 |
*** flwang1 has joined #openstack-ansible | 15:59 | |
javeriak | also jthorne, was following this blog of yours here: https://thornelabs.net/2015/11/26/install-and-configure-cobbler-on-ubuntu-1404.html ; does that do something to the LVM config, because my lxc's wouldnt create with an lvm backend option, i had to change to dir | 16:00 |
cloudnull | javeriak: did you setup a lxc volume group ? | 16:00 |
cloudnull | like so http://docs.openstack.org/developer/openstack-ansible/install-guide/targethosts-prepare.html?highlight=lvm#configuring-lvm | 16:01 |
javeriak | cloudnull not explicity, that i have also always left as whatever default configs the playbooks do and lvm always work as is | 16:02 |
*** Mudpuppy has joined #openstack-ansible | 16:02 | |
javeriak | ive lost the error somewhere now, so i cant remember what exactly it was stuck on | 16:02 |
*** mgoddard has quit IRC | 16:02 | |
javeriak | but from the code it looks like if it doesnt find lvm, it uses dir | 16:03 |
cloudnull | so long as the lxc volume group exists the containers should auto spawn in an LV. | 16:03 |
cloudnull | yes. | 16:03 |
*** pjm6 has joined #openstack-ansible | 16:03 | |
cloudnull | javeriak: ill look into that though | 16:04 |
cloudnull | maybe something is going on there. | 16:04 |
javeriak | ah yes here it is: INFO: Volume group "lxc" has insufficient free space (0 extents): xyz required; and listing the vgroup showed Free 0 as well; what was i missing? | 16:04 |
jthorne | ah yes | 16:05 |
jthorne | that happens when the lxc LVM Volume Group doesn't have any more space | 16:05 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: If a global pip.conf file exists, let the AIO use it for containers https://review.openstack.org/299503 | 16:05 |
javeriak | those machines are monstrous though, and i think the lxc vg had quite a bit allocated | 16:05 |
*** shanec has joined #openstack-ansible | 16:05 | |
javeriak | but i wasnt able to resize the extents, | 16:06 |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-os_nova: [WIP] Standardise nova functional tests and add actual tests https://review.openstack.org/298663 | 16:06 |
jthorne | javeriak: i have recently put together a specific provisioning process for the OSIC cluster: https://gist.github.com/jameswthorne/6b2498baf438392feeda | 16:06 |
jthorne | it has OSA specific Preseed files that setup the partitions as intended and as many other things | 16:06 |
javeriak | jthorne .. oh man, i wish i had seen this last week :P, maybe you guys should send that over with the access info :) | 16:07 |
jthorne | javeriak: yeah sorry, it wasn't ready last week | 16:07 |
javeriak | no worries :), we managed to get it up and running 2 days | 16:08 |
odyssey4me | cloudnull actually it was bgmccollum_ that was the expert in ssh connectivity matters | 16:08 |
odyssey4me | javeriak interesting though - was your deployment host on the same l2 network as the containers/hosts ? | 16:08 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible: Add haproxy-install to setup-infrastructure.yml https://review.openstack.org/299507 | 16:09 |
*** pjm6 has quit IRC | 16:09 | |
javeriak | odyssey4me yep; i was using the same subnet for management and ansible | 16:09 |
*** pjm6 has joined #openstack-ansible | 16:09 | |
javeriak | odyssey4me, cloudnull , jthorne, which actually reminds me of another thing; the dynamic inventory doesnt hard code the subnet mask to 24 anywhere does it? cause i started out with /22 for all of the networks; br-mgmt, br-vxlan, br-storage etc; but it kept complaining on not enough IP addresses available, and there was no overlap; as far as i know, it need only those extra ~70ish IPs for the infra containers on management? | 16:12 |
*** phalmos has joined #openstack-ansible | 16:12 | |
*** pjm6_ has joined #openstack-ansible | 16:13 | |
javeriak | eventually i took out the un-used networks, which is what we usually do in plumgrid deployments so that only the management one was used and that worked | 16:13 |
*** scarlisle has joined #openstack-ansible | 16:14 | |
cloudnull | no hard coding. | 16:16 |
*** pjm6 has quit IRC | 16:16 | |
*** weezS has quit IRC | 16:17 | |
cloudnull | in the openstack inventory json you should see the /22 network and the appropriate netmask in all of the container hostvar entries | 16:18 |
*** openstack has joined #openstack-ansible | 17:06 | |
*** permalac has quit IRC | 17:07 | |
javeriak | odyssey4me the mutlti-region and cells support you mentioned above for newton; do you guys have anything in repo at the moment ? or by when do you think you might, so i can start playing with it | 17:07 |
*** eil397 has joined #openstack-ansible | 17:07 | |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server: Remove clustering config from rabbitmq.config https://review.openstack.org/298665 | 17:07 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible: Fix typo in upgrade script https://review.openstack.org/299541 | 17:07 |
odyssey4me | javeriak heh, we're not even close to that - we'll discuss what we're hoping to achieve in that work at the summit - then get down to business afterwards | 17:10 |
*** fawadkhaliq has quit IRC | 17:10 | |
javeriak | odyssey4me oh okay :( | 17:10 |
odyssey4me | jmccrory are you busy doing some upgrade testing? | 17:10 |
jmccrory | odyssey4me: a coworker is, he just told me about that playbook not being run | 17:11 |
*** fawadkhaliq has joined #openstack-ansible | 17:11 | |
jmccrory | testing the lbaasv2 patch right now myself | 17:11 |
odyssey4me | whoops, that's a pretty glaring mistake d34dh0r53 palendae | 17:11 |
palendae | Yep | 17:12 |
palendae | Evidently it works without host upgrades? >.< | 17:12 |
odyssey4me | nice, good to know that there's more testing of upgrades going on :) | 17:12 |
palendae | jmccrory: Appreciate the catch and independent testing. | 17:12 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts: Updated role using the Multi-Distro framework https://review.openstack.org/295606 | 17:13 |
jmccrory | palendae: no problem, otherwise seems to be going pretty well. he's been going from going from juno up | 17:14 |
palendae | jmccrory: Sweet | 17:14 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone: Updated role using the Multi-Distro framework https://review.openstack.org/295615 | 17:17 |
*** jayc has quit IRC | 17:17 | |
jwitko | cloudnull, thanks for showing me https://gist.github.com/cloudnull/d9c9a85bdfeccbbe5b93 -- much appreciated! | 17:20 |
openstackgerrit | Paul Belanger proposed openstack/openstack-ansible-pip_install: DNM https://review.openstack.org/299545 | 17:26 |
*** electrofelix has quit IRC | 17:28 | |
*** jayc has joined #openstack-ansible | 17:29 | |
*** rohanp_ has joined #openstack-ansible | 17:29 | |
*** pjm6_ has quit IRC | 17:31 | |
*** phiche1 has quit IRC | 17:35 | |
cloudnull | jwitko: anytime. was created because of you :) | 17:36 |
*** admin0 has joined #openstack-ansible | 17:38 | |
*** sdake has quit IRC | 17:42 | |
mhayden | odyssey4me: thanks for the deuce on lbaas :) | 17:45 |
openstackgerrit | Matthew Thode proposed openstack/openstack-ansible-os_nova: remove depricated manager options and replace class paths https://review.openstack.org/298450 | 17:47 |
*** fawadkhaliq has quit IRC | 17:49 | |
*** fawadkhaliq has joined #openstack-ansible | 17:51 | |
*** busterswt has quit IRC | 17:55 | |
openstackgerrit | Paul Belanger proposed openstack/openstack-ansible-pip_install: Add libselinux-python to bindep https://review.openstack.org/299545 | 17:58 |
openstackgerrit | Paul Belanger proposed openstack/openstack-ansible-pip_install: Remove curl from bindep https://review.openstack.org/299562 | 17:58 |
pabelanger | odyssey4me: should fix centos-7 dibs ^ | 17:59 |
prometheanfire | spotz: not sure what you mean by 'remove should be remove' | 17:59 |
spotz | ha I typoed! removed past tense:) | 17:59 |
*** KLevenstein has quit IRC | 18:00 | |
prometheanfire | ah | 18:00 |
spotz | prometheanfire: But it's not worth a new patch | 18:00 |
prometheanfire | ya | 18:00 |
prometheanfire | if someone else complains | 18:00 |
*** KLevenstein has joined #openstack-ansible | 18:00 | |
odyssey4me | pabelanger ah, all fixed up then? | 18:02 |
*** cloudtrainme has quit IRC | 18:02 | |
odyssey4me | stevelle please take a peek at https://review.openstack.org/299269 when you have a moment | 18:07 |
pabelanger | odyssey4me: looks to be | 18:09 |
prometheanfire | spotz: removed code review? | 18:10 |
spotz | bah did it remove the +1? I was just trying to fix my typo:( | 18:11 |
prometheanfire | yep | 18:11 |
spotz | prometheanfire: ok it's back! | 18:12 |
prometheanfire | lol, thanks | 18:12 |
cloudnull | odyssey4me: looking into the failed build log issues. | 18:13 |
odyssey4me | cloudnull thanks, the only thing I could think of was to add chmod's to run_playbooks between playbook runs, but it's messy | 18:14 |
cloudnull | odyssey4me i wonder if we can simply change the perms to 777 here https://github.com/openstack/openstack-ansible/blob/master/scripts/gate-check-commit.sh#L83-L85 | 18:17 |
* cloudnull trying | 18:18 | |
odyssey4me | cloudnull maybe - I guess a test patch with an intended fail would make that work? | 18:18 |
odyssey4me | although the real test is a proper fail | 18:18 |
odyssey4me | another thing that could work is forcing a flush to disk on the fail - maybe the issue here is that the chmod we're doing isn't getting to the disk in time | 18:19 |
*** fawadkhaliq has quit IRC | 18:22 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: [TEST] log dir perms for infra https://review.openstack.org/299571 | 18:22 |
cloudnull | the flish might work | 18:22 |
cloudnull | *flush | 18:23 |
*** fawadkhaliq has joined #openstack-ansible | 18:23 | |
*** ChrisBenson has joined #openstack-ansible | 18:23 | |
cloudnull | we could trap the failure (exit >0) and then do some function | 18:23 |
openstackgerrit | Michael Gugino proposed openstack/openstack-ansible-os_neutron: [WIP] Implementing neutron_openvswitch_agent https://review.openstack.org/298765 | 18:24 |
mhayden | jmccrory: let me know if you find any issues on the lbaasv2 patch | 18:26 |
odyssey4me | pabelanger I see that there are no outstanding patches so far for Ubuntu Xenial support? When do you think we'll see a dib for it being available? | 18:27 |
*** mgoddard_ has joined #openstack-ansible | 18:28 | |
odyssey4me | If there's a way we can help with that, please let us know. We'll want to be doing tests on Xenial asap in the Newton cycle. | 18:28 |
pabelanger | odyssey4me: should have images uploaded to clouds this evening | 18:28 |
pabelanger | from there, experimental jobs could be created but -infra won't support until ubuntu-xenial is fully released | 18:29 |
pabelanger | FWIW: I plan to do some smoke testing with my ansible roles / windmill :) | 18:29 |
*** mgoddard_ has quit IRC | 18:30 | |
cloudnull | pabelanger: ohai i was going to ping you the other day . | 18:30 |
pabelanger | debian-jessie is also online too | 18:30 |
pabelanger | cloudnull: ohai | 18:30 |
*** mgoddard_ has joined #openstack-ansible | 18:31 | |
cloudnull | i was looking at the nginx role you created on openstack/ and was curious if we could make change to support ansible 1.9.x | 18:31 |
*** michaelgugino_ has joined #openstack-ansible | 18:31 | |
*** mgoddard has quit IRC | 18:31 | |
cloudnull | was looking at how to leverage other roles instead of carrying some of the things we have, like in the repo-server role | 18:31 |
odyssey4me | pabelanger oh awesome, if you can let me know when we can add experimental pipeline jobs for it that'd be great - we've got quite a few people who want to get cracking on seeing what breaks and to get systemd support for all the openstack roles done | 18:31 |
*** weezS has joined #openstack-ansible | 18:32 | |
*** michaelgugino has quit IRC | 18:32 | |
pabelanger | cloudnull: Hmm, maybe. I cannot remember what changes I made to it off the top of my head. | 18:33 |
cloudnull | right now the only incompatibility i've found is here https://github.com/openstack/ansible-role-nginx/blob/master/tasks/install.yaml#L16 | 18:33 |
pabelanger | Ah, ya. that's right. | 18:34 |
odyssey4me | cloudnull needing 1.9x support woudln't really be necessary if we just keep the usage of it in the Newton cycle | 18:34 |
*** sigmavirus24 is now known as sigmavirus24_awa | 18:34 | |
cloudnull | that fair enough | 18:34 |
pabelanger | maybe we could do a branch for 1.9 | 18:34 |
*** KLevenstein_ has joined #openstack-ansible | 18:34 | |
pabelanger | if needed | 18:34 |
cloudnull | if needed. | 18:34 |
cloudnull | no need for extra work | 18:34 |
cloudnull | i was thinking we can leverage that role to deploy our nginx server which we use in the repo-server | 18:35 |
pabelanger | I mean, getting more people to use roles is a good thing :) | 18:35 |
jmccrory | mhayden: sure, should have it back up this afternoon. api calls were all working, but then i accidentally overwrote my secrets file and broke everything heh | 18:35 |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:35 | |
cloudnull | pabelanger: ++ | 18:35 |
*** mgoddard_ has quit IRC | 18:35 | |
*** cloudtrainme has joined #openstack-ansible | 18:36 | |
cloudnull | the other one i was looking at was https://github.com/openstack/ansible-role-ssh | 18:36 |
cloudnull | we have an ssh role we pull in | 18:36 |
cloudnull | but if we can converge on whats already in the openstack namepsace it'd be better IMHO | 18:37 |
pabelanger | Ya, I was going to see how hard it would to have your projects use it | 18:37 |
cloudnull | we're currently using https://github.com/willshersystems/ansible-sshd | 18:37 |
*** KLevenstein has quit IRC | 18:37 | |
*** KLevenstein_ is now known as KLevenstein | 18:37 | |
cloudnull | which is only part of the gate lir | 18:37 |
cloudnull | but more convergence is better | 18:38 |
cloudnull | yes its only in the gate, https://github.com/openstack/openstack-ansible/blob/master/tests/bootstrap-aio.yml#L19 , but maybe we can expand / extend that | 18:38 |
mhayden | jmccrory: been there done that! :) | 18:40 |
pabelanger | So maybe we should sit down sooner then later and see how we can collaborate more on the roles. One thing that I am trying to do with the roles today, is to keep them pretty thin and generic. Comparing to the sshd role you have today, I'd think adding template support for all possible SSHd settings is what I'd like to see. But rather, expose the ability for you to use your own sshd template if | 18:40 |
pabelanger | needed, and restart sshd. Part of the issue we had with puppet modules, is they did too many things, which made it complicated to maintain over time. But thats just my $0.02 | 18:40 |
pabelanger | what I'd like NOT to see | 18:41 |
pabelanger | sorry, confusing | 18:41 |
cloudnull | for sure. im game to get together. | 18:44 |
cloudnull | pabelanger: going to be at the austin summit :) | 18:44 |
pabelanger | yup | 18:45 |
odyssey4me | pabelanger agreed, that's exactly why we implemented the use of the config_template module (and submitted it to Ansible upstream)... it allows a user variable to be set to implement any changes in .ini/.conf/.yaml/.json files | 18:45 |
*** krotscheck is now known as krotscheck_dcm | 18:46 | |
odyssey4me | in the Newton cycle we'll be cleaning out a ton of historical vars which aren't necessary any more | 18:46 |
pabelanger | Ya, I really want to sit in some of your workshop / fishbowl sessions in Austin. Looking forward to it | 18:47 |
spotz | hey can anyone get to etherpad.openstack.org at all? | 18:47 |
odyssey4me | keeping it simple is especially important for what I like to call 'utility' roles - roles that do basic things like install and configure apache/nginx... it should do something, but provide the plumbing to do more and leave it to the user to consume the plumbing | 18:47 |
pabelanger | spotz: yes | 18:47 |
spotz | weird | 18:47 |
*** javeriak has quit IRC | 18:49 | |
*** sdake has joined #openstack-ansible | 18:57 | |
*** weezS has quit IRC | 18:57 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_neutron: [WIP] Remove iptables checksum rule script https://review.openstack.org/293067 | 18:58 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Set lxc_container_caches not to use repo_pip_default_index https://review.openstack.org/299581 | 18:58 |
michaelgugino_ | odyssey4me: cloudnull: added a few thoughts to https://review.openstack.org/#/c/298765/ | 18:59 |
cloudnull | excellent ! | 18:59 |
cloudnull | ill review that in a bit | 19:00 |
*** cloudtrainme has quit IRC | 19:00 | |
odyssey4me | cloudnull if you could take a look through https://review.openstack.org/#/q/project:%255Eopenstack/openstack-ansible.*+topic:gate-optimise+status:open it'd be good to get that done | 19:00 |
odyssey4me | hopefully those can help to speed up the gate for ovh so that we don't get as many timeouts | 19:01 |
*** mgoddard has joined #openstack-ansible | 19:02 | |
cloudnull | ++ | 19:02 |
cloudnull | i was reviewing them , need to continue | 19:02 |
cloudnull | i saw a squirrel | 19:02 |
odyssey4me | haha | 19:02 |
odyssey4me | michaelgugino_ good work on the OVS patch so far, I think it's pretty close even though you have several TODO's | 19:03 |
michaelgugino_ | yes, that suggestion by cloudnull to use cloud archive was a good one. I had no idea that existed. | 19:04 |
odyssey4me | afk for a bit | 19:04 |
*** weezS has joined #openstack-ansible | 19:06 | |
*** mgoddard has quit IRC | 19:12 | |
*** jayc has quit IRC | 19:21 | |
openstackgerrit | Merged openstack/openstack-ansible: Upgrade RabbitMQ on OSA upgrade https://review.openstack.org/298872 | 19:23 |
*** phiche has joined #openstack-ansible | 19:27 | |
openstackgerrit | Merged openstack/openstack-ansible-pip_install: Add libselinux-python to bindep https://review.openstack.org/299545 | 19:27 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install: Remove curl from bindep https://review.openstack.org/299562 | 19:28 |
*** fawadkhaliq has quit IRC | 19:28 | |
*** fawadkhaliq has joined #openstack-ansible | 19:28 | |
openstackgerrit | Merged openstack/openstack-ansible: Add LBaaS v2 support in Liberty https://review.openstack.org/295866 | 19:33 |
* mhayden struts | 19:34 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_neutron: Remove iptables checksum rule script https://review.openstack.org/293067 | 19:41 |
spotz | mhayden Yeah!!!!! | 19:43 |
*** spotz is now known as spotz_zzz | 19:44 | |
mattt | jmccrory: nice! oddly i had a failure on that script today working on the nova functional test | 19:51 |
jmccrory | hah yeah...I think that's what spurred it on for me originally | 19:51 |
jmccrory | inconsistently failing on that step with vagrant | 19:52 |
*** Mudpuppy has quit IRC | 19:52 | |
mattt | one less thing i need to look at | 19:52 |
mattt | or feel guilty about not looking at :P | 19:52 |
jmccrory | hehe | 19:52 |
*** Mudpuppy has joined #openstack-ansible | 19:52 | |
openstackgerrit | Merged openstack/openstack-ansible: Add var to control MongoDB user creation https://review.openstack.org/299386 | 19:54 |
*** fawadkhaliq has quit IRC | 19:55 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins: Update the config_template plugin for ansible2 https://review.openstack.org/299598 | 19:56 |
*** sdake_ has joined #openstack-ansible | 20:00 | |
*** jorge_munoz has quit IRC | 20:00 | |
*** sdake has quit IRC | 20:02 | |
michaelgugino_ | Master cinder seems to be broken. Can't upload images via horizon or openstack/glance cli. | 20:04 |
openstackgerrit | Hector I Gonzalez Mendoza proposed openstack/openstack-ansible-os_cinder: Updated role using Multi-Distro framework https://review.openstack.org/299603 | 20:04 |
michaelgugino_ | I'll try to file a bug report do more research tomorrow. | 20:04 |
*** fawadkhaliq has joined #openstack-ansible | 20:05 | |
*** michaelgugino_ has quit IRC | 20:09 | |
*** jorge_munoz has joined #openstack-ansible | 20:14 | |
cloudnull | jmccrory odyssey4me if you have time to review https://review.openstack.org/299598 it'd be appreciated. I just tested ansible2.1 and it seems this lib is the only one we need updated to make that go | 20:15 |
cloudnull | also the ceph ansible project is looking to bring in some of those changes | 20:15 |
cloudnull | https://github.com/ceph/ceph-ansible/issues/667#issuecomment-203590645 | 20:15 |
cloudnull | so if we can help them out I'm sure they'd appreciate it too | 20:15 |
jmccrory | cloudnull: testing it now, really like how you've got it laid out there | 20:17 |
cloudnull | ^ was inspired by your original work | 20:17 |
*** phalmos has quit IRC | 20:21 | |
*** fawadkhaliq has quit IRC | 20:24 | |
*** fawadkhaliq has joined #openstack-ansible | 20:25 | |
*** sdake has joined #openstack-ansible | 20:32 | |
*** sdake_ has quit IRC | 20:33 | |
*** woodard_ has quit IRC | 20:39 | |
*** openstackgerrit has quit IRC | 20:48 | |
*** openstackgerrit has joined #openstack-ansible | 20:48 | |
*** rohanp_ has quit IRC | 21:00 | |
*** daneyon has joined #openstack-ansible | 21:04 | |
*** daneyon_ has quit IRC | 21:07 | |
*** scarlisle has quit IRC | 21:08 | |
*** eil397 has quit IRC | 21:12 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-plugins: Update the config_template plugin for ansible2 https://review.openstack.org/299598 | 21:14 |
*** thorst has quit IRC | 21:14 | |
*** thorst has joined #openstack-ansible | 21:15 | |
*** thorst_ has joined #openstack-ansible | 21:17 | |
*** wadeholler has joined #openstack-ansible | 21:18 | |
*** thorst has quit IRC | 21:19 | |
wadeholler | hey all. need some simple help. I end up with lxc_containers that I can't ssh into; no /root/.ssh dir in /var/lib/lxc/{container_name}/rootfs; | 21:20 |
wadeholler | I have a rootfs-i386 in /var/cache/lxc that gets recreated when I remove it; the right pub key appears to be placed in /var/cache/lxc/rootfs-amd64 | 21:21 |
wadeholler | can't someone point me in a direction ? figured it would be faster than me continuing to dig for hours | 21:22 |
*** thorst_ has quit IRC | 21:22 | |
*** asettle has joined #openstack-ansible | 21:26 | |
cloudnull | wadeholler: o/ | 21:26 |
cloudnull | is this for OpenStack Ansible? | 21:27 |
cloudnull | or just using the module in general ? | 21:27 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance: Adjust Glance/Swift backend configuration https://review.openstack.org/299269 | 21:27 |
wadeholler | for ....explicatives sake.... ( I am deploying OSAD in a OSAD based installation ) looks like the image I got from glance was i686.... | 21:27 |
*** scarlisle has joined #openstack-ansible | 21:28 | |
cloudnull | wadeholler: glance? is this lxc for the infra or booting an instance using the lxc hypervisor option in nova? | 21:29 |
cloudnull | sorry, i may be missing context | 21:29 |
wadeholler | sorry to waste your time. thanks cloudnull....ill make sure I have the right image. | 21:30 |
cloudnull | no time waisted | 21:30 |
wadeholler | built a multinode environment with osad - then decided we needed to know how to deploy a VM based osad in side the physical based cloud | 21:30 |
cloudnull | ah cool | 21:30 |
cloudnull | if you need an lxc image for ubuntu you can use http://rpc-repo.rackspace.com/container_images/ | 21:31 |
cloudnull | also htey have quite a few images here https://images.linuxcontainers.org/ | 21:32 |
cloudnull | all of which are known to work with lxc/d | 21:32 |
wadeholler | great. first I need to try with something that isn't x86_64 :) surprised I made it this far actually - cheers | 21:34 |
*** thorst has joined #openstack-ansible | 21:34 | |
wadeholler | thank you again | 21:34 |
cloudnull | anytime | 21:36 |
*** thorst has quit IRC | 21:39 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova: remove depricated manager options and replace class paths https://review.openstack.org/298450 | 21:43 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Set default Glance store for the AIO back to Swift https://review.openstack.org/299637 | 21:44 |
*** fawadkhaliq has quit IRC | 21:45 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: [TEST] log dir perms for infra https://review.openstack.org/299571 | 21:46 |
openstackgerrit | Merged openstack/openstack-ansible: Fix typo in upgrade script https://review.openstack.org/299541 | 21:46 |
openstackgerrit | Matt Thompson proposed openstack/openstack-ansible-os_nova: [WIP] Standardise nova functional tests and add actual tests https://review.openstack.org/298663 | 21:48 |
*** fawadkhaliq has joined #openstack-ansible | 21:52 | |
openstackgerrit | Merged openstack/openstack-ansible-plugins: Update the config_template plugin for ansible2 https://review.openstack.org/299598 | 21:53 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_neutron: Remove iptables checksum rule script https://review.openstack.org/293067 | 21:55 |
*** karimb has joined #openstack-ansible | 21:56 | |
*** weshay has quit IRC | 21:59 | |
*** admin0 has quit IRC | 22:04 | |
*** wadeholler has quit IRC | 22:12 | |
*** Brew has quit IRC | 22:13 | |
*** jthorne_ has joined #openstack-ansible | 22:14 | |
*** jthorne has quit IRC | 22:14 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: [TEST] log dir perms for infra https://review.openstack.org/299571 | 22:16 |
*** fawadkhaliq has quit IRC | 22:20 | |
*** fawadkhaliq has joined #openstack-ansible | 22:20 | |
*** phiche has quit IRC | 22:20 | |
*** markvoelker has joined #openstack-ansible | 22:24 | |
*** rohanp_ has joined #openstack-ansible | 22:24 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:27 | |
openstackgerrit | Michael Davies proposed openstack/openstack-ansible: Add installation support for os_ironic https://review.openstack.org/293779 | 22:29 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: [TEST] log dir perms for infra https://review.openstack.org/299571 | 22:32 |
odyssey4me | mhayden have you had a chance to circle back to https://bugs.launchpad.net/bugs/1556204 ? | 22:33 |
openstack | Launchpad bug 1556204 in openstack-ansible "radvd not starting with IPv6 subnets" [Medium,New] - Assigned to Major Hayden (rackerhacker) | 22:33 |
*** fawadkhaliq has quit IRC | 22:34 | |
cloudnull | ++ full ipv6 support would be awesome ! | 22:35 |
*** jorge_munoz has quit IRC | 22:36 | |
*** fawadkhaliq has joined #openstack-ansible | 22:37 | |
*** eil397 has joined #openstack-ansible | 22:40 | |
odyssey4me | cloudnull stevelle and the final return to having swift as the default store to get back to testing properly: https://review.openstack.org/299637 | 22:43 |
*** Mudpuppy has quit IRC | 22:43 | |
*** sdake has quit IRC | 22:46 | |
*** sdake has joined #openstack-ansible | 22:46 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: Ensure the OpenStack gate has access to the logs https://review.openstack.org/299571 | 22:47 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible: Ensure the OpenStack gate has access to the logs https://review.openstack.org/299571 | 22:47 |
cloudnull | odyssey4me: ^ that should fix our log upload issues when the gate fails | 22:48 |
*** johnmilton has quit IRC | 22:48 | |
*** Mudpuppy has joined #openstack-ansible | 22:50 | |
rohanp_ | Folks, I am hitting this error when i tried to upload a new patchset for my existing Gerrit review | 22:51 |
rohanp_ | https://www.irccloud.com/pastebin/OJfoCPAJ/ | 22:51 |
cloudnull | rohanp_: do a git rebase --abort | 22:52 |
cloudnull | then: git fetch --all | 22:52 |
rohanp_ | ok | 22:53 |
cloudnull | git rebase gerrit/master | 22:53 |
cloudnull | that should show you some issues, likely merge conflics | 22:53 |
cloudnull | *conflicts | 22:53 |
cloudnull | next: git status | 22:53 |
cloudnull | and any file listed in the conflict list will need to be fixed | 22:53 |
cloudnull | you can find the lines that need adjustments searching for >>> and <<< | 22:54 |
rohanp_ | on doing the git rebase gerrit/master...i see this | 22:54 |
rohanp_ | https://www.irccloud.com/pastebin/Ev61eEOM/ | 22:54 |
cloudnull | once fixed: git add <filename> | 22:54 |
cloudnull | what does ``git status`` say? | 22:54 |
rohanp_ | ok..i fixed the <<....>> part in my main.yml file | 22:56 |
rohanp_ | which was conflicting file | 22:56 |
rohanp_ | shud i do git add file now? | 22:56 |
cloudnull | now do a ``git add $FILENAME`` | 22:56 |
cloudnull | then `git rebase --continue`` | 22:56 |
cloudnull | and finally ``git review... `` | 22:56 |
*** markvoelker has quit IRC | 22:57 | |
openstackgerrit | Rohan Parulekar proposed openstack/openstack-ansible-os_nova: Nuage nova configuration ansible changes https://review.openstack.org/296538 | 22:57 |
*** ametts has quit IRC | 22:57 | |
cloudnull | ^ success :) | 22:57 |
rohanp_ | thnx a lot | 22:57 |
rohanp_ | :) | 22:57 |
cloudnull | anytime | 22:57 |
cloudnull | PSA: the latest head of ansible, v2.1 seems to be working quite well. | 22:59 |
*** spotz_zzz is now known as spotz | 22:59 | |
cloudnull | in using it i've found the following -- http://pasteraw.com/ | 23:00 |
cloudnull | **http://cdn.pasteraw.com/de8zpuzzm3xou0j8i4ctit50dm9w721 | 23:00 |
cloudnull | ^ we should fix that :_ | 23:00 |
cloudnull | :) | 23:00 |
cloudnull | as we move toward 2.1 we're going to need to update a lot of these too | 23:01 |
cloudnull | http://cdn.pasteraw.com/9dulpqy7aj35b7pw06agzxpa0v51bps | 23:01 |
cloudnull | also so far, the work jmccrory did on 2.x compat is working very well | 23:02 |
*** weezS has quit IRC | 23:03 | |
*** thorst has joined #openstack-ansible | 23:03 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Remove hard-coded pip indexes from repo-build playbook https://review.openstack.org/299656 | 23:03 |
openstackgerrit | Steve Lewis proposed openstack/openstack-ansible-repo_build: Make the use of the repo index overrides optional https://review.openstack.org/299400 | 23:05 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Remove hard-coded pip indexes from repo-build playbook https://review.openstack.org/299656 | 23:06 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: If a global pip.conf file exists, let the AIO use it for containers https://review.openstack.org/299503 | 23:07 |
rohanp_ | @cloudnull: on my new patch; I also see some changes that I didnot make when I compare patchset 1 and 2 | 23:07 |
rohanp_ | https://review.openstack.org/#/c/296538/ | 23:08 |
stevelle | rohanp_: that is because of the rebase. If you look at patchset 2 vs base they should go away | 23:08 |
stevelle | can't really avoid that on a rebase | 23:08 |
rohanp_ | oh, ok..makes sense | 23:08 |
cloudnull | ++ | 23:08 |
rohanp_ | thnx stevelle | 23:08 |
*** saneax_AFK is now known as saneax | 23:09 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Remove hard-coded pip indexes from repo-build playbook https://review.openstack.org/299656 | 23:09 |
*** fawadkhaliq has quit IRC | 23:12 | |
*** fawadkhaliq has joined #openstack-ansible | 23:14 | |
*** karimb has quit IRC | 23:27 | |
*** jthorne_ has quit IRC | 23:32 | |
openstackgerrit | Rohan Parulekar proposed openstack/openstack-ansible-os_nova: Nuage nova configuration ansible changes https://review.openstack.org/296538 | 23:34 |
openstackgerrit | Michael Davies proposed openstack/openstack-ansible: Add installation support for os_ironic https://review.openstack.org/293779 | 23:39 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!