Monday, 2015-08-24

*** woodard has joined #openstack-ansible00:24
*** britthouser has joined #openstack-ansible00:28
*** woodard has quit IRC00:29
*** smallbig has joined #openstack-ansible01:41
*** sigmavirus24_awa is now known as sigmavirus2401:48
*** woodard has joined #openstack-ansible02:15
*** woodard has quit IRC02:15
*** britthouser has quit IRC02:34
*** arbrandes has quit IRC03:00
*** sigmavirus24 is now known as sigmavirus24_awa03:20
*** JRobinson__ is now known as JRobinson__afk03:29
*** openstackgerrit has quit IRC03:31
*** openstackgerrit has joined #openstack-ansible03:32
*** sdake has quit IRC03:38
*** JRobinson__afk has quit IRC04:04
*** JRobinson__afk has joined #openstack-ansible04:10
*** JRobinson__afk is now known as JRobinson__04:11
*** sigmavirus24_awa is now known as sigmavirus2404:23
*** sigmavirus24 is now known as sigmavirus24_awa04:34
*** fawadkhaliq has joined #openstack-ansible04:38
*** shausy has joined #openstack-ansible05:17
*** shausy has quit IRC06:04
*** shausy has joined #openstack-ansible06:08
*** shausy has quit IRC06:25
*** shausy has joined #openstack-ansible06:26
*** JRobinson__ has quit IRC07:12
*** gparaskevas has joined #openstack-ansible07:24
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Remove upstream repo dependency  https://review.openstack.org/21613107:34
*** fawadkhaliq has quit IRC07:53
*** fawadkhaliq has joined #openstack-ansible08:07
cloudnullmorning08:24
odyssey4meo/08:25
*** shausy has quit IRC08:26
*** shausy has joined #openstack-ansible08:26
*** benwh4 has joined #openstack-ansible08:41
benwh4hello o/08:41
benwh4I encounter an error after the container creation task08:44
benwh4failed: [infra2_horizon_container-8dbd30f2 -> 127.0.0.1] => {"elapsed": 301, "failed": true} msg: Timeout when waiting for search string OpenSSH in 10.200.237.40:2208:44
benwh4why does it return 127.0.0.1 as IP does I misconfigured the bridges on my target hosts ?08:45
benwh4FYI from my deployment node I ping all targets by their IP@ on the br-mgmt08:47
benwh4I am stuk their08:47
odyssey4mebenwh4 can you share your openstack_user_config file in pastebin or something?08:47
*** fawadkhaliq has quit IRC08:52
cloudnullodyssey4me:  on https://review.openstack.org/#/c/216131 are you going about creating another patch for the pip install role as well?08:53
odyssey4mecloudnull I just submitted that to get the ball rolling - especially considering the patch to rally to use the setup-infrastructure play08:56
odyssey4meif there are other bits needed, please add another (perhaps dependent patch)08:57
cloudnullok will do08:57
benwh4https://github.com/benwh4/os-ansible-deployment/blob/master/etc/openstack_deploy/pirail_user_config09:00
benwh4odyssey4me that is my user_config09:00
odyssey4mebenwh4 first thing I notice is that the external_lb_vip_address is not in the used_ip's09:08
odyssey4mealso that the external lb address is on the same network as your management network - are you intentionally exposing that address openly?09:08
odyssey4methat network openly I mean09:08
odyssey4mesecond thing is that you have affinities for galera and rabbit to 3 on each infra host, so you end up with 9 galera containers and 9 rabbit containers... is this intentional?09:09
odyssey4metypically in deployments we only have a default of one on each infra host09:09
benwh4no I notice the number of container for rabbit and galera this morning and will changed that09:11
odyssey4mebenwh4 remove the affinity section from each host, you do not need any of them - they will default to one per host09:12
benwh4as for the lb addresses yes it is intentionnal as I an behind a fw in my lab09:12
benwh4ok but I can't still figure out why my ssh at the end of the container creation failed09:14
gparaskevashello there09:14
benwh4hello09:14
gparaskevasi can see that this-> https://bugs.launchpad.net/openstack-ansible/+bug/1414397  is not assigned to anyone. can i assign it to me an work on that? Do i need to submit a blueprint?09:20
openstackLaunchpad bug 1414397 in openstack-ansible trunk "Deploy haproxy with keepalived" [Wishlist,Confirmed]09:20
gparaskevaslol09:21
odyssey4megparaskevas you can if you'd like - considering that keepalived should be implemented using a new role then I would recommend that you put together a blueprint for it, yes09:24
gparaskevasodyssey4me: ok and blueprints through here?-> https://blueprints.launchpad.net/openstack-ansible/09:25
odyssey4megparaskevas yes you can register one there, then submit a spec for review to https://github.com/stackforge/os-ansible-deployment-specs09:27
odyssey4methe template is https://github.com/stackforge/os-ansible-deployment-specs/blob/master/specs/template.rst09:27
odyssey4mebenwh4 so the networks 'container' and 'management' are typically synonymous - having two for the same purpose is a little odd09:28
odyssey4meI think there may be an issue there09:28
odyssey4mebenwh4 collapse the container and management networks into one entity, probably called 'management' for your environment09:29
*** fawadkhaliq has joined #openstack-ansible09:33
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Implement tox.ini config for bashate and pep8 tests  https://review.openstack.org/21617009:47
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Set iptables-persistent install execution to append to log  https://review.openstack.org/21549509:55
evrardjpgood morning09:58
evrardjpfor keepalived I'll work on it09:58
evrardjpI have a working keepalived right now, just it's not according to the best practices09:59
evrardjpalthough other haproxy patches need to be merged first10:00
odyssey4megparaskevas^10:00
gparaskevasHey no problem :)10:07
evrardjpgparaskevas: you want to have keepalived for haproxy only or also for HA routers?10:11
evrardjpI'll focus on haproxy, so ha routers are a welcomed addition ;)10:11
evrardjpit's just gonna be variables to be set10:12
gparaskevasi was thinking for haproxy as my knowledge on neutron is not so good , if this is what you a re saying10:12
evrardjpok10:12
evrardjpI'll work on keepalived next week if everything is fine here10:13
evrardjpodyssey4me: should I comment on this one to get it merged? https://review.openstack.org/#/c/215899/10:17
evrardjpI know we have time until next release, but this way it's done and I can forget it10:18
gparaskevasodyssey4me: isnt that also implemented with my patch(after you mods)?10:19
openstackgerritMerged stackforge/os-ansible-deployment: Remove upstream repo dependency  https://review.openstack.org/21613110:19
gparaskevasevrardjp: https://review.openstack.org/#/c/215019/6/playbooks/roles/haproxy_server/templates/haproxy.cfg.j2 -> take a look10:20
evrardjpyes I know, I don't forget it10:20
evrardjpit's good :)10:21
evrardjpbut 215019 isn't merged in master yet, so it will take even longer to be merged in kilo branch :)10:21
gparaskevasevrardjp: oh! my bad sorry, yours is for kilo! :)10:22
evrardjpwe give haproxy some love, and that's good :)10:23
gparaskevaswe load balance our love to it10:23
*** sdake has joined #openstack-ansible10:26
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Removed rpc-repo upstream pip deps  https://review.openstack.org/21618110:36
openstackgerritMerged stackforge/os-ansible-deployment: Add regex check for ssh connection  https://review.openstack.org/20779310:37
*** javeriak has joined #openstack-ansible10:45
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Removed rpc-repo upstream pip deps  https://review.openstack.org/21618110:46
*** javeriak_ has joined #openstack-ansible10:47
*** javeriak has quit IRC10:49
*** bogeyon18 has quit IRC10:51
*** bogeyon18 has joined #openstack-ansible10:51
*** Guest7770 has quit IRC10:55
*** eglute has quit IRC10:55
*** rackertom has quit IRC10:55
*** lbragstad has quit IRC10:55
*** spotz_zzz has quit IRC10:56
*** errr has quit IRC10:56
*** blewis has joined #openstack-ansible10:56
*** persia has quit IRC10:56
*** blewis is now known as Guest546910:56
*** b3rnard0 has quit IRC10:56
*** jroll has quit IRC10:56
*** b3rnard0 has joined #openstack-ansible10:57
*** persia has joined #openstack-ansible10:57
*** rackertom has joined #openstack-ansible10:59
*** spotz_zzz has joined #openstack-ansible11:01
*** lbragstad has joined #openstack-ansible11:02
*** eglute has joined #openstack-ansible11:02
*** jroll has joined #openstack-ansible11:02
*** errr has joined #openstack-ansible11:02
*** javeriak_ has quit IRC11:08
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Add regex check for ssh connection  https://review.openstack.org/21619611:17
odyssey4mecloudnull can we get some love on https://review.openstack.org/#/q/starredby:%22Jesse+Pretorius%22+project:stackforge/os-ansible-deployment,n,z please11:18
odyssey4mehughsaunders has your query been taken care of in https://review.openstack.org/209568 ?11:19
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Updated MariaDB to the new release version (10.0)  https://review.openstack.org/17825911:20
odyssey4memattt any luck finding a better solution for https://review.openstack.org/215584 ? cc cloudnull11:20
cloudnullodyssey4me:  looking now11:20
hughsaundersodyssey4me: yep :)11:20
matttodyssey4me: haven't looked, it was the weekend :)11:21
matttodyssey4me: i did create https://bugs.launchpad.net/neutron/+bug/1488021 this morning though, as it would be nice if neutron-db-manage supported this11:22
openstackLaunchpad bug 1488021 in neutron "Display alembic branch in neutron-db-manage current" [Undecided,New]11:22
matttodyssey4me: in theory we could probably scrape the migration directories in the neutron code to find out which branch a migration ID belongs to, but that feels a tad nasty11:23
odyssey4memattt ugh :/11:24
*** javeriak has joined #openstack-ansible11:31
evrardjpdid some of you try to make nova_console work with ssl?11:51
evrardjpI've added: nova_spice_html5proxy_base_proto: https in my user variables and redeployed nova, it seems fine but my load balancer seem to not like it11:52
evrardjp(haproxy)11:52
*** pradk has quit IRC12:01
*** shoutm has joined #openstack-ansible12:07
*** markvoelker_ has quit IRC12:10
*** benwh4 has quit IRC12:15
*** markvoelker has joined #openstack-ansible12:17
*** markvoelker has quit IRC12:19
*** markvoelker has joined #openstack-ansible12:20
*** markvoelker has quit IRC12:20
openstackgerritMerged stackforge/os-ansible-deployment: Trigger restart after adding user to cephkeys  https://review.openstack.org/21455712:22
*** arbrandes has joined #openstack-ansible12:23
*** arbrandes has quit IRC12:23
*** markvoelker has joined #openstack-ansible12:25
*** woodard has joined #openstack-ansible12:29
*** KLevenstein has joined #openstack-ansible12:35
*** arbrandes has joined #openstack-ansible12:35
*** javeriak_ has joined #openstack-ansible12:40
*** javeriak has quit IRC12:42
*** woodard has quit IRC12:42
*** woodard has joined #openstack-ansible12:47
*** sdake_ has joined #openstack-ansible12:47
*** sdake__ has joined #openstack-ansible12:49
*** sdake has quit IRC12:50
*** arbrandes has quit IRC12:50
*** sdake_ has quit IRC12:53
*** javeriak has joined #openstack-ansible12:55
*** tlian has joined #openstack-ansible12:56
*** sdake__ is now known as sdake12:59
*** javeriak_ has quit IRC12:59
*** javeria__ has joined #openstack-ansible12:59
*** javeriak has quit IRC12:59
evrardjpgit-harry: you there?13:06
evrardjpcould this interest you for the .ini like config? http://stackoverflow.com/questions/27129896/how-to-write-an-ansible-task-using-with-dict-in-a-loop-with-items13:07
evrardjpthat with the ini_module maybe?13:08
*** arbrandes has joined #openstack-ansible13:10
odyssey4mecloudnull ^13:11
*** britthouser has joined #openstack-ansible13:11
git-harryevrardjp: Maybe, on first glance I'm not sure it does what I was looking to do but will need to have a proper read later. Thanks for the heads-up13:15
evrardjpI don't know if it's useful, it just crossed the road in front of me, so I thought it was good to share13:16
*** britthou_ has joined #openstack-ansible13:16
cloudnullevrardjp:  we had something like that previously. it was in icehouse13:16
cloudnullhttps://github.com/stackforge/os-ansible-deployment/blob/icehouse/rpc_deployment/roles/keystone_common/templates/template_gen13:16
cloudnullpowered by https://github.com/stackforge/os-ansible-deployment/blob/icehouse/rpc_deployment/vars/config_vars/keystone_config.yml13:16
cloudnullit was a pain to deal with though.13:16
evrardjpwhy was it a pain? because every change in the default ini had to be inserted in the default variables?13:18
*** benwh4 has joined #openstack-ansible13:18
*** britthouser has quit IRC13:18
cloudnullthe dict had to be modified in its entrirety to add, remove, or modify config within that var file.13:19
evrardjpyeah that's what I thought13:19
cloudnullit also is an unordered config.13:19
evrardjpdicts13:19
evrardjpvariable merging per task would be great13:20
evrardjpin ansible13:20
evrardjpstill the same conversation13:20
*** eglute has quit IRC13:21
benwh4how can I re run some playbooks as my laptop crash and I didn't execute a screen before, now I have13:22
benwh4ERROR: Inventory script (inventory/dynamic_inventory.py) had an execution error: Traceback (most recent call last):13:22
*** palendae has quit IRC13:22
*** d34dh0r53 has quit IRC13:22
*** sigmavirus24_awa has quit IRC13:22
*** dolphm has quit IRC13:22
*** jroll has quit IRC13:23
*** javeria__ has quit IRC13:27
*** scarlisle has joined #openstack-ansible13:27
gparaskevasyou can remove the broken inventory i think if you delete /etc/openstack_deploy/openstack_environment.yml13:27
gparaskevasi am not very sure though13:27
gparaskevasalways backup before any perm-delete13:27
*** eglute has joined #openstack-ansible13:28
*** bapalm_ has joined #openstack-ansible13:28
*** shausy has quit IRC13:29
*** d34dh0r53 has joined #openstack-ansible13:29
*** palendae has joined #openstack-ansible13:29
*** sigmavirus24_awa has joined #openstack-ansible13:29
benwh4ok ;) thx13:30
gparaskevasbenwh4: maybe its openstack_inventory i am not very sure i have done once. Is this a test environment?13:31
*** shausy has joined #openstack-ansible13:31
benwh4yes and no it is a pre prod env13:32
gparaskevasmmm wait for someone else to answer as well for better13:32
*** dolphm has joined #openstack-ansible13:33
lbragstadpalendae: (re: ansible inventory documentation): awesome! that sounds really helpful13:34
*** prad_ has joined #openstack-ansible13:34
*** prad_ is now known as pradk13:35
*** jroll has joined #openstack-ansible13:37
evrardjpbenwh4: are you ready to rebuild your containers or not?13:37
benwh4yes13:38
benwh4why ?13:38
evrardjpif you're ready to restart from scratch, you can delete the inventory in the hostname_ips and openstack_inventory.json13:38
benwh4I already run lxc-container-destroy13:38
gparaskevaslol13:38
evrardjpyou can use scripts for that13:38
benwh4but it doesn't affect the setup(s) playbooks13:38
evrardjpscripts/teardown will remove all your lxc containers and some of the stuff installed13:39
evrardjpif you're ready to restart at the first playbook, use that13:39
benwh4ok !13:39
evrardjpthen remove your openstack_inventory.json and hostname_ips13:39
gparaskevasand also remove the two files mentioned above13:39
evrardjponly after ;)13:40
gparaskevasafter teardown*13:40
benwh4but last time I used teardown it also deleted my /etc/openstack_deploy directory13:40
gparaskevaslol13:40
gparaskevas:P13:40
evrardjpsure?13:40
evrardjpit shouldn't13:40
evrardjpIIRC13:40
lbragstadcloudnull: per our discussion last friday, about the service isolation stuff, do you know if there is a bp created for that at all?13:40
evrardjpkeep a copy of all files in every case13:41
evrardjpI have an /opt/backup for that ;)13:41
benwh4I have now though13:41
evrardjpif the teardown script doesn't work and your inventory is really busted, use a json linter13:41
evrardjpput your json in it, make it valid again, and normally it should work, if you didn't mess it too much with it13:42
evrardjpyou shouldn't the json file manually in any case13:42
evrardjpshouldn't edit*13:42
evrardjpif you didn't edit the json file manually and your inventory is broken, maybe the generation of the inventory fails because you don't give the script what it expects (care of the indentation? of the syntax of what you inserted?), for example in openstack_user_config13:44
*** Mudpuppy has joined #openstack-ansible13:46
*** Mudpuppy has quit IRC13:47
*** Mudpuppy has joined #openstack-ansible13:48
openstackgerritMerged stackforge/os-ansible-deployment: Fixes deprecated arithmetic expansion for bashate  https://review.openstack.org/21589613:49
*** Bjoern_ has joined #openstack-ansible13:52
openstackgerritMerged stackforge/os-ansible-deployment: Fixes function declarations for bashate  https://review.openstack.org/21590114:00
evrardjpis there a plan to have some kind of drop folder where we put our configuration files/ssl certificates/... to be used in the playbooks? atm everything is read from *user* variables, but if there is a plan to have some kind of files/ folder in /etc/openstack_deploy/ that could be useful14:03
*** fawadkhaliq has quit IRC14:07
*** spotz_zzz is now known as spotz14:07
*** k_stev has joined #openstack-ansible14:11
odyssey4meevrardjp there's nothing stopping you from implementing that - /etc/openstack_deploy/ is owned by the deployer once it's initially put there14:12
evrardjpthat's what I did14:13
evrardjpthat's also why I put this folder there14:13
palendaeI don't think there are any current plans for a files directory there right now14:13
evrardjpbut it would be more elegant if there was some kind of recommendation14:13
odyssey4meI'm not sure if we want to implement some sort of precedence - that could be considered, but isn't essential14:13
evrardjpit's definitely not14:13
odyssey4mewe could easily add a doc note which describes how to implement, for example, the ssl user provided files - then just use that as a convention when doing so14:14
odyssey4meby we, I mean you ;)14:14
*** sdake_ has joined #openstack-ansible14:15
odyssey4meevrardjp I think that teardown does remove the /etc/openstack_deploy directory - best to always backup before fiddling with the inventory or tearing down anyway14:17
*** shausy has quit IRC14:18
*** sdake has quit IRC14:19
*** markvoelker has quit IRC14:21
*** markvoelker has joined #openstack-ansible14:22
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Switch Nova/Tempest to use/test Cinder API v2  https://review.openstack.org/21404514:22
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Switch Nova/Tempest to use/test Cinder API v2  https://review.openstack.org/21404514:22
cloudnulllbragstad: we have a spec for the ioslation/seperation of all of the roles. https://review.openstack.org/#/c/213779/14:24
cloudnullidk if you had that answered earlier. but just saw the questions.14:24
*** shoutm has quit IRC14:24
*** yaya has joined #openstack-ansible14:25
*** sdake has joined #openstack-ansible14:25
evrardjpabout the novnc proxy under ssl (maybe wss:// ?) has someone been asked to do that, or does someone know how to do it? It seems not so obvious14:27
*** arbrandes has quit IRC14:28
odyssey4meevrardjp I've done it before, both with Apache2.4 and nginx - it's a bit of a pain that way, but it works14:28
odyssey4meright now we have no novnc configuration though - only the spice console14:28
*** sdake_ has quit IRC14:28
*** arbrandes has joined #openstack-ansible14:28
evrardjpyes, that's the one I'm trying to "secure"14:28
evrardjpstarted with https14:29
evrardjpbut I've got a protocol mismatch when I'm loading the page14:29
odyssey4meah, I haven't tried it with that - there is an outstanding wish list bug for it though14:29
evrardjpwill look for it14:29
evrardjpnobody tried to secure the console?14:30
evrardjpit seems weird!14:30
*** shoutm has joined #openstack-ansible14:30
odyssey4meit is, agreed14:31
*** alejandrito has joined #openstack-ansible14:37
*** bapalm_ has quit IRC14:41
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Update tempest configuration  https://review.openstack.org/21010714:45
*** arbrandes has quit IRC14:45
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Update tempest configuration  https://review.openstack.org/21010714:45
*** bapalm- has joined #openstack-ansible14:46
*** arbrandes has joined #openstack-ansible14:46
evrardjpI'm thinking about the keepalived thing, and I'd like the role to be as generic as possible, in order to reuse it for something else than haproxy, let's say neutron14:47
evrardjpI have at some point to declare some hosts as master, some others as backups, BUT I don't want to do it in the tasks, the way we usually do14:48
evrardjpbecause it won't be generic anymore14:48
odyssey4meevrardjp good idea, but consider also checking ansible galaxy for an existing role which may be usable for the purpose14:48
evrardjpI checked14:49
evrardjpnothing was complete14:49
evrardjpI did one14:49
palendaeStory of Galaxy :(14:49
evrardjpyup14:49
evrardjpI'll upload it soon14:49
evrardjpit's reusable14:49
evrardjpI just have variables to set per master/backup14:49
evrardjpoh I've got an idea, never mind14:50
evrardjpsorry to have annoyed you for nothing14:50
odyssey4melol, hardly14:50
*** woodard has quit IRC14:54
*** woodard has joined #openstack-ansible14:59
*** shoutm has quit IRC15:00
*** mpmsimo has joined #openstack-ansible15:01
*** mpmsimo1 has joined #openstack-ansible15:03
*** mpmsimo has quit IRC15:06
*** mpmsimo1 has quit IRC15:08
*** gparaskevas has quit IRC15:11
*** yaya has quit IRC15:14
evrardjpis it possible to add netmask in the global overrides internal/external_lb_vip_address, or is it supposed to stay an IP?15:21
palendaePretty sure that's just an IP15:21
evrardjpok15:21
*** yaya has joined #openstack-ansible15:22
svgit's an IP or hostname (is used for api endpoint urls)15:22
palendaeAh, yeah, or hostname. But yeah, doesn't know what to do with a netmask15:24
evrardjpgood to know I can use a hostname :)15:25
svgfor the record, I'm not 100% confident a hostname instead of ip works everywhere, don't recall15:28
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Removed default lxc profile on container create  https://review.openstack.org/21630115:28
*** britthou_ has quit IRC15:36
*** jmckind has joined #openstack-ansible15:40
odyssey4mecloudnull odd, https://review.openstack.org/215905 definitely does something which affects the metadata in kilo... any thoughts on what's up with that?15:45
*** alejandrito has quit IRC15:53
*** alop has joined #openstack-ansible15:56
*** benwh4 has quit IRC15:56
*** yaya has quit IRC16:01
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Removed default lxc profile on container create  https://review.openstack.org/21630116:01
*** fawadkhaliq has joined #openstack-ansible16:01
openstackgerritMerged stackforge/os-ansible-deployment: Keystone SSL cert/key distribution and configuration  https://review.openstack.org/21457516:08
openstackgerritMerged stackforge/os-ansible-deployment: Remove read only disks from lvm candidates  https://review.openstack.org/21515616:08
openstackgerritMerged stackforge/os-ansible-deployment: Enable/disable Swift/OpenStack deployment properly  https://review.openstack.org/21421316:08
*** mpmsimo has joined #openstack-ansible16:08
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Implement tox.ini config for bashate and pep8 tests  https://review.openstack.org/21617016:10
*** mpmsimo has quit IRC16:12
palendaeodyssey4me: For ^, I'd say we use a flake8 section in the tox.ini like we do https://github.com/rcbops/rpc-openstack/blob/e5fbfdc697350bd19599c32445043dfb912f0b58/tox.ini16:15
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Trigger restart after adding user to cephkeys  https://review.openstack.org/21632016:15
*** jwagner_away is now known as jwagner16:15
openstackgerritMerged stackforge/os-ansible-deployment: Updated juno for new dev work - 15 Aug 2015  https://review.openstack.org/21344016:18
*** jwagner is now known as jwagner_away16:19
palendaeodyssey4me: Also https://flake8.readthedocs.org/en/2.3.0/config.html#per-project16:19
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Remove read only disks from lvm candidates  https://review.openstack.org/21632716:23
odyssey4mepalendae ah yes, thanks for reminding me about that16:26
palendaenp16:26
palendaeWe changed it rpc-openstack side and intended to bubble it down16:26
palendaeSounds like now's a good time16:26
palendaeDon't think bashate has an equivalent section though16:26
*** jwagner_away is now known as jwagner16:27
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Implement tox.ini config for bashate and pep8 tests  https://review.openstack.org/21617016:28
odyssey4mepalendae I'm not too sure that I'll get the full file listing fi I drop the grep-based find of the files - so the I'll leave that in place right now16:29
palendaeYou'll need the -e's, but not the exclude dirs16:31
cloudnullhughsaunders: odyssey4me:  idk on https://review.openstack.org/#/c/215905 I'd assume that if that patch was causing the metadata issues in kilo it would also be causing them in master too as its a backport.16:31
odyssey4mecloudnull yep, although 3 failures in a row with exactly the same error is unusual16:32
cloudnullhave we gated anything else new in kilo today ?16:32
hughsaundersconsistency in the gate!16:32
odyssey4mecloudnull yep: https://review.openstack.org/214575 and https://review.openstack.org/215901 and https://review.openstack.org/21589616:33
odyssey4meand most of these are kilo backports: https://review.openstack.org/#/q/starredby:%22Jesse+Pretorius%22+project:stackforge/os-ansible-deployment,n,z16:33
*** sdake_ has joined #openstack-ansible16:33
*** yaya has joined #openstack-ansible16:34
cloudnulli say lets do a wip on today's patch sets and see if it fails the same way16:35
openstackgerritKevin Carter proposed stackforge/os-ansible-deployment: Update documentation for multiple VLAN ranges  https://review.openstack.org/21589816:37
*** yaya has quit IRC16:37
cloudnulli rebased that one ^ we'll see if it dies the same way .16:37
*** sdake has quit IRC16:37
odyssey4mesure, although that broken patch is ultimately depending on https://review.openstack.org/215903 which hasn't merged yet16:38
odyssey4meif we get that and the next patch in, then we can rebase properly and see16:39
*** woodard has quit IRC16:39
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Implement tox.ini config for bashate and pep8 tests  https://review.openstack.org/21617016:47
*** woodard has joined #openstack-ansible16:50
*** alop has quit IRC16:53
*** alop has joined #openstack-ansible16:53
*** k_stev has quit IRC16:56
*** yaya has joined #openstack-ansible16:58
*** sdake has joined #openstack-ansible17:02
*** k_stev has joined #openstack-ansible17:04
*** javeriak has joined #openstack-ansible17:05
*** mpmsimo has joined #openstack-ansible17:05
*** sdake_ has quit IRC17:06
*** k_stev has quit IRC17:06
*** k_stev has joined #openstack-ansible17:06
*** britthouser has joined #openstack-ansible17:07
*** mpmsimo has quit IRC17:09
*** Mudpuppy has quit IRC17:14
*** javeriak has quit IRC17:15
*** javeriak has joined #openstack-ansible17:16
*** jmckind has quit IRC17:19
*** javeriak has quit IRC17:27
*** woodard has quit IRC17:29
*** javeriak has joined #openstack-ansible17:32
evrardjpodyssey4me: thanks for your review on https://review.openstack.org/#/c/215525/17:40
evrardjpI've commented there, so feel free to answer them this way I can go forward with this change17:41
*** javeriak has quit IRC17:46
*** javeriak has joined #openstack-ansible18:02
*** javeriak_ has joined #openstack-ansible18:05
*** javeriak has quit IRC18:07
*** yaya has quit IRC18:11
openstackgerritMerged stackforge/os-ansible-deployment: Add nova_libvirt_live_migration_flag variable  https://review.openstack.org/21245218:12
openstackgerritMerged stackforge/os-ansible-deployment: Add regex check for ssh connection  https://review.openstack.org/21619618:13
openstackgerritMerged stackforge/os-ansible-deployment: Add configurable ssh_delay  https://review.openstack.org/21590718:13
*** sdake_ has joined #openstack-ansible18:14
*** woodard has joined #openstack-ansible18:15
*** sdake has quit IRC18:17
*** yaya has joined #openstack-ansible18:17
*** metral_zzz is now known as metral18:18
*** sdake has joined #openstack-ansible18:18
*** bapalm- is now known as bapalm_18:19
*** woodard has quit IRC18:20
*** sdake_ has quit IRC18:21
*** javeriak has joined #openstack-ansible18:31
*** javeriak_ has quit IRC18:32
*** rromans has quit IRC18:49
*** rrrobbb has joined #openstack-ansible18:50
*** fawadkhaliq has quit IRC18:55
*** rromans has joined #openstack-ansible18:59
*** woodard has joined #openstack-ansible19:00
*** alop has quit IRC19:02
*** alop has joined #openstack-ansible19:02
*** woodard has quit IRC19:12
*** woodard has joined #openstack-ansible19:14
*** woodard has quit IRC19:15
*** woodard has joined #openstack-ansible19:15
*** woodard_ has joined #openstack-ansible19:19
*** woodard_ has quit IRC19:20
*** woodard_ has joined #openstack-ansible19:20
*** woodard has quit IRC19:21
*** tlian has quit IRC19:24
*** tlian has joined #openstack-ansible19:30
*** woodard_ has quit IRC19:34
*** woodard has joined #openstack-ansible19:35
*** woodard has quit IRC19:35
*** woodard has joined #openstack-ansible19:36
openstackgerritMatthew Thode proposed stackforge/os-ansible-deployment: change udev mountpoint to be direct path instead of relative  https://review.openstack.org/21639919:46
*** javeriak has quit IRC19:47
openstackgerritMatthew Thode proposed stackforge/os-ansible-deployment: change udev mountpoint to be direct path instead of relative  https://review.openstack.org/21639919:47
openstackgerritMatthew Thode proposed stackforge/os-ansible-deployment: change udev mountpoint to be direct path instead of relative  https://review.openstack.org/21640019:53
openstackgerritMatthew Thode proposed stackforge/os-ansible-deployment: change udev mountpoint to be direct path instead of relative  https://review.openstack.org/21640219:55
*** sdake_ has joined #openstack-ansible19:58
*** sdake has quit IRC20:01
openstackgerritMatthew Thode proposed stackforge/os-ansible-deployment: change udev mountpoint to be direct path instead of relative  https://review.openstack.org/21640920:11
prometheanfirepalendae: https://review.openstack.org/#/c/216409/20:12
Bjoern_Hi folks, how are we dealing with the constant version changes around the requests library ? Upgraded to 2.6.x, then downgraded to 2.2.1 then 2.4.1 now back to 2.2.1., or so ?20:26
*** Bjoern_ is now known as BjoernT20:26
BjoernTIf we want to upgrade to the latest 10.1.12 we would have manually uninstall requests and replace with 2.2.1 ?20:26
palendaeAccording to http://mirror.rackspace.com/rackspaceprivatecloud/python_packages/, 10.1.10, 10.1.11, 10.1.12 all have 2.2.120:30
*** sdake_ is now known as sdake20:34
palendaeI don't see anywhere in the juno code where we install the apt package20:34
*** daneyon has joined #openstack-ansible20:42
*** sdake has quit IRC20:44
*** daneyon has quit IRC20:47
*** daneyon has joined #openstack-ansible20:47
*** daneyon_ has joined #openstack-ansible20:55
*** daneyon has quit IRC20:58
*** woodard has quit IRC21:02
*** woodard has joined #openstack-ansible21:03
*** woodard has quit IRC21:03
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Use dict args for ceph_config slurp  https://review.openstack.org/21555121:11
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Removed default lxc profile on container create  https://review.openstack.org/21630121:12
*** BjoernT has quit IRC21:14
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Add nova_libvirt_live_migration_flag variable  https://review.openstack.org/21642821:14
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Add configurable ssh_delay  https://review.openstack.org/21642921:15
Sam-I-Ampalendae: https://github.com/rcbops/rpc-openstack/tree/kilo/rpcd21:16
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Enable HAProxy Stats Web UI  https://review.openstack.org/21501921:23
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Read affinity from environment  https://review.openstack.org/21590321:28
openstackgerritJesse Pretorius proposed stackforge/os-ansible-deployment: Fixes loops for bashate  https://review.openstack.org/21590421:29
*** jwagner is now known as jwagner_away21:51
*** yaya has quit IRC21:58
*** k_stev1 has joined #openstack-ansible22:01
*** pradk has quit IRC22:04
*** k_stev has quit IRC22:04
*** k_stev1 has quit IRC22:05
*** woodard has joined #openstack-ansible22:17
*** scarlisle has quit IRC22:22
*** KLevenstein has quit IRC22:23
*** rrrobbb has quit IRC22:28
*** sdake has joined #openstack-ansible22:29
*** k_stev has joined #openstack-ansible22:32
*** shoutm has joined #openstack-ansible22:32
*** woodard has quit IRC22:35
*** spotz is now known as spotz_zzz22:41
*** alop has quit IRC23:07
*** alop has joined #openstack-ansible23:09
*** k_stev has quit IRC23:09
*** k_stev has joined #openstack-ansible23:20
*** k_stev has quit IRC23:23
*** alop has quit IRC23:35
*** arbrandes has quit IRC23:37
*** sdake_ has joined #openstack-ansible23:51
*** sdake has quit IRC23:55
*** arbrandes has joined #openstack-ansible23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!