Wednesday, 2017-09-20

*** acormier has joined #openstack-ansible00:02
*** acormier has quit IRC00:08
*** perniciouscaffei has quit IRC00:10
*** dave-mccowan has joined #openstack-ansible00:11
*** acormier has joined #openstack-ansible00:20
*** acormier has quit IRC00:25
*** thorst has joined #openstack-ansible00:34
*** woodard has quit IRC00:37
xdfilI have a cert installed on HA proxy external facing. For Horizon it works fine, green/secure. But when I use the openstack CLI I always have to use --insecure because the server is reporting back the IP instead of the DNS name of the HAproxy external VIP.00:37
*** woodard has joined #openstack-ansible00:37
xdfilI'm baffled as to where that config option is00:37
*** acormier has joined #openstack-ansible00:39
*** dave-mcc_ has joined #openstack-ansible00:45
*** dave-mccowan has quit IRC00:48
*** acormier has quit IRC00:48
*** dave-mcc_ has quit IRC00:54
*** acormier has joined #openstack-ansible01:03
*** vnogin has quit IRC01:04
*** acormier has quit IRC01:12
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from global requirements  https://review.openstack.org/48412001:14
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from global requirements  https://review.openstack.org/50468101:14
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from global requirements  https://review.openstack.org/50280501:14
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468301:14
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca master: Updated from global requirements  https://review.openstack.org/50281201:14
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523801:14
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_swift master: Updated from global requirements  https://review.openstack.org/49523901:14
*** chyka has quit IRC01:15
*** acormier has joined #openstack-ansible01:17
*** acormier has quit IRC01:21
openstackgerritLogan V proposed openstack/openstack-ansible master: Clean up the 'all' group vars  https://review.openstack.org/50480401:21
logan-xdfil: if you run the CLI with --debug do you see it hitting the internal vip instead of public/external vip?01:22
logan-if so you can export OS_INTERFACE=public and try that01:22
*** acormier has joined #openstack-ansible01:26
openstackgerritlidong proposed openstack/openstack-ansible-os_horizon master: Update links in CONTRIBUTING.rst  https://review.openstack.org/50545901:27
openstackgerritlidong proposed openstack/openstack-ansible-os_trove master: Update links in CONTRIBUTING.rst  https://review.openstack.org/50546001:29
*** acormier has quit IRC01:30
*** acormier has joined #openstack-ansible01:40
*** acormier has quit IRC01:50
*** acormier has joined #openstack-ansible01:55
*** kukacz has quit IRC02:00
*** kukacz_ has joined #openstack-ansible02:01
*** acormier has quit IRC02:03
*** vnogin has joined #openstack-ansible02:04
openstackgerritLogan V proposed openstack/openstack-ansible master: Clean up the 'all' group vars  https://review.openstack.org/50480402:06
*** vnogin has quit IRC02:09
*** acormier has joined #openstack-ansible02:18
*** dave-mcc_ has joined #openstack-ansible02:21
*** acormier has quit IRC02:22
*** lbragstad has joined #openstack-ansible02:27
*** acormier has joined #openstack-ansible02:29
*** chyka has joined #openstack-ansible02:29
*** chyka has quit IRC02:31
*** chyka has joined #openstack-ansible02:31
openstackgerritlidong proposed openstack/openstack-ansible-rabbitmq_server master: Update links in CONTRIBUTING.rst  https://review.openstack.org/50547302:34
*** chyka has quit IRC02:35
*** acormier has quit IRC02:36
*** dave-mcc_ has quit IRC02:38
*** chyka has joined #openstack-ansible02:39
*** germs has joined #openstack-ansible02:43
*** germs has quit IRC02:43
*** acormier has joined #openstack-ansible02:46
*** germs has joined #openstack-ansible02:46
*** acormier has quit IRC02:50
openstackgerritLogan V proposed openstack/openstack-ansible master: Clean up the 'all' group vars  https://review.openstack.org/50480402:55
*** germs has quit IRC02:55
*** acormier has joined #openstack-ansible03:02
*** acormier has quit IRC03:07
xdfillogan-:  nothing is hitting the internal VIP. The initial connection to keystone goes to the DNS name which resolvs to the external VIP and the certificate is good03:29
*** thorst has quit IRC03:30
xdfillogan-: but then the next thing that happens ( i'm running "server list" ) it complains that the Nova  endpoint with the @ external VIP hostname does not match the cert.03:31
xdfilso for some reason it's hitting the service endpoints by IP instead of hostname03:32
logan-does your 'openstack endpoint list' show a catalog full of ips instead of hostnames03:33
xdfilyes03:33
xdfillol03:33
logan-:(03:34
*** yolanda has quit IRC03:34
xdfilwhat OSA setting lets me configure what it puts in the service catalog?03:34
xdfilI'm going to have to manually fix these though I assume03:34
*** yolanda has joined #openstack-ansible03:34
xdfildelete/create the endpoints03:35
xdfilam I on the right track?03:35
logan-all of the endpoints are configured in the service roles with tasks like this https://github.com/openstack/openstack-ansible-os_nova/blob/6c1fa957da59bedf840bcba855d3f49847b64d35/tasks/nova_service_setup.yml#L83-L10903:35
logan-usually in tasks/*_service_setup.yml03:35
*** chhavi has joined #openstack-ansible03:35
logan-you can see the vars there where it is feeding the endpoint creation from (nova_service_publicurl, nova_service_internalurl, nova_service_adminurl)03:36
xdfilyeah ok03:36
xdfilif i set those vars will OSA fix it for me or do I need to do it manually?03:37
xdfili dont recall an endpoint modify command03:37
logan-osa should be populating them correctly for you, finding where they're sourced from03:37
logan-i don't think there is a modify for service catalog endpoints-- you can delete and readd or you can edit the database03:38
*** chhavi has quit IRC03:38
logan-the endpoints are getting built here https://github.com/openstack/openstack-ansible-os_nova/blob/6c1fa957da59bedf840bcba855d3f49847b64d35/defaults/main.yml#L205-L21503:39
logan-so if your external_lb_vip_address contains a dns name it should be populated into the endpoint catalog03:39
logan-maybe when you first ran the deploy it contained an IP and the task is not updating it since the endpoint already exists?03:39
logan-you could try deleting an endpoint to test and run the playbook for the associated service to recreate it03:40
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from global requirements  https://review.openstack.org/48412003:40
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from global requirements  https://review.openstack.org/50468103:40
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from global requirements  https://review.openstack.org/50280503:40
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468303:40
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca master: Updated from global requirements  https://review.openstack.org/50281203:40
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523803:41
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_swift master: Updated from global requirements  https://review.openstack.org/49523903:41
*** mfisch has quit IRC03:41
*** mfisch has joined #openstack-ansible03:42
*** mfisch has quit IRC03:42
*** mfisch has joined #openstack-ansible03:42
*** mfisch has quit IRC03:42
*** mfisch has joined #openstack-ansible03:42
*** mrda has quit IRC03:47
*** mfisch has quit IRC03:49
*** mfisch has joined #openstack-ansible03:50
*** mfisch has quit IRC03:50
*** mfisch has joined #openstack-ansible03:50
xdfilhmmm03:50
openstackgerritFilippo DiNoto proposed openstack/openstack-ansible-os_neutron master: Neutron external DNS driver for Designate  https://review.openstack.org/50475903:50
*** acormier has joined #openstack-ansible03:55
xdfillogan-:  yeah, I think that's what happened. This is the oldest of my deployments03:57
*** acormier has quit IRC03:59
*** mfisch` has joined #openstack-ansible04:03
xdfillogan-:  actually no,  my external_lb_vip_address is an IP04:04
xdfilthats supposed to be a hostname eh?04:04
xdfilyeah that makes sense, because that hostname isn't configured anywhere else04:05
xdfillol04:05
xdfilI think the nova_console URL was making me think the hostname was configured the way I want it04:06
*** mfisch has quit IRC04:06
*** vnogin has joined #openstack-ansible04:06
xdfilI'll let you know how it goes :)04:07
*** vnogin has quit IRC04:11
*** gouthamr has quit IRC04:21
*** markvoelker has quit IRC04:22
*** markvoelker has joined #openstack-ansible04:22
*** lbragstad has quit IRC04:23
*** perniciouscaffei has joined #openstack-ansible04:25
*** markvoelker has quit IRC04:27
*** thorst has joined #openstack-ansible04:31
*** thorst has quit IRC04:35
*** lbragstad has joined #openstack-ansible04:39
*** hybridpollo has quit IRC04:41
*** callmegar has joined #openstack-ansible04:54
callmegarDealing with the Centos 7.4 release on the middle of a deployment05:00
*** acormier has joined #openstack-ansible05:03
*** acormier has quit IRC05:07
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-specs master: Spec: Python Build/Install Process Simplification  https://review.openstack.org/50129605:13
*** lbragstad has quit IRC05:13
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-specs master: Spec: Implement deployment stages for optimised execution  https://review.openstack.org/34603805:14
*** galstrom_zzz is now known as galstrom05:16
odyssey4meevrardjp logan- andymccr mhayden cloudnull jmccrory hwoarang mgariepy if you could revisit those two specs asap and add your reviews I'd appreciate it05:23
*** udesale has joined #openstack-ansible05:23
*** armaan_ has joined #openstack-ansible05:24
*** armaan has quit IRC05:24
*** thorst has joined #openstack-ansible05:31
*** thorst has quit IRC05:36
*** chyka has quit IRC05:50
*** callmegar has quit IRC05:59
prometheanfirea bit early06:06
*** huxinhui_ has joined #openstack-ansible06:09
*** Oku_OS-away is now known as Oku_OS06:13
*** drifterza has joined #openstack-ansible06:13
*** ecelik has joined #openstack-ansible06:16
*** udesale has quit IRC06:16
*** markvoelker has joined #openstack-ansible06:23
*** galstrom is now known as galstrom_zzz06:23
*** yolanda has quit IRC06:27
*** yolanda has joined #openstack-ansible06:29
*** thorst has joined #openstack-ansible06:32
*** thorst has quit IRC06:36
*** jvidal has joined #openstack-ansible06:39
*** Taseer has joined #openstack-ansible06:48
*** udesale has joined #openstack-ansible06:56
*** markvoelker has quit IRC06:57
*** arbrandes1 has joined #openstack-ansible07:01
*** pcaruana has joined #openstack-ansible07:02
*** shardy has joined #openstack-ansible07:02
*** openstackgerrit has quit IRC07:02
*** arbrandes has quit IRC07:04
*** mbuil has joined #openstack-ansible07:09
*** openstackgerrit has joined #openstack-ansible07:12
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Add external LB management handler hook interface  https://review.openstack.org/50461807:12
hwoarangodyssey4me: will try to do asap but i have some opnfv deadlines chasing me :/07:12
openstackgerritMerged openstack/openstack-ansible-os_designate master: Remove deprecated oslo_messaging_rabbit options  https://review.openstack.org/50349707:16
openstackgerritMerged openstack/openstack-ansible-os_swift master: Updated from global requirements  https://review.openstack.org/49523907:18
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Add external LB management handler hook interface  https://review.openstack.org/50462007:20
openstackgerritMerged openstack/openstack-ansible-os_nova master: Add external LB management handler hook interface  https://review.openstack.org/50462107:20
openstackgerritMerged openstack/openstack-ansible-pip_install master: Optimize pip_install for CentOS  https://review.openstack.org/50450907:24
odyssey4mehwoarang no worries - I was mainly just giving a heads-up that they're ready for review07:28
*** threestrands has quit IRC07:29
*** thorst has joined #openstack-ansible07:33
*** thorst has quit IRC07:39
odyssey4mehwoarang if you have a moment, it'd be ideal to get this merged asap: https://review.openstack.org/50533807:40
hwoarangdone07:43
odyssey4methanks hwoarang07:54
*** markvoelker has joined #openstack-ansible07:54
*** DanyC has joined #openstack-ansible07:55
openstackgerritMerged openstack/openstack-ansible-galera_client master: Set a var for the MariaDB major version  https://review.openstack.org/50422007:55
*** DanyC has quit IRC07:57
*** DanyC has joined #openstack-ansible07:57
*** Guest191 is now known as gokhan08:09
openstackgerritMerged openstack/openstack-ansible stable/pike: Upgrade ceph release to Luminous  https://review.openstack.org/50442408:10
*** markvoelker has quit IRC08:28
openstackgerritlidong proposed openstack/openstack-ansible-os_horizon master: Update links in CONTRIBUTING.rst  https://review.openstack.org/50545908:29
*** thorst has joined #openstack-ansible08:35
openstackgerritMerged openstack/openstack-ansible stable/newton: Update rabbitmq_server role SHA  https://review.openstack.org/50529808:45
*** woodard has quit IRC08:51
openstackgerritMerged openstack/openstack-ansible-os_nova stable/pike: Add libvirt-client on nova-compute  https://review.openstack.org/50441308:59
*** thorst has quit IRC09:02
openstackgerritMerged openstack/openstack-ansible stable/ocata: Include db migration fix for next release  https://review.openstack.org/50533809:06
*** pbandark has joined #openstack-ansible09:06
*** nwonknu has quit IRC09:24
*** bauruine has quit IRC09:24
*** Tahvok has quit IRC09:24
*** markvoelker has joined #openstack-ansible09:25
*** Tahvok has joined #openstack-ansible09:26
*** bauruine has joined #openstack-ansible09:29
*** nwonknu has joined #openstack-ansible09:31
*** electrofelix has joined #openstack-ansible09:34
*** yifei has quit IRC09:36
admin0morning all \o09:38
*** ecelik has quit IRC09:40
*** jafeha_ has quit IRC09:40
*** mxevgenis has joined #openstack-ansible09:47
mxevgenishi everyone. do you know how i could easily create images for trove datastore implemented in an ansible openstack deployment?09:48
*** ecelik has joined #openstack-ansible09:56
*** markvoelker has quit IRC09:57
*** udesale has quit IRC10:01
*** stuartgr has joined #openstack-ansible10:03
*** jafeha_ has joined #openstack-ansible10:10
mxevgenis#openstack-trove10:10
jafeha_hey andymccr and evrardjp, i see you guys talked about the bug i reported yesterday. i have no idea how this could yet relate to translations, as the dashboard is not yet regarded in the osa repo build process at all.10:26
jafeha_my patch adds the dashboards repository to the openstack-services.yml within the osa repo, and makes sure it being downloaded and installed within the os_horizon role. i'll make a PR to both repos now, but i expect the os_horizon CI pipelines to fail until the first PR is merged.10:27
odyssey4mejafeha_ no, the os_horizon review should pass just fine if you do the patch right10:27
odyssey4methere are plenty of examples in the role10:27
odyssey4meall the integrated repo patch should be doing is implementing a pin with the same vars, and a group_var to enable the plugin based on the inventory... so again, plenty of examples there10:28
*** DanyC has quit IRC10:29
andymccrjafeha_: ahh sorry we didnt explain that so well - a bit more info --> we set up a translations check site for translations to use, and we have a scenario in the integrated repo. Once your work is setup and working we should look to enabling the fwaas dashboard for the translations checksite so the translations team can use it :)10:29
andymccrbut you shouldnt need to worry about that10:29
*** bhujay has joined #openstack-ansible10:29
jafeha_odyssey4me: i'll have another look before the PR then10:30
odyssey4mejafeha_ push the review and we'll be able to guide you ;)10:30
jafeha_andymccr: ah, nice. thanks for the explaination10:31
jafeha_odyssey4me: alright, writing down my commit messages :)10:31
*** yifei has joined #openstack-ansible10:32
bhujayhello all , need some help on something i have been trying for  last 15 days . On a multios set up , after the kvm  is installed  nova service doesnt start10:33
bhujaythe error is :from cryptography.hazmat.bindings._openssl import ffi as _ffi ImportError: libssl.so.1.0.0: cannot open shared object10:34
gokhanhi team, sorry for again asking for my problem. I am trying to install OSA ocata in prod with high available configuration. But I am stucked at galera cluster installation. It can not restart and bootstrap galera cluster. so I tried only install high available galera cluster with haproxy and keepalived and I got errors on haproxy about ports , and I solved this problem by https://serverfault.com/questions/857241/haproxy-dont-balancing-requests-bet10:34
gokhanween-nodes-of-galera-cluster answer. when I give different port instead of galera port, it worked. but in the OSA installation these ports are same. my problem may be relate with this situation. I am not sure :( Also I ask deployment node can be also target node in high available prod installation ? Because now My deployment node is also target node . can anyone help me about this problem ?10:34
odyssey4megokhan we already deploy by default in an HA configuration... it sounds to me like you're overcomplicating things10:35
odyssey4mebhujay for multi-os to work you need at least one controller for each OS10:36
*** yifei has quit IRC10:36
odyssey4meone repo server to be more specific - one for each distro/arch combination10:37
*** hw_wutianwei has quit IRC10:37
bhujayyeah i have done that . the repo is built on a centos node ,10:37
*** Taseer has quit IRC10:37
odyssey4meok, and the repo container and physical nodes need to be using the same package sets otherwise the venv will be referencing the wrong libs10:38
*** armaan_ has quit IRC10:39
bhujayos-nova-install.yml goes through absolutely ok and then when i check compute node , the  nova is  always in starting mode with the above error10:39
gokhanodyssey4me, with HA, ı mean with multi infranodes.this is my openstack_user_config.yml http://paste.openstack.org/show/621520/10:39
*** armaan has joined #openstack-ansible10:40
odyssey4megokhan at a glance that looks fine and should just work - instead of trying to work around things and modifying config, step through each part of the setup to verify that keepalived is running and the ip is attached to one of the controllers and that haproxy is also working correctly... then verify that your galera_server containers are able to communicate with each other and the world10:42
bhujaylibssl.so.1.0.0 is part of openssl   let me compare the repo conatiner and compute node10:43
odyssey4mebhujay it sounds like you have an openssl library mismatch10:43
*** armaan has quit IRC10:44
*** mxevgenis has left #openstack-ansible10:45
bhujayi checked  both container and compute  have  : OpenSSL 1.0.2k-fips  26 Jan 2017.  They dont have the libssl.so.1.0.0 file10:47
openstackgerritJakob Hasselmann proposed openstack/openstack-ansible master: Adds Neutron FWaaS Dashboard to Repo  https://review.openstack.org/50558810:50
openstackgerritJakob Hasselmann proposed openstack/openstack-ansible-os_horizon master: Download and Install neutron-fwaas-dashboard  https://review.openstack.org/50559210:54
*** Taseer has joined #openstack-ansible10:55
*** markvoelker has joined #openstack-ansible10:55
jafeha_i really hope i'm doing things right here :)10:55
bhujayodyssey4me I am planning to  redo the whole thing once again but on pike , but on documentation page it  is still showing relase cadidate  , has it been relased ?10:57
bhujaysorry for the typos10:58
*** thorst has joined #openstack-ansible10:59
odyssey4mejafeha_ reviewed - pointed you in the right directions and explained a few things too11:03
*** armaan has joined #openstack-ansible11:03
odyssey4mebhujay yes, it's been released - it would appear that no-one has pushed up a patch to change the docs... lemme do that real quick11:03
* odyssey4me eyeballs andymccr and evrardjp :p11:03
*** thorst has quit IRC11:04
bhujayoddysee4me:thanks . I will move to pike then , i targetting three things to achieve ,  1) multios  compute node , 2) layer3 routed env  and ssl comm between services . Wish me luck .. thaks again11:07
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible master: Update Pike status to released in doc index  https://review.openstack.org/50559611:09
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/pike: Correct Pike release date in doc index  https://review.openstack.org/50559711:13
jafeha_odyssey4me: thank you for clarifying things, i'll try updating the PR11:14
*** dave-mccowan has joined #openstack-ansible11:16
odyssey4meif any cores are around today, https://review.openstack.org/503719 will help the upgrade jobs for master work again11:18
*** yolanda has quit IRC11:18
*** yolanda has joined #openstack-ansible11:24
*** drifterza has quit IRC11:24
*** markvoelker has quit IRC11:28
*** drifterza has joined #openstack-ansible11:33
jafeha_odyssey4me: i'm not entirely sure if i agree with your hints. the horizon_enable_neutron_fwaas var was introduced earlier and it's being set on reasonably sound conditions in the group_vars as far as i can see.11:37
odyssey4mejafeha_ oh it's already there?11:38
odyssey4mesilly me  - missed that11:38
jafeha_yep. i had commented, if i could find out how this launchpad thing works *duck*11:39
odyssey4mejafeha_ just reply to my comments and point at the right places so that no-one else makes the same mistakes I do :p11:39
odyssey4mecomment in the review rather than launchpad11:39
jafeha_ah, sounds reasonable11:40
*** bb8 has joined #openstack-ansible11:41
*** bb8 has left #openstack-ansible11:41
openstackgerritLogan V proposed openstack/openstack-ansible master: Clean up the 'all' group vars  https://review.openstack.org/50480411:43
openstackgerritLogan V proposed openstack/openstack-ansible master: Move resolvconf JIT execution to common tasks  https://review.openstack.org/50461211:47
*** huxinhui_ has quit IRC11:48
openstackgerritJakob Hasselmann proposed openstack/openstack-ansible master: Adds Neutron FWaaS Dashboard to Repo  https://review.openstack.org/50558811:50
jafeha_gnaaa. sry for pollution, i'll try again11:51
*** Taseer has quit IRC11:55
*** thorst has joined #openstack-ansible11:57
gokhanoddssey4me: I examine my installation. I see that keepalived seems active but also say that Sep 20 14:38:43 controller02 Keepalived_healthcheckers[50736]: Netlink: filter function error12:05
gokhanSep 20 14:38:43 controller02 Keepalived_healthcheckers[50736]: Netlink: filter function error12:05
gokhanSep 20 14:38:43 controller02 Keepalived_vrrp[50737]: Netlink: filter function error12:05
gokhanSep 20 14:38:43 controller02 Keepalived_healthcheckers[50736]: Netlink: filter function error12:05
gokhan also in tailf /var/log/keepalived-notifications.log I see that 2017-09-19 05:31:15 Trying to restart haproxy to get out of faulty state12:05
gokhan2017-09-19 05:32:57 Unknown state12:05
gokhan2017-09-20 14:08:06 Unknown state12:05
gokhan12:05
gokhanthis says that  there is a problem on keepalived ?12:06
*** markvoelker has joined #openstack-ansible12:17
*** markvoelker has quit IRC12:21
*** markvoelker has joined #openstack-ansible12:22
*** acormier has joined #openstack-ansible12:38
*** kylek3h has joined #openstack-ansible12:38
*** hw_wutianwei has joined #openstack-ansible12:39
*** udesale has joined #openstack-ansible12:39
*** acormier has quit IRC12:41
*** acormier has joined #openstack-ansible12:42
mgariepygokhan, can you pastebin your keepalived config ?12:43
*** acormier has quit IRC12:46
gokhanmgariepy: sorry tested keepalived with stop on one infranode then it assigned virtual ips on second infanode. so keepalived is working and I think there seems no problem on it. this is keepalived conf http://paste.openstack.org/show/621536/12:46
mgariepydoes that works ? ping -c 1 193.0.14.12912:47
mgariepygokhan, and you should probably change that IP..12:47
gokhanI again format my infranodes because when run setupinfrastructures yml more than one, I get error like fatal: [infra1_galera_container-b1ae1239]: FAILED! => {"attempts": 5, "changed": false, "cmd": "/usr/local/bin/pip2 install -U --constraint http://192.168.236.9:8181/os-releases/15.1.8/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt  MySQL-python pycrypto", "failed": true, "msg": "stdout: Collecting mysql_python==1.2.5 (from -c http://12:48
gokhan192.168.236.9:8181/os-releases/15.1.8/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt (line 42))\n\n:stderr:   Could not find a version that satisfies the requirement mysql_python==1.2.5 (from -c http://192.168.236.9:8181/os-releases/15.1.8/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt (line 42)) (from versions: )\nNo matching distribution found for mysql_python==1.2.5 (from -c http://192.168.236.9:8181/os-releases/15.1.8/u12:48
gokhanbuntu-16.04-x86_64/requirements_absolute_requirements.txt (line 42))\n"}12:48
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: SUSE: Use rabbitmq-server/erlang packages from openSUSE repos  https://review.openstack.org/50417312:48
gokhanmgariepy: ^^ yes also ping worked12:49
*** drifterza has quit IRC12:50
*** drifterza has joined #openstack-ansible12:53
*** d9k has left #openstack-ansible12:55
openstackgerritMajor Hayden proposed openstack/openstack-ansible-openstack_hosts master: Optimize openstack_hosts for CentOS  https://review.openstack.org/50443712:58
*** woodard has joined #openstack-ansible13:04
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server stable/pike: Optimize CentOS Erlang installation  https://review.openstack.org/50561813:04
openstackgerritMajor Hayden proposed openstack/openstack-ansible-rabbitmq_server stable/pike: Optimize CentOS Erlang installation  https://review.openstack.org/50561813:04
*** gouthamr has joined #openstack-ansible13:07
*** esberglu has joined #openstack-ansible13:09
openstackgerritJakob Hasselmann proposed openstack/openstack-ansible-os_horizon master: Download and Install neutron-fwaas-dashboard  https://review.openstack.org/50559213:11
jafeha_odyssey4me: updated the comments. hope this is fine now13:21
pylotxdfil: thanks for supporting me earlier this week, network configuration was good, the failing part was virtualbox vlan handling ...13:23
odyssey4methanks jafeha_ - apologies for the confusion earlier13:25
jafeha_thats fine. thank you for working me through13:25
jafeha_i ended up commenting in launchpad again. i'll have to spend some more time with git-review ;)13:26
pyloti now got another thing, when trying to run openstack-ansible for ocata and standard user-variables it ends up on "Ensure glance service" with problems regarding http://x.x.x.x:35357/v3/auth/tokens... when jumping to glance_cointainer and doing a curl to this  url i get: curl: (52) Empty reply from server13:26
*** jwitko has joined #openstack-ansible13:29
pylotis there a way to "reset" haproxy configuration / restarting playbook? i took the snippet from the aio installer and execute it on the corresponding machines, but i think haproxy is not touched13:30
*** jheroux has joined #openstack-ansible13:32
openstackgerritMajor Hayden proposed openstack/openstack-ansible-tests master: Add linter for passing pkgs as list  https://review.openstack.org/50562813:36
openstackgerritMerged openstack/openstack-ansible-os_trove master: Update links in CONTRIBUTING.rst  https://review.openstack.org/50546013:43
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: Update links in CONTRIBUTING.rst  https://review.openstack.org/50547313:43
openstackgerritMerged openstack/openstack-ansible-pip_install master: Remove unneeded task  https://review.openstack.org/50542813:45
*** SerenaFeng has joined #openstack-ansible13:52
*** kelv_ has joined #openstack-ansible13:53
*** dxiri has quit IRC13:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from global requirements  https://review.openstack.org/48412013:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from global requirements  https://review.openstack.org/50468113:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from global requirements  https://review.openstack.org/50280513:55
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468313:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca master: Updated from global requirements  https://review.openstack.org/50281213:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523813:56
*** drifterza has quit IRC13:57
*** udesale has quit IRC13:59
*** ecelik has quit IRC14:02
*** gkadam has joined #openstack-ansible14:04
*** armaan has quit IRC14:08
*** jvidal has quit IRC14:08
*** armaan has joined #openstack-ansible14:08
*** SerenaFeng has quit IRC14:11
*** chyka has joined #openstack-ansible14:11
*** bhujay has quit IRC14:11
*** weezS has joined #openstack-ansible14:12
spotzevrardjp: You decie whether we're cancelling tomorrow or not?14:13
*** chyka has quit IRC14:16
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523814:17
*** acormier has joined #openstack-ansible14:18
*** woodard has quit IRC14:22
*** chyka has joined #openstack-ansible14:27
andymccrspotz: i think lets cancel it - evrardjp is in the process of moving back to Belgium, and I'm out tomorrow too. i think it'd be ok :)14:34
spotzandymccr: sounds good14:36
*** gkadam is now known as gkadam-afk14:37
*** Taseer has joined #openstack-ansible14:37
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523814:40
*** NostawRm has joined #openstack-ansible14:42
evrardjp[m]yeah better that way.14:45
admin0 migrations are not working .. nova ssh-keys Permission denied error .. what is the command to re-generate/fix the nova keys distribution ?14:48
admin0what is the playbook* :)14:49
logan-if anyone wants some good news on gate timing, https://review.openstack.org/#/c/504804/ is shaving 15-20 mins off the limestone CI build times. hopefully it will pass the osa checks soon :)14:49
logan-admin0: os-nova-install.yml14:50
*** hw_wutianwei has quit IRC14:51
*** smatzek has joined #openstack-ansible14:52
admin0thanks logan- .. running that14:55
odyssey4meORLY?14:55
logan-yarly. normlaly 125-130 mins on lstn builds, now holding steady at 110-111min on the last 3 checks there ;)14:55
logan-also suspect ansible memory usage is much lower with that but have not verified14:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from global requirements  https://review.openstack.org/48412014:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from global requirements  https://review.openstack.org/50468114:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from global requirements  https://review.openstack.org/50280514:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468314:56
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca master: Updated from global requirements  https://review.openstack.org/50281214:57
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523814:57
*** woodard has joined #openstack-ansible15:08
*** woodard has quit IRC15:08
*** woodard has joined #openstack-ansible15:09
*** Oku_OS is now known as Oku_OS-away15:12
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from global requirements  https://review.openstack.org/50468115:13
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from global requirements  https://review.openstack.org/50280515:13
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468315:13
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca master: Updated from global requirements  https://review.openstack.org/50281215:13
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523815:14
*** dave-mcc_ has joined #openstack-ansible15:18
*** dave-mccowan has quit IRC15:19
hwoarangandymccr: i just checked the opensuse periodic jobs and they work fine for pike and master :) thanks for adding them!15:21
andymccrhwoarang: excellent. and no problem - glad they're working15:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from global requirements  https://review.openstack.org/48412015:30
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from global requirements  https://review.openstack.org/50468115:30
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from global requirements  https://review.openstack.org/50280515:30
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468315:30
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca master: Updated from global requirements  https://review.openstack.org/50281215:31
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523815:31
odyssey4meandymccr hwoarang just need to get https://review.openstack.org/503719 in so that upgrades get beyond that point for the master upgrades15:33
*** galstrom_zzz is now known as galstrom15:34
andymccrLGTM15:34
odyssey4meanother one to ensure everyone knows pike is released now: https://review.openstack.org/505596 ;)15:35
*** drifterza has joined #openstack-ansible15:42
*** galstrom is now known as galstrom_zzz15:44
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from global requirements  https://review.openstack.org/48412015:47
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from global requirements  https://review.openstack.org/50468115:47
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from global requirements  https://review.openstack.org/50280515:47
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468315:47
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca master: Updated from global requirements  https://review.openstack.org/50281215:47
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523815:48
*** Jeffrey4l_ has joined #openstack-ansible16:01
mhaydenYAY REQUIREMENTS16:02
* mhayden tips his hat to prometheanfire16:03
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523816:05
*** Jeffrey4l has quit IRC16:06
mhaydenlogan-: rough day in montana! https://twitter.com/NWSMissoula/status/91053361450443571216:06
*** Jeffrey4l has joined #openstack-ansible16:07
logan-haha wow... winter already!?16:07
*** Jeffrey4l_ has quit IRC16:08
matttanyone remember the "RepresenterError: cannot represent an object:" error we hit a while back?  how was that resolved?16:19
logan-is the var rendering something to yaml?16:20
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from global requirements  https://review.openstack.org/48412016:21
logan-i don't remember the exact fix but i do remember that error having something to do with ansible's yaml dumper16:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_glance master: Updated from global requirements  https://review.openstack.org/50468116:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from global requirements  https://review.openstack.org/50280516:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468316:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_monasca master: Updated from global requirements  https://review.openstack.org/50281216:21
matttlogan-: not as far as i can tell, it's failing on bootstrap-aio trying to render the user vars file16:21
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523816:21
logan-yeah there is some to_nice_yaml filter usage in there16:21
matttlogan-: which uses config_template16:21
logan-which tag are you on?16:22
matttlogan-: i'm on stable/newton here16:22
logan-I guess you have repo_build_pip_extra_indexes defined?16:25
logan-guessing this is the block that's killing the template render https://github.com/openstack/openstack-ansible/blob/0d16b032f933dadd94e4ad5c9ce4c37f4f0aa787/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2#L63-L6716:26
logan-this was the upstream ansible bug from when this was happening before: https://github.com/ansible/ansible/issues/2025316:26
*** drifterza has quit IRC16:26
*** drifterza has joined #openstack-ansible16:27
logan-ansible==2.1.6.0 is the current stable/newton version, which includes the fix here: https://github.com/ansible/ansible/commit/44026f8d7befa4d25c8ee8b3bd3efa3bdb240d62#diff-16185db6977f2f9b1cb93bb6f32c7a0516:29
matttlogan-: interesting, let me dig into this a tad more!16:30
matttdef. have ansible 2.1.6.0, so if that includes the fix i'm hitting something else16:31
logan-yeah16:31
logan-:/16:31
*** drifterza has quit IRC16:43
openstackgerritLogan V proposed openstack/openstack-ansible master: Clean up the 'all' group vars  https://review.openstack.org/50480416:43
*** mxevgenis has joined #openstack-ansible16:47
*** shardy has quit IRC16:48
*** Taseer has left #openstack-ansible16:48
mxevgenishi everyone. Does anybody know an easy way for creating trove images for the trove datastore ?16:48
mxevgenis#openstack-trove16:54
*** armaan has quit IRC16:58
*** armaan has joined #openstack-ansible16:59
*** drifterza has joined #openstack-ansible17:03
*** gkadam-afk is now known as gkadam-away17:05
*** dave-mcc_ has quit IRC17:10
*** dave-mccowan has joined #openstack-ansible17:10
*** ianychoi_ has joined #openstack-ansible17:18
*** ianychoi has quit IRC17:22
*** weezS has quit IRC17:29
*** mbuil has quit IRC17:30
*** schwicht has joined #openstack-ansible17:36
*** armaan has quit IRC17:40
*** armaan has joined #openstack-ansible17:41
*** electrofelix has quit IRC17:42
*** armaan has quit IRC17:45
*** drifterza has quit IRC17:49
*** acormier has quit IRC18:01
*** weezS has joined #openstack-ansible18:02
*** mxevgenis has quit IRC18:03
*** poopcat has joined #openstack-ansible18:07
*** albertcard1 has joined #openstack-ansible18:11
*** poopcat has quit IRC18:13
openstackgerritMerged openstack/openstack-ansible-os_glance master: Updated from global requirements  https://review.openstack.org/50468118:16
*** japestinho has quit IRC18:18
*** lucasxu has joined #openstack-ansible18:20
*** armaan has joined #openstack-ansible18:32
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_heat stable/pike: Fix ssl  https://review.openstack.org/50577518:44
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_heat stable/pike: Fix ssl  https://review.openstack.org/50577518:45
*** armaan has quit IRC18:50
openstackgerritMajor Hayden proposed openstack/openstack-ansible-openstack_hosts master: Add reno for bridge-nf-call change  https://review.openstack.org/50577919:01
*** stuartgr has quit IRC19:02
mhaydenlogan- / hwoarang: could y'all look at the reno for https://review.openstack.org/505779 so we can get those backports moving along? thanks!19:02
logan-thanks mhayden19:11
*** perniciouscaffei has quit IRC19:15
*** schwicht has quit IRC19:26
*** pbandark1 has joined #openstack-ansible19:27
*** pbandark has quit IRC19:29
*** pbandark1 is now known as pbandark19:29
*** vnogin has joined #openstack-ansible19:31
openstackgerritMerged openstack/openstack-ansible-os_heat master: Fix ssl  https://review.openstack.org/50482919:34
openstackgerritMerged openstack/openstack-ansible-os_monasca master: Updated from global requirements  https://review.openstack.org/50281219:35
*** vnogin has quit IRC19:42
*** vnogin has joined #openstack-ansible19:45
*** perniciouscaffei has joined #openstack-ansible19:48
openstackgerritMajor Hayden proposed openstack/openstack-ansible-openstack_hosts master: Add reno for bridge-nf-call change  https://review.openstack.org/50577919:49
mhaydenokay, logan- / hwoarang: i fixed the reno typo pronto ^^ :P19:50
*** vnogin has quit IRC19:53
*** weezS has quit IRC19:53
*** weezS has joined #openstack-ansible19:54
*** weezS has joined #openstack-ansible19:58
openstackgerritMerged openstack/openstack-ansible master: Update variable migration script for Queens  https://review.openstack.org/50371919:59
openstackgerritMerged openstack/openstack-ansible master: Update Pike status to released in doc index  https://review.openstack.org/50559619:59
*** pbandark1 has joined #openstack-ansible20:01
*** pbandark has quit IRC20:01
*** smatzek has quit IRC20:01
*** pbandark1 is now known as pbandark20:01
*** gouthamr has quit IRC20:09
*** pabelanger has quit IRC20:21
*** pabelanger has joined #openstack-ansible20:21
*** perniciouscaffei has quit IRC20:25
*** perniciouscaffei has joined #openstack-ansible20:28
*** pbandark has quit IRC20:31
*** tasker has joined #openstack-ansible20:46
taskerI'm compiling a list of patches that I need to apply to the various openstack services that will be pushed out during an OSA upgrade to newton.20:46
taskeris there a way to inject the patches into the repo-build process?20:47
*** pbandark has joined #openstack-ansible20:52
*** perniciouscaffei has quit IRC20:55
*** perniciouscaffei has joined #openstack-ansible20:57
*** pcaruana has quit IRC20:59
*** jheroux has quit IRC21:00
openstackgerritLogan V proposed openstack/openstack-ansible-openstack_hosts master: Add reno for bridge-nf-call change  https://review.openstack.org/50577921:03
*** thorst has quit IRC21:03
*** esberglu has quit IRC21:07
*** thorst has joined #openstack-ansible21:07
*** Guest3413 has joined #openstack-ansible21:09
*** thorst has quit IRC21:12
*** esberglu has joined #openstack-ansible21:21
*** esberglu_ has joined #openstack-ansible21:24
*** esberglu has quit IRC21:24
*** pbandark1 has joined #openstack-ansible21:24
*** pbandark has quit IRC21:26
*** pbandark1 is now known as pbandark21:26
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: Add reno for bridge-nf-call change  https://review.openstack.org/50577921:28
*** lucasxu has quit IRC21:29
*** dave-mccowan has quit IRC21:32
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_sahara stable/pike: Add support for the openSUSE Leap distributions  https://review.openstack.org/50582621:33
*** woodard has quit IRC21:34
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_sahara stable/pike: Fix ssl  https://review.openstack.org/50528021:36
*** kenperkins has joined #openstack-ansible21:39
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_freezer master: Updated from global requirements  https://review.openstack.org/48412022:00
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_gnocchi master: Updated from global requirements  https://review.openstack.org/50280522:00
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468322:00
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523822:00
*** thorst has joined #openstack-ansible22:06
*** thorst has quit IRC22:10
*** lvdombrk has quit IRC22:19
*** lvdombrk has joined #openstack-ansible22:19
*** Guest3413 has quit IRC22:20
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_horizon master: Updated from global requirements  https://review.openstack.org/50468322:26
openstackgerritOpenStack Proposal Bot proposed openstack/openstack-ansible-os_searchlight master: Updated from global requirements  https://review.openstack.org/49523822:27
*** esberglu_ has quit IRC22:27
*** chyka has quit IRC22:27
*** chyka has joined #openstack-ansible22:28
*** thorst has joined #openstack-ansible22:33
*** thorst has quit IRC22:38
*** thorst has joined #openstack-ansible22:39
*** thorst has quit IRC22:40
*** ianychoi_ is now known as ianychoi22:52
*** threestrands has joined #openstack-ansible23:02
*** weezS has quit IRC23:07
*** albertcard1 has quit IRC23:10
*** gouthamr has joined #openstack-ansible23:11
*** woodard has joined #openstack-ansible23:22
*** weezS has joined #openstack-ansible23:24
*** gouthamr has quit IRC23:27
*** thorst has joined #openstack-ansible23:41
*** poopcat has joined #openstack-ansible23:41
*** albertcard1 has joined #openstack-ansible23:45
*** thorst has quit IRC23:46
*** poopcat has quit IRC23:48
*** weezS has quit IRC23:52

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