Sunday, 2017-10-29

*** thorst has joined #openstack-ansible00:07
*** thorst has quit IRC00:12
*** sxc731 has quit IRC00:43
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Move the neutron_dhcp_config back to defaults  https://review.openstack.org/51580601:16
*** thorst has joined #openstack-ansible01:16
*** thorst has quit IRC01:21
*** wlmbasson has quit IRC01:29
*** vnogin has joined #openstack-ansible01:50
*** vnogin has quit IRC01:55
*** gkadam has joined #openstack-ansible02:13
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_octavia master: Fix mgmt network creation tasks  https://review.openstack.org/51533102:54
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_octavia master: Remove ignore error and unnecessary when  https://review.openstack.org/51534202:56
*** thorst has joined #openstack-ansible03:03
*** thorst has quit IRC03:07
*** gkadam has quit IRC03:42
*** vnogin has joined #openstack-ansible03:51
*** gkadam has joined #openstack-ansible03:53
*** vnogin has quit IRC03:56
*** sm123 has joined #openstack-ansible03:57
sm123Need help with the Nova console access.03:57
sm123I am using OpenStack pike installed using OpenStack Ansible installer03:57
sm123Basically 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
sm123I 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
sm123I enabled debug logs and I see this error been printed in logs: https://thepasteb.in/p/r0hwlBQlxEzcK03:58
*** sm123 has quit IRC04:07
*** sm123 has joined #openstack-ansible04:08
*** sm123 has quit IRC04:15
*** sm123 has joined #openstack-ansible04:15
*** sm123 has quit IRC04:16
*** sm123 has joined #openstack-ansible04:17
*** sm123 has quit IRC04:20
*** sm123 has joined #openstack-ansible04:21
cloudnullsm123: I've not seen that specifically04:23
cloudnullcan 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 IRC04:31
*** sm123 has joined #openstack-ansible04:32
*** sm123 has quit IRC04:33
*** sm123 has joined #openstack-ansible04:34
*** snowman48391 has quit IRC04:35
*** sm123 has quit IRC04:35
SamYaplecloudnull: ive seen that in relation to haproxy (the normal haproxy check produce that error)04:36
SamYapleimproperly closed connections04:36
SamYapledont know how that helps here04:36
*** snowman4839 has joined #openstack-ansible04:37
cloudnullah, so maybe its just a hung connection.04:38
*** sm123 has joined #openstack-ansible04:40
SamYaplecloudnull: got a few race conditions to work out for galera, but they arent data-impacting. its more optimzing/reducing recovery time and SST04:43
SamYaplei think the data is safe safe safe :)04:43
*** sm123 has quit IRC04:43
SamYapleall this is done with only 4 pieces of info, contained in only 2 etcd keys per host :D04:44
SamYaplewith 3 nodes it does about 2 gets and 2 puts every second, which isnt bad04:45
*** sm123 has joined #openstack-ansible04:50
sm123cloudnull: Can you please tell me what setting should I change to make console use novnc instead of spice04:50
cloudnullsm123: these are the variables https://github.com/openstack/openstack-ansible-os_nova/blob/master/defaults/main.yml#L304-L30504:51
cloudnullyou can set "nova_console_type: novnc" in the file /etc/openstack_deploy/user_variables.yml04:52
sm123hoo ok. Can I change this variable and re-run the playbook on the existing setup ??04:52
cloudnullyup04:53
cloudnullyou can run openstack-ansible os-nova-install.yml04:53
cloudnulland it will go04:53
sm123thanks, will give it a try.04:53
cloudnullSamYaple: very cool!04:53
*** sm123 has quit IRC05:00
*** thorst has joined #openstack-ansible05:04
*** sxc731 has joined #openstack-ansible05:05
*** thorst has quit IRC05:08
*** snowman4839 has quit IRC05:11
*** snowman4839 has joined #openstack-ansible05:12
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_nova master: Update filters to support over-commit  https://review.openstack.org/51605005:14
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reduce the AIO scenario & add new scenarios to maintain coverage  https://review.openstack.org/51600205:30
SamYaplefor 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 cluster05:36
SamYapleshould be pretty painless actually05:36
cloudnull++ with systemd we should be able to override most of the original init scripts without too much trouble05:37
cloudnulland apply some additional config where needed.05:37
SamYapleyep, it should be easy for sure05:37
SamYaplenow im using the etcdctl client, but all of this is trival to use with curl05:38
SamYaplei just dont have curl in my images05:38
SamYaplemight be difficult to get etcdctl into your containers, not sure05:38
SamYapleits not really packaged anywhere05:38
SamYapleother than docker images05:39
cloudnullit looks like its available in xenial05:40
cloudnullhttps://packages.ubuntu.com/xenial/amd64/etcd/filelist05:40
*** armaan has quit IRC05:40
cloudnullmaybe too old?05:40
SamYapleit might not be the v3 cleint, yea05:40
SamYaplesomethign to confirm, but im pretty sure its not05:40
*** armaan has joined #openstack-ansible05:40
SamYaplehavent looked for a while though05:40
SamYaplecloudnull: http://manpages.ubuntu.com/manpages/xenial/man1/etcdctl.1.html05:41
SamYapleits the v2 client05:41
SamYapleso no go05:41
SamYaple(im using v3 locking)05:41
cloudnullah . ok05:42
cloudnullhttps://github.com/coreos/etcd/tree/master/etcdctl/ctlv305:42
cloudnullso we'd need to build that05:42
SamYapleagain though, this is super trival with curl so it really might be easier to explore that05:42
SamYapleits just PUT and GET, and one PUT with a ttl (something curl has a flag for)05:42
SamYaplenow if we start talkign auth.... well then etcdctl might be better. not sure05:43
SamYaplehavent played with auth yet05:43
SamYapleand 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
cloudnullwe've got an ectd role / playbook already, I wonder if that could be used to get some of that started?05:45
cloudnullall said, very cool05:45
* cloudnull going to bed05:45
cloudnullhave a good night!05:45
SamYaplenight cloudnull!05:46
SamYaplefor 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-L2505:46
SamYapleperiod!05:47
*** armaan has quit IRC05:53
*** armaan has joined #openstack-ansible05:53
*** sxc731 has quit IRC06:00
*** sxc731 has joined #openstack-ansible06:00
*** sxc731 has quit IRC06:00
openstackgerritJimmy McCrory proposed openstack/openstack-ansible master: [Docs] Fix links to inventory docs  https://review.openstack.org/51605706:13
openstackgerritJimmy McCrory proposed openstack/openstack-ansible master: Move inventory files to folder in root of repo  https://review.openstack.org/51603206:17
openstackgerritJimmy McCrory proposed openstack/openstack-ansible master: [TEST] Update Ansible to 2.4.2.0-0.1.beta1  https://review.openstack.org/50181406:17
*** chhavi has joined #openstack-ansible06:29
*** mcarden has quit IRC07:00
*** thorst has joined #openstack-ansible07:05
*** thorst has quit IRC07:09
*** hachi has joined #openstack-ansible07:30
*** sxc731 has joined #openstack-ansible08:08
*** snowman4839 has quit IRC08:14
*** snowman4839 has joined #openstack-ansible08:15
openstackgerritJames E. Blair proposed openstack/openstack-ansible-tests master: Zuul: add file extension to playbook path  https://review.openstack.org/51606808:38
*** sxc731 has quit IRC08:38
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: [Docs] After-install network configuration  https://review.openstack.org/51606908:40
*** yifei1 has joined #openstack-ansible08:49
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: [DNM][WIP] Update OSA with openstack_hosts changes.  https://review.openstack.org/51540508:51
openstackgerritJames E. Blair proposed openstack/openstack-ansible-tests stable/newton: Zuul: add file extension to playbook path  https://review.openstack.org/51607008:58
*** thorst has joined #openstack-ansible09:06
*** gkadam has quit IRC09:07
*** thorst has quit IRC09:12
*** pbandark has joined #openstack-ansible09:17
openstackgerritJames E. Blair proposed openstack/openstack-ansible-tests stable/ocata: Zuul: add file extension to playbook path  https://review.openstack.org/51607209:18
openstackgerritJames E. Blair proposed openstack/openstack-ansible-tests stable/pike: Zuul: add file extension to playbook path  https://review.openstack.org/51607409:38
*** gkadam has joined #openstack-ansible09:47
*** hachi has quit IRC09:55
*** Miouge has joined #openstack-ansible10:23
*** hachi has joined #openstack-ansible10:37
*** hachi has quit IRC10:41
openstackgerritMerged openstack/openstack-ansible-tests master: Use new zuul v3 git src location  https://review.openstack.org/51500610:54
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_almanach master: Updated from OpenStack Ansible Tests  https://review.openstack.org/51469210:57
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from OpenStack Ansible Tests  https://review.openstack.org/51469410:58
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca master: Updated from OpenStack Ansible Tests  https://review.openstack.org/51469510:59
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca-agent master: Updated from OpenStack Ansible Tests  https://review.openstack.org/51469610:59
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca-ui master: Updated from OpenStack Ansible Tests  https://review.openstack.org/51469710:59
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_octavia master: Updated from OpenStack Ansible Tests  https://review.openstack.org/51469810:59
*** thorst has joined #openstack-ansible11:08
*** thorst has quit IRC11:12
*** thorst has joined #openstack-ansible11:29
*** thorst has quit IRC11:33
*** dave-mccowan has joined #openstack-ansible11:46
*** thorst has joined #openstack-ansible11:58
*** thorst has quit IRC11:59
*** sxc731 has joined #openstack-ansible12:16
*** hachi has joined #openstack-ansible12:43
*** sxc731 has quit IRC12:46
*** thorst has joined #openstack-ansible13:17
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reduce the AIO scenario & add new scenarios to maintain coverage  https://review.openstack.org/51600213:49
*** thorst has quit IRC13:49
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reduce the AIO scenario & add new scenarios to maintain coverage  https://review.openstack.org/51600214:09
*** hachi has quit IRC14:15
*** hachi has joined #openstack-ansible14:15
openstackgerritJames E. Blair proposed openstack/openstack-ansible master: Zuul: add file extension to playbook path  https://review.openstack.org/51609814:40
*** thorst has joined #openstack-ansible15:07
*** thorst has quit IRC15:08
*** hachi has quit IRC15:28
*** bauruine has quit IRC15:47
*** bauruine has joined #openstack-ansible15:47
*** vnogin has joined #openstack-ansible15:52
*** vnogin has quit IRC15:57
*** bauruine has quit IRC16:15
*** bauruine has joined #openstack-ansible16:16
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-openstack_hosts master: [WIP] Include pip install default repos  https://review.openstack.org/51539916:20
*** markvoelker has quit IRC16:31
*** chhavi has quit IRC16:36
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reduce the AIO scenario & add new scenarios to maintain coverage  https://review.openstack.org/51600216:43
*** thorst has joined #openstack-ansible16:47
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Reduce the AIO scenario & add new scenarios to maintain coverage  https://review.openstack.org/51600216:52
*** thorst has quit IRC16:52
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Fix container mac generation and remove extra tasks  https://review.openstack.org/51599517:02
*** markvoelker has joined #openstack-ansible17:31
*** hachi has joined #openstack-ansible17:58
*** thorst has joined #openstack-ansible18:04
*** taseer1 has joined #openstack-ansible18:05
*** Taseer has quit IRC18:06
*** markvoelker has quit IRC18:06
*** taseer2 has joined #openstack-ansible18:06
*** taseer1 has quit IRC18:10
*** thorst has quit IRC18:16
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Fix container mac generation and remove extra tasks  https://review.openstack.org/51599518:42
*** thorst has joined #openstack-ansible18:44
*** thorst has quit IRC18:44
*** bauruine has quit IRC18:44
*** thorst has joined #openstack-ansible18:45
*** bauruine has joined #openstack-ansible18:47
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: [DNM] testing gate timing  https://review.openstack.org/51612418:47
*** thorst has quit IRC18:49
*** vnogin has joined #openstack-ansible18:57
*** markvoelker has joined #openstack-ansible19:02
*** vnogin has quit IRC19:23
*** vnogin has joined #openstack-ansible19:29
*** vnogin has quit IRC19:34
*** markvoelker has quit IRC19:36
*** armaan has quit IRC20:03
*** vnogin has joined #openstack-ansible20:08
*** markvoelker has joined #openstack-ansible20:34
*** snowman4839 has quit IRC20:38
*** snowman4839 has joined #openstack-ansible20:39
*** thorst has joined #openstack-ansible20:46
*** thorst has quit IRC20:50
*** SmearedBeard has joined #openstack-ansible20:55
*** vnogin has quit IRC21:01
*** markvoelker has quit IRC21:07
*** taseer3 has joined #openstack-ansible21:11
*** vnogin has joined #openstack-ansible21:11
*** taseer4 has joined #openstack-ansible21:12
*** taseer2 has quit IRC21:12
*** taseer3 has quit IRC21:16
*** newmember has quit IRC21:17
*** newmember has joined #openstack-ansible21:18
*** hachi has quit IRC21:18
*** askb has joined #openstack-ansible21:24
*** SmearedBeard has quit IRC21:32
*** Miouge has quit IRC22:02
*** markvoelker has joined #openstack-ansible22:04
*** thorst has joined #openstack-ansible22:31
*** chhavi has joined #openstack-ansible22:32
*** thorst has quit IRC22:36
*** chhavi has quit IRC22:36
*** markvoelker has quit IRC22:37
*** pbandark has quit IRC22:49
*** pmannidi has joined #openstack-ansible23:19
*** vnogin has quit IRC23:21
*** vnogin has joined #openstack-ansible23:29
*** markvoelker has joined #openstack-ansible23:34
*** thorst has joined #openstack-ansible23:36
*** thorst has quit IRC23:37
*** threestrands has joined #openstack-ansible23:54

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