*** woodard has joined #openstack-ansible | 00:24 | |
*** britthouser has joined #openstack-ansible | 00:28 | |
*** woodard has quit IRC | 00:29 | |
*** smallbig has joined #openstack-ansible | 01:41 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 01:48 | |
*** woodard has joined #openstack-ansible | 02:15 | |
*** woodard has quit IRC | 02:15 | |
*** britthouser has quit IRC | 02:34 | |
*** arbrandes has quit IRC | 03:00 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 03:20 | |
*** JRobinson__ is now known as JRobinson__afk | 03:29 | |
*** openstackgerrit has quit IRC | 03:31 | |
*** openstackgerrit has joined #openstack-ansible | 03:32 | |
*** sdake has quit IRC | 03:38 | |
*** JRobinson__afk has quit IRC | 04:04 | |
*** JRobinson__afk has joined #openstack-ansible | 04:10 | |
*** JRobinson__afk is now known as JRobinson__ | 04:11 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 04:23 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 04:34 | |
*** fawadkhaliq has joined #openstack-ansible | 04:38 | |
*** shausy has joined #openstack-ansible | 05:17 | |
*** shausy has quit IRC | 06:04 | |
*** shausy has joined #openstack-ansible | 06:08 | |
*** shausy has quit IRC | 06:25 | |
*** shausy has joined #openstack-ansible | 06:26 | |
*** JRobinson__ has quit IRC | 07:12 | |
*** gparaskevas has joined #openstack-ansible | 07:24 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Remove upstream repo dependency https://review.openstack.org/216131 | 07:34 |
---|---|---|
*** fawadkhaliq has quit IRC | 07:53 | |
*** fawadkhaliq has joined #openstack-ansible | 08:07 | |
cloudnull | morning | 08:24 |
odyssey4me | o/ | 08:25 |
*** shausy has quit IRC | 08:26 | |
*** shausy has joined #openstack-ansible | 08:26 | |
*** benwh4 has joined #openstack-ansible | 08:41 | |
benwh4 | hello o/ | 08:41 |
benwh4 | I encounter an error after the container creation task | 08:44 |
benwh4 | failed: [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:22 | 08:44 |
benwh4 | why does it return 127.0.0.1 as IP does I misconfigured the bridges on my target hosts ? | 08:45 |
benwh4 | FYI from my deployment node I ping all targets by their IP@ on the br-mgmt | 08:47 |
benwh4 | I am stuk their | 08:47 |
odyssey4me | benwh4 can you share your openstack_user_config file in pastebin or something? | 08:47 |
*** fawadkhaliq has quit IRC | 08:52 | |
cloudnull | odyssey4me: on https://review.openstack.org/#/c/216131 are you going about creating another patch for the pip install role as well? | 08:53 |
odyssey4me | cloudnull I just submitted that to get the ball rolling - especially considering the patch to rally to use the setup-infrastructure play | 08:56 |
odyssey4me | if there are other bits needed, please add another (perhaps dependent patch) | 08:57 |
cloudnull | ok will do | 08:57 |
benwh4 | https://github.com/benwh4/os-ansible-deployment/blob/master/etc/openstack_deploy/pirail_user_config | 09:00 |
benwh4 | odyssey4me that is my user_config | 09:00 |
odyssey4me | benwh4 first thing I notice is that the external_lb_vip_address is not in the used_ip's | 09:08 |
odyssey4me | also that the external lb address is on the same network as your management network - are you intentionally exposing that address openly? | 09:08 |
odyssey4me | that network openly I mean | 09:08 |
odyssey4me | second 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 |
odyssey4me | typically in deployments we only have a default of one on each infra host | 09:09 |
benwh4 | no I notice the number of container for rabbit and galera this morning and will changed that | 09:11 |
odyssey4me | benwh4 remove the affinity section from each host, you do not need any of them - they will default to one per host | 09:12 |
benwh4 | as for the lb addresses yes it is intentionnal as I an behind a fw in my lab | 09:12 |
benwh4 | ok but I can't still figure out why my ssh at the end of the container creation failed | 09:14 |
gparaskevas | hello there | 09:14 |
benwh4 | hello | 09:14 |
gparaskevas | i 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 |
openstack | Launchpad bug 1414397 in openstack-ansible trunk "Deploy haproxy with keepalived" [Wishlist,Confirmed] | 09:20 |
gparaskevas | lol | 09:21 |
odyssey4me | gparaskevas 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, yes | 09:24 |
gparaskevas | odyssey4me: ok and blueprints through here?-> https://blueprints.launchpad.net/openstack-ansible/ | 09:25 |
odyssey4me | gparaskevas yes you can register one there, then submit a spec for review to https://github.com/stackforge/os-ansible-deployment-specs | 09:27 |
odyssey4me | the template is https://github.com/stackforge/os-ansible-deployment-specs/blob/master/specs/template.rst | 09:27 |
odyssey4me | benwh4 so the networks 'container' and 'management' are typically synonymous - having two for the same purpose is a little odd | 09:28 |
odyssey4me | I think there may be an issue there | 09:28 |
odyssey4me | benwh4 collapse the container and management networks into one entity, probably called 'management' for your environment | 09:29 |
*** fawadkhaliq has joined #openstack-ansible | 09:33 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Implement tox.ini config for bashate and pep8 tests https://review.openstack.org/216170 | 09:47 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Set iptables-persistent install execution to append to log https://review.openstack.org/215495 | 09:55 |
evrardjp | good morning | 09:58 |
evrardjp | for keepalived I'll work on it | 09:58 |
evrardjp | I have a working keepalived right now, just it's not according to the best practices | 09:59 |
evrardjp | although other haproxy patches need to be merged first | 10:00 |
odyssey4me | gparaskevas^ | 10:00 |
gparaskevas | Hey no problem :) | 10:07 |
evrardjp | gparaskevas: you want to have keepalived for haproxy only or also for HA routers? | 10:11 |
evrardjp | I'll focus on haproxy, so ha routers are a welcomed addition ;) | 10:11 |
evrardjp | it's just gonna be variables to be set | 10:12 |
gparaskevas | i was thinking for haproxy as my knowledge on neutron is not so good , if this is what you a re saying | 10:12 |
evrardjp | ok | 10:12 |
evrardjp | I'll work on keepalived next week if everything is fine here | 10:13 |
evrardjp | odyssey4me: should I comment on this one to get it merged? https://review.openstack.org/#/c/215899/ | 10:17 |
evrardjp | I know we have time until next release, but this way it's done and I can forget it | 10:18 |
gparaskevas | odyssey4me: isnt that also implemented with my patch(after you mods)? | 10:19 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Remove upstream repo dependency https://review.openstack.org/216131 | 10:19 |
gparaskevas | evrardjp: https://review.openstack.org/#/c/215019/6/playbooks/roles/haproxy_server/templates/haproxy.cfg.j2 -> take a look | 10:20 |
evrardjp | yes I know, I don't forget it | 10:20 |
evrardjp | it's good :) | 10:21 |
evrardjp | but 215019 isn't merged in master yet, so it will take even longer to be merged in kilo branch :) | 10:21 |
gparaskevas | evrardjp: oh! my bad sorry, yours is for kilo! :) | 10:22 |
evrardjp | we give haproxy some love, and that's good :) | 10:23 |
gparaskevas | we load balance our love to it | 10:23 |
*** sdake has joined #openstack-ansible | 10:26 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Removed rpc-repo upstream pip deps https://review.openstack.org/216181 | 10:36 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Add regex check for ssh connection https://review.openstack.org/207793 | 10:37 |
*** javeriak has joined #openstack-ansible | 10:45 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Removed rpc-repo upstream pip deps https://review.openstack.org/216181 | 10:46 |
*** javeriak_ has joined #openstack-ansible | 10:47 | |
*** javeriak has quit IRC | 10:49 | |
*** bogeyon18 has quit IRC | 10:51 | |
*** bogeyon18 has joined #openstack-ansible | 10:51 | |
*** Guest7770 has quit IRC | 10:55 | |
*** eglute has quit IRC | 10:55 | |
*** rackertom has quit IRC | 10:55 | |
*** lbragstad has quit IRC | 10:55 | |
*** spotz_zzz has quit IRC | 10:56 | |
*** errr has quit IRC | 10:56 | |
*** blewis has joined #openstack-ansible | 10:56 | |
*** persia has quit IRC | 10:56 | |
*** blewis is now known as Guest5469 | 10:56 | |
*** b3rnard0 has quit IRC | 10:56 | |
*** jroll has quit IRC | 10:56 | |
*** b3rnard0 has joined #openstack-ansible | 10:57 | |
*** persia has joined #openstack-ansible | 10:57 | |
*** rackertom has joined #openstack-ansible | 10:59 | |
*** spotz_zzz has joined #openstack-ansible | 11:01 | |
*** lbragstad has joined #openstack-ansible | 11:02 | |
*** eglute has joined #openstack-ansible | 11:02 | |
*** jroll has joined #openstack-ansible | 11:02 | |
*** errr has joined #openstack-ansible | 11:02 | |
*** javeriak_ has quit IRC | 11:08 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Add regex check for ssh connection https://review.openstack.org/216196 | 11:17 |
odyssey4me | cloudnull can we get some love on https://review.openstack.org/#/q/starredby:%22Jesse+Pretorius%22+project:stackforge/os-ansible-deployment,n,z please | 11:18 |
odyssey4me | hughsaunders has your query been taken care of in https://review.openstack.org/209568 ? | 11:19 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Updated MariaDB to the new release version (10.0) https://review.openstack.org/178259 | 11:20 |
odyssey4me | mattt any luck finding a better solution for https://review.openstack.org/215584 ? cc cloudnull | 11:20 |
cloudnull | odyssey4me: looking now | 11:20 |
hughsaunders | odyssey4me: yep :) | 11:20 |
mattt | odyssey4me: haven't looked, it was the weekend :) | 11:21 |
mattt | odyssey4me: i did create https://bugs.launchpad.net/neutron/+bug/1488021 this morning though, as it would be nice if neutron-db-manage supported this | 11:22 |
openstack | Launchpad bug 1488021 in neutron "Display alembic branch in neutron-db-manage current" [Undecided,New] | 11:22 |
mattt | odyssey4me: 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 nasty | 11:23 |
odyssey4me | mattt ugh :/ | 11:24 |
*** javeriak has joined #openstack-ansible | 11:31 | |
evrardjp | did some of you try to make nova_console work with ssl? | 11:51 |
evrardjp | I'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 it | 11:52 |
evrardjp | (haproxy) | 11:52 |
*** pradk has quit IRC | 12:01 | |
*** shoutm has joined #openstack-ansible | 12:07 | |
*** markvoelker_ has quit IRC | 12:10 | |
*** benwh4 has quit IRC | 12:15 | |
*** markvoelker has joined #openstack-ansible | 12:17 | |
*** markvoelker has quit IRC | 12:19 | |
*** markvoelker has joined #openstack-ansible | 12:20 | |
*** markvoelker has quit IRC | 12:20 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Trigger restart after adding user to cephkeys https://review.openstack.org/214557 | 12:22 |
*** arbrandes has joined #openstack-ansible | 12:23 | |
*** arbrandes has quit IRC | 12:23 | |
*** markvoelker has joined #openstack-ansible | 12:25 | |
*** woodard has joined #openstack-ansible | 12:29 | |
*** KLevenstein has joined #openstack-ansible | 12:35 | |
*** arbrandes has joined #openstack-ansible | 12:35 | |
*** javeriak_ has joined #openstack-ansible | 12:40 | |
*** javeriak has quit IRC | 12:42 | |
*** woodard has quit IRC | 12:42 | |
*** woodard has joined #openstack-ansible | 12:47 | |
*** sdake_ has joined #openstack-ansible | 12:47 | |
*** sdake__ has joined #openstack-ansible | 12:49 | |
*** sdake has quit IRC | 12:50 | |
*** arbrandes has quit IRC | 12:50 | |
*** sdake_ has quit IRC | 12:53 | |
*** javeriak has joined #openstack-ansible | 12:55 | |
*** tlian has joined #openstack-ansible | 12:56 | |
*** sdake__ is now known as sdake | 12:59 | |
*** javeriak_ has quit IRC | 12:59 | |
*** javeria__ has joined #openstack-ansible | 12:59 | |
*** javeriak has quit IRC | 12:59 | |
evrardjp | git-harry: you there? | 13:06 |
evrardjp | could 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-items | 13:07 |
evrardjp | that with the ini_module maybe? | 13:08 |
*** arbrandes has joined #openstack-ansible | 13:10 | |
odyssey4me | cloudnull ^ | 13:11 |
*** britthouser has joined #openstack-ansible | 13:11 | |
git-harry | evrardjp: 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-up | 13:15 |
evrardjp | I don't know if it's useful, it just crossed the road in front of me, so I thought it was good to share | 13:16 |
*** britthou_ has joined #openstack-ansible | 13:16 | |
cloudnull | evrardjp: we had something like that previously. it was in icehouse | 13:16 |
cloudnull | https://github.com/stackforge/os-ansible-deployment/blob/icehouse/rpc_deployment/roles/keystone_common/templates/template_gen | 13:16 |
cloudnull | powered by https://github.com/stackforge/os-ansible-deployment/blob/icehouse/rpc_deployment/vars/config_vars/keystone_config.yml | 13:16 |
cloudnull | it was a pain to deal with though. | 13:16 |
evrardjp | why 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-ansible | 13:18 | |
*** britthouser has quit IRC | 13:18 | |
cloudnull | the dict had to be modified in its entrirety to add, remove, or modify config within that var file. | 13:19 |
evrardjp | yeah that's what I thought | 13:19 |
cloudnull | it also is an unordered config. | 13:19 |
evrardjp | dicts | 13:19 |
evrardjp | variable merging per task would be great | 13:20 |
evrardjp | in ansible | 13:20 |
evrardjp | still the same conversation | 13:20 |
*** eglute has quit IRC | 13:21 | |
benwh4 | how can I re run some playbooks as my laptop crash and I didn't execute a screen before, now I have | 13:22 |
benwh4 | ERROR: Inventory script (inventory/dynamic_inventory.py) had an execution error: Traceback (most recent call last): | 13:22 |
*** palendae has quit IRC | 13:22 | |
*** d34dh0r53 has quit IRC | 13:22 | |
*** sigmavirus24_awa has quit IRC | 13:22 | |
*** dolphm has quit IRC | 13:22 | |
*** jroll has quit IRC | 13:23 | |
*** javeria__ has quit IRC | 13:27 | |
*** scarlisle has joined #openstack-ansible | 13:27 | |
gparaskevas | you can remove the broken inventory i think if you delete /etc/openstack_deploy/openstack_environment.yml | 13:27 |
gparaskevas | i am not very sure though | 13:27 |
gparaskevas | always backup before any perm-delete | 13:27 |
*** eglute has joined #openstack-ansible | 13:28 | |
*** bapalm_ has joined #openstack-ansible | 13:28 | |
*** shausy has quit IRC | 13:29 | |
*** d34dh0r53 has joined #openstack-ansible | 13:29 | |
*** palendae has joined #openstack-ansible | 13:29 | |
*** sigmavirus24_awa has joined #openstack-ansible | 13:29 | |
benwh4 | ok ;) thx | 13:30 |
gparaskevas | benwh4: maybe its openstack_inventory i am not very sure i have done once. Is this a test environment? | 13:31 |
*** shausy has joined #openstack-ansible | 13:31 | |
benwh4 | yes and no it is a pre prod env | 13:32 |
gparaskevas | mmm wait for someone else to answer as well for better | 13:32 |
*** dolphm has joined #openstack-ansible | 13:33 | |
lbragstad | palendae: (re: ansible inventory documentation): awesome! that sounds really helpful | 13:34 |
*** prad_ has joined #openstack-ansible | 13:34 | |
*** prad_ is now known as pradk | 13:35 | |
*** jroll has joined #openstack-ansible | 13:37 | |
evrardjp | benwh4: are you ready to rebuild your containers or not? | 13:37 |
benwh4 | yes | 13:38 |
benwh4 | why ? | 13:38 |
evrardjp | if you're ready to restart from scratch, you can delete the inventory in the hostname_ips and openstack_inventory.json | 13:38 |
benwh4 | I already run lxc-container-destroy | 13:38 |
gparaskevas | lol | 13:38 |
evrardjp | you can use scripts for that | 13:38 |
benwh4 | but it doesn't affect the setup(s) playbooks | 13:38 |
evrardjp | scripts/teardown will remove all your lxc containers and some of the stuff installed | 13:39 |
evrardjp | if you're ready to restart at the first playbook, use that | 13:39 |
benwh4 | ok ! | 13:39 |
evrardjp | then remove your openstack_inventory.json and hostname_ips | 13:39 |
gparaskevas | and also remove the two files mentioned above | 13:39 |
evrardjp | only after ;) | 13:40 |
gparaskevas | after teardown* | 13:40 |
benwh4 | but last time I used teardown it also deleted my /etc/openstack_deploy directory | 13:40 |
gparaskevas | lol | 13:40 |
gparaskevas | :P | 13:40 |
evrardjp | sure? | 13:40 |
evrardjp | it shouldn't | 13:40 |
evrardjp | IIRC | 13:40 |
lbragstad | cloudnull: 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 |
evrardjp | keep a copy of all files in every case | 13:41 |
evrardjp | I have an /opt/backup for that ;) | 13:41 |
benwh4 | I have now though | 13:41 |
evrardjp | if the teardown script doesn't work and your inventory is really busted, use a json linter | 13:41 |
evrardjp | put your json in it, make it valid again, and normally it should work, if you didn't mess it too much with it | 13:42 |
evrardjp | you shouldn't the json file manually in any case | 13:42 |
evrardjp | shouldn't edit* | 13:42 |
evrardjp | if 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_config | 13:44 |
*** Mudpuppy has joined #openstack-ansible | 13:46 | |
*** Mudpuppy has quit IRC | 13:47 | |
*** Mudpuppy has joined #openstack-ansible | 13:48 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Fixes deprecated arithmetic expansion for bashate https://review.openstack.org/215896 | 13:49 |
*** Bjoern_ has joined #openstack-ansible | 13:52 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Fixes function declarations for bashate https://review.openstack.org/215901 | 14:00 |
evrardjp | is 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 useful | 14:03 |
*** fawadkhaliq has quit IRC | 14:07 | |
*** spotz_zzz is now known as spotz | 14:07 | |
*** k_stev has joined #openstack-ansible | 14:11 | |
odyssey4me | evrardjp there's nothing stopping you from implementing that - /etc/openstack_deploy/ is owned by the deployer once it's initially put there | 14:12 |
evrardjp | that's what I did | 14:13 |
evrardjp | that's also why I put this folder there | 14:13 |
palendae | I don't think there are any current plans for a files directory there right now | 14:13 |
evrardjp | but it would be more elegant if there was some kind of recommendation | 14:13 |
odyssey4me | I'm not sure if we want to implement some sort of precedence - that could be considered, but isn't essential | 14:13 |
evrardjp | it's definitely not | 14:13 |
odyssey4me | we 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 so | 14:14 |
odyssey4me | by we, I mean you ;) | 14:14 |
*** sdake_ has joined #openstack-ansible | 14:15 | |
odyssey4me | evrardjp I think that teardown does remove the /etc/openstack_deploy directory - best to always backup before fiddling with the inventory or tearing down anyway | 14:17 |
*** shausy has quit IRC | 14:18 | |
*** sdake has quit IRC | 14:19 | |
*** markvoelker has quit IRC | 14:21 | |
*** markvoelker has joined #openstack-ansible | 14:22 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Switch Nova/Tempest to use/test Cinder API v2 https://review.openstack.org/214045 | 14:22 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Switch Nova/Tempest to use/test Cinder API v2 https://review.openstack.org/214045 | 14:22 |
cloudnull | lbragstad: we have a spec for the ioslation/seperation of all of the roles. https://review.openstack.org/#/c/213779/ | 14:24 |
cloudnull | idk if you had that answered earlier. but just saw the questions. | 14:24 |
*** shoutm has quit IRC | 14:24 | |
*** yaya has joined #openstack-ansible | 14:25 | |
*** sdake has joined #openstack-ansible | 14:25 | |
evrardjp | about 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 obvious | 14:27 |
*** arbrandes has quit IRC | 14:28 | |
odyssey4me | evrardjp I've done it before, both with Apache2.4 and nginx - it's a bit of a pain that way, but it works | 14:28 |
odyssey4me | right now we have no novnc configuration though - only the spice console | 14:28 |
*** sdake_ has quit IRC | 14:28 | |
*** arbrandes has joined #openstack-ansible | 14:28 | |
evrardjp | yes, that's the one I'm trying to "secure" | 14:28 |
evrardjp | started with https | 14:29 |
evrardjp | but I've got a protocol mismatch when I'm loading the page | 14:29 |
odyssey4me | ah, I haven't tried it with that - there is an outstanding wish list bug for it though | 14:29 |
evrardjp | will look for it | 14:29 |
evrardjp | nobody tried to secure the console? | 14:30 |
evrardjp | it seems weird! | 14:30 |
*** shoutm has joined #openstack-ansible | 14:30 | |
odyssey4me | it is, agreed | 14:31 |
*** alejandrito has joined #openstack-ansible | 14:37 | |
*** bapalm_ has quit IRC | 14:41 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Update tempest configuration https://review.openstack.org/210107 | 14:45 |
*** arbrandes has quit IRC | 14:45 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Update tempest configuration https://review.openstack.org/210107 | 14:45 |
*** bapalm- has joined #openstack-ansible | 14:46 | |
*** arbrandes has joined #openstack-ansible | 14:46 | |
evrardjp | I'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 neutron | 14:47 |
evrardjp | I 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 do | 14:48 |
evrardjp | because it won't be generic anymore | 14:48 |
odyssey4me | evrardjp good idea, but consider also checking ansible galaxy for an existing role which may be usable for the purpose | 14:48 |
evrardjp | I checked | 14:49 |
evrardjp | nothing was complete | 14:49 |
evrardjp | I did one | 14:49 |
palendae | Story of Galaxy :( | 14:49 |
evrardjp | yup | 14:49 |
evrardjp | I'll upload it soon | 14:49 |
evrardjp | it's reusable | 14:49 |
evrardjp | I just have variables to set per master/backup | 14:49 |
evrardjp | oh I've got an idea, never mind | 14:50 |
evrardjp | sorry to have annoyed you for nothing | 14:50 |
odyssey4me | lol, hardly | 14:50 |
*** woodard has quit IRC | 14:54 | |
*** woodard has joined #openstack-ansible | 14:59 | |
*** shoutm has quit IRC | 15:00 | |
*** mpmsimo has joined #openstack-ansible | 15:01 | |
*** mpmsimo1 has joined #openstack-ansible | 15:03 | |
*** mpmsimo has quit IRC | 15:06 | |
*** mpmsimo1 has quit IRC | 15:08 | |
*** gparaskevas has quit IRC | 15:11 | |
*** yaya has quit IRC | 15:14 | |
evrardjp | is it possible to add netmask in the global overrides internal/external_lb_vip_address, or is it supposed to stay an IP? | 15:21 |
palendae | Pretty sure that's just an IP | 15:21 |
evrardjp | ok | 15:21 |
*** yaya has joined #openstack-ansible | 15:22 | |
svg | it's an IP or hostname (is used for api endpoint urls) | 15:22 |
palendae | Ah, yeah, or hostname. But yeah, doesn't know what to do with a netmask | 15:24 |
evrardjp | good to know I can use a hostname :) | 15:25 |
svg | for the record, I'm not 100% confident a hostname instead of ip works everywhere, don't recall | 15:28 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Removed default lxc profile on container create https://review.openstack.org/216301 | 15:28 |
*** britthou_ has quit IRC | 15:36 | |
*** jmckind has joined #openstack-ansible | 15:40 | |
odyssey4me | cloudnull 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 IRC | 15:53 | |
*** alop has joined #openstack-ansible | 15:56 | |
*** benwh4 has quit IRC | 15:56 | |
*** yaya has quit IRC | 16:01 | |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Removed default lxc profile on container create https://review.openstack.org/216301 | 16:01 |
*** fawadkhaliq has joined #openstack-ansible | 16:01 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Keystone SSL cert/key distribution and configuration https://review.openstack.org/214575 | 16:08 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Remove read only disks from lvm candidates https://review.openstack.org/215156 | 16:08 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Enable/disable Swift/OpenStack deployment properly https://review.openstack.org/214213 | 16:08 |
*** mpmsimo has joined #openstack-ansible | 16:08 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Implement tox.ini config for bashate and pep8 tests https://review.openstack.org/216170 | 16:10 |
*** mpmsimo has quit IRC | 16:12 | |
palendae | odyssey4me: 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.ini | 16:15 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Trigger restart after adding user to cephkeys https://review.openstack.org/216320 | 16:15 |
*** jwagner_away is now known as jwagner | 16:15 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Updated juno for new dev work - 15 Aug 2015 https://review.openstack.org/213440 | 16:18 |
*** jwagner is now known as jwagner_away | 16:19 | |
palendae | odyssey4me: Also https://flake8.readthedocs.org/en/2.3.0/config.html#per-project | 16:19 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Remove read only disks from lvm candidates https://review.openstack.org/216327 | 16:23 |
odyssey4me | palendae ah yes, thanks for reminding me about that | 16:26 |
palendae | np | 16:26 |
palendae | We changed it rpc-openstack side and intended to bubble it down | 16:26 |
palendae | Sounds like now's a good time | 16:26 |
palendae | Don't think bashate has an equivalent section though | 16:26 |
*** jwagner_away is now known as jwagner | 16:27 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Implement tox.ini config for bashate and pep8 tests https://review.openstack.org/216170 | 16:28 |
odyssey4me | palendae 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 now | 16:29 |
palendae | You'll need the -e's, but not the exclude dirs | 16:31 |
cloudnull | hughsaunders: 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 |
odyssey4me | cloudnull yep, although 3 failures in a row with exactly the same error is unusual | 16:32 |
cloudnull | have we gated anything else new in kilo today ? | 16:32 |
hughsaunders | consistency in the gate! | 16:32 |
odyssey4me | cloudnull yep: https://review.openstack.org/214575 and https://review.openstack.org/215901 and https://review.openstack.org/215896 | 16:33 |
odyssey4me | and most of these are kilo backports: https://review.openstack.org/#/q/starredby:%22Jesse+Pretorius%22+project:stackforge/os-ansible-deployment,n,z | 16:33 |
*** sdake_ has joined #openstack-ansible | 16:33 | |
*** yaya has joined #openstack-ansible | 16:34 | |
cloudnull | i say lets do a wip on today's patch sets and see if it fails the same way | 16:35 |
openstackgerrit | Kevin Carter proposed stackforge/os-ansible-deployment: Update documentation for multiple VLAN ranges https://review.openstack.org/215898 | 16:37 |
*** yaya has quit IRC | 16:37 | |
cloudnull | i rebased that one ^ we'll see if it dies the same way . | 16:37 |
*** sdake has quit IRC | 16:37 | |
odyssey4me | sure, although that broken patch is ultimately depending on https://review.openstack.org/215903 which hasn't merged yet | 16:38 |
odyssey4me | if we get that and the next patch in, then we can rebase properly and see | 16:39 |
*** woodard has quit IRC | 16:39 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Implement tox.ini config for bashate and pep8 tests https://review.openstack.org/216170 | 16:47 |
*** woodard has joined #openstack-ansible | 16:50 | |
*** alop has quit IRC | 16:53 | |
*** alop has joined #openstack-ansible | 16:53 | |
*** k_stev has quit IRC | 16:56 | |
*** yaya has joined #openstack-ansible | 16:58 | |
*** sdake has joined #openstack-ansible | 17:02 | |
*** k_stev has joined #openstack-ansible | 17:04 | |
*** javeriak has joined #openstack-ansible | 17:05 | |
*** mpmsimo has joined #openstack-ansible | 17:05 | |
*** sdake_ has quit IRC | 17:06 | |
*** k_stev has quit IRC | 17:06 | |
*** k_stev has joined #openstack-ansible | 17:06 | |
*** britthouser has joined #openstack-ansible | 17:07 | |
*** mpmsimo has quit IRC | 17:09 | |
*** Mudpuppy has quit IRC | 17:14 | |
*** javeriak has quit IRC | 17:15 | |
*** javeriak has joined #openstack-ansible | 17:16 | |
*** jmckind has quit IRC | 17:19 | |
*** javeriak has quit IRC | 17:27 | |
*** woodard has quit IRC | 17:29 | |
*** javeriak has joined #openstack-ansible | 17:32 | |
evrardjp | odyssey4me: thanks for your review on https://review.openstack.org/#/c/215525/ | 17:40 |
evrardjp | I've commented there, so feel free to answer them this way I can go forward with this change | 17:41 |
*** javeriak has quit IRC | 17:46 | |
*** javeriak has joined #openstack-ansible | 18:02 | |
*** javeriak_ has joined #openstack-ansible | 18:05 | |
*** javeriak has quit IRC | 18:07 | |
*** yaya has quit IRC | 18:11 | |
openstackgerrit | Merged stackforge/os-ansible-deployment: Add nova_libvirt_live_migration_flag variable https://review.openstack.org/212452 | 18:12 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Add regex check for ssh connection https://review.openstack.org/216196 | 18:13 |
openstackgerrit | Merged stackforge/os-ansible-deployment: Add configurable ssh_delay https://review.openstack.org/215907 | 18:13 |
*** sdake_ has joined #openstack-ansible | 18:14 | |
*** woodard has joined #openstack-ansible | 18:15 | |
*** sdake has quit IRC | 18:17 | |
*** yaya has joined #openstack-ansible | 18:17 | |
*** metral_zzz is now known as metral | 18:18 | |
*** sdake has joined #openstack-ansible | 18:18 | |
*** bapalm- is now known as bapalm_ | 18:19 | |
*** woodard has quit IRC | 18:20 | |
*** sdake_ has quit IRC | 18:21 | |
*** javeriak has joined #openstack-ansible | 18:31 | |
*** javeriak_ has quit IRC | 18:32 | |
*** rromans has quit IRC | 18:49 | |
*** rrrobbb has joined #openstack-ansible | 18:50 | |
*** fawadkhaliq has quit IRC | 18:55 | |
*** rromans has joined #openstack-ansible | 18:59 | |
*** woodard has joined #openstack-ansible | 19:00 | |
*** alop has quit IRC | 19:02 | |
*** alop has joined #openstack-ansible | 19:02 | |
*** woodard has quit IRC | 19:12 | |
*** woodard has joined #openstack-ansible | 19:14 | |
*** woodard has quit IRC | 19:15 | |
*** woodard has joined #openstack-ansible | 19:15 | |
*** woodard_ has joined #openstack-ansible | 19:19 | |
*** woodard_ has quit IRC | 19:20 | |
*** woodard_ has joined #openstack-ansible | 19:20 | |
*** woodard has quit IRC | 19:21 | |
*** tlian has quit IRC | 19:24 | |
*** tlian has joined #openstack-ansible | 19:30 | |
*** woodard_ has quit IRC | 19:34 | |
*** woodard has joined #openstack-ansible | 19:35 | |
*** woodard has quit IRC | 19:35 | |
*** woodard has joined #openstack-ansible | 19:36 | |
openstackgerrit | Matthew Thode proposed stackforge/os-ansible-deployment: change udev mountpoint to be direct path instead of relative https://review.openstack.org/216399 | 19:46 |
*** javeriak has quit IRC | 19:47 | |
openstackgerrit | Matthew Thode proposed stackforge/os-ansible-deployment: change udev mountpoint to be direct path instead of relative https://review.openstack.org/216399 | 19:47 |
openstackgerrit | Matthew Thode proposed stackforge/os-ansible-deployment: change udev mountpoint to be direct path instead of relative https://review.openstack.org/216400 | 19:53 |
openstackgerrit | Matthew Thode proposed stackforge/os-ansible-deployment: change udev mountpoint to be direct path instead of relative https://review.openstack.org/216402 | 19:55 |
*** sdake_ has joined #openstack-ansible | 19:58 | |
*** sdake has quit IRC | 20:01 | |
openstackgerrit | Matthew Thode proposed stackforge/os-ansible-deployment: change udev mountpoint to be direct path instead of relative https://review.openstack.org/216409 | 20:11 |
prometheanfire | palendae: 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 BjoernT | 20:26 | |
BjoernT | If we want to upgrade to the latest 10.1.12 we would have manually uninstall requests and replace with 2.2.1 ? | 20:26 |
palendae | According to http://mirror.rackspace.com/rackspaceprivatecloud/python_packages/, 10.1.10, 10.1.11, 10.1.12 all have 2.2.1 | 20:30 |
*** sdake_ is now known as sdake | 20:34 | |
palendae | I don't see anywhere in the juno code where we install the apt package | 20:34 |
*** daneyon has joined #openstack-ansible | 20:42 | |
*** sdake has quit IRC | 20:44 | |
*** daneyon has quit IRC | 20:47 | |
*** daneyon has joined #openstack-ansible | 20:47 | |
*** daneyon_ has joined #openstack-ansible | 20:55 | |
*** daneyon has quit IRC | 20:58 | |
*** woodard has quit IRC | 21:02 | |
*** woodard has joined #openstack-ansible | 21:03 | |
*** woodard has quit IRC | 21:03 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Use dict args for ceph_config slurp https://review.openstack.org/215551 | 21:11 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Removed default lxc profile on container create https://review.openstack.org/216301 | 21:12 |
*** BjoernT has quit IRC | 21:14 | |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Add nova_libvirt_live_migration_flag variable https://review.openstack.org/216428 | 21:14 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Add configurable ssh_delay https://review.openstack.org/216429 | 21:15 |
Sam-I-Am | palendae: https://github.com/rcbops/rpc-openstack/tree/kilo/rpcd | 21:16 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Enable HAProxy Stats Web UI https://review.openstack.org/215019 | 21:23 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Read affinity from environment https://review.openstack.org/215903 | 21:28 |
openstackgerrit | Jesse Pretorius proposed stackforge/os-ansible-deployment: Fixes loops for bashate https://review.openstack.org/215904 | 21:29 |
*** jwagner is now known as jwagner_away | 21:51 | |
*** yaya has quit IRC | 21:58 | |
*** k_stev1 has joined #openstack-ansible | 22:01 | |
*** pradk has quit IRC | 22:04 | |
*** k_stev has quit IRC | 22:04 | |
*** k_stev1 has quit IRC | 22:05 | |
*** woodard has joined #openstack-ansible | 22:17 | |
*** scarlisle has quit IRC | 22:22 | |
*** KLevenstein has quit IRC | 22:23 | |
*** rrrobbb has quit IRC | 22:28 | |
*** sdake has joined #openstack-ansible | 22:29 | |
*** k_stev has joined #openstack-ansible | 22:32 | |
*** shoutm has joined #openstack-ansible | 22:32 | |
*** woodard has quit IRC | 22:35 | |
*** spotz is now known as spotz_zzz | 22:41 | |
*** alop has quit IRC | 23:07 | |
*** alop has joined #openstack-ansible | 23:09 | |
*** k_stev has quit IRC | 23:09 | |
*** k_stev has joined #openstack-ansible | 23:20 | |
*** k_stev has quit IRC | 23:23 | |
*** alop has quit IRC | 23:35 | |
*** arbrandes has quit IRC | 23:37 | |
*** sdake_ has joined #openstack-ansible | 23:51 | |
*** sdake has quit IRC | 23:55 | |
*** arbrandes has joined #openstack-ansible | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!