openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_barbican master: Add MySQL connection SSL support https://review.openstack.org/527814 | 00:03 |
---|---|---|
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_barbican master: Add MySQL connection SSL support https://review.openstack.org/527814 | 00:04 |
cloudnull | gun1x: the repo build is fed all of the services we build from here https://github.com/openstack/openstack-ansible/blob/master/playbooks/defaults/repo_packages/openstack_services.yml | 00:04 |
cloudnull | the stuff within the role is used when building the service in isolation | 00:05 |
cloudnull | where is it getting stuck ? | 00:05 |
gun1x | cloudnull: after doing the checkout from 16.0.3 to 16.0.5 i forgot to bootstrap ansible. I HOPE that was the issue | 00:05 |
cloudnull | ah that will cause some crazyness | 00:05 |
gun1x | if it gets stuck again at the same point, i will do -vvvv and paste the log | 00:06 |
cloudnull | cool | 00:07 |
cloudnull | jmccrory: nice! https://review.openstack.org/#/q/topic:bug/1667789+(status:open+OR+status:merged) | 00:07 |
cloudnull | it'd be lovely to have everything connecting over ssl by default | 00:07 |
jmccrory | yeah, looks like the guy previously working on getting that going mostly abandoned it. but your recent changes to galera roles seemed to get it mostly working | 00:07 |
jmccrory | yep, that's the end plan, enable galera_use_ssl by default in the integrated repo | 00:08 |
andymccr | haaha i accidentally fixed galera ssl | 00:12 |
*** yifei has joined #openstack-ansible | 00:17 | |
*** DanyC has quit IRC | 00:18 | |
cloudnull | hey andymccr | 00:19 |
cloudnull | hows life in the future | 00:19 |
andymccr | Thursday is full of promise! | 00:20 |
cloudnull | hahaha | 00:20 |
cloudnull | I knew it was, i had a good feeling about thursday ! | 00:20 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-galera_server master: Limit Galera SSL to TLSv1.2 ciphers https://review.openstack.org/527816 | 00:22 |
cloudnull | anyone wanna give these a review https://review.openstack.org/#/q/topic:nspawn-driver+(status:open) | 00:24 |
*** dxiri has quit IRC | 00:25 | |
*** dxiri has joined #openstack-ansible | 00:26 | |
*** dxiri has quit IRC | 00:30 | |
*** gouthamr has joined #openstack-ansible | 00:42 | |
*** vnogin has quit IRC | 00:49 | |
*** vnogin has joined #openstack-ansible | 00:50 | |
*** phalmos has quit IRC | 00:50 | |
*** pbandark has quit IRC | 00:51 | |
*** chyka has quit IRC | 00:51 | |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Allows for the VMs preseed mirror to be overridden https://review.openstack.org/527802 | 00:53 |
*** vnogin has quit IRC | 00:54 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_glance master: Add MySQL connection SSL support https://review.openstack.org/527827 | 01:14 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_keystone master: Add MySQL connection SSL support https://review.openstack.org/527798 | 01:15 |
*** hw_wutianwei has joined #openstack-ansible | 01:17 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_cinder master: Add MySQL connection SSL support https://review.openstack.org/527829 | 01:23 |
*** pramodrj07 has quit IRC | 01:28 | |
*** esberglu has joined #openstack-ansible | 01:37 | |
*** woodard has quit IRC | 01:38 | |
*** woodard has joined #openstack-ansible | 01:38 | |
*** esberglu has quit IRC | 01:41 | |
*** openstacking_123 has joined #openstack-ansible | 01:47 | |
andymccr | hmm our haproxy role - there isnt really a way to add a vip for a service you dont have in your inventory :( | 01:48 |
*** openstacking_123 has quit IRC | 01:48 | |
*** openstacking_123 has joined #openstack-ansible | 01:48 | |
openstackgerrit | Kaio Kassiano Moura Oliveira proposed openstack/openstack-ansible-os_monasca-agent master: Fix default role missing pip packages https://review.openstack.org/525022 | 01:50 |
*** woodard has quit IRC | 01:56 | |
*** octo-fs has joined #openstack-ansible | 01:59 | |
*** kukacz has quit IRC | 02:00 | |
*** kukacz has joined #openstack-ansible | 02:01 | |
openstackgerrit | tonytan4ever proposed openstack/openstack-ansible-tests master: Force gzip compression when file has a lot of links https://review.openstack.org/527478 | 02:06 |
*** openstacking_123 has quit IRC | 02:10 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Clean-up old systemd prep and allow machinctl to grow https://review.openstack.org/527592 | 02:15 |
cloudnull | andymccr: you can add additional global vips https://docs.openstack.org/openstack-ansible-haproxy_server/latest/configure-haproxy.html#adding-additional-global-vip-addresses | 02:16 |
cloudnull | or add it to the integrated repo using this option https://github.com/openstack/openstack-ansible/blob/master/playbooks/haproxy-install.yml#L64 | 02:17 |
andymccr | cloudnull: hmm i more mean - i have a service that isnt managed by the inventory, and i want to set it up to be load balanced to. | 02:17 |
andymccr | since the template comes from hostvars[host] it wont work :( | 02:17 |
andymccr | to get the ansible_host | 02:17 |
cloudnull | this should work http://paste.openstack.org/show/628912/ no? | 02:18 |
cloudnull | or maybe not? | 02:19 |
cloudnull | i guess you'd have to add the hosts to the openstack_user_config.yml | 02:19 |
andymccr | yeah | 02:20 |
andymccr | i'll make a dummy group in env.d | 02:20 |
andymccr | and just add htem with ips | 02:20 |
andymccr | and i'll probably patch the haproxy role to allow that :) | 02:20 |
andymccr | so i wont have to in future! | 02:20 |
cloudnull | you should just be able to add the items to the user config | 02:21 |
cloudnull | without an env.d file | 02:21 |
*** threestrands_ has joined #openstack-ansible | 02:22 | |
cloudnull | they'll just get picked up as part of the inventory, kinda like hap used to be | 02:22 |
*** poopcat is now known as lupus_super_stro | 02:22 | |
*** threestrands has quit IRC | 02:22 | |
andymccr | ahh ok cool | 02:22 |
andymccr | thats a good tip then | 02:22 |
*** threestrands_ has quit IRC | 02:22 | |
*** threestrands_ has joined #openstack-ansible | 02:23 | |
*** lupus_super_stro is now known as webmd_doctor | 02:23 | |
cloudnull | something like http://paste.openstack.org/show/628913/ | 02:24 |
cloudnull | I've not tried it | 02:24 |
cloudnull | but i suspect it'll work | 02:24 |
andymccr | i think im fat fingering something: ERROR! Unexpected Exception: unsupported operand type(s) for +: 'NoneType' and 'str' | 02:27 |
andymccr | it adds them to the inbentory fine actually | 02:29 |
andymccr | *inventory | 02:29 |
cloudnull | nice | 02:29 |
cloudnull | i may be off on the hap syntax, | 02:30 |
*** threestrands_ has quit IRC | 02:32 | |
*** Neptu_ has quit IRC | 02:32 | |
*** tobberydberg has quit IRC | 02:32 | |
*** openstackstatus has quit IRC | 02:32 | |
*** webmd_doctor has quit IRC | 02:32 | |
*** arbrandes has quit IRC | 02:32 | |
*** jose-phillips has quit IRC | 02:32 | |
*** ChanServ has quit IRC | 02:32 | |
andymccr | i dont think its the haproxy bits | 02:33 |
*** ChanServ has joined #openstack-ansible | 02:34 | |
*** barjavel.freenode.net sets mode: +o ChanServ | 02:34 | |
andymccr | if i remove the hosts from user config it works ok - although it is added to the inventory | 02:34 |
*** threestrands_ has joined #openstack-ansible | 02:36 | |
*** Neptu_ has joined #openstack-ansible | 02:36 | |
*** tobberydberg has joined #openstack-ansible | 02:36 | |
*** openstackstatus has joined #openstack-ansible | 02:36 | |
*** webmd_doctor has joined #openstack-ansible | 02:36 | |
*** arbrandes has joined #openstack-ansible | 02:36 | |
*** jose-phillips has joined #openstack-ansible | 02:36 | |
*** barjavel.freenode.net sets mode: +v openstackstatus | 02:36 | |
*** octo-fs has quit IRC | 02:40 | |
andymccr | cloudnull: had to create the env.d i think something has prevented the old way of working :( which is a pity! | 02:45 |
andymccr | but not too hard to do so all good | 02:45 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Clean-up old systemd prep and allow machinctl to grow https://review.openstack.org/527592 | 03:00 |
cloudnull | andymccr: that's a bummer. | 03:00 |
cloudnull | but im glad it wasn't a PITA :D | 03:01 |
*** gouthamr has quit IRC | 03:17 | |
*** markvoelker_ has quit IRC | 03:24 | |
*** esberglu has joined #openstack-ansible | 03:26 | |
*** ankita has joined #openstack-ansible | 03:27 | |
ankita | infra1_repo_container-cef637c5 : ok=6 changed=0 unreachable=0 failed=1 | 03:27 |
ankita | hi | 03:28 |
ankita | can any one help me with the container issue? | 03:28 |
ankita | infra1_repo_container-cef637c5 : ok=6 changed=0 unreachable=0 failed=1 | 03:28 |
*** esberglu has quit IRC | 03:31 | |
ankita | container_name: "infra1_repo_container-cef637c5" physical_host: "infra1" Container confirmed Using module file /opt/ansible-runtime/local/lib/python2.7/site-packages/ansible/modules/core/files/stat.py container_name: "infra1_repo_container-cef637c5" physical_host: "infra1" Container confirmed <10.30.100.21> ESTABLISH SSH CONNECTION FOR USER: root <10.30.100.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o | 03:31 |
*** lbragstad has quit IRC | 03:44 | |
*** webmd_doctor is now known as poopcat | 03:44 | |
ankita | repo_container | 03:45 |
ankita | any clue? | 03:46 |
*** hybridpollo is now known as webmd_penordocto | 03:46 | |
*** webmd_penordocto is now known as wmd_penor_doctor | 03:47 | |
*** wmd_penor_doctor has left #openstack-ansible | 03:47 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-haproxy_server master: Add ability to manage non-inventory hosts https://review.openstack.org/527847 | 03:51 |
SamYaple | andymccr: did you get my wall-o-text stuff about uwsgi/nginx the otehr day? | 03:52 |
andymccr | SamYaple: i did not :( | 03:52 |
SamYaple | oh... well hold on | 03:52 |
andymccr | i am bad at computers | 03:52 |
andymccr | maybe my znc buffer is too small | 03:53 |
SamYaple | i probably filled it up | 03:53 |
SamYaple | youre welcome | 03:53 |
ankita | hi | 03:53 |
ankita | can any one help me with the container issue? | 03:53 |
SamYaple | andymccr: http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2017-12-11.log.html#t2017-12-11T09:17:39 | 03:53 |
ankita | can any one help me with the container issue? | 03:53 |
SamYaple | ankita: normally best to ask the question first | 03:54 |
ankita | infra1_repo_container-cef637c5 -- su - root -c '"'"'/bin/sh -c '"'"'"'"'"'"'"'"'/usr/bin/python && sleep 0'"'"'"'"'"'"'"'"''"'"'' fatal: [infra1_repo_container-cef637c5]: FAILED! => { "failed": true, "msg": "Failed to get information on remote file (/etc/sudoers.d/nginx): MODULE FAILURE" } | 03:54 |
ankita | how shall i fix it | 03:54 |
ankita | have created a blank file at that location as there was none | 03:55 |
andymccr | SamYaple: oh boom. thanks! I'll look to getting that added in. | 03:56 |
ankita | it occurs on exe of openstack-ansible setup-infrastructure.yml | 03:56 |
ankita | thanks | 03:56 |
ankita | in advance | 03:56 |
SamYaple | andymccr: if you *need* neutron.conf + dhcp-agent.ini + ml2_conf.ini + etc etc, then youll probably have to take that wsgi gist and configure conf files directly. i switchedto everything in neutron.conf | 03:57 |
SamYaple | but that should answer your question | 03:57 |
SamYaple | ankita: im not the best person to helphere, but if you try purgingthe repo container and letting it rebuild,does the issue come back | 03:57 |
ankita | yes it reoccurs | 03:57 |
andymccr | SamYaple: yeah makes sense | 03:58 |
SamYaple | ankita: well im not going to be of much help beyond that, but you might want to post your versions ofthings for the channel so when someone else comes along they have that info. version of OSA, version of ansible, and distro would be a good start | 03:59 |
*** nshetty has joined #openstack-ansible | 04:00 | |
ankita | thankjs for suggestions | 04:01 |
SamYaple | andymccr: having a unified way to do internal ssl and configure number of workers has been amazing btw. let me know if you run into any issues, i have *probably* been there at this point (i do full internal ssl by default now) | 04:02 |
SamYaple | im off | 04:02 |
SamYaple | take care! | 04:02 |
andymccr | enjoy SamYaple - thanks again for the pointers | 04:02 |
*** udesale has joined #openstack-ansible | 04:03 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Add nspawn container driver https://review.openstack.org/477017 | 04:05 |
*** pylot has quit IRC | 04:09 | |
ankita | HI | 04:10 |
*** ANKITA_ has joined #openstack-ansible | 04:13 | |
*** pylot has joined #openstack-ansible | 04:13 | |
ANKITA_ | infra1_repo_container-cef637c5 -- su - root -c '"'"'/bin/sh -c '"'"'"'"'"'"'"'"'/usr/bin/python && sleep 0'"'"'"'"'"'"'"'"''"'"'' fatal: [infra1_repo_container-cef637c5]: FAILED! => { "failed": true, "msg": "Failed to get information on remote file (/etc/sudoers.d/nginx): MODULE FAILURE" } | 04:14 |
ANKITA_ | AM FACING THE ISSUE ON EXEX OF openstack-ansible setup-infrastructure.yml | 04:14 |
*** ankita has quit IRC | 04:15 | |
ANKITA_ | CAN ANY ONE HELP? | 04:15 |
ANKITA_ | infra1_repo_container-cef637c5 : ok=6 changed=0 unreachable=0 failed=1 | 04:16 |
*** poopcat is now known as webmd_doctor | 04:18 | |
*** webmd_doctor is now known as albertcard | 04:18 | |
ANKITA_ | repo_container in infra setup is for? | 04:19 |
*** albertcard is now known as webmd_doctor | 04:21 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Clean-up old systemd prep and allow machinctl to grow https://review.openstack.org/527592 | 04:21 |
cloudnull | ANKITA_: what is going on ? | 04:21 |
*** webmd_doctor is now known as albertcard | 04:21 | |
cloudnull | can you tell me a little more about the error and the setup ? | 04:23 |
ANKITA_ | sure | 04:23 |
cloudnull | is the container running? | 04:23 |
ANKITA_ | on exe of openstack-ansible setup-infrastructure.yml | 04:23 |
ANKITA_ | container_name: "infra1_repo_container-cef637c5" physical_host: "infra1" Container confirmed Using module file /opt/ansible-runtime/local/lib/python2.7/site-packages/ansible/modules/core/files/stat.py container_name: "infra1_repo_container-cef637c5" physical_host: "infra1" Container confirmed <10.30.100.21> ESTABLISH SSH CONNECTION FOR USER: root <10.30.100.21> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s - | 04:23 |
*** japestinho has joined #openstack-ansible | 04:24 | |
ANKITA_ | repo_container fails | 04:24 |
ANKITA_ | details say that fatal: [infra1_repo_container-cef637c5]: FAILED! => { "failed": true, "msg": "Failed to get information on remote file (/etc/sudoers.d/nginx): MODULE FAILURE" | 04:24 |
cloudnull | on infra1 can you run `lxc-info -n infra1_repo_container-cef637c5` | 04:25 |
ANKITA_ | so i created a blank file at that location but it's of no use ... | 04:25 |
ANKITA_ | lxc-info -n infra1_repo_container-cef637c5 infra1_repo_container-cef637c5 doesn't exist | 04:26 |
cloudnull | and that's on the infra1 host ? | 04:26 |
cloudnull | what about `lxc-ls -f` | 04:27 |
ANKITA_ | yes osadmin@infra1:~$ lxc-info -n infra1_repo_container-cef637c5 infra1_repo_container-cef637c5 doesn't exist | 04:27 |
cloudnull | running as root? | 04:27 |
ANKITA_ | sorry was not root | 04:28 |
ANKITA_ | root@infra1:/home/osadmin# lxc-info -n infra1_repo_container-cef637c5 Name: infra1_repo_container-cef637c5 State: STOPPED | 04:28 |
ANKITA_ | on root login | 04:28 |
ANKITA_ | its' stopped | 04:29 |
cloudnull | ok. run `lxc-start -dn infra1_repo_container-cef637c5` | 04:29 |
cloudnull | will it start ? | 04:29 |
ANKITA_ | same for other s too | 04:29 |
ANKITA_ | root@infra1:/home/osadmin# lxc-ls -f NAME STATE AUTOSTART GROUPS IPV4 IPV6 infra1_cinder_api_container-10e4250e STOPPED 1 onboot, openstack - - infra1_cinder_scheduler_container-2006fa1a STOPPED 1 onboot, openstack - - infra1_galera_container-da1b1b28 STOPPED 1 onboot, openstack - - infra1_glance_container-32748c | 04:29 |
*** japestinho has quit IRC | 04:30 | |
*** japestinho has joined #openstack-ansible | 04:34 | |
cloudnull | ANKITA_: were you able to start the container? | 04:35 |
ANKITA_ | no lxc-start -dn infra1_repo_container-cef637c5 lxc-start: tools/lxc_start.c: main: 366 The container failed to start. lxc-start: tools/lxc_start.c: main: 368 To get more details, run the container in foreground mode. lxc-start: tools/lxc_start.c: main: 370 Additional information can be obtained by setting the --logfile and --logpriority options. | 04:37 |
ANKITA_ | lokin in log files | 04:37 |
cloudnull | if you start the container without the -d `lxc-start -n infra1_repo_container-cef637c5` it might have more deails. | 04:38 |
ANKITA_ | ok let me try | 04:39 |
cloudnull | typically when i see that it's related to a bridge being down or missing. | 04:39 |
ANKITA_ | lxc-start -n infra1_repo_container-cef637c5 lxc-start: tools/lxc_start.c: main: 366 The container failed to start. lxc-start: tools/lxc_start.c: main: 368 To get more details, run the container in foreground mode. lxc-start: tools/lxc_start.c: main: 370 Additional information can be obtained by setting the --logfile and --logpriority options. | 04:39 |
cloudnull | ok, check the logs, syslog etc | 04:41 |
ANKITA_ | shall i restart d network | 04:41 |
cloudnull | see if there's something obvious | 04:41 |
cloudnull | the repo container connects to br-mgmt at a minimum | 04:41 |
cloudnull | make sure you have that interface and it's online | 04:42 |
ANKITA_ | root@infra1:~# ifconfig br-mgmt Link encap:Ethernet HWaddr 00:26:6c:f5:49:24 inet addr:10.30.100.21 Bcast:10.30.100.255 Mask:255.255.255.0 inet6 addr: fe80::226:6cff:fef5:4924/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:26080 errors:0 dropped:0 overruns:0 frame:0 TX packets:131257 errors:0 dropped:0 overruns:0 carrier:0 collisi | 04:43 |
ANKITA_ | i do have it up | 04:43 |
cloudnull | ok well check the various logs and see if there's something up | 04:45 |
cloudnull | if the container can't start something else on the system has gone wrong | 04:46 |
ANKITA_ | ok | 04:47 |
ANKITA_ | the error message was | 04:48 |
ANKITA_ | container_name: "infra1_repo_container-cef637c5" physical_host: "infra1" Container confirmed Using module file /opt/ansible-runtime/local/lib/python2.7/site-packages/ansible/modules/core/files/stat.py container_name: "infra1_repo_container-cef637c5" physical_host: "infra1" Container confirmed <**.**.***.**> ESTABLISH SSH CONNECTION FOR USER: root <**.**.***.**> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s - | 04:48 |
ANKITA_ | Authentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes -T -o ControlPath=/root/.ansible/cp/ansible-ssh-%h-%p-%r | 04:48 |
ANKITA_ | infra1_repo_container-cef637c5 -- su - root -c '"'"'/bin/sh -c '"'"'"'"'"'"'"'"'/usr/bin/python && sleep 0'"'"'"'"'"'"'"'"''"'"'' fatal: [infra1_repo_container-cef637c5]: FAILED! => { "failed": true, "msg": "Failed to get information on remote file (/etc/sudoers.d/nginx): MODULE FAILURE" } | 04:49 |
ANKITA_ | cat /var/log/lxc/infra1_repo_container-cef637c5.log lxc-start 20171214043726.163 ERROR lxc_conf - conf.c:instantiate_veth:2736 - failed to attach 'cef637c5_eth0' to the bridge 'lxcbr0': Operation not permitted lxc-start 20171214043726.581 ERROR lxc_conf - conf.c:lxc_create_network:3029 - failed to create netdev lxc-start 20171214043726.581 ERROR lxc_start - start.c:lxc_spawn:1103 - Failed to crea | 04:52 |
cloudnull | is lxcbr0 present ? | 04:59 |
cloudnull | if not can you run `ifup lxcbr0` | 05:00 |
cloudnull | if yes restart the bridge `ifdown lxcbr0; ifup lxcbr0` | 05:00 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible master: Add nspawn container driver https://review.openstack.org/477017 | 05:01 |
cloudnull | then run `lxc-veth-check` | 05:01 |
cloudnull | ANKITA_: i have to run | 05:01 |
cloudnull | i hope you figure it out soon | 05:02 |
cloudnull | take care | 05:02 |
*** albertcard has quit IRC | 05:06 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-pip_install master: Set pip to use the pypi-server when locked down https://review.openstack.org/526889 | 05:09 |
*** germs has quit IRC | 05:09 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-haproxy_server master: Add ability to manage non-inventory hosts https://review.openstack.org/527847 | 05:10 |
*** ANKITA_ has quit IRC | 05:11 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Clean-up old systemd prep and allow machinctl to grow https://review.openstack.org/527592 | 05:21 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Clean-up old systemd prep and allow machinctl to grow https://review.openstack.org/527592 | 05:22 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-haproxy_server master: Add ability to manage non-inventory hosts https://review.openstack.org/527847 | 05:24 |
*** markvoelker has joined #openstack-ansible | 05:25 | |
*** chhavi has joined #openstack-ansible | 05:38 | |
*** m|y|k has joined #openstack-ansible | 05:39 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-haproxy_server master: Add ability to manage non-inventory hosts https://review.openstack.org/527847 | 05:40 |
*** pradiprwt has joined #openstack-ansible | 05:46 | |
pradiprwt | Hi Everyone, Good morning | 05:47 |
pradiprwt | Is anyone have running multi node ansible openstack on centos 7? I need some help | 05:48 |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Unify container network interfaces with networkd https://review.openstack.org/523218 | 05:53 |
*** udesale__ has joined #openstack-ansible | 05:54 | |
*** udesale has quit IRC | 05:56 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Unify container network interfaces with networkd https://review.openstack.org/523218 | 05:56 |
*** udesale has joined #openstack-ansible | 05:57 | |
cloudnull | pradiprwt: I know mgagne and mhayden are. | 05:57 |
cloudnull | however they're likely sleeping right now | 05:57 |
cloudnull | go ahead and post the question | 05:57 |
cloudnull | maybe someone can help | 05:57 |
cloudnull | if not try and reach either of those two folks later in the day ? | 05:58 |
*** markvoelker has quit IRC | 05:58 | |
*** udesale__ has quit IRC | 05:59 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Unify container network interfaces with networkd https://review.openstack.org/523218 | 06:13 |
pradiprwt | Thanks cloudnull, I want some help in networking configuration VLAN and bridges | 06:15 |
pradiprwt | Documentation have reference for only ubuntu | 06:17 |
cloudnull | we have the test interfaces here https://github.com/openstack/openstack-ansible-tests/tree/master/network_interfaces | 06:17 |
cloudnull | maybe that'll be of some assistance? | 06:17 |
cloudnull | mhayden: also did this a while back | 06:18 |
cloudnull | https://major.io/2017/04/13/openstack-ansible-on-centos-7-with-systemd-networkd/ | 06:18 |
cloudnull | which is creating the vlan tagged interfaces / bridges | 06:19 |
*** esberglu has joined #openstack-ansible | 06:26 | |
pradiprwt | cloudnull : I want to use only one interface with vlan tagged interface and bridges like ubuntu | 06:29 |
*** esberglu has quit IRC | 06:31 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Unify container network interfaces with networkd https://review.openstack.org/523218 | 06:34 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-haproxy_server master: Add ability to manage non-inventory hosts https://review.openstack.org/527847 | 06:37 |
*** jiaopengju has joined #openstack-ansible | 06:40 | |
*** SerenaFeng has joined #openstack-ansible | 06:42 | |
*** SerenaFeng has quit IRC | 06:43 | |
*** openstackgerrit has quit IRC | 06:47 | |
*** threestrands_ has quit IRC | 06:53 | |
*** markvoelker has joined #openstack-ansible | 06:55 | |
*** esberglu has joined #openstack-ansible | 07:04 | |
*** esberglu has quit IRC | 07:08 | |
*** cshen has joined #openstack-ansible | 07:25 | |
*** chyka has joined #openstack-ansible | 07:28 | |
*** SmearedBeard has joined #openstack-ansible | 07:28 | |
*** markvoelker has quit IRC | 07:30 | |
*** Smeared_Beard has joined #openstack-ansible | 07:30 | |
*** chyka has quit IRC | 07:33 | |
*** SmearedBeard has quit IRC | 07:33 | |
*** armaan has quit IRC | 07:36 | |
*** nshetty is now known as nshetty|lunch | 07:36 | |
*** armaan has joined #openstack-ansible | 07:36 | |
*** epalper has joined #openstack-ansible | 07:37 | |
*** Smeared_Beard has quit IRC | 07:39 | |
*** jvidal has joined #openstack-ansible | 07:47 | |
*** gkadam has joined #openstack-ansible | 07:50 | |
*** vnogin has joined #openstack-ansible | 07:50 | |
*** vnogin has quit IRC | 07:55 | |
*** vnogin has joined #openstack-ansible | 07:55 | |
*** gkadam has quit IRC | 07:55 | |
*** openstackgerrit has joined #openstack-ansible | 07:56 | |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/pike: Create and use a local LXC RPM repo https://review.openstack.org/527786 | 07:56 |
*** SmearedBeard has joined #openstack-ansible | 08:02 | |
*** mbuil has joined #openstack-ansible | 08:09 | |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron master: Provide support for SFC deployments https://review.openstack.org/510909 | 08:17 |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Force gzip compression when file has a lot of links https://review.openstack.org/527478 | 08:19 |
*** sxc731 has joined #openstack-ansible | 08:20 | |
*** SmearedBeard has quit IRC | 08:22 | |
*** Smeared_Beard has joined #openstack-ansible | 08:22 | |
*** markvoelker has joined #openstack-ansible | 08:26 | |
*** pmannidi has quit IRC | 08:26 | |
jafeha | good morning | 08:39 |
*** Smeared_Beard has quit IRC | 08:41 | |
*** nshetty|lunch is now known as nshetty | 08:48 | |
*** prometheanfire has quit IRC | 08:54 | |
*** markvoelker has quit IRC | 09:00 | |
openstackgerrit | Merged openstack/openstack-ansible master: Workaround ansible lint failure https://review.openstack.org/527333 | 09:02 |
*** DanyC has joined #openstack-ansible | 09:07 | |
*** SmearedBeard has joined #openstack-ansible | 09:08 | |
*** chhavi has quit IRC | 09:15 | |
pradiprwt | HI mgagne, I am trying to deploy multinode openstack in centos, facing some problem in network configuration... Please let me know if you can help | 09:18 |
pradiprwt | While configuring VLAN host is getting disconnected and loosing the connection | 09:19 |
*** vnogin has quit IRC | 09:31 | |
*** Smeared_Beard has joined #openstack-ansible | 09:36 | |
*** SmearedBeard has quit IRC | 09:37 | |
*** pbandark has joined #openstack-ansible | 09:37 | |
*** vnogin has joined #openstack-ansible | 09:39 | |
*** markvoelker has joined #openstack-ansible | 09:57 | |
*** electrofelix has joined #openstack-ansible | 09:59 | |
*** vnogin has quit IRC | 10:01 | |
*** vnogin has joined #openstack-ansible | 10:01 | |
*** esberglu has joined #openstack-ansible | 10:04 | |
*** vnogin has quit IRC | 10:06 | |
*** esberglu has quit IRC | 10:08 | |
*** nshetty is now known as nshetty|BMGR | 10:10 | |
*** systems-sk has joined #openstack-ansible | 10:16 | |
armaan | hello folks, fyi we were doing the point upgrade to 16.05 and we ran into "Failed to validate the SSL certificate for bootstrap.pypa.io" on setup-hosts.yml | 10:21 |
odyssey4me | armaan you can disable cert validation using a var which should be visible on that task | 10:22 |
armaan | odyssey4me: yes but do you think that is an ideal solution for a production deployment? | 10:23 |
odyssey4me | armaan that happens when you're going through a proxy/firewall that interferes with SSL traffic | 10:23 |
odyssey4me | which is why we have the switch to disable it if you need to | 10:23 |
odyssey4me | that does not normally happen | 10:24 |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron master: Provide support for SFC deployments https://review.openstack.org/510909 | 10:24 |
odyssey4me | if you go to https://bootstrap.pypa.io/ you'll notice that the cert is fine, so something's interfering with your traffic | 10:24 |
*** mma has joined #openstack-ansible | 10:24 | |
armaan | odyssey4me: oh, let me ask internally whether we have anything that interferes with SSL traffic. | 10:27 |
*** markvoelker has quit IRC | 10:29 | |
*** nshetty|BMGR is now known as nshetty | 10:31 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/ocata: Change the galera health check for better cluster health https://review.openstack.org/527926 | 10:36 |
*** octo-fs has joined #openstack-ansible | 10:36 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/newton: Change the galera health check for better cluster health https://review.openstack.org/527928 | 10:39 |
*** udesale has quit IRC | 10:41 | |
*** udesale has joined #openstack-ansible | 10:42 | |
Trident | odyssey4me: We seem to get hit by this: https://github.com/ansible/ansible/pull/32053 | 10:42 |
odyssey4me | Trident hmm, that is coming up more and more lately | 10:42 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: ceph: Switch to central ceph-ansible repository https://review.openstack.org/527929 | 10:42 |
Trident | odyssey4me, armaan: Nothing interfering with traffic. But others report similar issues with fastly CDN here: https://github.com/ansible/ansible/issues/25402 | 10:44 |
*** game-on has joined #openstack-ansible | 10:44 | |
Trident | And https://bootstrap.pypa.io/get-pip.py is hosted by fastly. | 10:44 |
game-on | Hi all - currently midway through a deployment but having issues with the Galera server role not generating SSL certs | 10:45 |
game-on | I've set 'galera_ssl_self_signed_regen: true' and the subjects, but despite this it's not generating certs and I cannot see why. Any ideas please? | 10:45 |
game-on | I'm trying to deploy 16.05 | 10:46 |
odyssey4me | game-on hmm, we'd have to check how the regen is done - that bit of code is new and I'm not quite sure how complete it is | 10:46 |
odyssey4me | the ssl bits are not *required* for galera | 10:47 |
game-on | Thanks for such a quick reply - I realise it's not required but it's a nice to have, especially with all the other services I'm deploying using SSL. That said I can probably get by without. | 10:48 |
game-on | The condition of 'inventory_hostname == galera_server_bootstrap_node' is one I'm not sure about | 10:48 |
odyssey4me | Trident hmm, that's a good fine - so it seems that people are removing TLSv1 fallback from the servers, and that's what's causing the trouble. | 10:49 |
odyssey4me | *good find | 10:49 |
Trident | odyssey4me: Yes. Combined with a bug in urllib3 it seems. | 10:49 |
game-on | Generally would it be better to use stable/pike or 16.05 release | 10:50 |
*** sep_ has quit IRC | 10:51 | |
odyssey4me | game-on generally it's better to make use of a released tag | 10:52 |
odyssey4me | unfortunately the ssl bits were started by a guy who disappeared mid-way through the work, and no-one else has really had time to pick up where he left off | 10:52 |
odyssey4me | if you give me a bit of time to finish what I'm doing I'll look into it | 10:53 |
game-on | Thank you very much odyssey4me - I'll also see if I can figure it out and will report any findings | 10:56 |
*** vnogin has joined #openstack-ansible | 11:01 | |
*** vnogin has quit IRC | 11:02 | |
odyssey4me | game-on it would be helpful if you could register a bug describing the issue, then note any findings as you get them in the bug | 11:03 |
odyssey4me | that'll give us some information to work with | 11:03 |
*** vnogin has joined #openstack-ansible | 11:03 | |
armaan | odyssey4me: Does OSA play well with Ansible 2.4.0? | 11:06 |
game-on | odyssey4me - I will do in around 1 hour - in summary the generate self signed SSL cert play isn't being invoked even when specifying regen ssl. I'll be back in a short while | 11:07 |
odyssey4me | armaan only master/queens | 11:08 |
odyssey4me | each OSA openstack series uses a particular series from ansible, newton = ansible 2.1, ocata = ansible 2.2, pike = ansible 2.3, queens = ansible 2.4 | 11:08 |
odyssey4me | unfortunately so much breaks with each ansible minor update that we have to do this | 11:09 |
odyssey4me | game-on it seems clear that's a bug which we need to fix | 11:09 |
armaan | odyssey4me: thanks for sharing this. I have saved it for future reference! | 11:09 |
odyssey4me | armaan you'll notice in the 'bootstrap-ansible' script that there's a version of ansible to use specified there | 11:10 |
game-on | IME - Ansible 'minor' updates can break so many things :( | 11:10 |
odyssey4me | you can try and use a different version, but you do so at your own risk | 11:10 |
game-on | thanks odyssey4me - back soon | 11:10 |
*** DanyC has quit IRC | 11:10 | |
odyssey4me | game-on it does look like jmccrory has been working on a bunch of stuff for this in master, so hopefully we can just port back some fixes | 11:11 |
*** armaan has quit IRC | 11:11 | |
*** armaan has joined #openstack-ansible | 11:12 | |
*** armaan has quit IRC | 11:17 | |
*** armaan has joined #openstack-ansible | 11:18 | |
gokhan | hi folks, is there any one use magnum and creates kubernates cluster on pike. I am getting errors on minion node like Error: failed to run Kubelet: could not init cloud provider "openstack": Post https://safircloud.b3lab.org:5000/v3/auth/tokens: x509: certificate signed by unknown authority | 11:19 |
odyssey4me | gokhan if you're using a selfsigned cert for your public endpoints, then that would not be a surprise | 11:20 |
gokhan | I installed OSA with defaults and I think it uses selfsigned ssl. How can I use this certs on minion node | 11:21 |
odyssey4me | either use a proper cert, or you'll need to tell it not to try and validate the cert somehow, or provide it with the CA cert so that it can validate | 11:21 |
odyssey4me | that I don't know | 11:21 |
odyssey4me | I don't know if you can tell magnum something which will disable cert validation, or whether there's something else that needs doing | 11:21 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Revert "Freeze all SHAs for 17.0.0.0b2" https://review.openstack.org/527936 | 11:22 |
*** DanyC has joined #openstack-ansible | 11:26 | |
*** markvoelker has joined #openstack-ansible | 11:26 | |
gokhan | odyssey4me, ı asked to magnum channel ,and I get this answer,"for contacting your openstack api's you must be using some cafile, you have to try with that" . then I copied /etc/ssl/certs/ on infranode to kubeminion node but it doesn't work. | 11:28 |
gokhan | odyssey4me, if I decide to use proper cert and ssl , how can I update my installation ? | 11:28 |
odyssey4me | gokhan yes, as I mentioned earlier - it'll probably require some sort of config to make it use the same cafile for client comms | 11:28 |
odyssey4me | gokhan I don't know the right things to set offhand, but there are various vars that can be set to tell it which user-supplied cert/key/ca to use | 11:29 |
*** chhavi has joined #openstack-ansible | 11:31 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Revert "Freeze all SHAs for 17.0.0.0b2" https://review.openstack.org/527936 | 11:33 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Remove galera_address from playbook vars https://review.openstack.org/527778 | 11:33 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Revert "Freeze all SHAs for 17.0.0.0b2" https://review.openstack.org/527936 | 11:34 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Remove galera_address from playbook vars https://review.openstack.org/527778 | 11:34 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Limit Galera SSL to TLSv1.2 ciphers https://review.openstack.org/527816 | 11:34 |
*** stuartgr has joined #openstack-ansible | 11:36 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Move inventory files to folder in root of repo https://review.openstack.org/516032 | 11:36 |
*** Smeared_Beard has quit IRC | 11:42 | |
openstackgerrit | Manuel Buil proposed openstack/openstack-ansible-os_neutron master: Provide support for SFC deployments https://review.openstack.org/510909 | 11:49 |
*** SmearedBeard has joined #openstack-ansible | 11:51 | |
*** Smeared_Beard has joined #openstack-ansible | 11:51 | |
*** jafeha has quit IRC | 11:55 | |
odyssey4me | hwoarang you around? | 11:56 |
hwoarang | hey odyssey4me | 11:56 |
odyssey4me | I'm looking into whether centos/suse can use wheels from infra's mirror in our builds, and am finding some things | 11:56 |
hwoarang | tell me | 11:56 |
odyssey4me | it looks like there are no suse wheels built: http://mirror.gra1.ovh.openstack.org/wheel/ | 11:56 |
hwoarang | yep it's in progress afaik | 11:57 |
odyssey4me | I see centos there, so I'll work through whether we're using those - but I figured that perhaps you could look into whether there's an infra mirror being built for that | 11:57 |
odyssey4me | ok cool | 11:57 |
hwoarang | but centos is not building too | 11:57 |
hwoarang | it used to, but then stopped after zuulv3 | 11:57 |
hwoarang | that's what i was told | 11:57 |
odyssey4me | it looks to me like ubuntu is using that wheel mirror, but centos is not | 11:57 |
odyssey4me | so I'll work on fixing that | 11:57 |
*** SmearedBeard has quit IRC | 11:58 | |
hwoarang | i will ask again what's the deal with these wheels | 11:58 |
*** jafeha has joined #openstack-ansible | 11:58 | |
hwoarang | odyssey4me: do you know for sure that ubuntu is using these? | 11:59 |
hwoarang | where does that happen? | 11:59 |
Tahvok | Can anyone help me with this failure? http://logs.openstack.org/54/510654/5/check/openstack-ansible-functional-ubuntu-xenial/5af57ab/job-output.txt.gz | 11:59 |
odyssey4me | meanwhile I think https://github.com/ansible/ansible/issues/25402 is going to bite us for pike and the older releases, so I think we may have to implement some sort of fallback or fix to allow ansible 2.1/2.2/2.3 to work with web services that aren't allowing the TLSv1 fallback | 11:59 |
Tahvok | That's the review: https://review.openstack.org/#/c/510654 | 11:59 |
odyssey4me | hwoarang it's definitely using it at least partly, see http://logs.openstack.org/33/527333/1/check/openstack-ansible-deploy-aio-ubuntu-xenial/805a32c/job-output.txt.gz#_2017-12-14_05_25_42_901444 | 11:59 |
odyssey4me | you won't find the same for centos | 12:00 |
hwoarang | hmm i wonder if we set the mirror somehwere | 12:00 |
odyssey4me | sorry, I meant http://logs.openstack.org/33/527333/1/check/openstack-ansible-deploy-aio-ubuntu-xenial/805a32c/job-output.txt.gz#_2017-12-14_05_25_43_171083 | 12:00 |
hwoarang | or it's already in the dibs | 12:00 |
*** markvoelker has quit IRC | 12:00 | |
odyssey4me | well, ubuntu uses the global /etc/pip.conf to begin with which is embedded into the image - or setup in the node prep | 12:01 |
hwoarang | aha | 12:01 |
odyssey4me | the /etc/ci/mirror_info.sh script sets that up IIRC | 12:01 |
hwoarang | makes sense | 12:01 |
odyssey4me | I think our tooling is only using the mirror derivation for ubuntu though - we obviously need to generalise it | 12:02 |
odyssey4me | could you perhaps look into the TLS thing, while I look into the wheel thing? | 12:02 |
hwoarang | maybe but i am in the middle of some opnfv stuff right now :( | 12:05 |
odyssey4me | ah ok, no worries - get that done | 12:05 |
odyssey4me | I'm also between a bunch of things | 12:05 |
odyssey4me | hwoarang if you could keep an eye on https://review.openstack.org/527936 we need to get that merged asap, otherwise the integrated build isn't testing master from all the roles | 12:08 |
hwoarang | ok | 12:08 |
Tahvok | Guys, can anyone take a quick look at my request here earlier? I just want to know how to proceed | 12:08 |
odyssey4me | Tahvok taking a look now | 12:09 |
Tahvok | odyssey4me: thank you | 12:09 |
odyssey4me | ah, tempest failing - I think there's a fix in for that, either in progress or just merged - hang a sec | 12:10 |
odyssey4me | ah yes: https://review.openstack.org/#/c/527686/ | 12:11 |
openstackgerrit | Merged openstack/openstack-ansible stable/pike: Fix crontab errors on CentOS/SUSE https://review.openstack.org/525523 | 12:12 |
*** sxc731 has quit IRC | 12:14 | |
odyssey4me | Tahvok I've just done a recheck - let's see the results of that and go from there | 12:14 |
*** chhavi__ has joined #openstack-ansible | 12:14 | |
Tahvok | odyssey4me: ok, thank you! | 12:14 |
odyssey4me | no worries, happy to help | 12:14 |
*** chhavi has quit IRC | 12:15 | |
*** smatzek has joined #openstack-ansible | 12:15 | |
*** dave-mccowan has joined #openstack-ansible | 12:21 | |
*** udesale has quit IRC | 12:23 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Only whitelist internal network for placement api https://review.openstack.org/523913 | 12:24 |
*** dave-mcc_ has joined #openstack-ansible | 12:24 | |
Tahvok | Would like to know another thing: I have 2 reviews that both should be merged to fix https://bugs.launchpad.net/openstack-ansible/+bug/1687594 | 12:24 |
openstack | Launchpad bug 1687594 in openstack-ansible "no configuration for osa neutron to configure external dns yet" [Wishlist,In progress] - Assigned to Albert Mikaelyan (tahvok) | 12:24 |
*** chhavi__ has quit IRC | 12:24 | |
Tahvok | So I put on one review 'Closes-Bug' and another 'Partial-Bug' - but what ensures me that 'Partial-Bug' would be merged as well to close the issue? | 12:25 |
*** dave-mccowan has quit IRC | 12:25 | |
odyssey4me | Partial-Bug will be noted on the bug, but not close the issue - Closes-Bug will close the issue | 12:25 |
Tahvok | So I need to put the 'Closes-Bug' on the review with dependency? | 12:26 |
odyssey4me | so if you have a chain of patches, Partial-Bug should be used in the patches that are only part of it, then Closes-Bug should be used on the last patch which ties it all together | 12:26 |
*** chhavi__ has joined #openstack-ansible | 12:26 | |
odyssey4me | so yes, if one depends on another, use closes-bug on the one that has depends-on in it | 12:26 |
Tahvok | Ok, so I need to change it now | 12:26 |
odyssey4me | if it's a patch that's already approved, don't bother changing it | 12:26 |
odyssey4me | if the bug gets closed, and it shouldn't be - you can reopen it | 12:27 |
Tahvok | No, it has not been reviews yet: https://review.openstack.org/#/c/510650/ | 12:27 |
Tahvok | Actually you put a -1 on it before I submitted new patches ^-^ | 12:28 |
Tahvok | I see you've just rerun it | 12:28 |
Tahvok | odyssey4me: I see you comment differs from evrardjp. He said that it should not be applied to all, and you said otherwise | 12:29 |
Tahvok | I'm confused now | 12:29 |
odyssey4me | yeah, he quieried it rightly - but those vars do need to be applied to more than one group, so your initial patch was right | 12:30 |
odyssey4me | apologies for the confusion - this happens when there are a lot of moving parts, not everyone is an expert in everything ;) | 12:30 |
Tahvok | No problem, I will revert it | 12:32 |
odyssey4me | Tahvok if you could rebase that patch on top of https://review.openstack.org/516032 it would be very helpful too as it will save on a future merge conflict | 12:34 |
*** nshetty has quit IRC | 12:34 | |
*** vnogin has quit IRC | 12:36 | |
*** chhavi__ has quit IRC | 12:37 | |
Tahvok | odyssey4me: how would I rebase it? Do you want me to use it as dependency? | 12:39 |
odyssey4me | Tahvok nah, first download https://review.openstack.org/516032 using: git review -d 516032 | 12:39 |
Tahvok | And then checkout from there | 12:40 |
Tahvok | Ok | 12:40 |
odyssey4me | then cherry-pick your patch on top of it | 12:40 |
Tahvok | Will do | 12:40 |
odyssey4me | make the changes you need, amend the patch, then review | 12:40 |
odyssey4me | it will ask you if you're sure you want to submit more than one review, say yes | 12:40 |
*** hw_wutianwei has quit IRC | 12:42 | |
*** vnogin has joined #openstack-ansible | 12:43 | |
Tahvok | odyssey4me: it asked me to submit 3 reviews, including: 9a9a2813 Revert "Freeze all SHAs for 17.0.0.0b2" | 12:46 |
Tahvok | Not sure if I should reply 'yes' | 12:47 |
odyssey4me | yes, that's good | 12:47 |
odyssey4me | these are all mucking with the same group_vars so that's why we're basing them on each other | 12:47 |
openstackgerrit | Albert Mikaelyan proposed openstack/openstack-ansible master: designate variables for neutron integration https://review.openstack.org/510650 | 12:47 |
Tahvok | Ok, done | 12:47 |
odyssey4me | thanks - shouldn't this one be marked with closes-bug ? | 12:48 |
odyssey4me | as it depends on the other one | 12:48 |
Tahvok | I would need to resubmit the other one, with 'Partial-Bug' | 12:49 |
Tahvok | Will do this in a moment | 12:49 |
odyssey4me | nah, don't worry about that one as it's already been approved | 12:49 |
odyssey4me | just change this one to also be closes-bug | 12:49 |
odyssey4me | one other suggested change in review | 12:50 |
*** vnogin has quit IRC | 12:51 | |
*** vnogin has joined #openstack-ansible | 12:51 | |
*** chyka has joined #openstack-ansible | 12:52 | |
*** markvoelker has joined #openstack-ansible | 12:57 | |
*** chyka has quit IRC | 12:57 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Update static files https://review.openstack.org/526307 | 13:07 |
mgariepy | morning everyone | 13:13 |
mhayden | hola! | 13:13 |
*** armaan has quit IRC | 13:13 | |
*** esberglu has joined #openstack-ansible | 13:23 | |
*** markvoelker has quit IRC | 13:28 | |
*** markvoelker has joined #openstack-ansible | 13:28 | |
*** esberglu has quit IRC | 13:28 | |
*** chhavi has joined #openstack-ansible | 13:36 | |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible master: [DNM] Test if the centos pkg change really fix centos. https://review.openstack.org/527959 | 13:39 |
*** vnogin has quit IRC | 13:58 | |
*** Smeared_Beard has quit IRC | 14:00 | |
*** vnogin has joined #openstack-ansible | 14:01 | |
mgariepy | is that normal or it's due to the new ansible version ? http://paste.openstack.org/show/628962/ | 14:04 |
*** armaan has joined #openstack-ansible | 14:05 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-tests master: test-log-collect.sh: Collect the pip.conf configuration file https://review.openstack.org/527966 | 14:11 |
odyssey4me | mgariepy well, we've removed the vars plugin from the plugins repo - so perhaps your plugins repo is out of date? | 14:12 |
odyssey4me | but yes, the plugin will be skipped if you're using ansible 2.4 | 14:12 |
*** rromans has quit IRC | 14:12 | |
mgariepy | odyssey4me, ok | 14:15 |
*** openstacking_123 has joined #openstack-ansible | 14:15 | |
mgariepy | yeah i guess it's not pointing to master :) haha | 14:15 |
odyssey4me | mgariepy hwoarang can we please have some reviews for https://review.openstack.org/#/c/527936/ to get the integrated build back to testing master everywhere | 14:20 |
odyssey4me | mgariepy heh, yeah ^ is why | 14:20 |
hwoarang | done | 14:20 |
mhayden | odyssey4me: gotcha | 14:21 |
odyssey4me | ta! | 14:21 |
*** sxc731 has joined #openstack-ansible | 14:23 | |
*** gouthamr has joined #openstack-ansible | 14:24 | |
mgariepy | mhayden, http://logs.openstack.org/36/527936/3/check/openstack-ansible-deploy-aio-centos-7/7e39100/job-output.txt.gz#_2017-12-14_12_31_57_811783 | 14:24 |
mgariepy | what was that python thing for selinux ? | 14:25 |
openstackgerrit | Albert Mikaelyan proposed openstack/openstack-ansible master: designate variables for neutron integration https://review.openstack.org/510650 | 14:25 |
mhayden | ugh i thought this problem was due to running something within the ansible venv | 14:25 |
mhayden | or not running it there | 14:25 |
*** sxc731 has quit IRC | 14:27 | |
*** openstacking_123 has quit IRC | 14:28 | |
gun1x | cloudnull: after multiple modifcations since last night, and multiple runs, i managed to get up to setup-openstack, up to nova. | 14:28 |
mgariepy | yeah i hing that was : setting the python interpreter to the system one intead of using ansilbe one. | 14:29 |
gun1x | now i got obliterated by this: https://bpaste.net/show/a5f12238fb5b | 14:30 |
gun1x | i will start only nova setup with -vvvv | 14:30 |
*** smatzek has quit IRC | 14:30 | |
odyssey4me | mgariepy if the target is localhost in some way you have to set the python binary to the host's python instead of the venv python | 14:31 |
gun1x | yea, so i am stuck on this: "DBError: (pymysql.err.InternalError) (1005, u'Can\\'t create table `nova`.`#sql-12b3_171f` (errno: 121 \"Duplicate key on write or update\")') [SQL: u'ALTER TABLE pci_devices ADD CONSTRAINT pci_devices$ | 14:33 |
gun1x | compute_node_id_fkey FOREIGN KEY(compute_node_id) REFERENCES compute_nodes (id)']" | 14:33 |
gun1x | TASK [os_nova : Perform a Nova DB sync] | 14:34 |
gun1x | and these lines about dbs missing: https://bpaste.net/show/4bdccb4eaab4 | 14:35 |
gun1x | nevermind, i cleared messed something up. | 14:36 |
gun1x | https://bpaste.net/show/808dff7ed7ac | 14:36 |
gun1x | after you delete ansible facts and openstack inventory, you should also remove existing containers, right? :D | 14:36 |
*** jwitko_ has joined #openstack-ansible | 14:40 | |
*** octo-fs has quit IRC | 14:41 | |
*** rromans has joined #openstack-ansible | 14:41 | |
*** jwitko_ is now known as jwitko | 14:44 | |
MikeW_ | gun1x If you delete the inventory the ansible stuff won't know where those containers are | 14:44 |
*** sxc731 has joined #openstack-ansible | 14:44 | |
MikeW_ | If you're doing 100% purge probably run lxc-containers-destroy.yml, manually uninstall non-containered services, and then delete those files | 14:45 |
MikeW_ | I believe it's not recommended though I've done it 1 or 2 times successfully | 14:45 |
Tahvok | odyssey4me: I really love the informative failures: http://osa-ci.protiumit.com/510650/10/1247/ | 14:47 |
Tahvok | This review: https://review.openstack.org/#/c/510650/ | 14:48 |
*** armaan has quit IRC | 14:49 | |
*** lbragstad has joined #openstack-ansible | 14:50 | |
*** armaan has joined #openstack-ansible | 14:50 | |
*** exodusftw has quit IRC | 14:51 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Add [designate] section in neutron.conf https://review.openstack.org/510654 | 14:53 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Handle Pike changes for Neutron https://review.openstack.org/525499 | 14:53 |
*** vnogin has quit IRC | 14:53 | |
*** vnogin has joined #openstack-ansible | 14:54 | |
*** octo-fs has joined #openstack-ansible | 14:54 | |
*** exodusftw has joined #openstack-ansible | 14:56 | |
*** esberglu has joined #openstack-ansible | 14:56 | |
*** smatzek has joined #openstack-ansible | 14:58 | |
*** octo-fs has quit IRC | 14:58 | |
*** smatzek has quit IRC | 14:59 | |
*** octo-fs has joined #openstack-ansible | 14:59 | |
*** smatzek has joined #openstack-ansible | 14:59 | |
*** smatzek has quit IRC | 14:59 | |
*** smatzek has joined #openstack-ansible | 15:00 | |
*** marst has joined #openstack-ansible | 15:01 | |
openstackgerrit | Major Hayden proposed openstack/openstack-ansible-os_neutron master: [Docs] Fix indention in docs https://review.openstack.org/527987 | 15:07 |
*** rodolof has joined #openstack-ansible | 15:09 | |
openstackgerrit | Merged openstack/openstack-ansible-haproxy_server master: Add ability to manage non-inventory hosts https://review.openstack.org/527847 | 15:09 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible-tests master: test-log-collect.sh: Collect the pip.conf configuration file https://review.openstack.org/527966 | 15:10 |
*** DanyC has quit IRC | 15:10 | |
*** DanyC has joined #openstack-ansible | 15:11 | |
*** sxc731 has quit IRC | 15:12 | |
*** DanyC has quit IRC | 15:12 | |
*** DanyC has joined #openstack-ansible | 15:13 | |
*** hamza21 has joined #openstack-ansible | 15:16 | |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client stable/newton: Provide the option to set the the client version https://review.openstack.org/527513 | 15:17 |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible master: DNM, test hostvar https://review.openstack.org/527990 | 15:21 |
*** hamza21 has quit IRC | 15:22 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_client master: Fix SSL cert distribution tasks https://review.openstack.org/527598 | 15:23 |
odyssey4me | Tahvok that's an external CI which logan- maintains, and a pass there is not required in order to merge | 15:24 |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible master: DNM, test hostvar https://review.openstack.org/527990 | 15:24 |
*** vnogin has quit IRC | 15:27 | |
openstackgerrit | Merged openstack/openstack-ansible-os_monasca-agent master: Fix default role missing pip packages https://review.openstack.org/525022 | 15:28 |
*** m|y|k has quit IRC | 15:29 | |
*** epalper has quit IRC | 15:34 | |
*** hw_wutianwei has joined #openstack-ansible | 15:34 | |
*** vnogin has joined #openstack-ansible | 15:38 | |
*** SmearedBeard has joined #openstack-ansible | 15:39 | |
*** vnogin has quit IRC | 15:39 | |
Tahvok | For some reason I can't reopen it | 15:43 |
Tahvok | Can anyone with correct access rights do this for me please? https://bugs.launchpad.net/openstack-ansible/+bug/1687594 | 15:43 |
openstack | Launchpad bug 1687594 in openstack-ansible "no configuration for osa neutron to configure external dns yet" [Wishlist,Fix released] - Assigned to Albert Mikaelyan (tahvok) | 15:43 |
Tahvok | I need it in status 'in progress' | 15:43 |
*** DanyC has quit IRC | 15:45 | |
*** vnogin has joined #openstack-ansible | 15:47 | |
*** Smeared_Beard has joined #openstack-ansible | 15:50 | |
*** SmearedBeard has quit IRC | 15:51 | |
*** jvidal has quit IRC | 15:55 | |
*** armaan has quit IRC | 16:04 | |
*** hw_wutianwei has quit IRC | 16:04 | |
*** armaan has joined #openstack-ansible | 16:05 | |
odyssey4me | mhayden hwoarang need a little tweak for https://review.openstack.org/527929 to get the linters to pass | 16:05 |
odyssey4me | Tahvok done | 16:05 |
hwoarang | yep i am on it | 16:05 |
*** sxc731 has joined #openstack-ansible | 16:05 | |
*** dxiri has joined #openstack-ansible | 16:07 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_nova master: Add MySQL connection SSL support https://review.openstack.org/528001 | 16:08 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: ceph: Switch to central ceph-ansible repository https://review.openstack.org/527929 | 16:13 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: playbooks: inventory: ceph: Use distribution packages for SUSE https://review.openstack.org/528003 | 16:13 |
*** mma has quit IRC | 16:21 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_neutron master: Add MySQL connection SSL support https://review.openstack.org/528007 | 16:22 |
gloksinia | Hello everyone for OVS with OSA i still have a problem with network node's kernel don't even load openvswitch properly as cloudnull advise me to add it manually in /etc/module it work well. | 16:22 |
gloksinia | but actually it should be added bt override script in user_variable right ? | 16:23 |
*** shardy is now known as shardy_afk | 16:23 | |
gloksinia | It quite weird cause it happen with only infra node( neutron container is here ) not for compute node although /etc/modules in compute didn't have any configure about openvswitch. | 16:27 |
gloksinia | Oh sorry, All the things happen after rebooting. | 16:29 |
gloksinia | I try to figured out but failed. | 16:30 |
*** cshen_ has joined #openstack-ansible | 16:31 | |
*** armaan has quit IRC | 16:33 | |
*** prometheanfire has joined #openstack-ansible | 16:33 | |
*** armaan has joined #openstack-ansible | 16:33 | |
*** cshen_ has quit IRC | 16:35 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: ceph: Switch to central ceph-ansible repository https://review.openstack.org/527929 | 16:35 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: playbooks: inventory: ceph: Use distribution packages for SUSE https://review.openstack.org/528003 | 16:35 |
gun1x | MikeW_: thanks for the info. sometimes i feel like purge is easier than correcting what's wrong :D | 16:36 |
*** cshen_ has joined #openstack-ansible | 16:36 | |
*** mbuil has quit IRC | 16:38 | |
*** mbuil has joined #openstack-ansible | 16:39 | |
gloksinia | jafeha: Could you fixed it ? | 16:42 |
*** chyka has joined #openstack-ansible | 16:43 | |
jafeha | gloksinia, not in the deployment but as i already said, afterwards by adding the openvswitch module manually to the /etc/modules file on the infra nodes | 16:43 |
v1k0d3n | hey all...have a bit of a random one. have any of you had issues with openstack-cli client. i'm getting an error with pbr.version...module's not found. this is in a fresh virtualenv. | 16:45 |
odyssey4me | v1k0d3n that's odd - we're not seeing that | 16:49 |
odyssey4me | how're you installing it, because pbr should be in the requirements for the openstack-cli | 16:49 |
*** shardy_afk is now known as shardy | 16:49 | |
odyssey4me | are you pip installing from pypi, or from git source? | 16:50 |
mgariepy | v1k0d3n, and where ? if it's in utility container you might not have all the pkg in your repo container. | 16:51 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: ceph: Switch to central ceph-ansible repository https://review.openstack.org/527929 | 16:53 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack/openstack-ansible master: playbooks: inventory: ceph: Use distribution packages for SUSE https://review.openstack.org/528003 | 16:53 |
odyssey4me | mgariepy v1k0d3n doesn't use OSA, he just knows that we build from source and know things :) | 16:53 |
v1k0d3n | odyssey4me: yeah pbr is in requirements. i see it when do pip show. | 16:54 |
v1k0d3n | so installing a pyenv first, activating, and then installing. it installs fine, but bombs when trying to import pbr.version. | 16:55 |
v1k0d3n | that should be a pretty clean install. even tried uninstalling pbr and reinstalling openstack cli tools...but still no love. | 16:56 |
v1k0d3n | if nobody else is experiencing it, it's obviously something strange in my environment. | 16:56 |
odyssey4me | v1k0d3n hmm, are you installing using constraints at all? maybe there's a new pbr being pulled in which breaks an older client? | 16:58 |
odyssey4me | if you install using -c https://raw.githubusercontent.com/openstack/requirements/master/upper-constraints.txt it might work better? obviously pick the relevant branch | 16:58 |
*** chhavi has quit IRC | 17:07 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-galera_client master: Always template a localhost config when server https://review.openstack.org/527756 | 17:26 |
*** vnogin has quit IRC | 17:30 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_neutron master: Add MySQL connection SSL support https://review.openstack.org/528007 | 17:30 |
*** epalper has joined #openstack-ansible | 17:31 | |
*** DanyC has joined #openstack-ansible | 17:34 | |
*** DanyC_ has joined #openstack-ansible | 17:36 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_heat master: Add MySQL connection SSL support https://review.openstack.org/528018 | 17:38 |
*** DanyC has quit IRC | 17:39 | |
*** logan- has quit IRC | 17:44 | |
*** mbuil has quit IRC | 17:44 | |
*** logan- has joined #openstack-ansible | 17:45 | |
*** savvas_ has joined #openstack-ansible | 17:52 | |
*** savvas_ has quit IRC | 17:52 | |
*** savvas_ has joined #openstack-ansible | 17:54 | |
*** savvas_ has quit IRC | 18:01 | |
*** savvas_ has joined #openstack-ansible | 18:02 | |
*** cshen_ has quit IRC | 18:02 | |
*** epalper has quit IRC | 18:08 | |
*** vnogin has joined #openstack-ansible | 18:14 | |
*** rmcall has joined #openstack-ansible | 18:15 | |
*** vnogin has quit IRC | 18:18 | |
*** stuartgr has quit IRC | 18:21 | |
*** gouthamr has quit IRC | 18:24 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_horizon master: Add MySQL connection SSL support https://review.openstack.org/528031 | 18:27 |
*** jafeha__ has joined #openstack-ansible | 18:29 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Unify container network interfaces with networkd https://review.openstack.org/523218 | 18:30 |
*** jafeha has quit IRC | 18:31 | |
*** germs has joined #openstack-ansible | 18:31 | |
*** germs1 has joined #openstack-ansible | 18:34 | |
*** nollide has joined #openstack-ansible | 18:35 | |
*** germs has quit IRC | 18:36 | |
*** gouthamr has joined #openstack-ansible | 18:37 | |
*** nollide has left #openstack-ansible | 18:37 | |
*** nollide has joined #openstack-ansible | 18:37 | |
*** nollide has left #openstack-ansible | 18:38 | |
*** clayton has quit IRC | 18:46 | |
openstackgerrit | David Wilde proposed openstack/openstack-ansible-specs master: Add spec for ELK stack in openstack-ansible https://review.openstack.org/527769 | 18:46 |
*** shardy has quit IRC | 18:46 | |
*** clayton has joined #openstack-ansible | 18:47 | |
cloudnull | anyone available to give this a review https://review.openstack.org/#/c/527592/ | 18:48 |
*** Smeared_Beard has quit IRC | 18:48 | |
odyssey4me | alright, I'm out for the night - cheers folks! | 18:51 |
mgariepy | cloudnull, reno for the changes ? | 18:52 |
mgariepy | 16 vs 64G (removing the default G) | 18:52 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_designate master: Add MySQL connection SSL support https://review.openstack.org/528040 | 18:55 |
mgariepy | cloudnull, added a comments on 527592 | 18:55 |
*** armaan has quit IRC | 18:56 | |
*** armaan has joined #openstack-ansible | 18:56 | |
*** hamza21 has joined #openstack-ansible | 18:57 | |
*** sxc731 has quit IRC | 19:05 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_gnocchi master: Add MySQL connection SSL support https://review.openstack.org/528041 | 19:06 |
*** openstack has joined #openstack-ansible | 20:33 | |
*** ChanServ sets mode: +o openstack | 20:33 | |
*** vnogin has quit IRC | 20:39 | |
openstackgerrit | Antony Messerli proposed openstack/openstack-ansible-ops master: Link the current deployed release on a leapfrog https://review.openstack.org/528048 | 20:39 |
*** vnogin has joined #openstack-ansible | 20:41 | |
gun1x | well yea vlan network is not working :( | 20:45 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible master: [TEST] Enable Galera SSL by default https://review.openstack.org/528079 | 20:46 |
*** gouthamr has quit IRC | 20:47 | |
*** vnogin has quit IRC | 20:50 | |
*** smatzek has quit IRC | 20:51 | |
*** rmcall has quit IRC | 20:54 | |
*** jafeha__ has quit IRC | 20:58 | |
*** hamza21 has quit IRC | 20:58 | |
*** hamza21 has joined #openstack-ansible | 20:59 | |
*** rgogunskiy has quit IRC | 20:59 | |
*** electrofelix has quit IRC | 21:04 | |
*** SamYaple has quit IRC | 21:07 | |
*** SamYaple has joined #openstack-ansible | 21:08 | |
*** openstack has joined #openstack-ansible | 21:13 | |
*** ChanServ sets mode: +o openstack | 21:13 | |
*** savvas_ has quit IRC | 21:14 | |
*** DanyC has quit IRC | 21:19 | |
*** SmearedBeard has quit IRC | 21:20 | |
Tahvok | "Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!" | 21:20 |
Tahvok | Just got this here: http://logs.openstack.org/50/510650/10/check/openstack-ansible-deploy-aio-centos-7/d2585d7/job-output.txt.gz | 21:20 |
Tahvok | Is it known? | 21:20 |
*** vnogin has joined #openstack-ansible | 21:20 | |
*** SamYaple has quit IRC | 21:22 | |
*** rodolof has quit IRC | 21:22 | |
*** hamza21 has quit IRC | 21:22 | |
*** rodolof has joined #openstack-ansible | 21:22 | |
*** SamYaple has joined #openstack-ansible | 21:23 | |
*** vnogin has quit IRC | 21:24 | |
*** SmearedBeard has joined #openstack-ansible | 21:26 | |
*** ivve has quit IRC | 21:30 | |
*** threestrands has joined #openstack-ansible | 21:31 | |
*** threestrands has quit IRC | 21:31 | |
*** threestrands has joined #openstack-ansible | 21:31 | |
*** ivve has joined #openstack-ansible | 21:42 | |
*** gouthamr has joined #openstack-ansible | 21:44 | |
*** gouthamr_ has joined #openstack-ansible | 21:45 | |
*** gouthamr has quit IRC | 21:48 | |
*** armaan has quit IRC | 21:48 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_gnocchi master: Add librados2-dev to distro package list https://review.openstack.org/528093 | 21:49 |
*** sxc731 has quit IRC | 21:50 | |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: Change the galera health check for better cluster health https://review.openstack.org/527926 | 21:53 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_designate master: Add MySQL connection SSL support https://review.openstack.org/528040 | 21:57 |
*** rodolof has quit IRC | 22:03 | |
*** dxiri has quit IRC | 22:04 | |
*** gouthamr_ is now known as gouthamr | 22:04 | |
*** diablo_rojo has quit IRC | 22:04 | |
*** dxiri has joined #openstack-ansible | 22:04 | |
*** dxiri has quit IRC | 22:06 | |
*** dxiri has joined #openstack-ansible | 22:06 | |
*** jwitko_ has joined #openstack-ansible | 22:08 | |
*** jwitko has quit IRC | 22:09 | |
*** pbandark has quit IRC | 22:09 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_cinder master: Reorder service restarts https://review.openstack.org/528103 | 22:13 |
*** ivve has quit IRC | 22:17 | |
*** ChanServ has quit IRC | 22:17 | |
*** germs1 has quit IRC | 22:24 | |
*** germs has joined #openstack-ansible | 22:24 | |
*** ChanServ has joined #openstack-ansible | 22:24 | |
*** barjavel.freenode.net sets mode: +o ChanServ | 22:24 | |
*** SmearedBeard has quit IRC | 22:25 | |
*** gouthamr has quit IRC | 22:28 | |
*** ChanServ has quit IRC | 22:28 | |
*** esberglu has quit IRC | 22:31 | |
*** ChanServ has joined #openstack-ansible | 22:31 | |
*** barjavel.freenode.net sets mode: +o ChanServ | 22:31 | |
*** ivve has joined #openstack-ansible | 22:32 | |
*** esberglu_ has joined #openstack-ansible | 22:34 | |
*** esbergl__ has joined #openstack-ansible | 22:36 | |
*** esberglu_ has quit IRC | 22:39 | |
*** esbergl__ has quit IRC | 22:40 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_gnocchi master: Add librados2-dev to distro package list https://review.openstack.org/528093 | 22:44 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_gnocchi master: Updated from OpenStack Ansible Tests https://review.openstack.org/525811 | 22:45 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-os_gnocchi master: Add MySQL connection SSL support https://review.openstack.org/528041 | 22:48 |
*** esberglu has joined #openstack-ansible | 22:49 | |
openstackgerrit | Merged openstack/openstack-ansible-ops master: Link the current deployed release on a leapfrog https://review.openstack.org/528048 | 22:51 |
*** esberglu has quit IRC | 22:54 | |
openstackgerrit | Merged openstack/openstack-ansible-galera_client master: Always template a localhost config when server https://review.openstack.org/527756 | 23:03 |
*** threestrands_ has joined #openstack-ansible | 23:10 | |
*** threestrands has quit IRC | 23:13 | |
*** masuberu has quit IRC | 23:15 | |
*** DanyC has joined #openstack-ansible | 23:16 | |
*** DanyC has quit IRC | 23:21 | |
*** SmearedBeard has joined #openstack-ansible | 23:23 | |
*** dave-mcc_ has quit IRC | 23:37 | |
*** SmearedBeard has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!