| *** c-mart has joined #openstack-ansible | 00:00 | |
| dxiri | huh...I was getting 503 for some reason | 00:00 |
|---|---|---|
| dxiri | on us.archive.ubuntu.com | 00:00 |
| dxiri | seems back to normal now | 00:00 |
| *** c-mart has quit IRC | 00:04 | |
| *** thorst_ has joined #openstack-ansible | 00:14 | |
| *** c-mart has joined #openstack-ansible | 00:17 | |
| dxiri | I lied...its broken on 2 boxes | 00:18 |
| dxiri | any idea what's going on? | 00:18 |
| dxiri | I changed to a different mirror, and I get the same issue | 00:18 |
| *** c-mart has quit IRC | 00:22 | |
| *** dxiri has quit IRC | 00:24 | |
| *** dxiri has joined #openstack-ansible | 00:24 | |
| *** dxiri has quit IRC | 00:26 | |
| *** dxiri has joined #openstack-ansible | 00:26 | |
| *** markvoelker has joined #openstack-ansible | 00:38 | |
| *** c-mart has joined #openstack-ansible | 00:38 | |
| jwitko | ugh | 00:45 |
| jwitko | i swear pip is just so hard to get working here | 00:45 |
| *** markvoelker has quit IRC | 00:45 | |
| jwitko | now I' | 00:45 |
| jwitko | I'm back to my repo IPs not being pingable/reachable | 00:45 |
| *** TestLLLHHHGGG has joined #openstack-ansible | 00:54 | |
| *** TestLLLHHHGGG has quit IRC | 00:54 | |
| *** karimb has quit IRC | 00:59 | |
| mrhillsman | i have a few questions, maybe have already been addressed, unfortunately i have not been in the channel lately | 01:03 |
| mrhillsman | well, really just one question | 01:03 |
| mrhillsman | repo_build related | 01:03 |
| mrhillsman | i see that /var/www/repo/openstackgit is populated at random across my three repo containers | 01:03 |
| mrhillsman | is there 'intelligence' in the code that when i run setup-openstack.yml | 01:04 |
| mrhillsman | that the appropriate container is considered? | 01:04 |
| mrhillsman | when doing using haproxy as the lb i am assuming yes? | 01:04 |
| *** c-mart has quit IRC | 01:05 | |
| mrhillsman | i am not using haproxy, hence my asking, and am trying to determine if i can script something for updating the lb i am using | 01:05 |
| mrhillsman | based on how osa determines the same, if again it does | 01:05 |
| *** asettle has joined #openstack-ansible | 01:07 | |
| *** klamath has quit IRC | 01:08 | |
| *** asettle has quit IRC | 01:11 | |
| *** gouthamr has joined #openstack-ansible | 01:14 | |
| *** cathrichardson has quit IRC | 01:14 | |
| *** cathrichardson has joined #openstack-ansible | 01:15 | |
| palendae | mrhillsman, It shou;ldn't be random - it should be the same repo replicated | 01:16 |
| palendae | iirc | 01:16 |
| mrhillsman | palendae i mean the container, so i have 3 infra nodes, i.e. 3 infra-repo containers | 01:17 |
| palendae | Right | 01:17 |
| mrhillsman | as i understand, openstackgit is supposed to be pulled down, all the needed repos | 01:17 |
| mrhillsman | to one of them | 01:17 |
| mrhillsman | then cloned to the other two | 01:17 |
| palendae | Right | 01:17 |
| palendae | I don't know how it picks the 'first' one | 01:18 |
| dxiri | do I only need to destroy the containers in order to start over? | 01:18 |
| mrhillsman | that is not happening in newton for me though | 01:18 |
| dxiri | or is anything else needed? | 01:18 |
| mrhillsman | all the times i have run newton | 01:18 |
| mrhillsman | and the first infra's repo container is not selected, no copying is done | 01:18 |
| mrhillsman | it appears lsync and rsync are used to accomplish this | 01:19 |
| mrhillsman | and lsync config only exists on first infra's repo container | 01:19 |
| mrhillsman | if it runs, unless i am mistaken, and its openstackgit dir is empty, it will empty the other two container's openstackgit directory | 01:20 |
| logan- | lsync and the build only takes place on the first repo container, then lsyncd keeps /var/www/repo in sync on the other containers. no builds/clones/whatever take place there | 01:23 |
| logan- | https://github.com/openstack/openstack-ansible/blob/master/playbooks/repo-build.yml#L106-L110 | 01:23 |
| logan- | notice the 2nd when condition there selects only the first container | 01:23 |
| palendae | Is that sorted deterministically | 01:24 |
| palendae | ? | 01:24 |
| palendae | Cause the inventory is a python dictionary | 01:24 |
| logan- | the list is created here https://github.com/openstack/openstack-ansible/blob/stable/newton/playbooks/repo-build.yml#L16-L23 | 01:24 |
| mrhillsman | interesting logan- | 01:25 |
| logan- | mrhillsman: is the populated openstackgit and the build taking place on the same container where you see lsyncd configured? | 01:25 |
| mrhillsman | nope | 01:25 |
| mrhillsman | openstackgit on infra3 container | 01:25 |
| mrhillsman | lsync appears to always be on infra1 container | 01:25 |
| mrhillsman | openstackgit has been on infra2 container i know as well | 01:26 |
| mrhillsman | i have run into this a number of times and just thought i would reach out | 01:26 |
| mrhillsman | normally setup-openstack.yml fails when trying to run os-nova-install.yml | 01:26 |
| mrhillsman | i kill all the repo containers | 01:27 |
| mrhillsman | rebuild them | 01:27 |
| logan- | i wonder if there is a difference in the sorting between repo_all and the generated repo_servers_{{ ansible_architecture }} list | 01:27 |
| mrhillsman | and it works | 01:27 |
| *** hughmFLEXin has joined #openstack-ansible | 01:27 | |
| logan- | could you pastebin output of the ansible run | 01:27 |
| mrhillsman | i think so, sec | 01:28 |
| mrhillsman | http://paste.openstack.org/show/586641/ | 01:30 |
| mrhillsman | urmm...sec again hehe | 01:30 |
| logan- | that is telling | 01:31 |
| logan- | changed: [infra01_repo_container-82677bd1] => (item={u'dest': u'/etc/lsyncd/lsyncd.conf.lua', u'src': u'lsyncd.lua.j2'}) | 01:31 |
| logan- | and then it runs py_pkgs (begins the build) against a different host ok: [infra03_repo_container-4d3db2ae] => (item={'role_requirements': {'os_heat' | 01:31 |
| mrhillsman | there is a lot of stuff | 01:33 |
| mrhillsman | was trying to grab the repo_build part for you | 01:33 |
| logan- | i think you should file a bug with this info. the multi-arch stuff is new and I am not very familiar with it, but this looks like a bug where repo-server thinks one container is the primary, and repo-build thinks a different one is | 01:34 |
| logan- | afk a bit | 01:36 |
| mrhillsman | http://paste.openstack.org/show/586642/ | 01:37 |
| mrhillsman | that should be better | 01:37 |
| mrhillsman | ok | 01:37 |
| *** thorst_ has quit IRC | 01:38 | |
| *** thorst_ has joined #openstack-ansible | 01:39 | |
| mrhillsman | already a bug logan- 1633784 | 01:40 |
| mrhillsman | reading it now | 01:40 |
| mrhillsman | summary appears to be the same issue i am having | 01:41 |
| mrhillsman | yep, same problem | 01:41 |
| mrhillsman | setup-openstack failing when running nova part and trying to pull down spice | 01:41 |
| mrhillsman | commenting, thx | 01:42 |
| dxiri | getting this one 2 out of 3 nodes...trying to start over again | 01:43 |
| dxiri | http://pastebin.com/bAhVNtKR | 01:43 |
| dxiri | for some reason the repos are giving me 503s | 01:43 |
| *** Jeffrey4l has quit IRC | 01:45 | |
| *** thorst_ has quit IRC | 01:48 | |
| mrhillsman | i have seen that dxiri when ubuntu mirror being used it not synced or you cannot connect to it | 01:50 |
| mrhillsman | the 503 is telling you there is an issue with the remote server you are trying to connect to | 01:50 |
| mrhillsman | "Err:4 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-lxc amd64 2.0.5-0ubuntu1~ubuntu16.04.1", " 503 Service Unavailable" | 01:51 |
| jwitko | so turns out, if you change your endpoints/vips you need to restart keepalived | 01:51 |
| jwitko | otherwise it will never become active on the floating IPs | 01:51 |
| mrhillsman | i suggest killing your containers again, since you are still at the beginning and change your mirror | 01:51 |
| jwitko | this is in addition to removing pip stuff and conf.d for haproxy | 01:52 |
| mrhillsman | or, if you gots the savvy skills :) run ansible against your containers and update your mirrors in the containers | 01:52 |
| mrhillsman | and try again | 01:52 |
| mrhillsman | and also your hosts | 01:52 |
| mrhillsman | because if i am not mistaken, though i think it only happens during creation, the containers copy the file from their host | 01:53 |
| *** Mudpuppy has quit IRC | 01:55 | |
| *** Mudpuppy has joined #openstack-ansible | 01:56 | |
| dxiri | thing is....its not the mirror...I manually changed it on the host itself to use one from a different country | 01:57 |
| dxiri | and the same error happens | 01:57 |
| *** pmannidi has quit IRC | 01:57 | |
| dxiri | I set it to use cr.archive instead of us.archive | 01:58 |
| mrhillsman | are you sure you're not getting blocked somehow? | 01:58 |
| mrhillsman | firewall or something | 01:59 |
| dxiri | I have no containers right now...this is on the hosts themselves, also, it is working on one box (on the same network, with the same settings) | 01:59 |
| *** pmannidi has joined #openstack-ansible | 02:00 | |
| dxiri | Tried apt-get update directly on the host and got this: W: The repository 'http://security.ubuntu.com/ubuntu xenial-security Release' does not have a Release file. | 02:00 |
| *** jcrst has quit IRC | 02:03 | |
| mrhillsman | did you upgrade your OS or fresh install? | 02:03 |
| mrhillsman | i see you are using 16.04 | 02:03 |
| mrhillsman | looking on the googles there are a number of results with confirmed solutions | 02:04 |
| mrhillsman | since it is not openstack-ansible specific | 02:04 |
| jwitko | does OSA log by default anywhere? | 02:06 |
| jwitko | i just lost SSH during a run | 02:06 |
| jwitko | want to see how it finishes | 02:06 |
| mrhillsman | someone can correct me but /openstack/log i believe by default and if you have a logging server, the logs are pushed over to it | 02:07 |
| jwitko | found it, thanks | 02:09 |
| jwitko | - /openstack/log/ansible-logging/ansible.log | 02:09 |
| mrhillsman | yep ;) | 02:09 |
| dxiri | http://pastebin.com/79FEn9w9 | 02:15 |
| dxiri | check it out | 02:15 |
| dxiri | I can reach and every of those repos with wget/curl without a problem | 02:16 |
| dxiri | mrhillsman: fresh install | 02:16 |
| dxiri | mrhillsman: k openstack-ansible probably messed up something :) | 02:23 |
| dxiri | I reverted to a fresh sources.list and removed all files in apt.conf.d dir | 02:23 |
| dxiri | and its working now | 02:23 |
| mrhillsman | :) | 02:26 |
| mrhillsman | dxiri i have not tried using 16.04 so cannot deny or confirm the source :) | 02:27 |
| *** gouthamr has quit IRC | 02:40 | |
| *** markvoelker has joined #openstack-ansible | 02:43 | |
| *** gouthamr has joined #openstack-ansible | 02:45 | |
| *** thorst_ has joined #openstack-ansible | 02:47 | |
| *** markvoelker has quit IRC | 02:48 | |
| dxiri | jwitko: "this is in addition to removing pip stuff and conf.d for haproxy " can you share how to do the remove pip stuff part? | 02:51 |
| jwitko | there is an apt proxy file that points to your endpoint | 02:52 |
| jwitko | and there are /root/.pip folders on every bare metal server | 02:53 |
| *** thorst_ has quit IRC | 02:53 | |
| jwitko | you only need to remove those if your backup pip tasks were executing | 02:53 |
| *** jamielennox is now known as jamielennox|away | 02:56 | |
| dxiri | I am getting 503s from haproxy :( | 02:57 |
| dxiri | root@sjociara03:/opt/openstack-ansible/playbooks# curl 172.25.190.251:8181/os-releases/14.0.0/ | 02:57 |
| dxiri | <html><body><h1>503 Service Unavailable</h1> | 02:57 |
| dxiri | No server is available to handle this request. | 02:57 |
| dxiri | </body></html> | 02:57 |
| *** schwicht has joined #openstack-ansible | 02:58 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-haproxy_server: Updated syntax for hap 1.5 and 1.6 https://review.openstack.org/389497 | 03:07 |
| jwitko | hah, I just got a 503 as well | 03:08 |
| jwitko | during os_cinder though | 03:08 |
| jwitko | fatal: [storage1]: FAILED! => {"cache_control": "no-cache", "changed": false, "connection": "close", "content": "<html><body><h1>503 Service Unavailable</h1>\nNo server is available to handle this request.\n</body></html>\n", "content_type": "text/html", "failed": true, "msg": "Status code was not [200, 300]: HTTP Error 503: Service Unavailable", "redirected": false, "status": 503, | 03:08 |
| jwitko | "url": "http://openstack-int.lab.mgmt.saucelabs.net:8776"} | 03:08 |
| cloudnull | jwitko: do you see the backends flapping ? | 03:11 |
| cloudnull | I've seen the 503 errors when a backend was not ready yet. | 03:11 |
| jwitko | cloudnull, aye just checked. cinder API is not having a good time | 03:11 |
| cloudnull | ok. | 03:12 |
| cloudnull | config related? | 03:12 |
| cloudnull | or something else? | 03:12 |
| jwitko | unsure... this is confusing. I'll pastebin the logs | 03:13 |
| jwitko | cloudnull, http://paste.ubuntu.com/23357238/ | 03:14 |
| jwitko | might be benign | 03:14 |
| jwitko | those are just syslog, the actual /var/log/cinder in the api container has zero logs | 03:15 |
| jwitko | or maybe this is cinder scheduler? | 03:15 |
| jwitko | cinder scheduler logs look happy | 03:16 |
| jwitko | 2016-10-21 02:53:40.605 5152 INFO cinder.service [-] Starting cinder-scheduler node (version 9.0.0) | 03:16 |
| *** gouthamr has quit IRC | 03:16 | |
| cloudnull | you should see a checkin like so http://cdn.pasteraw.com/c4faf6l5hncimd2vlcauoij83bndmqj | 03:18 |
| cloudnull | within the cinder-api logs | 03:18 |
| jwitko | there are no cinder-api logs | 03:18 |
| jwitko | at all | 03:18 |
| jwitko | I see the 503 in haproxy | 03:18 |
| jwitko | Oct 21 02:56:10 localhost haproxy[22450]: 10.89.103.21:58882 [21/Oct/2016:02:56:10.475] cinder_api-front-2 cinder_api-back/<NOSRV> 0/-1/-1/-1/0 503 212 - - SC-- 29/0/0/0/0 0/0 "GET / HTTP/1.1" | 03:18 |
| cloudnull | if you jump into the cinder container can you run the api service in the forground ? | 03:19 |
| cloudnull | something like /openstack/venvs/cinder-master/bin/python /openstack/venvs/cinder-master/bin/cinder-api | 03:19 |
| cloudnull | and see if it's stacking for some reason ? | 03:20 |
| jwitko | syslog is full of nasty garbage in the container | 03:20 |
| *** cathrichardson has quit IRC | 03:20 | |
| *** gouthamr has joined #openstack-ansible | 03:20 | |
| jwitko | it starts up and runs in the foreground cloudnull | 03:21 |
| jwitko | . /openstack/venvs/cinder-14.0.0/bin/python /openstack/venvs/cinder-14.0.0/bin/cinder-api | 03:21 |
| jwitko | it starts listening and doesn't exit until I terminate | 03:21 |
| cloudnull | so can you restart it with systemd now and see if journelctrl reports the same? | 03:22 |
| jwitko | it starts without issue lol | 03:23 |
| cloudnull | oh good... :) | 03:23 |
| jwitko | systemctl start cinder-api | 03:23 |
| cloudnull | does journalctl -u cinder-api.service show anything interesting? | 03:24 |
| cloudnull | you can also check the PID specifically w/ ``journalctl _PID=$PPID_OF_CINDER_API`` | 03:25 |
| *** gouthamr has quit IRC | 03:28 | |
| jwitko | cloudnull, http://paste.ubuntu.com/23357268/ | 03:29 |
| jwitko | happy as a clam | 03:29 |
| cloudnull | hahaha. | 03:29 |
| cloudnull | This is why we can't have nice things | 03:29 |
| cloudnull | Is there anything in the journal that indicates why it was unhappy before? | 03:30 |
| jwitko | nothing at all | 03:30 |
| jwitko | this is a fresh install | 03:30 |
| jwitko | so I'm actually thinking the ansible doesn't start the service | 03:30 |
| cloudnull | i know that can happen if a run is killed mid way and the config is already in place. | 03:32 |
| cloudnull | or at least one of the stateful changes that trigger a handler does not change. | 03:33 |
| cloudnull | then a rerun would not perform a restart. | 03:33 |
| cloudnull | or a start in that case. | 03:33 |
| cloudnull | not saying that's what happened but i've seen things like that before. | 03:34 |
| openstackgerrit | Eric Berglund proposed openstack/openstack-ansible: [DNM] OSA CI CHECK https://review.openstack.org/388694 | 03:34 |
| openstackgerrit | Eric Berglund proposed openstack/openstack-ansible-os_nova: [DNM] OSA NOVA CI CHECK https://review.openstack.org/388225 | 03:37 |
| *** hj-hpe has quit IRC | 03:40 | |
| jwitko | its possible, I've been running it and destroying and running it for 3 days | 03:41 |
| jwitko | lol | 03:41 |
| *** Jeffrey4l has joined #openstack-ansible | 03:41 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-haproxy_server: Add doc note for extra vip addresses https://review.openstack.org/389506 | 03:43 |
| jwitko | moved past the cinder install once services were up | 03:48 |
| jwitko | on to nova | 03:48 |
| cloudnull | woot! | 03:49 |
| *** thorst_ has joined #openstack-ansible | 03:51 | |
| *** thorst_ has quit IRC | 03:58 | |
| jwitko | damn, neutron failure | 04:02 |
| jwitko | TASK [os_neutron : Copy neutron config] **************************************** | 04:02 |
| jwitko | fatal: [infra1_neutron_server_container-4072bc7f]: FAILED! => {"failed": true, "msg": "list object has no element 0"} | 04:02 |
| jwitko | did I forget to create an inventory item? | 04:02 |
| cloudnull | hum. no item 0 | 04:11 |
| coolj | jwitko: i just ran into that from a different play the other day. i was missing a logstash node in my case, but the underlying issue is probably similar. in one of the templates used by that task there is probably an expansion like "{{ foo[0] }}" and you are missing a foo or it is an empty list, if that makes sense | 04:11 |
| coolj | cloudnull halped me figure that out :D | 04:12 |
| cloudnull | assuming it's not happy with neutron.conf an element 0 is used "neutron_plugin_type.split('.')[0]" and neutron_provider_networks.network_mappings_list[0].split(':')[0] | 04:14 |
| cloudnull | of which neutron_provider_networks is the only one in my opinion that could/would have an impact as the plugins are in group vars unless there's an override elsewhere. | 04:15 |
| *** jcrst has joined #openstack-ansible | 04:18 | |
| *** adrian_otto has joined #openstack-ansible | 04:21 | |
| jwitko | there are really no overrides | 04:24 |
| jwitko | i can paste my openstack_user_config | 04:24 |
| jwitko | sent in PM | 04:25 |
| *** hj-hpe has joined #openstack-ansible | 04:25 | |
| *** hj-hpe has quit IRC | 04:26 | |
| openstackgerrit | Praveen N proposed openstack/openstack-ansible-haproxy_server: haproxy.cfg.j2 added bind statement https://review.openstack.org/389509 | 04:34 |
| *** hybridpollo has quit IRC | 04:36 | |
| jwitko | cloudnull any ideas? not sure if you had a chance to look | 04:39 |
| *** alij has joined #openstack-ansible | 04:39 | |
| *** gtrxcb has joined #openstack-ansible | 04:40 | |
| cloudnull | jwitko: just looked. config looks fine. | 04:42 |
| cloudnull | can you rerun the os-neutron-install.yml playbook again with -vvvvv and post the traceback should it fail again ? | 04:42 |
| *** alij has quit IRC | 04:42 | |
| *** markvoelker has joined #openstack-ansible | 04:44 | |
| jwitko | yes | 04:46 |
| jwitko | will do now | 04:46 |
| *** markvoelker has quit IRC | 04:50 | |
| jwitko | http://paste.ubuntu.com/23357580/ | 04:52 |
| jwitko | cloudnull ^ | 04:52 |
| jwitko | failed again, there is the output | 04:52 |
| *** thorst_ has joined #openstack-ansible | 04:56 | |
| jwitko | /etc/ansible/roles/os_neutron/templates/neutron.conf.j2:ha_network_type = {{ neutron_provider_networks.network_mappings_list[0].split(':')[0] }} | 04:58 |
| jwitko | /etc/ansible/roles/os_neutron/templates/neutron.conf.j2:ha_network_physical_name = {{ neutron_provider_networks.network_mappings_list[0].split(':')[-1] }} | 04:58 |
| jwitko | neutron_provider_networks where is this defined? | 05:00 |
| jwitko | I see it commented out in the os_neutron role defaults | 05:00 |
| cloudnull | jwitko: nothing amazing in the logs there. :( | 05:00 |
| cloudnull | its generated in the play | 05:00 |
| cloudnull | here https://github.com/openstack/openstack-ansible/blob/master/playbooks/os-neutron-install.yml#L87-L94 | 05:01 |
| jwitko | oh its just provider_networks | 05:01 |
| jwitko | neutron_provider_networks: "{{ _provider_networks }}" | 05:01 |
| jwitko | which is | 05:01 |
| jwitko | _provider_networks: "{{ pndata }}" | 05:02 |
| *** prometheanfire has quit IRC | 05:02 | |
| *** thorst_ has quit IRC | 05:03 | |
| jwitko | running a debug on that now | 05:03 |
| *** omiday has quit IRC | 05:03 | |
| *** omiday has joined #openstack-ansible | 05:04 | |
| jwitko | http://paste.ubuntu.com/23357600/ | 05:04 |
| jwitko | cloudnull, if you look at that link | 05:04 |
| jwitko | you'll see: 00/ | 05:04 |
| jwitko | err | 05:04 |
| jwitko | "network_mappings_list": [], | 05:04 |
| jwitko | so if this play is looking up index0 of that list | 05:04 |
| jwitko | it will error | 05:04 |
| jwitko | as its an empty list | 05:04 |
| jwitko | moving the debug to right before the failed play | 05:07 |
| jwitko | in case anything else is adding to the var | 05:07 |
| *** omiday has quit IRC | 05:08 | |
| cloudnull | interesting. that would be an empty list. | 05:10 |
| jwitko | so it only fails on these containers | 05:10 |
| jwitko | infra3_neutron_server_container-11981ffc | 05:10 |
| jwitko | it passes on the other neutron containers | 05:10 |
| jwitko | cloudnull, here is a look with debug on before the failure task | 05:11 |
| jwitko | http://paste.ubuntu.com/23357617/ | 05:11 |
| jwitko | so even the ones that pass have it as an empty list | 05:11 |
| *** javeriak has joined #openstack-ansible | 05:12 | |
| *** omiday has joined #openstack-ansible | 05:14 | |
| *** Mudpuppy has quit IRC | 05:16 | |
| cloudnull | jwitko: so this may be a bug . | 05:17 |
| *** Mudpuppy has joined #openstack-ansible | 05:17 | |
| cloudnull | http://cdn.pasteraw.com/jf81dvn8nqpo2icn9jlrzu3ayda1km4 | 05:17 |
| cloudnull | that's my network output | 05:17 |
| cloudnull | which i have two provider networks. | 05:17 |
| cloudnull | in your case its all vxlan | 05:17 |
| jwitko | all vxlan ? | 05:17 |
| jwitko | i have 3 provider networks | 05:18 |
| jwitko | br-mgmt, br-vxlan, and br-storage | 05:18 |
| cloudnull | sorry. neutron provider networs. | 05:18 |
| cloudnull | confusing terminology | 05:18 |
| cloudnull | sorry. | 05:18 |
| cloudnull | http://cdn.pasteraw.com/sb32b3e18ppbys9xmbjscc08hitspg9 | 05:20 |
| cloudnull | that's my network setup | 05:20 |
| cloudnull | the difference being that i have flat and vlan type networks. | 05:20 |
| cloudnull | so i think this is a bug . | 05:21 |
| jwitko | damn | 05:21 |
| *** Mudpuppy has quit IRC | 05:21 | |
| jwitko | a bug like.. the template needs to account for an empty list? | 05:21 |
| jwitko | or a bug like I should have a list | 05:21 |
| jwitko | and the template is fine | 05:21 |
| cloudnull | no like the template should account for the empty list | 05:22 |
| cloudnull | mind testing some things? | 05:22 |
| jwitko | not at all | 05:22 |
| jwitko | lay it on me | 05:22 |
| gtrxcb | Has anyone here run into an issue with the 13.3.5 branch failing during install of the qpress package in the galera containers? | 05:23 |
| cloudnull | jwitko: http://cdn.pasteraw.com/el2saxp9gb81dntdtu5bpgzgboad0ll | 05:25 |
| cloudnull | gtrxcb: i remember seeing some chatter in the channel about that the other day. | 05:25 |
| * cloudnull looking back | 05:25 | |
| gtrxcb | Any resolution, it looks like the task is failing due to the package not being authenticated. Currently checking to see if a manual installation will get around the issue. | 05:26 |
| cloudnull | gtrxcb: https://review.openstack.org/#/c/388499/ | 05:27 |
| jwitko | cloudnull, i think you need another "neutron_plugin_type and" on line 54 | 05:27 |
| cloudnull | basically the key was revoked so we needed to update our usage of it. | 05:27 |
| gtrxcb | much appreciated, that is what I was looking for. | 05:27 |
| cloudnull | if you pull that patch in or checkout stable/mitaka you should be good to go . | 05:27 |
| jwitko | so cloudnull, question | 05:28 |
| jwitko | with my current config | 05:28 |
| jwitko | will I be able to spin up any servers on the br-mgmt vlan ? | 05:28 |
| cloudnull | jwitko: http://cdn.pasteraw.com/lq6fh4zdmnz441ldbvh05rms5gf7yq4 | 05:28 |
| cloudnull | no. all servers will be limited to a vxlan type network | 05:29 |
| jwitko | ah shit | 05:29 |
| jwitko | in order to spin them up in the br-mgmt vlan I'd need a br-vlan bridge that is basically the same thing as br-mgmt right ? | 05:29 |
| cloudnull | do you want br-mgmt and your vms to be on the same network? | 05:29 |
| jwitko | yea... its a test setup inside an existing lab | 05:29 |
| jwitko | which only has the single vlan | 05:29 |
| jwitko | and its native on the port | 05:30 |
| jwitko | so I'd probably have to put the interface into trunk mode right? | 05:30 |
| jwitko | and rmeove the native vlan? | 05:30 |
| *** alij has joined #openstack-ansible | 05:30 | |
| jwitko | fyi your patch worked | 05:31 |
| jwitko | it went through this time | 05:31 |
| jwitko | so cloudnull, is my understanding of vxlan networks in openstack correct where they are just 'imaginary' and live only inside the openstack neutron network framework ? | 05:32 |
| cloudnull | yes. | 05:32 |
| cloudnull | they can get out to the world | 05:33 |
| cloudnull | but you have no ingress to them | 05:33 |
| jwitko | interesting | 05:33 |
| jwitko | how do they get out ? | 05:33 |
| jwitko | we I have to give them a router ? | 05:33 |
| jwitko | do* | 05:33 |
| cloudnull | yup | 05:33 |
| cloudnull | so i would change the config for br-mgmt like so http://cdn.pasteraw.com/2gmfilvdo0xi5348fp53wcbb1wlsn32 | 05:33 |
| cloudnull | then add a veth to br-mgmt on your compute nodes to provide for flat-eth1" | 05:34 |
| *** dxiri_ has joined #openstack-ansible | 05:34 | |
| cloudnull | then when ready you can create a flat network | 05:34 |
| cloudnull | which will give you vms that can talk on br-mgmt | 05:35 |
| *** omiday has quit IRC | 05:35 | |
| *** omiday|znc has joined #openstack-ansible | 05:35 | |
| jwitko | so you added a host_bind_override to "flat-eth1", set type to "flat" and set "netname" to flat | 05:36 |
| cloudnull | yup. | 05:37 |
| *** omiday has joined #openstack-ansible | 05:37 | |
| jwitko | googling flat networking | 05:37 |
| cloudnull | host_bind_override makes it so the system does not assume it can bind to a bridge. | 05:37 |
| cloudnull | which a flat network can not. | 05:37 |
| *** dxiri has quit IRC | 05:38 | |
| jwitko | when you say "when ready you can create a flat network" what does that mean? is that something that would be done post-install in the GUI or command line ? | 05:38 |
| *** omiday has quit IRC | 05:38 | |
| *** dxiri_ has quit IRC | 05:38 | |
| jwitko | what playbooks would I have to run once I made the changes to a flat network? | 05:38 |
| cloudnull | just os-neutron | 05:39 |
| cloudnull | example for adding a veth on compute nodes https://github.com/openstack/openstack-ansible/blob/master/etc/network/interfaces.d/aio_interfaces.cfg#L52-L59 | 05:39 |
| jwitko | oh nice, so I could just re-run setup-openstack again? | 05:39 |
| jwitko | since i need to run it to completion regardless | 05:40 |
| cloudnull | example flat network creation https://github.com/os-cloud/osic-ironic-impl#setup-a-neutron-network-for-use-ironic | 05:40 |
| cloudnull | it can be done in horizon or the cli | 05:40 |
| *** omiday has joined #openstack-ansible | 05:40 | |
| cloudnull | I'd just run os-neutron-install after you make the chage. | 05:40 |
| cloudnull | that way you dont have to wait for all the other things to rerun | 05:41 |
| cloudnull | once you know its happy you can rerun all the things to verify | 05:41 |
| jwitko | sounds good | 05:42 |
| cloudnull | i need to crash | 05:42 |
| jwitko | cloudnull, as far as the interfaces and adding the veth | 05:42 |
| cloudnull | yea? | 05:42 |
| jwitko | thats a manual step outside of OSA right? | 05:42 |
| cloudnull | yes. | 05:42 |
| jwitko | ok cool. thanks man | 05:42 |
| jwitko | appreciate the helpc | 05:42 |
| jwitko | catch you tomorrow | 05:42 |
| cloudnull | anytime. | 05:42 |
| cloudnull | ttyl | 05:42 |
| cloudnull | have a good night. | 05:42 |
| jwitko | cloudnull, if you're still around... | 05:43 |
| jwitko | that would only be on compute nodes right? | 05:43 |
| jwitko | :P | 05:43 |
| cloudnull | yes | 05:43 |
| jwitko | sick | 05:43 |
| jwitko | ty | 05:43 |
| *** alij has quit IRC | 05:43 | |
| cloudnull | that wont be needed on any other nodes because the neutron linux bridge agent is not running elsewhere. | 05:44 |
| cloudnull | out for real this time. | 05:45 |
| jwitko | later | 05:46 |
| *** Mudpuppy has joined #openstack-ansible | 05:47 | |
| *** Mudpuppy has quit IRC | 05:51 | |
| *** prometheanfire has joined #openstack-ansible | 05:52 | |
| openstackgerrit | Deepak proposed openstack/openstack-ansible: [Docs] Fix the alignment https://review.openstack.org/389532 | 05:53 |
| *** thorst_ has joined #openstack-ansible | 06:02 | |
| *** hj-hpe has joined #openstack-ansible | 06:04 | |
| *** hj-hpe has quit IRC | 06:04 | |
| openstackgerrit | Deepak proposed openstack/openstack-ansible: [Docs] Remove # https://review.openstack.org/389534 | 06:05 |
| *** thorst_ has quit IRC | 06:08 | |
| *** McMurlock1 has joined #openstack-ansible | 06:09 | |
| *** javeriak has quit IRC | 06:15 | |
| *** deepak_jon has joined #openstack-ansible | 06:18 | |
| *** Jack_Iv has joined #openstack-ansible | 06:33 | |
| *** omiday|znc has quit IRC | 06:34 | |
| *** fops_ has quit IRC | 06:35 | |
| *** jcrst has quit IRC | 06:35 | |
| *** omiday|znc has joined #openstack-ansible | 06:35 | |
| *** fops has joined #openstack-ansible | 06:35 | |
| *** jcrst has joined #openstack-ansible | 06:37 | |
| *** omiday|znc has quit IRC | 06:42 | |
| *** omiday|znc has joined #openstack-ansible | 06:43 | |
| *** adrian_otto has quit IRC | 06:43 | |
| openstackgerrit | Merged openstack/openstack-ansible: [Docs] Remove # https://review.openstack.org/389534 | 06:50 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: [Docs] Remove # https://review.openstack.org/389551 | 06:51 |
| *** omiday has quit IRC | 06:51 | |
| *** omiday has joined #openstack-ansible | 06:51 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-haproxy_server: Update syntax for haproxy 1.5 and 1.6 https://review.openstack.org/389509 | 06:53 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Ensure that upper constraints are always applied https://review.openstack.org/388220 | 06:55 |
| *** fxpester has joined #openstack-ansible | 06:58 | |
| *** omiday|znc has quit IRC | 07:01 | |
| openstackgerrit | Merged openstack/openstack-ansible: [Docs] Remove # https://review.openstack.org/389551 | 07:03 |
| *** thorst_ has joined #openstack-ansible | 07:06 | |
| *** thorst_ has quit IRC | 07:12 | |
| *** gtrxcb has quit IRC | 07:17 | |
| *** jcrst has quit IRC | 07:31 | |
| *** jcrst has joined #openstack-ansible | 07:33 | |
| *** karimb has joined #openstack-ansible | 07:38 | |
| *** markvoelker has joined #openstack-ansible | 07:44 | |
| *** haad1 has joined #openstack-ansible | 07:52 | |
| *** chandanc has joined #openstack-ansible | 07:57 | |
| chandanc | hello odyssey4me, cloudnull can you please help with https://review.openstack.org/#/c/388548/ | 08:00 |
| *** jcannava has quit IRC | 08:07 | |
| *** markvoelker has quit IRC | 08:08 | |
| *** thorst_ has joined #openstack-ansible | 08:11 | |
| *** rgogunskiy has joined #openstack-ansible | 08:12 | |
| *** thorst_ has quit IRC | 08:17 | |
| *** gfa1 has quit IRC | 08:17 | |
| *** gfa1 has joined #openstack-ansible | 08:24 | |
| *** dxiri has joined #openstack-ansible | 08:35 | |
| *** admin0 has joined #openstack-ansible | 08:35 | |
| *** asettle has joined #openstack-ansible | 08:37 | |
| *** dxiri has quit IRC | 08:40 | |
| *** McMurlock1 has quit IRC | 09:09 | |
| chandanc | ping odyssey4me | 09:16 |
| *** thorst_ has joined #openstack-ansible | 09:16 | |
| *** allanice001 has joined #openstack-ansible | 09:20 | |
| *** allanice001 has quit IRC | 09:21 | |
| *** thorst_ has quit IRC | 09:23 | |
| *** electrofelix has joined #openstack-ansible | 09:33 | |
| neith | for a fresh openstack install should I use the TAG 14.0.0 ? | 09:48 |
| *** Mudpuppy has joined #openstack-ansible | 09:49 | |
| ioni | neith, just checkout in stable/newton branch | 09:49 |
| neith | already newton!! | 09:49 |
| neith | ok | 09:49 |
| *** Mudpuppy has quit IRC | 09:53 | |
| *** markvoelker has joined #openstack-ansible | 10:00 | |
| *** asettle has quit IRC | 10:00 | |
| *** jcrst has quit IRC | 10:14 | |
| *** thorst_ has joined #openstack-ansible | 10:20 | |
| *** jrosser has quit IRC | 10:23 | |
| openstackgerrit | Anh Tran proposed openstack/openstack-ansible-specs: Remove redudant 'the' https://review.openstack.org/389640 | 10:23 |
| *** thorst_ has quit IRC | 10:27 | |
| *** arbrandes has joined #openstack-ansible | 10:42 | |
| *** arbrandes1 has quit IRC | 10:44 | |
| *** drifterza has joined #openstack-ansible | 11:01 | |
| *** chandanc has quit IRC | 11:06 | |
| openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_ironic: [WIP] Enable virtualBMC testing https://review.openstack.org/381049 | 11:09 |
| *** pcaruana has quit IRC | 11:13 | |
| openstackgerrit | Merged openstack/openstack-ansible-specs: Remove redudant 'the' https://review.openstack.org/389640 | 11:36 |
| *** thorst_ has joined #openstack-ansible | 11:37 | |
| *** rgogunskiy has quit IRC | 11:41 | |
| odyssey4me | evrardjp andymccr we have two reverts waiting for reviews - please do so asap: https://review.openstack.org/388096 / https://review.openstack.org/386616 | 11:44 |
| *** retreved has joined #openstack-ansible | 11:45 | |
| andymccr | odyssey4me: on the first one should we let mgariepy know - i assume the centos bit will still need to be fixed | 11:47 |
| *** rgogunskiy has joined #openstack-ansible | 11:47 | |
| odyssey4me | andymccr yeah, I'm sure he'll circle back to it - the reality is that in master currently the repo cache does not start, so it doesn't work at all | 11:47 |
| andymccr | anyway testing could be improved to ensure that doesnt happen again? | 11:50 |
| *** johnmilton has quit IRC | 11:50 | |
| andymccr | but yeah approved so long :D | 11:51 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Use centralised Ansible test scripts https://review.openstack.org/389682 | 12:04 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-repo_server: Revert "add VfilePatternEx to apt-cacher-ng for centos." https://review.openstack.org/388096 | 12:07 |
| *** fops has quit IRC | 12:12 | |
| *** LiYuenan has quit IRC | 12:13 | |
| *** fops has joined #openstack-ansible | 12:13 | |
| *** gouthamr has joined #openstack-ansible | 12:16 | |
| *** johnmilton has joined #openstack-ansible | 12:18 | |
| openstackgerrit | Merged openstack/openstack-ansible-os_cinder: Revert "Add retries to upstart/systemd reload" https://review.openstack.org/386616 | 12:25 |
| drifterza | odyssey4me, andymccr howzit guys | 12:27 |
| *** karimb has quit IRC | 12:35 | |
| *** asettle has joined #openstack-ansible | 12:36 | |
| *** schwicht has quit IRC | 12:37 | |
| openstackgerrit | Merged openstack/openstack-ansible-repo_server: Revert "add VfilePatternEx to apt-cacher-ng for centos." https://review.openstack.org/388096 | 12:38 |
| *** markvoelker has quit IRC | 12:52 | |
| *** jcannava has joined #openstack-ansible | 13:03 | |
| *** jheroux has joined #openstack-ansible | 13:04 | |
| *** kjw3 has joined #openstack-ansible | 13:06 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Use centralised Ansible test scripts https://review.openstack.org/389682 | 13:11 |
| neith | someone can explain me what the note about the cinder volume group means on this page? http://docs.openstack.org/developer/openstack-ansible/install-guide/targethosts-prepare.html | 13:12 |
| *** cathrichardson has joined #openstack-ansible | 13:13 | |
| neith | Should I setup it manually or will openstack-ansible will do it by itself? | 13:13 |
| *** rgogunskiy has quit IRC | 13:14 | |
| odyssey4me | andymccr I neith you need to set it up yourself | 13:15 |
| openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_magnum: Use centralised Ansible test scripts https://review.openstack.org/382307 | 13:15 |
| neith | odyssey4me: alright | 13:16 |
| *** rgogunskiy has joined #openstack-ansible | 13:18 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_neutron: Update paste, policy and rootwrap configurations 2016-10-21 https://review.openstack.org/389705 | 13:23 |
| *** jamesdenton has joined #openstack-ansible | 13:28 | |
| cloudnull | neith: are you refering to http://docs.openstack.org/developer/openstack-ansible/install-guide/targethosts-prepare.html ? | 13:29 |
| cloudnull | mornings all btw | 13:30 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Use centralised Ansible test scripts https://review.openstack.org/389682 | 13:32 |
| openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_magnum: [WIP] Move to use on metal for gate timing improvements https://review.openstack.org/389708 | 13:32 |
| *** cathrichardson has quit IRC | 13:37 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Use centralised Ansible test scripts https://review.openstack.org/389682 | 13:38 |
| *** cathrichardson has joined #openstack-ansible | 13:38 | |
| *** kylek3h has joined #openstack-ansible | 13:39 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Use centralised Ansible test scripts https://review.openstack.org/389682 | 13:40 |
| *** kylek3h is now known as kylek3h_vacation | 13:40 | |
| drifterza | hey cloudnull | 13:41 |
| *** rgogunskiy has quit IRC | 13:45 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Update all SHAs for Ocata 2016-10-21 https://review.openstack.org/389712 | 13:45 |
| odyssey4me | ahoi cloudnull drifterza - happy friday :) | 13:46 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_aodh: Update paste, policy and rootwrap configurations 2016-10-21 https://review.openstack.org/389713 | 13:46 |
| drifterza | indeed thank God its friday | 13:46 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Update paste, policy and rootwrap configurations 2016-10-21 https://review.openstack.org/389714 | 13:47 |
| drifterza | you guys not going to the summit ? | 13:47 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_heat: Update paste, policy and rootwrap configurations 2016-10-21 https://review.openstack.org/389715 | 13:48 |
| odyssey4me | I will be flying there on Sunday. | 13:48 |
| drifterza | ah lucky | 13:49 |
| openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_magnum: [WIP] Move to use on metal for gate timing improvements https://review.openstack.org/389708 | 13:50 |
| *** markvoelker has joined #openstack-ansible | 13:52 | |
| *** chandanc has joined #openstack-ansible | 13:56 | |
| *** markvoelker has quit IRC | 13:57 | |
| *** marst has joined #openstack-ansible | 13:58 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Update all SHAs for 14.0.1 https://review.openstack.org/389721 | 13:59 |
| cloudnull | drifterza: I am not going . | 13:59 |
| drifterza | yeah neither am I | 13:59 |
| drifterza | sadly | 13:59 |
| cloudnull | ^ | 13:59 |
| *** TxGirlGeek has joined #openstack-ansible | 14:00 | |
| *** asettle has quit IRC | 14:00 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Update all SHAs for Ocata 2016-10-21 https://review.openstack.org/389712 | 14:02 |
| *** Mudpuppy has joined #openstack-ansible | 14:05 | |
| openstackgerrit | Merged openstack/openstack-ansible: Update all SHAs for 13.3.7 https://review.openstack.org/389198 | 14:08 |
| drifterza | Perhaps I'll make it for the next one | 14:16 |
| *** fawadkhaliq has joined #openstack-ansible | 14:17 | |
| openstackgerrit | Merged openstack/openstack-ansible: Update all SHAs for 12.2.7 https://review.openstack.org/389204 | 14:20 |
| *** agrebennikov_ has joined #openstack-ansible | 14:20 | |
| *** fawadkhaliq has quit IRC | 14:24 | |
| *** klamath has joined #openstack-ansible | 14:26 | |
| *** klamath has quit IRC | 14:26 | |
| *** klamath has joined #openstack-ansible | 14:27 | |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_horizon: Added missing horizon local settings https://review.openstack.org/389730 | 14:27 |
| jwitko | Hey cloudnull, I'm attempting to create a veth pairing like you suggested last night to allow for VMs on my br-mgmt network | 14:27 |
| cloudnull | odyssey4me: andymccr: ^ if you have a moment. that will need to be backported to newton' | 14:28 |
| *** chris_hultin|AWA is now known as chris_hultin | 14:28 | |
| jwitko | When I bring the interface up though it is no longer pingable. Here is what config I was using: http://paste.ubuntu.com/23359561/ | 14:28 |
| *** fops has quit IRC | 14:29 | |
| cloudnull | the entry "bridge_ports" should be "bridge_ports eth0 br-mgmt-veth" | 14:29 |
| cloudnull | you have to add both to the interface | 14:30 |
| cloudnull | that way the real nic and the veth are both part of the bridge | 14:30 |
| *** fops has joined #openstack-ansible | 14:30 | |
| cloudnull | jwitko: so it would look like so http://cdn.pasteraw.com/40j9xefql0mgfb5ot9rf68v70vqxk15 | 14:31 |
| neith | cloudnull: yes | 14:32 |
| cloudnull | jwitko: correction it would be like so http://cdn.pasteraw.com/f1oug5ig2geuki0qhmt3qy7rediic8l | 14:34 |
| openstackgerrit | Merged openstack/openstack-ansible: [docs] Remove openstack-ansible.rc sourcing instruction https://review.openstack.org/389274 | 14:34 |
| jwitko | ty will look | 14:34 |
| cloudnull | then you'd have an availble device named mgmt-eth which can be given to newtron for use w/ a flat network | 14:35 |
| cloudnull | basically the flow is: eth0 -> br-mgmt <- br-mgmt-veth -> br-mgmt-eth | 14:36 |
| cloudnull | neith: OSA does not create the LVM groups | 14:36 |
| cloudnull | you will need to have the PV and VG created on the host . | 14:37 |
| cloudnull | that | 14:37 |
| neith | cloudnull: only for Cinder or also for the rest? | 14:37 |
| jwitko | cloudnull, and I have to create the bridge ahead of time? | 14:37 |
| *** chandanc has quit IRC | 14:38 | |
| cloudnull | if you're want to use LVM at all you will need to make sure the hosts have it setup before hand. | 14:38 |
| cloudnull | OSA is a consumer in that regard. | 14:38 |
| cloudnull | jwitko: yes. that bridge will need to be on the compute nodes. | 14:39 |
| neith | cloudnull: Does lvm is mandatory for cinder? | 14:39 |
| cloudnull | and you will want to set the host_bind_override to "mgmt-eth" (or whatever the peer name is of the veth). | 14:39 |
| cloudnull | ^ jwitko | 14:39 |
| cloudnull | neith: LVM is not mandatory. you can use NFS, Ceph, Gluster, LVM, NetApp, etc. | 14:40 |
| cloudnull | but LVM is the reference implementation. | 14:40 |
| odyssey4me | neuby reference implementation, it's for development purposes... as the install guide covers in the architecture section - networked storage is highly recommended instead of lvm-backed cinder | 14:41 |
| irtermite | neith: hit up this and see if it helps http://docs.openstack.org/developer/openstack-ansible/liberty/install-guide/index.html#target-hosts | 14:41 |
| odyssey4me | irtermite uh, why - that is very old and outdated | 14:42 |
| cloudnull | 's/neuby/neith/g' :) | 14:42 |
| irtermite | odyssey4me: eh... wrong version, but you get the idea | 14:42 |
| irtermite | ;) | 14:42 |
| irtermite | better odyssey4me ? ;) http://docs.openstack.org/developer/openstack-ansible/mitaka/ | 14:43 |
| odyssey4me | irtermite that's so last week | 14:43 |
| irtermite | pft | 14:43 |
| irtermite | you bleeding edge monsters! | 14:43 |
| odyssey4me | irtermite http://docs.openstack.org/developer/openstack-ansible/newton/ | 14:43 |
| irtermite | odyssey4me: I wouldn't suggest RC to a person that is having troubles setting up their cloud. Just saying. | 14:44 |
| odyssey4me | irtermite it released yesterday :) | 14:45 |
| odyssey4me | I'm updating the docs as we speak | 14:45 |
| cloudnull | BOOM! | 14:45 |
| irtermite | boom! | 14:45 |
| irtermite | well then | 14:45 |
| * irtermite is late to the party | 14:45 | |
| cloudnull | # /odyssey4me mic drop | 14:45 |
| cloudnull | hahahaha | 14:45 |
| irtermite | cloudnull: you ever drop one of my mics, i'll slap you | 14:45 |
| irtermite | hah | 14:45 |
| cloudnull | lol | 14:45 |
| odyssey4me | and Newton is *a lot* easier to setup if you're working with a pretty standard setup | 14:45 |
| cloudnull | https://www.youtube.com/watch?v=gAYL5H46QnQ | 14:45 |
| cloudnull | irtermite: ^ | 14:46 |
| neith | odyssey4me: I read your words and hope its real | 14:46 |
| neith | odyssey4me: I'm currently trying | 14:46 |
| *** admin0 has quit IRC | 14:46 | |
| *** admin0 has joined #openstack-ansible | 14:46 | |
| irtermite | so hipster cloudnull | 14:46 |
| *** galstrom_zzz is now known as galstrom | 14:47 | |
| irtermite | nice odyssey4me ! | 14:48 |
| *** weezS has joined #openstack-ansible | 14:49 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: [docs] Update index page to reflect Newton release https://review.openstack.org/389735 | 14:49 |
| admin0 | hi all | 14:50 |
| admin0 | have a great weeknd :D | 14:50 |
| *** fxpester has quit IRC | 14:51 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: [docs] Update index page to reflect release date https://review.openstack.org/389738 | 14:52 |
| irtermite | hi/bye admin0 ? | 14:56 |
| openstackgerrit | Merged openstack/openstack-ansible: [docs] Update index page to reflect release date https://review.openstack.org/389738 | 14:59 |
| openstackgerrit | Merged openstack/openstack-ansible: [docs] Update index page to reflect Newton release https://review.openstack.org/389735 | 15:02 |
| *** haad1 has quit IRC | 15:04 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Use centralised Ansible test scripts https://review.openstack.org/389682 | 15:04 |
| admin0 | hi :) | 15:04 |
| admin0 | no bye yet :_) | 15:04 |
| openstackgerrit | Merged openstack/openstack-ansible-galera_server: Remove duplicate when conditions https://review.openstack.org/389278 | 15:05 |
| *** dxiri has joined #openstack-ansible | 15:06 | |
| *** galstrom is now known as galstrom_zzz | 15:08 | |
| *** kylek3h_vacation has quit IRC | 15:10 | |
| *** dxiri has quit IRC | 15:11 | |
| odyssey4me | cloudnull evrardjp thoughts? https://review.openstack.org/389509 | 15:11 |
| odyssey4me | also, should that get backported to newton? | 15:12 |
| openstackgerrit | Merged openstack/openstack-ansible-os_magnum: [DOCS] Added release-name as a watermark to Docs. https://review.openstack.org/388124 | 15:13 |
| cloudnull | odyssey4me: +2 and yes. | 15:13 |
| cloudnull | newton has 16.04 support which ships with 1.6 | 15:14 |
| cloudnull | so stats on 16.04 would be broken | 15:14 |
| evrardjp | agreed | 15:14 |
| evrardjp | voted too | 15:14 |
| evrardjp | I don't even recall this was possible | 15:15 |
| *** deepak_jon has quit IRC | 15:15 | |
| *** maeker has joined #openstack-ansible | 15:15 | |
| openstackgerrit | Jameson Finney proposed openstack/openstack-ansible: Adds support for disks on HP Smart Array Controllers https://review.openstack.org/389053 | 15:15 |
| openstackgerrit | Merged openstack/openstack-ansible-haproxy_server: Update syntax for haproxy 1.5 and 1.6 https://review.openstack.org/389509 | 15:16 |
| evrardjp | it must be really old syntax :D | 15:16 |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-haproxy_server: Update syntax for haproxy 1.5 and 1.6 https://review.openstack.org/389745 | 15:16 |
| cloudnull | odyssey4me: evrardjp: ^ | 15:16 |
| *** markvoelker has joined #openstack-ansible | 15:17 | |
| cloudnull | evrardjp: if you're still about this is another one newton needs https://review.openstack.org/#/c/389730/ | 15:17 |
| *** hughmFLEXin has quit IRC | 15:17 | |
| *** hughmFLEXin has joined #openstack-ansible | 15:17 | |
| *** admin0 has quit IRC | 15:18 | |
| cloudnull | and if you're feeling it mitaka would thank you for this one : https://review.openstack.org/#/c/387517/ | 15:18 |
| cloudnull | :) | 15:18 |
| evrardjp | yup | 15:18 |
| *** fops has quit IRC | 15:21 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-pip_install: Use centralised Ansible test scripts https://review.openstack.org/389152 | 15:23 |
| odyssey4me | cloudnull evrardjp another one that needs to get in: https://review.openstack.org/#/c/389682/ | 15:24 |
| *** maeker has quit IRC | 15:27 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_tempest: Execute tempest using updated method https://review.openstack.org/387906 | 15:28 |
| evrardjp | odyssey4me: cloudnull I think https://review.openstack.org/#/c/389745/ could even be backported to mitaka... | 15:29 |
| evrardjp | but let's wait a little and see what deployers think | 15:29 |
| cloudnull | evrardjp: in mitaka we supported 1.4 and that syntax wont work there. | 15:29 |
| odyssey4me | evrardjp meh, if mitaka's working then we can leave it alone | 15:30 |
| cloudnull | we had 1.4 and 1.5 in mitaka | 15:30 |
| *** Oku__OS is now known as Oku_OS-away | 15:30 | |
| openstackgerrit | Merged openstack/openstack-ansible-haproxy_server: Update syntax for haproxy 1.5 and 1.6 https://review.openstack.org/389745 | 15:30 |
| openstackgerrit | Bertrand Lallau proposed openstack/openstack-ansible: Update sources-branch-updater.sh help command to reflect Newton release https://review.openstack.org/389757 | 15:40 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_horizon: Use centralised Ansible test scripts https://review.openstack.org/389134 | 15:45 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_horizon: Use centralised Ansible test scripts https://review.openstack.org/389134 | 15:46 |
| openstackgerrit | Merged openstack/openstack-ansible-os_horizon: Added missing horizon local settings https://review.openstack.org/389730 | 15:48 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_horizon: Added missing horizon local settings https://review.openstack.org/389761 | 15:48 |
| *** c-mart has joined #openstack-ansible | 15:49 | |
| *** fops has joined #openstack-ansible | 15:51 | |
| jwitko | hey cloudnull, in your example http://cdn.pasteraw.com/f1oug5ig2geuki0qhmt3qy7rediic8l , I know you said br-mgmt-veth needs to be created but does mgmt-eth also need to be created? or is that supposed to be a placeholder for the existing eth0 interface that is attached to the br-mgmt bridge? | 15:53 |
| jwitko | also, should these be created in the interfaces file as "iface br-mgmt-veth inet manual" interfaces ? | 15:54 |
| openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer: Use centralised Ansible test scripts https://review.openstack.org/389682 | 15:54 |
| cloudnull | when you ifup br-mgmt all of that will be created automatically | 15:54 |
| neith | openstack_user_config.yml.test.example | 15:55 |
| neith | is the yaml used to deploy the "Appendix A: Example test environment configuration" , right? | 15:55 |
| *** Jack_Iv has quit IRC | 15:55 | |
| cloudnull | the pre-up entries will spawn the veth's and the bridge syntax will plug one side of it in | 15:55 |
| *** Jeffrey4l has quit IRC | 15:55 | |
| cloudnull | the otherside is what will be used in the host_bind_override from the openstack_user_config | 15:56 |
| jwitko | oh nice | 15:56 |
| jwitko | root@os-comp1:~# brctl show | 15:56 |
| jwitko | bridge name bridge id STP enabled interfaces | 15:56 |
| jwitko | br-mgmt 8000.0cc47a5566c2 no br-mgmt-veth | 15:56 |
| jwitko | eth0 | 15:56 |
| jwitko | not sure how that came across in irc formatting but br-mgmt contains interfaces for br-mgmt-veth and eth0 | 15:56 |
| cloudnull | nice | 15:56 |
| jwitko | very cool | 15:57 |
| cloudnull | you should be able to run ``ip a l | grep mgmt`` and you'll see all of the interfaces | 15:57 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Update paste, policy and rootwrap configurations 2016-10-21 https://review.openstack.org/389714 | 15:57 |
| jwitko | cloudnull, http://cdn.pasteraw.com/gz61ep85qb18vwant1cim3kz9t8hf6a | 15:58 |
| jwitko | mgmt-eth@br-mgmt-veth has state DOWN | 15:58 |
| *** maeker has joined #openstack-ansible | 15:58 | |
| cloudnull | that's because i'm an idiot ... http://cdn.pasteraw.com/qn4whq4kd0xqtw337a9jye7oyj78uik | 15:59 |
| cloudnull | pre-up ip link set mgmt-eth up | 15:59 |
| cloudnull | was the change there. | 15:59 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Use dictionary for service group mappings https://review.openstack.org/380164 | 15:59 |
| jwitko | oh doh | 15:59 |
| jwitko | sorry | 15:59 |
| jwitko | i should have seen that | 16:00 |
| jwitko | ok, running os-neutron-install | 16:01 |
| jwitko | TypeError: Value of unknown type: <type 'exceptions.KeyError'>, 'net_name'\n", "module_stdout": "", "msg": "MODULE FAILURE", "parsed": false} | 16:02 |
| jwitko | http://cdn.pasteraw.com/37i5ag6xr561cymkprvo7z439xo6fof | 16:02 |
| jwitko | that netname parameter was given to me by a sample config | 16:02 |
| jwitko | is that deprecated or wrong? | 16:02 |
| jwitko | i don't see it in the example | 16:03 |
| jwitko | oh, its net_name | 16:03 |
| *** dxiri has joined #openstack-ansible | 16:09 | |
| odyssey4me | cloudnull mhayden any review love for https://review.openstack.org/388220 ? | 16:10 |
| odyssey4me | and evrardjp https://review.openstack.org/389761 | 16:10 |
| mhayden | i feel like i've seen this before ... :) | 16:11 |
| *** c-mart has quit IRC | 16:11 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-galera_server: Remove duplicate when conditions https://review.openstack.org/389772 | 16:12 |
| jwitko | cloudnull, ok os-neutron-install.yml completed without issue! | 16:12 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_ceilometer: Remove 'ignore_errors: true' in favor of 'failed_when: false' https://review.openstack.org/389773 | 16:12 |
| jwitko | how can i verify everything worked? | 16:12 |
| evrardjp | hey jwitko | 16:15 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Implement upper constraints for Ansible bootstrap https://review.openstack.org/389775 | 16:15 |
| evrardjp | is everything better now? | 16:15 |
| *** dxiri has quit IRC | 16:16 | |
| cloudnull | jwitko: you'd need to make a vm | 16:17 |
| cloudnull | and in order to do that you'll need finish the rest of the playbooks. | 16:18 |
| cloudnull | once done you can create your flatnetwork within neutron and it should all be happy | 16:18 |
| *** maeker has quit IRC | 16:20 | |
| *** esberglu has joined #openstack-ansible | 16:21 | |
| jwitko | excellent | 16:21 |
| jwitko | thank you | 16:22 |
| *** dxiri has joined #openstack-ansible | 16:22 | |
| *** c-mart has joined #openstack-ansible | 16:28 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Implement upper constraints for Ansible bootstrap https://review.openstack.org/389781 | 16:29 |
| dxiri | hi everyone! | 16:32 |
| *** c-mart has quit IRC | 16:33 | |
| *** maeker has joined #openstack-ansible | 16:34 | |
| dxiri | yesterday I was fighting against a ton of 503 errors during apt-get update, reason was because of entries in apt.conf.d that were making it fail, I think it would be good if we could act on that automatically? for example, when the task fails with that error, just remove all files in apt.conf.d and try again | 16:34 |
| dxiri | this happened running setup-hosts.yml | 16:35 |
| odyssey4me | dxiri I take it that you're using the rc3 tag? | 16:35 |
| dxiri | nope, I updated it yesterday to the newest and shiny 14.0.0 | 16:35 |
| odyssey4me | dxiri that issue was solved after rc3 and we released 14.0.0 yesterday | 16:35 |
| cloudnull | dxiri: do you by chance have https://github.com/openstack/openstack-ansible/blob/stable/newton/playbooks/common-tasks/package-cache-proxy.yml ? | 16:35 |
| cloudnull | we made that stateful but it may not have been in your checkout | 16:36 |
| *** c-mart has joined #openstack-ansible | 16:36 | |
| openstackgerrit | Merged openstack/openstack-ansible-os_horizon: Added missing horizon local settings https://review.openstack.org/389761 | 16:37 |
| dxiri | I checked out yesterday night | 16:39 |
| dxiri | cloudnull: that page isn't loading for me | 16:39 |
| cloudnull | this is the commit https://github.com/openstack/openstack-ansible/commit/52d7ae839788d766253e52be39b3fb0a6b38d246 | 16:40 |
| cloudnull | in your checkout check and see if you have that in the log | 16:40 |
| *** admin0 has joined #openstack-ansible | 16:41 | |
| jwitko | hey guys the "used_ips: " section is just for the setup of openstack correct? If I want to block off a certain range of a network to reserve for VM instance creation that will not be interrupted by used_ips will it ? | 16:44 |
| jwitko | for example I've extended my br-mgmt to also allow VM creation on the flat network | 16:44 |
| palendae | jwitko, Yeah, that's what it's for | 16:44 |
| jwitko | ok excellent, thanks | 16:44 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-haproxy_server: Ensure self-signed certificates are distributed https://review.openstack.org/389240 | 16:48 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-haproxy_server: Ensure self-signed certificates are distributed https://review.openstack.org/389240 | 16:53 |
| jwitko | palendae and if i want the OSA repo to generate new IPs for all the containers within the new boundaries I just need to delete the json file in /etc/openstack_deploy right ? | 16:58 |
| palendae | jwitko, Yeah | 16:58 |
| openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible: Remove the old rabbitmq queues https://review.openstack.org/389795 | 16:58 |
| *** haad1 has joined #openstack-ansible | 16:58 | |
| *** gouthamr has quit IRC | 16:58 | |
| odyssey4me | cloudnull evrardjp mhayden this is a pretty bad bug fix which needs to get in asap: https://review.openstack.org/389240 | 16:59 |
| palendae | jwitko, Actually wait | 16:59 |
| palendae | That'll lose the names, too | 17:00 |
| palendae | So you're modifying an existing install to add a new range? | 17:00 |
| * mhayden toots | 17:01 | |
| mhayden | odyssey4me: got it | 17:01 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Ensure that upper constraints are always applied https://review.openstack.org/388220 | 17:01 |
| odyssey4me | awesome, thanks | 17:02 |
| palendae | jwitko, Actually not sure about the best path for just doing new IPs | 17:02 |
| openstackgerrit | Merged openstack/openstack-ansible-haproxy_server: Ensure self-signed certificates are distributed https://review.openstack.org/389240 | 17:04 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-haproxy_server: Ensure self-signed certificates are distributed https://review.openstack.org/389797 | 17:04 |
| odyssey4me | ^backport reviews please | 17:04 |
| odyssey4me | not sure if there are any other pretty urgent role-based backports to go in, but if we could fire through these backports it'd be very nice https://review.openstack.org/#/q/branch:stable/newton+project:%255Eopenstack/openstack-ansible.*+status:open | 17:06 |
| *** spotz_zzz is now known as spotz | 17:07 | |
| odyssey4me | jmccrory mhayden ^ :) | 17:09 |
| *** haad1 has quit IRC | 17:10 | |
| openstackgerrit | Merged openstack/openstack-ansible-haproxy_server: Ensure self-signed certificates are distributed https://review.openstack.org/389797 | 17:11 |
| openstackgerrit | Merged openstack/openstack-ansible-os_heat: Update paste, policy and rootwrap configurations 2016-10-21 https://review.openstack.org/389715 | 17:11 |
| *** haad1 has joined #openstack-ansible | 17:12 | |
| openstackgerrit | Merged openstack/openstack-ansible-pip_install: Use centralised Ansible test scripts https://review.openstack.org/389152 | 17:13 |
| *** markvoelker_ has joined #openstack-ansible | 17:25 | |
| *** spotz is now known as spotz_zzz | 17:25 | |
| openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer: Use dictionary for service group mappings https://review.openstack.org/380164 | 17:26 |
| openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer: Update paste, policy and rootwrap configurations 2016-10-21 https://review.openstack.org/389714 | 17:26 |
| jwitko | palendae, no i was just rebuilding from scratch. names didn't matter | 17:27 |
| palendae | Ok | 17:27 |
| * palendae adding a thing to clear IP addresses only now | 17:27 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_horizon: Use centralised Ansible test scripts https://review.openstack.org/389134 | 17:27 |
| jwitko | palendae, if you're creating tools to help start fresh then I would highly recommend something that cleans out apt proxy files and pip config files as well. these things have caused soooo much pain | 17:28 |
| *** markvoelker has quit IRC | 17:28 | |
| palendae | jwitko, I am not, just inventory stuff for right now | 17:29 |
| *** phalmos has joined #openstack-ansible | 17:29 | |
| jwitko | ah ok | 17:29 |
| jwitko | I think the internet being down is also affecting the deployment right now | 17:29 |
| palendae | So re-IPing can be done more safely | 17:29 |
| jwitko | just got a real nasty git error on the repo clone | 17:29 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Add upgrade playbook for ceilometer-api https://review.openstack.org/389378 | 17:30 |
| palendae | Yeah, probably | 17:30 |
| c-mart | it's definitely affecting my ability to use Launchpad and GitHub :( | 17:30 |
| *** admin0 has quit IRC | 17:30 | |
| cloudnull | yea the internet is having a bad day today | 17:31 |
| palendae | :( | 17:31 |
| openstackgerrit | Merged openstack/openstack-ansible-os_aodh: Update paste, policy and rootwrap configurations 2016-10-21 https://review.openstack.org/389713 | 17:31 |
| openstackgerrit | Deepak proposed openstack/openstack-ansible: [Docs] Fix the alignment https://review.openstack.org/389532 | 17:31 |
| openstackgerrit | Merged openstack/openstack-ansible-galera_server: Remove duplicate when conditions https://review.openstack.org/389772 | 17:31 |
| odyssey4me | dyndns ddos attacks, and probably some others too | 17:31 |
| palendae | "Hey, let's centralize all our stuff on this network made for decentralization!" | 17:31 |
| cloudnull | http://gizmodo.com/this-is-probably-why-half-the-internet-shut-down-today-1788062835 | 17:32 |
| * palendae rolls the dice on connecting to that domain | 17:32 | |
| *** c-mart has quit IRC | 17:34 | |
| openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer: Remove 'ignore_errors: true' in favor of 'failed_when: false' https://review.openstack.org/389773 | 17:35 |
| *** chris_hultin is now known as chris_hultin|AWA | 17:35 | |
| *** maeker has quit IRC | 17:37 | |
| *** admin0 has joined #openstack-ansible | 17:37 | |
| *** techstepper has joined #openstack-ansible | 17:41 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Update all SHAs for 14.0.1 https://review.openstack.org/389721 | 17:42 |
| *** galstrom_zzz is now known as galstrom | 17:44 | |
| odyssey4me | alright, that's me out - have a great w/end everyone - those going to the summit, see you there | 17:46 |
| *** maeker has joined #openstack-ansible | 17:47 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Update all SHAs for 14.0.1 https://review.openstack.org/389721 | 17:47 |
| *** dxiri has quit IRC | 17:48 | |
| openstackgerrit | Merged openstack/openstack-ansible: Update sources-branch-updater.sh help command to reflect Newton release https://review.openstack.org/389757 | 17:49 |
| *** haad1 has quit IRC | 17:50 | |
| techstepper | Trying to figure out why, in the nova-console containers, I'm getting an error like: | 17:51 |
| techstepper | "nova-spicehtml5proxy: 2016-10-21 17:19:18.158 19633 ERROR nova.console.websocketproxy InvalidToken: The token 'e8cafc67-fa27-4cb2-8afb-152061b89d79' is invalid or has expired" | 17:52 |
| techstepper | when I attempt to start a console. I'm using SPICE> | 17:52 |
| *** gouthamr has joined #openstack-ansible | 17:54 | |
| admin0 | guys, anyone else seeing cannot resolve github.com: Unknown host | 17:55 |
| admin0 | while everything else works fine | 17:55 |
| palendae | admin0, Dyn's DNS is being DDoSed | 17:55 |
| admin0 | anyone happens to know/cached its direct ip to override from local dns | 17:56 |
| *** dxiri has joined #openstack-ansible | 17:57 | |
| *** hughmFLEXin has quit IRC | 17:58 | |
| *** Mudpuppy_ has joined #openstack-ansible | 17:58 | |
| admin0 | will wait it out :) | 17:59 |
| *** hughmFLEXin has joined #openstack-ansible | 18:00 | |
| *** Mudpuppy_ has quit IRC | 18:00 | |
| *** Mudpuppy_ has joined #openstack-ansible | 18:00 | |
| *** electrofelix has quit IRC | 18:01 | |
| *** mhayden has quit IRC | 18:01 | |
| *** Mudpuppy has quit IRC | 18:02 | |
| admin0 | 192.30.253.112 github.com fixed ! | 18:03 |
| *** pjm6 has quit IRC | 18:03 | |
| *** mhayden has joined #openstack-ansible | 18:04 | |
| *** c-mart has joined #openstack-ansible | 18:06 | |
| *** c-mart has left #openstack-ansible | 18:06 | |
| *** c-mart has joined #openstack-ansible | 18:06 | |
| *** Mudpuppy has joined #openstack-ansible | 18:06 | |
| *** karimb has joined #openstack-ansible | 18:07 | |
| c-mart | folks, https://use.opendns.com/ :) it's resolving launchpad and github. from an OSA perspective, setting 208.67.222.222 and 208.67.220.220 as the DNS servers on your hosts will probably make it all work | 18:07 |
| *** markvoelker_ has quit IRC | 18:07 | |
| c-mart | apparently OpenDNS caches and serves other DNS providers' responses for a period longer than the TTL, for situations exactly like this | 18:08 |
| *** chris_hultin|AWA is now known as chris_hultin | 18:09 | |
| *** Mudpuppy_ has quit IRC | 18:10 | |
| *** javeriak has joined #openstack-ansible | 18:11 | |
| *** haad1 has joined #openstack-ansible | 18:11 | |
| *** haad1 has quit IRC | 18:12 | |
| techstepper | any reason why I would be getting invalid tokens when I try to get to a console, and not on other things? | 18:13 |
| *** hughmFLEXin has quit IRC | 18:14 | |
| *** McMurlock1 has joined #openstack-ansible | 18:16 | |
| *** chris_hultin is now known as chris_hultin|AWA | 18:19 | |
| *** McMurlock1 has quit IRC | 18:20 | |
| *** poopcat has joined #openstack-ansible | 18:22 | |
| *** poopcat has quit IRC | 18:28 | |
| *** esberglu has quit IRC | 18:28 | |
| *** javeriak has quit IRC | 18:28 | |
| *** poopcat has joined #openstack-ansible | 18:28 | |
| *** javeriak has joined #openstack-ansible | 18:32 | |
| *** Mudpuppy has quit IRC | 18:34 | |
| *** drifterza has quit IRC | 18:35 | |
| openstackgerrit | Robb Romans (rromans) proposed openstack/openstack-ansible-haproxy_server: [DOCS] Add note about extra VIP addresses https://review.openstack.org/389506 | 18:35 |
| *** techstepper has quit IRC | 18:35 | |
| *** javeriak has quit IRC | 18:36 | |
| *** McMurlock1 has joined #openstack-ansible | 18:36 | |
| *** javeriak has joined #openstack-ansible | 18:39 | |
| *** agireud has quit IRC | 18:39 | |
| *** maeker has quit IRC | 18:40 | |
| *** markvoelker has joined #openstack-ansible | 18:40 | |
| *** markvoelker_ has joined #openstack-ansible | 18:41 | |
| *** markvoelker has quit IRC | 18:45 | |
| *** karimb_ has joined #openstack-ansible | 18:45 | |
| *** karimb has quit IRC | 18:47 | |
| *** weezS has quit IRC | 18:47 | |
| dxiri | can anyone help me figure out why this is happening? | 18:48 |
| dxiri | http://paste.ubuntu.com/23360829/plain/ | 18:48 |
| *** techstepper has joined #openstack-ansible | 18:48 | |
| dxiri | I can't create any instances | 18:48 |
| openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible: Add missing infra playbooks to upgrade run list https://review.openstack.org/389826 | 18:48 |
| openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible: Remove Newton specific upgrade playbooks https://review.openstack.org/389827 | 18:48 |
| cloudnull | dxiri: what is happening ? | 18:50 |
| *** allanice001 has joined #openstack-ansible | 18:50 | |
| cloudnull | techstepper: is that from horizon? | 18:50 |
| dxiri | I am trying to launch an instance from horizon, and I get this: Error: Failed to perform requested operation on instance "test", the instance has an error status: Please try again later [Error: No valid host was found. There are not enough hosts available.]. | 18:52 |
| dxiri | so I looked at nova logs, nova logs pointed me to look at neutron logs | 18:52 |
| dxiri | and neutron logs show what I pasted on the pastebin | 18:52 |
| techstepper | cloudnull: from Horizon, I'm getting the token error. from the CLI, I was getting a different error: | 18:52 |
| techstepper | # openstack console url show --spice 5e06c579-20af-4581-950e-ac2ca0882c75 | 18:53 |
| techstepper | Invalid input for field/attribute type. Value: spice. u'spice' is not one of ['spice-html5'] (HTTP 400) (Request-ID: req-93ce5d78-46f9-4f9d-ab26-aeba2949e939) | 18:53 |
| dxiri | on nova I get a "port binding failed, check neutron logs for more information" | 18:53 |
| *** maeker has joined #openstack-ansible | 18:56 | |
| *** drifterza has joined #openstack-ansible | 18:59 | |
| cloudnull | dxiri: make sure the linuxbridge agent is running on the compute nodes. | 19:00 |
| cloudnull | techstepper: idk . I've been using novnc for a while w/ newton and it seems to be working for me. | 19:00 |
| cloudnull | sorry off to meetings for the next hour or so . bbl | 19:02 |
| *** kstev1 has quit IRC | 19:02 | |
| *** javeriak has quit IRC | 19:03 | |
| *** johnmilton has quit IRC | 19:05 | |
| *** hybridpollo has joined #openstack-ansible | 19:10 | |
| dxiri | cloudnull: how's the service called? can't find anything regarding linuxbridge on the compute node | 19:12 |
| *** karimb_ has quit IRC | 19:12 | |
| dxiri | cloudnull: yay! got past that problem, turns out I was giving to little disk space on the flavor | 19:19 |
| dxiri | now I am getting a new one :) | 19:19 |
| dxiri | [Error: Build of instance 8edcee1c-294b-499d-81e2-f2882a3279a6 aborted: Block Device Mapping is Invalid.]. | 19:19 |
| dxiri | which points to cinder probably | 19:19 |
| *** gouthamr has quit IRC | 19:28 | |
| *** hughmFLEXin has joined #openstack-ansible | 19:28 | |
| dxiri | ah nvm, failing with the same error again | 19:30 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: Ensure that upper constraints are always applied https://review.openstack.org/388220 | 19:31 |
| *** McMurlock1 has quit IRC | 19:34 | |
| *** weezS has joined #openstack-ansible | 19:35 | |
| *** DanyC has joined #openstack-ansible | 19:35 | |
| *** allanice001 has quit IRC | 19:37 | |
| *** jcrst has joined #openstack-ansible | 19:40 | |
| *** DanyC has quit IRC | 19:40 | |
| *** karimb has joined #openstack-ansible | 19:43 | |
| *** DanyC has joined #openstack-ansible | 19:45 | |
| *** DanyC has quit IRC | 19:46 | |
| alextricity25 | Is anyone seeing any issues with the PIP command in bootstrap-ansible.sh on master? | 19:47 |
| *** jcrst has quit IRC | 19:47 | |
| alextricity25 | https://gist.github.com/alextricity25/712b6c0f8259fc623304f134b0094fb2 | 19:47 |
| palendae | alextricity25, github's still not resolving for me. may be more DNS breakage | 19:48 |
| palendae | I think pyPI was affected | 19:48 |
| *** jcrst has joined #openstack-ansible | 19:48 | |
| alextricity25 | palendae: oh good point. Thanks! | 19:48 |
| palendae | Oh there it loaded | 19:48 |
| palendae | Hm | 19:49 |
| palendae | Looks like you may not have an up-to-date pip | 19:49 |
| dxiri | cloudnull: I assume you mean neutron-linuxbridge-agent.service | 19:49 |
| alextricity25 | palendae: interesting: pip 1.5.4 from /opt/ansible-runtime/lib/python2.7/site-packages (python 2.7) | 19:49 |
| dxiri | its in failed state | 19:50 |
| *** markvoelker has joined #openstack-ansible | 20:01 | |
| *** techstepper has quit IRC | 20:02 | |
| *** markvoelker_ has quit IRC | 20:05 | |
| *** Mudpuppy has joined #openstack-ansible | 20:07 | |
| *** jheroux has quit IRC | 20:08 | |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible: [Docs] Fix the alignment https://review.openstack.org/389532 | 20:11 |
| *** Mudpuppy has quit IRC | 20:14 | |
| *** Mudpuppy has joined #openstack-ansible | 20:15 | |
| *** TxGirlGeek has quit IRC | 20:20 | |
| *** TxGirlGeek has joined #openstack-ansible | 20:21 | |
| openstackgerrit | Merged openstack/openstack-ansible: [Docs] Fix the alignment https://review.openstack.org/389532 | 20:21 |
| *** haad1 has joined #openstack-ansible | 20:24 | |
| *** Mudpuppy has quit IRC | 20:26 | |
| *** haad1 has quit IRC | 20:27 | |
| *** haad1 has joined #openstack-ansible | 20:37 | |
| *** retreved has quit IRC | 20:40 | |
| *** haad1 has quit IRC | 20:40 | |
| *** phalmos has quit IRC | 20:41 | |
| *** marst has quit IRC | 20:41 | |
| *** marst has joined #openstack-ansible | 20:41 | |
| *** marst has quit IRC | 20:44 | |
| openstackgerrit | Merged openstack/openstack-ansible-os_horizon: Use centralised Ansible test scripts https://review.openstack.org/389134 | 20:45 |
| *** marst has joined #openstack-ansible | 20:47 | |
| *** Mudpuppy has joined #openstack-ansible | 20:53 | |
| *** javeriak has joined #openstack-ansible | 20:55 | |
| *** weezS has quit IRC | 20:57 | |
| *** haad1 has joined #openstack-ansible | 21:04 | |
| *** hughmFLEXin has quit IRC | 21:08 | |
| *** hughmFLEXin has joined #openstack-ansible | 21:08 | |
| dxiri | how can I have my VMs grab an IP from my phisycal network? | 21:13 |
| dxiri | so that they can get internet access via a gateway | 21:13 |
| *** agireud has joined #openstack-ansible | 21:16 | |
| *** agireud has quit IRC | 21:20 | |
| *** marst has quit IRC | 21:22 | |
| *** gtrxcb has joined #openstack-ansible | 21:25 | |
| *** thorst_ has quit IRC | 21:27 | |
| *** thorst_ has joined #openstack-ansible | 21:28 | |
| *** jamesdenton has quit IRC | 21:28 | |
| *** galstrom is now known as galstrom_zzz | 21:29 | |
| *** phalmos has joined #openstack-ansible | 21:30 | |
| *** thorst_ has quit IRC | 21:36 | |
| *** karimb has quit IRC | 21:45 | |
| *** TxGirlGeek has quit IRC | 21:56 | |
| openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_ceilometer: Revert the placement of the glance parts https://review.openstack.org/389860 | 22:06 |
| *** agireud has joined #openstack-ansible | 22:07 | |
| evrardjp | cloudnull: could you answer there: https://review.openstack.org/#/c/389728/ | 22:12 |
| evrardjp | andymccr: ^ | 22:12 |
| *** thorst_ has joined #openstack-ansible | 22:14 | |
| *** agrebennikov_ has quit IRC | 22:24 | |
| *** retreved has joined #openstack-ansible | 22:25 | |
| admin0 | dxori - you need to add ips for them to select | 22:25 |
| admin0 | evrardjp: replied in bug list and on github .. haproxy issue is no more appearing for me | 22:26 |
| admin0 | vip is workign as intentded right from start of deployment | 22:26 |
| *** thorst_ has quit IRC | 22:32 | |
| *** haad1 has quit IRC | 22:32 | |
| *** thorst_ has joined #openstack-ansible | 22:33 | |
| *** admin0 has quit IRC | 22:38 | |
| *** thorst_ has quit IRC | 22:42 | |
| evrardjp | admin0 cool | 22:43 |
| *** drifterza has quit IRC | 22:55 | |
| *** dmsimard is now known as dmsimard|summit | 22:57 | |
| *** markvoelker has quit IRC | 22:57 | |
| *** dxiri has quit IRC | 23:00 | |
| *** dxiri has joined #openstack-ansible | 23:00 | |
| *** pmannidi has quit IRC | 23:01 | |
| *** sc68cal has quit IRC | 23:01 | |
| *** zerick has quit IRC | 23:01 | |
| *** mrhillsman has quit IRC | 23:01 | |
| *** hughsaunders has quit IRC | 23:01 | |
| *** tlbr has quit IRC | 23:01 | |
| *** tlbr has joined #openstack-ansible | 23:01 | |
| *** basilAB has quit IRC | 23:01 | |
| *** javeriak has quit IRC | 23:01 | |
| *** mhayden has quit IRC | 23:01 | |
| *** cathrichardson has quit IRC | 23:01 | |
| *** gfa1 has quit IRC | 23:01 | |
| *** winggundamth has quit IRC | 23:01 | |
| *** automagically has quit IRC | 23:01 | |
| *** jmccrory has quit IRC | 23:01 | |
| *** rackertom has quit IRC | 23:01 | |
| *** izaakk has quit IRC | 23:01 | |
| *** Apsu has quit IRC | 23:01 | |
| *** git-harry has quit IRC | 23:01 | |
| *** Oku_OS-away has quit IRC | 23:01 | |
| *** mancdaz has quit IRC | 23:01 | |
| *** ChanServ has quit IRC | 23:01 | |
| *** charz has quit IRC | 23:01 | |
| *** kencjohnston has quit IRC | 23:01 | |
| *** haasn has quit IRC | 23:01 | |
| *** kysse has quit IRC | 23:01 | |
| *** hwoarang has quit IRC | 23:01 | |
| *** retreved has quit IRC | 23:01 | |
| *** phalmos has quit IRC | 23:01 | |
| *** jcrst has quit IRC | 23:01 | |
| *** prometheanfire has quit IRC | 23:01 | |
| *** sigmavirus has quit IRC | 23:01 | |
| *** sulo has quit IRC | 23:01 | |
| *** cloudnull has quit IRC | 23:01 | |
| *** rromans has quit IRC | 23:01 | |
| *** johnthetubaguy has quit IRC | 23:01 | |
| *** odyssey4me has quit IRC | 23:01 | |
| *** mubix has quit IRC | 23:01 | |
| *** FrankZhang has quit IRC | 23:01 | |
| *** jimbaker has quit IRC | 23:01 | |
| *** qwang has quit IRC | 23:01 | |
| *** afranc has quit IRC | 23:01 | |
| *** erikmwilson has quit IRC | 23:01 | |
| *** neith has quit IRC | 23:01 | |
| *** mcarden has quit IRC | 23:01 | |
| *** neillc has quit IRC | 23:01 | |
| *** ikalnytskyi has quit IRC | 23:01 | |
| *** maximov_ has quit IRC | 23:01 | |
| *** serverascode has quit IRC | 23:01 | |
| *** kong has quit IRC | 23:01 | |
| *** xar- has quit IRC | 23:01 | |
| *** aetaric_ has quit IRC | 23:01 | |
| *** chris_hultin|AWA has quit IRC | 23:01 | |
| *** NachoDuck has quit IRC | 23:01 | |
| *** toan has quit IRC | 23:01 | |
| *** b3rn-n00dl3s has quit IRC | 23:01 | |
| *** calebb has quit IRC | 23:01 | |
| *** nwonknu has quit IRC | 23:01 | |
| *** dmsimard|summit has quit IRC | 23:01 | |
| *** jwagner has quit IRC | 23:01 | |
| *** cjloader has quit IRC | 23:01 | |
| *** h1nch has quit IRC | 23:01 | |
| *** gtrxcb has quit IRC | 23:01 | |
| *** Mudpuppy has quit IRC | 23:01 | |
| *** jcannava has quit IRC | 23:01 | |
| *** antonym has quit IRC | 23:01 | |
| *** irtermite has quit IRC | 23:01 | |
| *** nishpatwa_ has quit IRC | 23:01 | |
| *** dgonzalez has quit IRC | 23:01 | |
| *** Maeca_ has quit IRC | 23:01 | |
| *** jascott1 has quit IRC | 23:01 | |
| *** z- has quit IRC | 23:01 | |
| *** timrc has quit IRC | 23:01 | |
| *** jduhamel has quit IRC | 23:01 | |
| *** galstrom_zzz has quit IRC | 23:01 | |
| *** Jolrael has quit IRC | 23:01 | |
| *** andymccr has quit IRC | 23:01 | |
| *** agireud has quit IRC | 23:01 | |
| *** c-mart has quit IRC | 23:01 | |
| *** david-lyle has quit IRC | 23:01 | |
| *** raginbaj- has quit IRC | 23:01 | |
| *** aleph1 has quit IRC | 23:01 | |
| *** Matias has quit IRC | 23:01 | |
| *** baz has quit IRC | 23:01 | |
| *** hughmFLEXin has quit IRC | 23:01 | |
| *** dolphm has quit IRC | 23:01 | |
| *** raddaoui has quit IRC | 23:01 | |
| *** jroll has quit IRC | 23:01 | |
| *** homerp_ has quit IRC | 23:01 | |
| *** evrardjp has quit IRC | 23:01 | |
| *** castulo has quit IRC | 23:01 | |
| *** jwitko has quit IRC | 23:01 | |
| *** mgagne has quit IRC | 23:01 | |
| *** arif-ali has quit IRC | 23:01 | |
| *** maeker has quit IRC | 23:01 | |
| *** poopcat has quit IRC | 23:01 | |
| *** klamath has quit IRC | 23:01 | |
| *** omiday has quit IRC | 23:01 | |
| *** askb has quit IRC | 23:01 | |
| *** gaudenz has quit IRC | 23:01 | |
| *** npawelek has quit IRC | 23:01 | |
| *** adreznec has quit IRC | 23:01 | |
| *** dalees has quit IRC | 23:01 | |
| *** tlbr has quit IRC | 23:01 | |
| *** fops has quit IRC | 23:01 | |
| *** aludwar has quit IRC | 23:01 | |
| *** jasondotstar has quit IRC | 23:01 | |
| *** NewJorg has quit IRC | 23:01 | |
| *** grumpycatt has quit IRC | 23:01 | |
| *** dxiri has quit IRC | 23:01 | |
| *** mpotdar has quit IRC | 23:01 | |
| *** persia has quit IRC | 23:01 | |
| *** portante has quit IRC | 23:01 | |
| *** mrhillsman has joined #openstack-ansible | 23:06 | |
| *** maeker has joined #openstack-ansible | 23:06 | |
| *** poopcat has joined #openstack-ansible | 23:06 | |
| *** klamath has joined #openstack-ansible | 23:06 | |
| *** omiday has joined #openstack-ansible | 23:06 | |
| *** askb has joined #openstack-ansible | 23:06 | |
| *** gaudenz has joined #openstack-ansible | 23:06 | |
| *** npawelek has joined #openstack-ansible | 23:06 | |
| *** adreznec has joined #openstack-ansible | 23:06 | |
| *** dalees has joined #openstack-ansible | 23:06 | |
| *** javeriak has joined #openstack-ansible | 23:06 | |
| *** mhayden has joined #openstack-ansible | 23:06 | |
| *** cathrichardson has joined #openstack-ansible | 23:06 | |
| *** gfa1 has joined #openstack-ansible | 23:06 | |
| *** winggundamth has joined #openstack-ansible | 23:06 | |
| *** automagically has joined #openstack-ansible | 23:06 | |
| *** jmccrory has joined #openstack-ansible | 23:06 | |
| *** rackertom has joined #openstack-ansible | 23:06 | |
| *** izaakk has joined #openstack-ansible | 23:06 | |
| *** mancdaz has joined #openstack-ansible | 23:06 | |
| *** git-harry has joined #openstack-ansible | 23:06 | |
| *** Apsu has joined #openstack-ansible | 23:06 | |
| *** Oku_OS-away has joined #openstack-ansible | 23:06 | |
| *** gtrxcb has joined #openstack-ansible | 23:07 | |
| *** Mudpuppy has joined #openstack-ansible | 23:07 | |
| *** jcannava has joined #openstack-ansible | 23:07 | |
| *** antonym has joined #openstack-ansible | 23:07 | |
| *** irtermite has joined #openstack-ansible | 23:07 | |
| *** nishpatwa_ has joined #openstack-ansible | 23:07 | |
| *** dgonzalez has joined #openstack-ansible | 23:07 | |
| *** Maeca_ has joined #openstack-ansible | 23:07 | |
| *** jascott1 has joined #openstack-ansible | 23:07 | |
| *** z- has joined #openstack-ansible | 23:07 | |
| *** timrc has joined #openstack-ansible | 23:07 | |
| *** jduhamel has joined #openstack-ansible | 23:07 | |
| *** galstrom_zzz has joined #openstack-ansible | 23:07 | |
| *** Jolrael has joined #openstack-ansible | 23:07 | |
| *** andymccr has joined #openstack-ansible | 23:07 | |
| *** charz has joined #openstack-ansible | 23:07 | |
| *** kencjohnston has joined #openstack-ansible | 23:07 | |
| *** kysse has joined #openstack-ansible | 23:07 | |
| *** hwoarang has joined #openstack-ansible | 23:07 | |
| *** hughsaunders has joined #openstack-ansible | 23:07 | |
| *** dxiri has joined #openstack-ansible | 23:07 | |
| *** mpotdar has joined #openstack-ansible | 23:07 | |
| *** persia has joined #openstack-ansible | 23:07 | |
| *** portante has joined #openstack-ansible | 23:07 | |
| *** basilAB has joined #openstack-ansible | 23:07 | |
| *** tlbr has joined #openstack-ansible | 23:08 | |
| *** fops has joined #openstack-ansible | 23:08 | |
| *** aludwar has joined #openstack-ansible | 23:08 | |
| *** jasondotstar has joined #openstack-ansible | 23:08 | |
| *** NewJorg has joined #openstack-ansible | 23:08 | |
| *** grumpycatt has joined #openstack-ansible | 23:08 | |
| *** baz has joined #openstack-ansible | 23:08 | |
| *** retreved has joined #openstack-ansible | 23:08 | |
| *** phalmos has joined #openstack-ansible | 23:08 | |
| *** prometheanfire has joined #openstack-ansible | 23:08 | |
| *** sigmavirus has joined #openstack-ansible | 23:08 | |
| *** sulo has joined #openstack-ansible | 23:08 | |
| *** cloudnull has joined #openstack-ansible | 23:08 | |
| *** rromans has joined #openstack-ansible | 23:08 | |
| *** johnthetubaguy has joined #openstack-ansible | 23:08 | |
| *** odyssey4me has joined #openstack-ansible | 23:08 | |
| *** FrankZhang has joined #openstack-ansible | 23:08 | |
| *** jimbaker has joined #openstack-ansible | 23:08 | |
| *** qwang has joined #openstack-ansible | 23:08 | |
| *** afranc has joined #openstack-ansible | 23:08 | |
| *** erikmwilson has joined #openstack-ansible | 23:08 | |
| *** mcarden has joined #openstack-ansible | 23:08 | |
| *** neillc has joined #openstack-ansible | 23:08 | |
| *** ikalnytskyi has joined #openstack-ansible | 23:08 | |
| *** maximov_ has joined #openstack-ansible | 23:08 | |
| *** serverascode has joined #openstack-ansible | 23:08 | |
| *** xar- has joined #openstack-ansible | 23:08 | |
| *** aetaric_ has joined #openstack-ansible | 23:08 | |
| *** chris_hultin|AWA has joined #openstack-ansible | 23:08 | |
| *** NachoDuck has joined #openstack-ansible | 23:08 | |
| *** toan has joined #openstack-ansible | 23:08 | |
| *** b3rn-n00dl3s has joined #openstack-ansible | 23:08 | |
| *** calebb has joined #openstack-ansible | 23:08 | |
| *** nwonknu has joined #openstack-ansible | 23:08 | |
| *** dmsimard|summit has joined #openstack-ansible | 23:08 | |
| *** jwagner has joined #openstack-ansible | 23:08 | |
| *** cjloader has joined #openstack-ansible | 23:08 | |
| *** h1nch has joined #openstack-ansible | 23:08 | |
| *** hughmFLEXin has joined #openstack-ansible | 23:08 | |
| *** dolphm has joined #openstack-ansible | 23:08 | |
| *** jroll has joined #openstack-ansible | 23:08 | |
| *** homerp_ has joined #openstack-ansible | 23:08 | |
| *** evrardjp has joined #openstack-ansible | 23:08 | |
| *** castulo has joined #openstack-ansible | 23:08 | |
| *** jwitko has joined #openstack-ansible | 23:08 | |
| *** mgagne has joined #openstack-ansible | 23:08 | |
| *** arif-ali has joined #openstack-ansible | 23:08 | |
| *** serverascode has quit IRC | 23:08 | |
| *** Hosam has joined #openstack-ansible | 23:08 | |
| *** NachoDuck has quit IRC | 23:08 | |
| *** maximov_ has quit IRC | 23:10 | |
| *** rackertom has quit IRC | 23:10 | |
| *** ChanServ has joined #openstack-ansible | 23:11 | |
| *** tepper.freenode.net sets mode: +o ChanServ | 23:11 | |
| *** haasn has joined #openstack-ansible | 23:12 | |
| *** pmannidi has joined #openstack-ansible | 23:12 | |
| *** agireud has joined #openstack-ansible | 23:12 | |
| *** c-mart has joined #openstack-ansible | 23:12 | |
| *** david-lyle has joined #openstack-ansible | 23:12 | |
| *** 18VAABSMN has joined #openstack-ansible | 23:12 | |
| *** aleph1 has joined #openstack-ansible | 23:12 | |
| *** Matias has joined #openstack-ansible | 23:12 | |
| *** Mudpuppy has quit IRC | 23:13 | |
| *** sc68cal has joined #openstack-ansible | 23:14 | |
| *** Mudpuppy has joined #openstack-ansible | 23:14 | |
| *** zerick has joined #openstack-ansible | 23:14 | |
| openstackgerrit | Merged openstack/openstack-ansible-ops: Remove the expired key and opensuse repo after cobbler being installed https://review.openstack.org/388906 | 23:19 |
| *** raddaoui has joined #openstack-ansible | 23:21 | |
| openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible: Remove the old rabbitmq queues https://review.openstack.org/389795 | 23:23 |
| *** neith has joined #openstack-ansible | 23:24 | |
| *** kong has joined #openstack-ansible | 23:24 | |
| kysse | /win 77 | 23:24 |
| kysse | .. | 23:24 |
| *** serverascode has joined #openstack-ansible | 23:34 | |
| *** mubix has joined #openstack-ansible | 23:35 | |
| *** jamielennox|away is now known as jamielennox | 23:35 | |
| *** NachoDuck has joined #openstack-ansible | 23:36 | |
| *** rackertom has joined #openstack-ansible | 23:37 | |
| *** maximov_ has joined #openstack-ansible | 23:37 | |
| *** maeker has quit IRC | 23:39 | |
| *** thorst_ has joined #openstack-ansible | 23:40 | |
| *** phalmos has quit IRC | 23:42 | |
| *** thorst_ has quit IRC | 23:46 | |
| *** hughmFLEXin has quit IRC | 23:57 | |
| *** markvoelker has joined #openstack-ansible | 23:57 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!