*** thorst has joined #openstack-ansible | 00:07 | |
*** thorst has quit IRC | 00:12 | |
*** sxc731 has quit IRC | 00:43 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Move the neutron_dhcp_config back to defaults https://review.openstack.org/515806 | 01:16 |
---|---|---|
*** thorst has joined #openstack-ansible | 01:16 | |
*** thorst has quit IRC | 01:21 | |
*** wlmbasson has quit IRC | 01:29 | |
*** vnogin has joined #openstack-ansible | 01:50 | |
*** vnogin has quit IRC | 01:55 | |
*** gkadam has joined #openstack-ansible | 02:13 | |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia master: Fix mgmt network creation tasks https://review.openstack.org/515331 | 02:54 |
openstackgerrit | German Eichberger proposed openstack/openstack-ansible-os_octavia master: Remove ignore error and unnecessary when https://review.openstack.org/515342 | 02:56 |
*** thorst has joined #openstack-ansible | 03:03 | |
*** thorst has quit IRC | 03:07 | |
*** gkadam has quit IRC | 03:42 | |
*** vnogin has joined #openstack-ansible | 03:51 | |
*** gkadam has joined #openstack-ansible | 03:53 | |
*** vnogin has quit IRC | 03:56 | |
*** sm123 has joined #openstack-ansible | 03:57 | |
sm123 | Need help with the Nova console access. | 03:57 |
sm123 | I am using OpenStack pike installed using OpenStack Ansible installer | 03:57 |
sm123 | Basically from the browser i connect to the dashboard, i access the VM instance that is running, click on "Console" and click on "Click here to show only console". Then i see on the web browser it says " The connection was reset by peer". | 03:58 |
sm123 | I looked at the logs for nova-console and I this error been printed: "[-] 172.29.236.11 - - [29/Oct/2017 07:56:11] code 404, message No such file" | 03:58 |
sm123 | I enabled debug logs and I see this error been printed in logs: https://thepasteb.in/p/r0hwlBQlxEzcK | 03:58 |
*** sm123 has quit IRC | 04:07 | |
*** sm123 has joined #openstack-ansible | 04:08 | |
*** sm123 has quit IRC | 04:15 | |
*** sm123 has joined #openstack-ansible | 04:15 | |
*** sm123 has quit IRC | 04:16 | |
*** sm123 has joined #openstack-ansible | 04:17 | |
*** sm123 has quit IRC | 04:20 | |
*** sm123 has joined #openstack-ansible | 04:21 | |
cloudnull | sm123: I've not seen that specifically | 04:23 |
cloudnull | can you try setting the console to novnc instead of spice to see if maybe a different console type solves the issue? | 04:23 |
*** sm123 has quit IRC | 04:31 | |
*** sm123 has joined #openstack-ansible | 04:32 | |
*** sm123 has quit IRC | 04:33 | |
*** sm123 has joined #openstack-ansible | 04:34 | |
*** snowman48391 has quit IRC | 04:35 | |
*** sm123 has quit IRC | 04:35 | |
SamYaple | cloudnull: ive seen that in relation to haproxy (the normal haproxy check produce that error) | 04:36 |
SamYaple | improperly closed connections | 04:36 |
SamYaple | dont know how that helps here | 04:36 |
*** snowman4839 has joined #openstack-ansible | 04:37 | |
cloudnull | ah, so maybe its just a hung connection. | 04:38 |
*** sm123 has joined #openstack-ansible | 04:40 | |
SamYaple | cloudnull: got a few race conditions to work out for galera, but they arent data-impacting. its more optimzing/reducing recovery time and SST | 04:43 |
SamYaple | i think the data is safe safe safe :) | 04:43 |
*** sm123 has quit IRC | 04:43 | |
SamYaple | all this is done with only 4 pieces of info, contained in only 2 etcd keys per host :D | 04:44 |
SamYaple | with 3 nodes it does about 2 gets and 2 puts every second, which isnt bad | 04:45 |
*** sm123 has joined #openstack-ansible | 04:50 | |
sm123 | cloudnull: Can you please tell me what setting should I change to make console use novnc instead of spice | 04:50 |
cloudnull | sm123: these are the variables https://github.com/openstack/openstack-ansible-os_nova/blob/master/defaults/main.yml#L304-L305 | 04:51 |
cloudnull | you can set "nova_console_type: novnc" in the file /etc/openstack_deploy/user_variables.yml | 04:52 |
sm123 | hoo ok. Can I change this variable and re-run the playbook on the existing setup ?? | 04:52 |
cloudnull | yup | 04:53 |
cloudnull | you can run openstack-ansible os-nova-install.yml | 04:53 |
cloudnull | and it will go | 04:53 |
sm123 | thanks, will give it a try. | 04:53 |
cloudnull | SamYaple: very cool! | 04:53 |
*** sm123 has quit IRC | 05:00 | |
*** thorst has joined #openstack-ansible | 05:04 | |
*** sxc731 has joined #openstack-ansible | 05:05 | |
*** thorst has quit IRC | 05:08 | |
*** snowman4839 has quit IRC | 05:11 | |
*** snowman4839 has joined #openstack-ansible | 05:12 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-os_nova master: Update filters to support over-commit https://review.openstack.org/516050 | 05:14 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reduce the AIO scenario & add new scenarios to maintain coverage https://review.openstack.org/516002 | 05:30 |
SamYaple | for OSA we should be able to turn my scripts (really the just logic) into a simple service that runs alongside mysqld serivce. likely well need to write a new mysqld service as well to avoid mysqld_safe which wont give us enough controll over the cluster | 05:36 |
SamYaple | should be pretty painless actually | 05:36 |
cloudnull | ++ with systemd we should be able to override most of the original init scripts without too much trouble | 05:37 |
cloudnull | and apply some additional config where needed. | 05:37 |
SamYaple | yep, it should be easy for sure | 05:37 |
SamYaple | now im using the etcdctl client, but all of this is trival to use with curl | 05:38 |
SamYaple | i just dont have curl in my images | 05:38 |
SamYaple | might be difficult to get etcdctl into your containers, not sure | 05:38 |
SamYaple | its not really packaged anywhere | 05:38 |
SamYaple | other than docker images | 05:39 |
cloudnull | it looks like its available in xenial | 05:40 |
cloudnull | https://packages.ubuntu.com/xenial/amd64/etcd/filelist | 05:40 |
*** armaan has quit IRC | 05:40 | |
cloudnull | maybe too old? | 05:40 |
SamYaple | it might not be the v3 cleint, yea | 05:40 |
SamYaple | somethign to confirm, but im pretty sure its not | 05:40 |
*** armaan has joined #openstack-ansible | 05:40 | |
SamYaple | havent looked for a while though | 05:40 |
SamYaple | cloudnull: http://manpages.ubuntu.com/manpages/xenial/man1/etcdctl.1.html | 05:41 |
SamYaple | its the v2 client | 05:41 |
SamYaple | so no go | 05:41 |
SamYaple | (im using v3 locking) | 05:41 |
cloudnull | ah . ok | 05:42 |
cloudnull | https://github.com/coreos/etcd/tree/master/etcdctl/ctlv3 | 05:42 |
cloudnull | so we'd need to build that | 05:42 |
SamYaple | again though, this is super trival with curl so it really might be easier to explore that | 05:42 |
SamYaple | its just PUT and GET, and one PUT with a ttl (something curl has a flag for) | 05:42 |
SamYaple | now if we start talkign auth.... well then etcdctl might be better. not sure | 05:43 |
SamYaple | havent played with auth yet | 05:43 |
SamYaple | and good news is, as soon as you have etcd all your rabbitmq issues go away too thanks to autocluster (and 3.7.0 has that functionality baked in using etcd) | 05:44 |
cloudnull | we've got an ectd role / playbook already, I wonder if that could be used to get some of that started? | 05:45 |
cloudnull | all said, very cool | 05:45 |
* cloudnull going to bed | 05:45 | |
cloudnull | have a good night! | 05:45 |
SamYaple | night cloudnull! | 05:46 |
SamYaple | for anyone reading scrollback, rabbitmq can be etcd with this config https://github.com/SamYaple/home-salt/blob/master/salt/rabbitmq.sls#L53-L56 and these two files. https://github.com/SamYaple/home-salt/blob/master/salt/rabbitmq.sls#L10-L25 | 05:46 |
SamYaple | period! | 05:47 |
*** armaan has quit IRC | 05:53 | |
*** armaan has joined #openstack-ansible | 05:53 | |
*** sxc731 has quit IRC | 06:00 | |
*** sxc731 has joined #openstack-ansible | 06:00 | |
*** sxc731 has quit IRC | 06:00 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible master: [Docs] Fix links to inventory docs https://review.openstack.org/516057 | 06:13 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible master: Move inventory files to folder in root of repo https://review.openstack.org/516032 | 06:17 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible master: [TEST] Update Ansible to 2.4.2.0-0.1.beta1 https://review.openstack.org/501814 | 06:17 |
*** chhavi has joined #openstack-ansible | 06:29 | |
*** mcarden has quit IRC | 07:00 | |
*** thorst has joined #openstack-ansible | 07:05 | |
*** thorst has quit IRC | 07:09 | |
*** hachi has joined #openstack-ansible | 07:30 | |
*** sxc731 has joined #openstack-ansible | 08:08 | |
*** snowman4839 has quit IRC | 08:14 | |
*** snowman4839 has joined #openstack-ansible | 08:15 | |
openstackgerrit | James E. Blair proposed openstack/openstack-ansible-tests master: Zuul: add file extension to playbook path https://review.openstack.org/516068 | 08:38 |
*** sxc731 has quit IRC | 08:38 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: [Docs] After-install network configuration https://review.openstack.org/516069 | 08:40 |
*** yifei1 has joined #openstack-ansible | 08:49 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible master: [DNM][WIP] Update OSA with openstack_hosts changes. https://review.openstack.org/515405 | 08:51 |
openstackgerrit | James E. Blair proposed openstack/openstack-ansible-tests stable/newton: Zuul: add file extension to playbook path https://review.openstack.org/516070 | 08:58 |
*** thorst has joined #openstack-ansible | 09:06 | |
*** gkadam has quit IRC | 09:07 | |
*** thorst has quit IRC | 09:12 | |
*** pbandark has joined #openstack-ansible | 09:17 | |
openstackgerrit | James E. Blair proposed openstack/openstack-ansible-tests stable/ocata: Zuul: add file extension to playbook path https://review.openstack.org/516072 | 09:18 |
openstackgerrit | James E. Blair proposed openstack/openstack-ansible-tests stable/pike: Zuul: add file extension to playbook path https://review.openstack.org/516074 | 09:38 |
*** gkadam has joined #openstack-ansible | 09:47 | |
*** hachi has quit IRC | 09:55 | |
*** Miouge has joined #openstack-ansible | 10:23 | |
*** hachi has joined #openstack-ansible | 10:37 | |
*** hachi has quit IRC | 10:41 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Use new zuul v3 git src location https://review.openstack.org/515006 | 10:54 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible-os_almanach master: Updated from OpenStack Ansible Tests https://review.openstack.org/514692 | 10:57 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from OpenStack Ansible Tests https://review.openstack.org/514694 | 10:58 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca master: Updated from OpenStack Ansible Tests https://review.openstack.org/514695 | 10:59 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca-agent master: Updated from OpenStack Ansible Tests https://review.openstack.org/514696 | 10:59 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca-ui master: Updated from OpenStack Ansible Tests https://review.openstack.org/514697 | 10:59 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible-os_octavia master: Updated from OpenStack Ansible Tests https://review.openstack.org/514698 | 10:59 |
*** thorst has joined #openstack-ansible | 11:08 | |
*** thorst has quit IRC | 11:12 | |
*** thorst has joined #openstack-ansible | 11:29 | |
*** thorst has quit IRC | 11:33 | |
*** dave-mccowan has joined #openstack-ansible | 11:46 | |
*** thorst has joined #openstack-ansible | 11:58 | |
*** thorst has quit IRC | 11:59 | |
*** sxc731 has joined #openstack-ansible | 12:16 | |
*** hachi has joined #openstack-ansible | 12:43 | |
*** sxc731 has quit IRC | 12:46 | |
*** thorst has joined #openstack-ansible | 13:17 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reduce the AIO scenario & add new scenarios to maintain coverage https://review.openstack.org/516002 | 13:49 |
*** thorst has quit IRC | 13:49 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reduce the AIO scenario & add new scenarios to maintain coverage https://review.openstack.org/516002 | 14:09 |
*** hachi has quit IRC | 14:15 | |
*** hachi has joined #openstack-ansible | 14:15 | |
openstackgerrit | James E. Blair proposed openstack/openstack-ansible master: Zuul: add file extension to playbook path https://review.openstack.org/516098 | 14:40 |
*** thorst has joined #openstack-ansible | 15:07 | |
*** thorst has quit IRC | 15:08 | |
*** hachi has quit IRC | 15:28 | |
*** bauruine has quit IRC | 15:47 | |
*** bauruine has joined #openstack-ansible | 15:47 | |
*** vnogin has joined #openstack-ansible | 15:52 | |
*** vnogin has quit IRC | 15:57 | |
*** bauruine has quit IRC | 16:15 | |
*** bauruine has joined #openstack-ansible | 16:16 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-openstack_hosts master: [WIP] Include pip install default repos https://review.openstack.org/515399 | 16:20 |
*** markvoelker has quit IRC | 16:31 | |
*** chhavi has quit IRC | 16:36 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reduce the AIO scenario & add new scenarios to maintain coverage https://review.openstack.org/516002 | 16:43 |
*** thorst has joined #openstack-ansible | 16:47 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reduce the AIO scenario & add new scenarios to maintain coverage https://review.openstack.org/516002 | 16:52 |
*** thorst has quit IRC | 16:52 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Fix container mac generation and remove extra tasks https://review.openstack.org/515995 | 17:02 |
*** markvoelker has joined #openstack-ansible | 17:31 | |
*** hachi has joined #openstack-ansible | 17:58 | |
*** thorst has joined #openstack-ansible | 18:04 | |
*** taseer1 has joined #openstack-ansible | 18:05 | |
*** Taseer has quit IRC | 18:06 | |
*** markvoelker has quit IRC | 18:06 | |
*** taseer2 has joined #openstack-ansible | 18:06 | |
*** taseer1 has quit IRC | 18:10 | |
*** thorst has quit IRC | 18:16 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Fix container mac generation and remove extra tasks https://review.openstack.org/515995 | 18:42 |
*** thorst has joined #openstack-ansible | 18:44 | |
*** thorst has quit IRC | 18:44 | |
*** bauruine has quit IRC | 18:44 | |
*** thorst has joined #openstack-ansible | 18:45 | |
*** bauruine has joined #openstack-ansible | 18:47 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] testing gate timing https://review.openstack.org/516124 | 18:47 |
*** thorst has quit IRC | 18:49 | |
*** vnogin has joined #openstack-ansible | 18:57 | |
*** markvoelker has joined #openstack-ansible | 19:02 | |
*** vnogin has quit IRC | 19:23 | |
*** vnogin has joined #openstack-ansible | 19:29 | |
*** vnogin has quit IRC | 19:34 | |
*** markvoelker has quit IRC | 19:36 | |
*** armaan has quit IRC | 20:03 | |
*** vnogin has joined #openstack-ansible | 20:08 | |
*** markvoelker has joined #openstack-ansible | 20:34 | |
*** snowman4839 has quit IRC | 20:38 | |
*** snowman4839 has joined #openstack-ansible | 20:39 | |
*** thorst has joined #openstack-ansible | 20:46 | |
*** thorst has quit IRC | 20:50 | |
*** SmearedBeard has joined #openstack-ansible | 20:55 | |
*** vnogin has quit IRC | 21:01 | |
*** markvoelker has quit IRC | 21:07 | |
*** taseer3 has joined #openstack-ansible | 21:11 | |
*** vnogin has joined #openstack-ansible | 21:11 | |
*** taseer4 has joined #openstack-ansible | 21:12 | |
*** taseer2 has quit IRC | 21:12 | |
*** taseer3 has quit IRC | 21:16 | |
*** newmember has quit IRC | 21:17 | |
*** newmember has joined #openstack-ansible | 21:18 | |
*** hachi has quit IRC | 21:18 | |
*** askb has joined #openstack-ansible | 21:24 | |
*** SmearedBeard has quit IRC | 21:32 | |
*** Miouge has quit IRC | 22:02 | |
*** markvoelker has joined #openstack-ansible | 22:04 | |
*** thorst has joined #openstack-ansible | 22:31 | |
*** chhavi has joined #openstack-ansible | 22:32 | |
*** thorst has quit IRC | 22:36 | |
*** chhavi has quit IRC | 22:36 | |
*** markvoelker has quit IRC | 22:37 | |
*** pbandark has quit IRC | 22:49 | |
*** pmannidi has joined #openstack-ansible | 23:19 | |
*** vnogin has quit IRC | 23:21 | |
*** vnogin has joined #openstack-ansible | 23:29 | |
*** markvoelker has joined #openstack-ansible | 23:34 | |
*** thorst has joined #openstack-ansible | 23:36 | |
*** thorst has quit IRC | 23:37 | |
*** threestrands has joined #openstack-ansible | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!