Tuesday, 2017-04-11

*** May-meimei has joined #openstack-ansible00:09
*** chris_hultin is now known as chris_hultin|AWA00:13
*** manheim has joined #openstack-ansible00:13
*** weezS has quit IRC00:16
*** manheim has quit IRC00:18
*** acormier has joined #openstack-ansible00:18
*** MasterOfBugs has quit IRC00:22
*** pramodrj07 has quit IRC00:23
*** deadnull has joined #openstack-ansible00:24
*** jmckind has joined #openstack-ansible00:29
*** jmckind has left #openstack-ansible00:29
*** piliman984 has quit IRC00:35
*** ZiLi0n has joined #openstack-ansible00:37
ZiLi0nHello everyone, is it possible to deploy a storage node (cinder lvm backend) in the controller node as well using openstack-ansible projetc?00:38
*** deadnull has quit IRC00:42
*** acormier has quit IRC00:50
*** acormier has joined #openstack-ansible00:55
*** acormier has quit IRC00:55
*** acormier has joined #openstack-ansible00:55
*** cuongnv has joined #openstack-ansible00:57
*** cNilesh has joined #openstack-ansible01:02
*** cNilesh has quit IRC01:03
*** SerenaFeng has joined #openstack-ansible01:03
*** cNilesh has joined #openstack-ansible01:03
*** cmart has quit IRC01:05
*** vnogin has quit IRC01:10
*** Mahe has quit IRC01:13
*** Mahe has joined #openstack-ansible01:14
*** tonytan4ever has joined #openstack-ansible01:18
*** acormier has quit IRC01:20
*** acormier has joined #openstack-ansible01:21
cloudnullZiLi0n: yes it is01:25
cloudnulljust make a cinder-volume vg01:25
*** acormier has quit IRC01:26
cloudnulland when you setup the openstack_user_config set the hostname and ip to whatever the storage node is01:26
ZiLi0nthanks very much clodnull. do I need to fill this out? iscsi_ip_address: "{{ storage_address }}"01:27
ZiLi0ncloudnull01:28
*** thorst has quit IRC01:30
*** thorst has joined #openstack-ansible01:30
*** cathrichardson has quit IRC01:31
*** cathrichardson has joined #openstack-ansible01:31
*** thorst has quit IRC01:34
*** NikhilS has joined #openstack-ansible01:35
cloudnullZiLi0n: yes. that address will be an address that is on your infra node.01:39
cloudnullyou can just replace the variable "storage_address" with the static address.01:39
cloudnullsomething like iscsi_ip_address: "10.0.0.100"01:39
ZiLi0ncloudnull is that the address of one of the bridges of the controller? which bridge if so?01:40
cloudnullif you have an actual storage network use whatever that address is,01:40
cloudnullbr-storage01:40
cloudnullthat's assuming you have an actual stoage network01:40
cloudnullif you don't you could use anything els.e01:41
cloudnulllike br-mgmt01:41
ZiLi0nok, that makes sense. I will put the br-storage01:41
ZiLi0nI run cinder-install and cinder-config tags of the cinder_install.yml. then aftewards I run the nova-config of the nova_install.yml playbook. And for some reason, I can't get to horizon anymore01:42
ZiLi0nis my ext-lb-vip-address supposed to be configured in br-public (bridge for floating ips, both the network node and the controller node live on the same server)01:43
ZiLi0nI mean, I don't see the ip address of the ext-lb-vip-address anywhere within the ifconfig of the controller, but it is interesting to see that haproxy is really listening on it (netstat), even though it does not show up anywhere in linux01:44
ZiLi0noh, it works now! haha it just took a little bit to come up :)01:45
*** dixiaoli has joined #openstack-ansible01:54
*** dixiaoli has quit IRC01:58
*** esberglu has joined #openstack-ansible01:58
*** dixiaoli has joined #openstack-ansible02:02
*** esberglu has quit IRC02:03
*** shashank_t_ has joined #openstack-ansible02:11
ZiLi0nhello again, sorry I am new to the openstack ansible. What is the key I need to use to ssh into the containers that are running in the controller node?02:18
ZiLi0nI am trying to ssh to the containers as roo02:19
ZiLi0nroot02:19
*** japestinho has joined #openstack-ansible02:20
*** shashank_t_ has quit IRC02:25
*** shashank_t_ has joined #openstack-ansible02:25
*** shashank_t_ has quit IRC02:29
*** thorst has joined #openstack-ansible02:31
cloudnullZiLi0n: sweet!02:33
cloudnullsorry, afk dealing with a phone that took a bath in a pond.02:33
ZiLi0ncloudnull, ok thanks!. I need to find out how to ssh into the cinder containers to have a look at the logs02:45
cloudnullyou can lxc-attach -n $CONTAINER_NAME02:46
cloudnullcinder volume will be running on the physical host.02:46
cloudnullso the logs are in /var/log/cinder/*.log02:46
cloudnullif this is on xenial, you should be able to do `systemctl status cinder` for some basic metrics and reporting02:47
*** thorst has quit IRC02:51
*** dixiaoli has quit IRC03:00
*** dixiaoli has joined #openstack-ansible03:01
*** vnogin has joined #openstack-ansible03:11
*** chyka has quit IRC03:14
*** vnogin has quit IRC03:16
ZiLi0ncloudnull thank you very much, thanks a lot!. yes, looking at the logs I found the problem. I am using losetup to loop a device to a file, and use a file as my volume group. The problem is that a linux service is needed to run losetup so that the vg shows up03:18
cloudnullZiLi0n: check the /etc/lvm/lvm.conf file there may be a filter blocking your specific loop device03:20
cloudnullif it doesn't show up with vgscan that is03:20
cloudnullpvscan too.03:20
ZiLi0noh I see, yes, it is indeed in the filter list :(03:21
ZiLi0ncan I edit that filter with openstack ansible?03:22
cloudnullyes.03:35
cloudnullthough you could also just set it there03:35
cloudnullZiLi0n: https://github.com/openstack/openstack-ansible-os_cinder/blob/master/templates/lvm.conf.j2#L3-L3103:36
cloudnullthat's what generates the filters03:37
cloudnullif you just add your loop device into the fileter on the next run it will honor any changes you make03:37
ZiLi0ncloudnull thanks! is that filter parameter correct? I am using /dev/loop0, which is listed03:37
ZiLi0nso it is there by default :) that is great03:38
cloudnullso it its permitted in the filter list you should be able to run vgs03:39
cloudnulland see your volume03:39
*** esberglu has joined #openstack-ansible03:47
*** gouthamr has quit IRC03:51
*** esberglu has quit IRC03:52
*** ZiLi0n has quit IRC03:53
*** manheim has joined #openstack-ansible03:55
*** manheim has quit IRC04:00
*** dfflanders_ has joined #openstack-ansible04:01
*** chyka has joined #openstack-ansible04:06
*** poopcat has quit IRC04:06
*** Dinesh_Bhor has quit IRC04:07
*** markvoelker has quit IRC04:09
*** chyka has quit IRC04:11
*** dixiaoli has quit IRC04:17
*** dixiaoli has joined #openstack-ansible04:19
*** dixiaoli has quit IRC04:23
*** jrobinson has quit IRC04:24
*** shashank_t_ has joined #openstack-ansible04:25
*** jrobinson has joined #openstack-ansible04:30
*** chhavi has joined #openstack-ansible04:35
*** hybridpollo has left #openstack-ansible04:44
*** thorst has joined #openstack-ansible04:48
*** shashank_t_ has quit IRC04:51
*** shashank_t_ has joined #openstack-ansible04:51
*** thorst has quit IRC04:52
*** shashank_t_ has quit IRC04:56
*** Dinesh_Bhor has joined #openstack-ansible05:11
*** vnogin has joined #openstack-ansible05:14
*** Jack_Iv has joined #openstack-ansible05:16
*** vnogin has quit IRC05:18
*** udesale has joined #openstack-ansible05:20
*** Jack_Iv has quit IRC05:21
*** chhavi has quit IRC05:25
*** dixiaoli has joined #openstack-ansible05:26
*** chhavi has joined #openstack-ansible05:28
*** esberglu has joined #openstack-ansible05:37
*** esberglu has quit IRC05:41
*** manheim has joined #openstack-ansible05:44
*** spotz is now known as spotz_zzz05:46
*** thorst has joined #openstack-ansible05:48
*** spotz_zzz is now known as spotz05:48
*** manheim has quit IRC05:48
*** Jack_Iv has joined #openstack-ansible05:52
*** thorst has quit IRC05:53
*** chyka has joined #openstack-ansible06:01
*** markus_z has joined #openstack-ansible06:04
*** chyka has quit IRC06:05
*** Oku_OS-away is now known as Oku_OS06:13
*** Jack_Iv has quit IRC06:24
*** Jack_Iv has joined #openstack-ansible06:24
*** SerenaFeng has quit IRC06:26
*** SerenaFeng has joined #openstack-ansible06:26
*** Jack_Iv has quit IRC06:29
*** xar- has quit IRC06:29
*** SerenaFeng has quit IRC06:30
*** Jack_Iv has joined #openstack-ansible06:32
*** SerenaFeng has joined #openstack-ansible06:37
*** sanfern has joined #openstack-ansible06:40
*** chhavi has quit IRC06:43
*** sdake has quit IRC06:46
*** thorst has joined #openstack-ansible06:49
*** mgagne has quit IRC06:52
*** Jack_Iv has quit IRC06:53
*** Jack_Iv has joined #openstack-ansible06:54
*** thorst has quit IRC06:54
*** Jack_Iv has quit IRC06:55
*** Jack_Iv has joined #openstack-ansible06:56
*** Jack_Iv has quit IRC06:56
*** Jack_Iv has joined #openstack-ansible06:56
*** chyka has joined #openstack-ansible07:01
*** winggundamth has joined #openstack-ansible07:04
*** chyka has quit IRC07:06
*** pcaruana has joined #openstack-ansible07:06
*** manheim has joined #openstack-ansible07:08
*** manheim has quit IRC07:12
*** karimb has joined #openstack-ansible07:16
*** Jack_Iv has quit IRC07:19
*** Jack_Iv_ has joined #openstack-ansible07:20
*** Jack_Iv_ has quit IRC07:20
*** Jack_Iv has joined #openstack-ansible07:20
*** Jack_Iv has quit IRC07:21
*** Jack_Iv has joined #openstack-ansible07:21
*** manheim has joined #openstack-ansible07:23
*** Jack_Iv has quit IRC07:36
*** Jack_Iv has joined #openstack-ansible07:37
*** hachi has quit IRC07:37
*** asmaa has quit IRC07:37
*** student has quit IRC07:37
*** karimb has quit IRC07:39
*** kong has quit IRC07:39
*** Jack_Iv has quit IRC07:41
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-rabbitmq_server master: Use checksum option when downloading RabbitMQ  https://review.openstack.org/45556407:50
*** thorst has joined #openstack-ansible07:50
*** student has joined #openstack-ansible07:50
*** hachi has joined #openstack-ansible07:50
*** asmaa has joined #openstack-ansible07:51
*** shardy has joined #openstack-ansible07:53
*** ianychoi has quit IRC07:54
*** Jack_Iv has joined #openstack-ansible07:54
*** ianychoi has joined #openstack-ansible07:54
admin0good morning08:01
admin0\,,/(^_^)\,,/08:02
*** tonytan4ever has quit IRC08:02
*** chyka has joined #openstack-ansible08:02
*** vnogin has joined #openstack-ansible08:02
*** dfflanders_ has quit IRC08:03
*** jrobinson has quit IRC08:06
*** chyka has quit IRC08:07
*** thorst has quit IRC08:09
*** karimb has joined #openstack-ansible08:11
*** ianychoi has quit IRC08:20
*** ianychoi has joined #openstack-ansible08:21
*** toddnni has quit IRC08:33
*** pbandark has joined #openstack-ansible08:35
*** ianychoi has quit IRC08:35
*** ianychoi has joined #openstack-ansible08:38
*** electrofelix has joined #openstack-ansible08:41
openstackgerritAdrien Cunin proposed openstack/openstack-ansible-os_designate master: Use internalURL by default for Neutron  https://review.openstack.org/45559608:42
admin0how do i start with monasca ..  i do not see os-monasca role .. do i create a normal playbook as defined at the end in https://docs.openstack.org/developer/openstack-ansible-os_monasca/  and then run ansible ?08:43
*** derekjhyang has joined #openstack-ansible08:43
*** toddnni has joined #openstack-ansible08:44
*** Jack_Iv has quit IRC08:46
*** Jack_Iv has joined #openstack-ansible08:49
*** Jack_Iv has quit IRC08:49
*** Jack_Iv has joined #openstack-ansible08:49
*** evrardjp[m] has quit IRC08:52
*** karimb has quit IRC08:53
winggundamthadmin0: never try monasca. I'm testing os_designate now. have you try it yet?08:55
admin0not yet .. i plan to try all addons today08:55
admin0i would reqeust “people with knowledge” if they can create one sample  openstack_user_config file  that gives an idea of how to do a “everything” install08:56
*** vnogin_ has joined #openstack-ansible08:57
admin0for example: https://docs.openstack.org/developer/openstack-ansible-os_magnum/ .. its not sure where the playbooks needs to be created, if openstack-ansible needs to be run or just ansible08:57
admin0sorry magnum is a bad example08:58
*** vnogin has quit IRC09:00
winggundamthadmin0: I'm thinking the same to you. I'm focusing on ceph and designate right now. so hope I can contribute some docs back to osa09:01
winggundamthI'm expected to have something like os_neutron https://docs.openstack.org/developer/openstack-ansible-os_neutron/09:02
*** openstackgerrit has quit IRC09:03
*** karimb has joined #openstack-ansible09:03
*** Disova has quit IRC09:05
*** thorst has joined #openstack-ansible09:06
*** Disova has joined #openstack-ansible09:08
admin0winggundamth: might have figured it out :)09:08
*** chhavi has joined #openstack-ansible09:09
admin0     - role: "openstack-ansible-os_monasca" — there is no monasca role09:10
*** thorst has quit IRC09:11
*** ArchiFleKs has quit IRC09:14
*** esberglu has joined #openstack-ansible09:14
*** ArchiFleKs has joined #openstack-ansible09:16
*** esberglu has quit IRC09:19
*** hachi has quit IRC09:26
*** vnogin has joined #openstack-ansible09:27
*** vnogin_ has quit IRC09:28
*** hachi has joined #openstack-ansible09:31
*** openstackgerrit has joined #openstack-ansible09:50
openstackgerritAlexandra Settle proposed openstack/openstack-ansible master: [docs] Add backup information to the OSA Ops Guide  https://review.openstack.org/45398409:50
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: Remove O deprecation of memcache servers  https://review.openstack.org/45562509:52
evrardjpwinggundamth: hey09:53
winggundamthevrardjp: hi09:57
*** karimb has quit IRC10:01
*** tonytan4ever has joined #openstack-ansible10:03
*** NikhilS has quit IRC10:07
*** karimb has joined #openstack-ansible10:09
*** cuongnv has quit IRC10:13
pjm6morning all10:13
*** chyka has joined #openstack-ansible10:14
*** pbandark has quit IRC10:16
*** cNilesh has quit IRC10:16
*** pbandark has joined #openstack-ansible10:16
admin0morning10:16
pjm6admin0, o/10:17
* admin0 waits for the jedi warrior :) 10:17
admin0hey10:17
*** SerenaFeng has quit IRC10:17
*** chyka has quit IRC10:19
*** kong has joined #openstack-ansible10:22
*** pbandark has quit IRC10:23
*** pbandark has joined #openstack-ansible10:24
*** stuartgr has joined #openstack-ansible10:28
*** SerenaFeng has joined #openstack-ansible10:29
andymccrTIL relnotes cant have the same hash number at the end :(10:35
*** ianychoi has quit IRC10:36
*** ianychoi has joined #openstack-ansible10:38
*** SerenaFeng has quit IRC10:39
*** chhavi has quit IRC10:39
*** marcyb17 has joined #openstack-ansible10:39
openstackgerritAndy McCrae proposed openstack/openstack-ansible master: Role Pin for Pike OSA Milestone-1  https://review.openstack.org/45538710:40
evrardjpandymccr: oh10:43
andymccrgonna have to change the relnote in each repo too10:44
evrardjpandymccr: what did you do to get that?10:44
evrardjpbecause backports have the same hashnumber, right?10:44
evrardjpso it's for something else?10:44
andymccrevrardjp: honestly debugging the sphinx/reno bits i find quite hard - i spun up an instance and did the tox tests. and that bombed on all those init-config changes10:44
andymccrevrardjp: nah im guessing when those init-config changes went into each repo the same reno file was just copied10:45
andymccrso it had its name changed, but not the hash at the end10:45
evrardjpmaybe it's something good to tell dhelman10:45
andymccrso the hash at the end of all the init-config renos is the same10:45
andymccrwell its our reno's i dont think we should copy over like that10:45
evrardjpit's for the Role pin?10:45
andymccrif you compare to patchset 1 you will see what i changed10:46
andymccrthe reno gate now passes10:46
andymccrthe other issue is a nova placement thing which seems like a bug but trying to investigate now10:46
evrardjpI see10:46
andymccrour nova role gate is broken too10:46
evrardjpwell I'm pretty sure it's the way the reno was created in the first place10:47
evrardjpso...10:47
evrardjpit's hard to enforce 'though10:47
evrardjpbut good to know10:48
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_aodh master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564310:48
*** Jack_Iv has quit IRC10:48
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_ceilometer master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564410:49
evrardjpI'll vote on these10:49
evrardjpput a topic name :)10:49
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_cinder master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564510:49
evrardjpI'll change the topic name10:50
evrardjpreno-rename10:50
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_glance master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564610:50
marcyb17I've been trying to ssl enable horizon to no avail.  Using OSAD install of newton/stable and have user-provided self-signed certs.  When I hit the dashboard URL I get  ERR_TOO_MANY_REIDRECTS.  I suspect it's haproxy/apache2 redirect issues but can't figure the out.  Any help will be greatly appreciated!10:55
marcyb17Wasn't sure if this is the proper channel or openstack-horizon, as it's an OSAD install.10:56
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_aodh master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564310:56
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_aodh master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564310:57
evrardjpmarcyb17: you're at the right place11:00
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_cinder master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564511:00
evrardjpmarcyb17: if you haven't configured anything special in your vars, newton should have the SSL by default.11:01
*** Jack_Iv has joined #openstack-ansible11:02
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_glance master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565211:03
*** tonytan4ever has quit IRC11:03
*** chhavi has joined #openstack-ansible11:04
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_gnocchi master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565311:04
*** Jack_Iv has quit IRC11:04
*** Jack_Iv has joined #openstack-ansible11:05
marcyb17it didn't lay down the sites-available/openstack-dashboard.conf file with 443.  So I added horizon_external_ssl: false, horizon_ssl_no_verify: true and the horizon_user_ssl_cert, key, ca_cert and signed_subject variables11:05
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_heat master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565411:06
*** shardy has quit IRC11:07
*** shardy has joined #openstack-ansible11:07
evrardjpmarcyb17: could you try without all of these vars?11:07
evrardjpyou can keep the signed_subject11:07
*** smatzek has joined #openstack-ansible11:07
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_ironic master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565511:07
*** thorst has joined #openstack-ansible11:08
evrardjpandymccr: more than halfway through!11:08
marcyb17evrardjp: I've tried without all the vars and it takes me to the login page and I'm able to log in using userid/password.  I need horizon to read x509 certs for authentication.11:08
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_keystone master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565711:09
*** shardy is now known as shardy_lunch11:09
evrardjpmarcyb17: not sure what you mean there11:09
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_neutron master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565811:09
evrardjpcan you reach your external vip endpoint on port 443 ?11:09
evrardjpthat's what I meant11:09
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_nova master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565911:10
marcyb17evrardjp: I want to log into the system using an x509 user certificate, rather than userid/password.  The userid will be extracted from the x509 DN.11:11
evrardjpok that's really different11:11
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_sahara master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45566011:12
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_swift master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45566111:12
evrardjpdone!11:13
evrardjpthanks andymccr :) https://review.openstack.org/#/q/topic:reno-rename11:13
*** thorst has quit IRC11:13
evrardjpnow we'll have to sha bump again :/11:13
openstackgerritAndy McCrae proposed openstack/openstack-ansible master: Role Pin for Pike OSA Milestone-1  https://review.openstack.org/45538711:13
andymccrevrardjp: we will anyway when i find out how to fix the nova bug11:14
andymccrso i think that's ok11:14
andymccralso the sha bmp wont really be needed since its just a reno change (which ive done in the integrated repo already)11:14
evrardjpnah but it's needed to pass before the 14 right?11:14
evrardjpelse we'll have trouble milestoning11:15
evrardjpif that's a word11:15
*** karimb has quit IRC11:15
evrardjpmarcyb17: what do you plan to do with the user id there? how do you map this into keystone credentials?11:16
marcyb17evrardjp: yes I can reach the external endpoint on 443 using telnet, it's just when I enter the address into the browser I get the redirect error11:16
marcyb17evrardjp: The user's DN will be the user's ID in keystone.  We've done it before in icehouse using customized middleware for authentication11:17
evrardjpI'm not aware of this kind of deploys, I guess it's gonna need work with horizon/keystone. Good project though11:17
andymccrevrardjp: nope not really - since the reno's in the repo are not related (we manually pull them across) - although they do need to change because when we try sha bump again for our roles it'll pull in the old ones if they haven't changed11:17
evrardjpyeah I understood that andymccr :)11:17
evrardjpnot sure if I expressed myself wrongly again.11:17
*** dixiaoli has quit IRC11:21
*** dixiaoli has joined #openstack-ansible11:21
evrardjpmarcyb17: for your issue, check the status on your LB, and then try directly on your backends. Have a look at the apache config too,.11:22
*** chhavi has quit IRC11:23
*** dixiaoli has quit IRC11:25
marcyb17evrardjp: thanks for your help11:26
evrardjpwell I can't really help you I've never done that :p11:26
evrardjpbut that's what I'd check first11:26
admin0os-monasca help :D11:28
*** mamitchl has quit IRC11:32
*** chhavi has joined #openstack-ansible11:32
*** mamitchl has joined #openstack-ansible11:37
*** retreved has joined #openstack-ansible11:37
*** acormier has joined #openstack-ansible11:43
*** acormier_ has joined #openstack-ansible11:44
*** karimb has joined #openstack-ansible11:45
*** thorst has joined #openstack-ansible11:47
*** acormier has quit IRC11:48
*** Jack_Iv has quit IRC11:49
*** Jack_Iv has joined #openstack-ansible11:49
*** Jack_Iv has quit IRC11:55
*** Jack_Iv has joined #openstack-ansible11:55
*** markvoelker has joined #openstack-ansible11:56
*** marcyb17 has quit IRC11:58
*** karimb has quit IRC12:01
*** SerenaFeng has joined #openstack-ansible12:01
*** acormier_ has quit IRC12:02
*** acormier has joined #openstack-ansible12:02
*** chyka has joined #openstack-ansible12:03
*** markvoelker has quit IRC12:03
*** cshen has joined #openstack-ansible12:04
*** chyka has quit IRC12:07
mgariepygood morning everyone12:09
*** shardy_lunch is now known as shardy12:10
*** vaishali has quit IRC12:12
*** basilAB has quit IRC12:14
*** gouthamr has joined #openstack-ansible12:15
*** shashank_t_ has joined #openstack-ansible12:17
*** basilAB has joined #openstack-ansible12:18
Adri2000hi12:18
*** vaishali has joined #openstack-ansible12:18
*** SerenaFeng has quit IRC12:19
Adri2000does "Failed to connect to the host via ssh: Permission denied (publickey)." error in the gate looks familiar to anyone? http://logs.openstack.org/96/455596/1/check/gate-openstack-ansible-os_designate-ansible-func-ubuntu-xenial/0aa96cd/console.html12:20
evrardjpdarn it12:21
evrardjpMy fault apparently?12:21
*** ianychoi has quit IRC12:21
evrardjpforgot that case.12:22
*** shashank_t_ has quit IRC12:22
evrardjpI will have lunch and put that into my todolist12:22
*** Jack_Iv has quit IRC12:24
evrardjpoh no, not my fault.12:26
*** ianychoi has joined #openstack-ansible12:26
*** Jack_Iv has joined #openstack-ansible12:26
*** vnogin_ has joined #openstack-ansible12:27
*** vnogin has quit IRC12:27
evrardjpAdri2000: The code where your issue appear is there: https://github.com/openstack/openstack-ansible-tests/blob/master/test-prepare-containers.yml#L32-L3812:28
evrardjpthe why is a good question.12:28
evrardjphttps://review.openstack.org/#/q/project:%255Eopenstack/openstack-ansible.*+status:merged12:28
evrardjphave fun!12:28
*** acormier has quit IRC12:30
*** Jack_Iv has quit IRC12:30
*** woodard has joined #openstack-ansible12:38
*** woodard has quit IRC12:38
*** woodard has joined #openstack-ansible12:39
mgariepymhayden, are you around ?12:41
* mhayden could be12:41
mgariepyyour cenots cluster is it using vxlan ?12:42
mgariepyCentos**12:42
*** Jack_Iv has joined #openstack-ansible12:42
mhaydenmgariepy: yeah, i have a few vxlan networks in there12:46
mgariepyi'm having some trouble with it and I don't get why12:47
Adri2000evrardjp: ahaha /o\12:51
mgariepyi'm not even able to create a vxlan network by hand, it's just no come up.12:52
*** hw_wutianwei has quit IRC12:53
mgariepyi'm wondering if there could be something weird with the switch12:53
*** vnogin has joined #openstack-ansible12:58
*** vnogin_ has quit IRC12:58
mhaydenmgariepy: that's possible -- i'm using systemd-networkd to manage my bridges12:58
mhaydenand vxlan seems to work12:59
mhaydeni put my vxlan traffic onto a vlan12:59
*** Jack_Iv has quit IRC13:00
*** Jack_Iv has joined #openstack-ansible13:00
*** esberglu has joined #openstack-ansible13:00
mgariepyi also have a vlan for the vxlan traffic13:01
*** chyka has joined #openstack-ansible13:03
*** tonytan4ever has joined #openstack-ansible13:04
mgariepymhayden, do you have a sample config for systemd-networkd ?13:07
*** chyka has quit IRC13:08
*** cathrich_ has joined #openstack-ansible13:09
*** aludwar1 has joined #openstack-ansible13:11
*** aludwar1 has quit IRC13:11
*** cathrichardson has quit IRC13:11
*** winggundamth has quit IRC13:12
mhaydenmgariepy: sure, hold on13:12
*** karimb has joined #openstack-ansible13:13
mhaydenmgariepy: https://gist.github.com/major/ad406705144bdbf0323c14565366fca313:14
mgariepythanks13:15
mhaydenmgariepy: refresh it -- added the physical nic config at the bottom13:15
*** Jack_Iv has quit IRC13:18
*** chhavi_ has joined #openstack-ansible13:19
*** chhavi has quit IRC13:22
*** Dinesh_Bhor has quit IRC13:22
*** Dinesh_Bhor has joined #openstack-ansible13:24
*** chhavi_ has quit IRC13:28
*** Jack_Iv has joined #openstack-ansible13:30
*** smatzek has quit IRC13:33
*** Jack_Iv has quit IRC13:35
*** Jack_Iv has joined #openstack-ansible13:36
*** udesale has quit IRC13:40
*** Jack_Iv has quit IRC13:44
*** Jack_Iv has joined #openstack-ansible13:45
*** Jack_Iv has quit IRC13:48
*** Jack_Iv has joined #openstack-ansible13:48
*** Jack_Iv has quit IRC13:50
*** Jack_Iv has joined #openstack-ansible13:51
*** Jack_Iv has quit IRC13:52
*** acormier has joined #openstack-ansible13:52
*** Jack_Iv has joined #openstack-ansible13:52
*** chhavi has joined #openstack-ansible13:53
*** BjoernT has joined #openstack-ansible13:53
*** cuongnv has joined #openstack-ansible13:54
*** Jack_Iv has quit IRC13:54
*** Jack_Iv has joined #openstack-ansible13:54
*** acormier has quit IRC13:55
andymccrok nova gate broken pending: https://review.openstack.org/#/c/455710/13:57
*** manheim has quit IRC13:58
*** femto has joined #openstack-ansible13:58
*** Jack_Iv has quit IRC13:58
*** manheim has joined #openstack-ansible13:59
*** Jack_Iv has joined #openstack-ansible14:01
*** smatzek has joined #openstack-ansible14:02
*** Jack_Iv has quit IRC14:04
*** manheim has quit IRC14:04
*** Jack_Iv has joined #openstack-ansible14:04
*** pbandark has quit IRC14:05
*** ianychoi has quit IRC14:05
*** ianychoi has joined #openstack-ansible14:06
*** cjloader_ has joined #openstack-ansible14:06
evrardjpgood catch andymccr!14:09
*** manheim has joined #openstack-ansible14:09
evrardjpand also good remarks from Eric Fried14:10
*** manheim has quit IRC14:12
*** markvoelker has joined #openstack-ansible14:12
*** markvoelker has quit IRC14:12
*** manheim has joined #openstack-ansible14:12
*** markvoelker has joined #openstack-ansible14:13
*** cloudy has joined #openstack-ansible14:16
*** cshen has quit IRC14:16
*** lucasxu has joined #openstack-ansible14:17
*** chris_hultin|AWA is now known as chris_hultin14:18
*** cshen has joined #openstack-ansible14:19
-openstackstatus- NOTICE: latest base images have mistakenly put python3 in some places expecting python2 causing widespread failure of docs patches - fixes are underway14:25
admin0https://twitter.com/hashtag/NewUnitedAirlinesMottos?src=tren :D14:27
*** chris_hultin is now known as chris_hultin|AWA14:27
*** lucasxu has quit IRC14:28
*** lucasxu has joined #openstack-ansible14:29
*** ZiLi0n has joined #openstack-ansible14:29
evrardjpdear cloudnull, mattt, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, Sam-I-Am, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, automagically,14:31
evrardjpspotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang, nishpatwa_, cathrichardson, drifterza :14:31
evrardjpthe osa bug triage will start in 1h30’. Please have a look at the bug list before starting: https://etherpad.openstack.org/p/osa-bugtriage14:31
evrardjpThank you14:31
ZiLi0nHello everyone, I would like to set always to false port_security. The reason is that it causes me more trouble that good with most of the deployments due to the anti spooping security it provides. is there a way to do it with openstack ansible?14:31
* mhayden wiggles14:31
* alextricity25 jiggles14:31
spotzThanks evrardjp14:31
evrardjpyw!14:33
asettledanke evrardjp :)14:34
evrardjpgraag gedaan!14:34
alextricity25ZiLi0n: You should be able to do that with the neutron override variable if it's a configuration within neutron.14:34
evrardjpalextricity25: ZiLi0n maybe override the extensions_drivers for ml214:36
evrardjpso yes a config_template override should do the trick14:36
evrardjpI'm not sure if it's a good idea 'though :p14:36
openstackgerritchen.xing proposed openstack/openstack-ansible-os_keystone master: Fix the incorrect configuration option  https://review.openstack.org/45573314:36
alextricity25ZiLi0n: perhaps this will help: https://docs.openstack.org/project-deploy-guide/openstack-ansible/ocata/app-advanced-config-override.html#overriding-conf-files14:37
ZiLi0nalextricity25 evrardjp thanks very much! I am going to have a look at that14:38
*** lucasxu has quit IRC14:38
*** japestinho has quit IRC14:40
*** lucasxu has joined #openstack-ansible14:44
mgariepyfunny .. http://paste.openstack.org/show/606172/14:44
-openstackstatus- NOTICE: we have rolled back centos-7, fedora-25 and ubuntu-xenial images to the previous days release. Feel free to recheck your jobs now.14:46
*** chhavi has quit IRC14:46
spotzwoohoo!14:47
mhaydenlike a walmart rollback14:47
mhaydenwoot14:47
cloudnullmornings.14:47
spotzHola cloudnull and mhayden14:48
mhaydenhowdy14:48
*** ianychoi has quit IRC14:48
cloudnullo/14:49
*** askb has quit IRC14:51
*** chyka has joined #openstack-ansible14:51
*** ianychoi has joined #openstack-ansible14:52
*** lucasxu has quit IRC14:54
evrardjplol14:54
evrardjphelo mhayden cloudnull mgariepy14:55
*** lucasxu has joined #openstack-ansible14:55
spotzhrmphs14:55
evrardjpwhat's funny mgariepy?14:55
mgariepylook at the md5 ;)14:55
evrardjphrmphs?14:55
evrardjphaha14:55
spotzI'm all left out14:55
*** marst has quit IRC14:56
*** chyka has quit IRC14:56
evrardjpyou already had your hello :)14:56
evrardjpor I thought I told you!14:56
*** craigs has joined #openstack-ansible15:00
evrardjpif not I'm sorry15:00
spotz:)15:03
*** marst has joined #openstack-ansible15:07
*** kong has quit IRC15:09
*** cNilesh has joined #openstack-ansible15:12
*** cNilesh has quit IRC15:17
*** Jack_Iv has quit IRC15:17
*** cuongnv has quit IRC15:20
*** Jack_Iv has joined #openstack-ansible15:21
*** manheim has quit IRC15:22
*** cjloader_ has quit IRC15:25
*** lucasxu has quit IRC15:26
openstackgerritMerged openstack/openstack-ansible-os_keystone master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565715:30
andymccrimage issues resolved so the reno patches should start merging now15:30
openstackgerritMerged openstack/openstack-ansible-os_glance master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564615:33
mhaydenneed one more core on some doc updates for monitorstack: https://review.openstack.org/#/c/454307/15:33
openstackgerritMerged openstack/openstack-ansible-os_aodh master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564315:34
openstackgerritMerged openstack/openstack-ansible-os_glance master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565215:34
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564515:34
openstackgerritMerged openstack/openstack-ansible-os_ironic master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565515:35
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45564415:35
openstackgerritMerged openstack/openstack-ansible-os_nova master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565915:35
openstackgerritMerged openstack/openstack-ansible-os_heat master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565415:35
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565315:36
openstackgerritMerged openstack/openstack-ansible-os_neutron master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45565815:36
openstackgerritMerged openstack/openstack-ansible-os_sahara master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45566015:36
openstackgerritMerged openstack/openstack-ansible-os_swift master: Rename reno to avoid conflict on integrated repo  https://review.openstack.org/45566115:36
*** Jack_Iv has quit IRC15:37
*** Jack_Iv has joined #openstack-ansible15:40
*** Jack_Iv has quit IRC15:40
*** cmart has joined #openstack-ansible15:41
*** Jack_Iv has joined #openstack-ansible15:41
*** piliman974 has joined #openstack-ansible15:42
*** chyka has joined #openstack-ansible15:42
openstackgerritchen.xing proposed openstack/openstack-ansible-os_horizon stable/ocata: Fix the dead link  https://review.openstack.org/45575915:45
*** Jack_Iv has quit IRC15:48
*** Jack_Iv has joined #openstack-ansible15:51
lbragstadhola folks! re: keystone's policy-in-code discussion a couple weeks back https://blueprints.launchpad.net/keystone/+spec/policy-in-code15:52
lbragstadwe've merged all the needful bits - so if there is anything y'all need help with in leveraging any of that work, feel free to come find me15:53
spotzThanks lbragstad15:53
andymccrlbragstad: is the tl;dr that policy.json can now be empty and isn't required?15:55
lbragstadandymccr yep - we've moved all the default policies from policy.json into code15:55
*** woodard has quit IRC15:56
andymccrlbragstad: excellente! thanks will add a to-do card for that15:56
lbragstadso if there is anything osa does that takes an opinionated stance on as far as policy goes, those will need to be maintained still15:56
lbragstadbut all the duplicated ones can be removed15:56
*** chhavi has joined #openstack-ansible15:59
*** chhavi_ has joined #openstack-ansible15:59
openstackgerritchen.xing proposed openstack/openstack-ansible-os_horizon master: Fix the dead link  https://review.openstack.org/45576316:00
*** karimb has quit IRC16:01
evrardjpsorry to interrupt your conversation guys16:01
openstackgerritchen.xing proposed openstack/openstack-ansible-os_horizon master: Fix the dead link  https://review.openstack.org/45576316:01
evrardjpbut it's that time of the week.16:01
evrardjpBug triage cloudnull, mattt, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, Sam-I-Am, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, automagically,16:01
evrardjpspotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang, nishpatwa_, cathrichardson, drifterza16:01
evrardjpHere is our bug list for today https://etherpad.openstack.org/p/osa-bugtriage16:01
*** Jack_Iv has quit IRC16:01
evrardjp#startmeeting openstack_ansible_meeting16:01
openstackMeeting started Tue Apr 11 16:01:47 2017 UTC and is due to finish in 60 minutes.  The chair is evrardjp. Information about MeetBot at http://wiki.debian.org/MeetBot.16:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:01
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:01
andymccrwoo bug triage :D16:01
* lbragstad lingers 16:02
asettle\o/16:02
asettlelbragstad: it's too fun to leave16:02
*** Jack_Iv has joined #openstack-ansible16:02
lbragstadmuch fun #amaze16:02
asettlelbragstad: just wait until evrardjp and andymccr get started16:02
asettleIt's a rollercoaster16:02
andymccrlbragstad: we don't have any opinionated things i think - we would carry an empty template that can be "template config'd)16:02
lbragstadandymccr ++16:02
* lbragstad grabs some popcorn16:02
evrardjp#topic Review of last week action points16:03
evrardjpwell.16:03
*** Jack_Iv has quit IRC16:03
evrardjpI'm sad to say I didn't do my work properly16:03
evrardjp#action evrardjp review https://bugs.launchpad.net/openstack-ansible/+bug/167816516:03
openstackLaunchpad bug 1678165 in openstack-ansible "dynamic_inventory.py container_mtu bug" [Undecided,New]16:03
*** chhavi has quit IRC16:03
andymccryou should've been here in the beginning weeks of the cycle because that was a rollercoaster - but now its manageable :P16:03
evrardjpNo other action points16:03
evrardjp#topic this week triage \o/16:04
evrardjpso our first for today is:16:04
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/168174216:04
openstackLaunchpad bug 1681742 in openstack-ansible "Securing services with SSL certificates link broken" [Undecided,In progress] - Assigned to Chason (chen-xing)16:04
evrardjpthat was easy.16:04
evrardjpwe just have to review what was done 3 minutes ago!16:05
evrardjpnext16:05
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/168171416:05
openstackLaunchpad bug 1681714 in openstack-ansible " Ceph cluster’s performance are not monitored by Telegraf" [Undecided,New] - Assigned to Bertrand Lallau (bertrand-lallau)16:05
evrardjpconfirmed wishlist ?16:05
andymccryeah16:05
andymccragreed16:05
spotzyeah16:05
evrardjpnext16:06
andymccralso looks like Bertrand is taking care of it which is awesome :)16:06
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/168169516:06
openstackLaunchpad bug 1681695 in openstack-ansible "Incorrect keystone with multiple memcache configuration" [Undecided,New] - Assigned to Jean-Philippe Evrard (jean-philippe-evrard)16:06
evrardjpwhat??? I was assigned this?16:06
evrardjpk16:06
spotzhehehe, enjoy?:)16:06
evrardjplet's see how this one goes.16:06
*** Jack_Iv has joined #openstack-ansible16:06
andymccrevrardjp: its cos you wrote a patch :)16:07
evrardjpI'm not sure if my fix gonna fix everything, so let's see with expert keystone advice16:07
andymccrso far so good on bug triage!16:07
evrardjpyeah.16:07
*** ianychoi has quit IRC16:07
evrardjpbut it's related16:07
evrardjpnot fixed16:07
*** Jack_Iv has quit IRC16:07
andymccrdamnit! fix it properly :P16:07
evrardjphaha16:07
evrardjplet's move on we'll see later if that needs a change of status16:07
evrardjpnext16:08
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/168137216:08
openstackLaunchpad bug 1681372 in openstack-ansible "Having a pre installed Ansible in a different location causes AIO issues." [Undecided,New]16:08
andymccrahh yeah this is kinda interesting16:08
evrardjpagreed.16:09
stevellemedium or high?16:09
evrardjpI think we should let ppl use their own ansible16:09
andymccragreed16:09
andymccralthough im wondering if we shouldn't deploy our ansible in a venv?16:09
evrardjpI'd be enclined to make it medium at minimum16:09
andymccrwe create a binary anyway?16:09
openstackgerritchen.xing proposed openstack/openstack-ansible-os_keystone master: Fix the dead link  https://review.openstack.org/45576616:09
evrardjpwell the question is do we need to andymccr?16:10
*** Jack_Iv has joined #openstack-ansible16:10
evrardjpwe could leave the responsibility to the deployer if he doesn't want to use bootstrap_ansible16:10
andymccrevrardjp: well that way we can allow you to use whatever versions of whatever you want.16:10
andymccragreed - but perhaps if you want to use the bootstrap (and know it'll work) we can support it in a venv16:10
*** manheim has joined #openstack-ansible16:10
*** weezS has joined #openstack-ansible16:11
andymccri think hughsaunders came across a slightly similar but unrelated issue around the versioning of pip packages we install which also wouldn't have happened if we used a venv16:11
evrardjpoh you mean adding a new feature of "bring your own ansible" and we just link to it, as we do now?16:11
stevellehaven't we tried ansible in venv and found it didn't behave nicely?16:11
evrardjpand then continue as we do (the roles etc)16:11
evrardjpstevelle: I think it's in a venv now :p16:12
andymccrstevelle: not sure - im mostly just theorizing.16:12
andymccrevrardjp: i dont think it is in integrated build16:12
evrardjpok16:12
andymccrin role builds it is though since tox runs environments :P16:12
*** ianychoi has joined #openstack-ansible16:12
*** cjloader_ has joined #openstack-ansible16:12
evrardjpI thought it was in /opt/ansible-runtine16:12
evrardjpruntime*16:12
evrardjpanyway16:13
evrardjpThe question is16:13
andymccrthe key issue, imo, is that you (as a deployer) could have any sort of tools that have package version issues with our deploy - and since its not in a venv that would cause problems16:13
*** Jack_Iv has quit IRC16:13
evrardjphow do we prioritize this16:13
andymccrhmm16:13
evrardjpis that a new feature we want, or do we think we should always have this16:13
andymccrcloudnull: ^ thoughts if you're about?16:13
*** Jack_Iv has joined #openstack-ansible16:13
evrardjpIMO it's a bug, and everyone should be able to use its own ansible. But not using bootstrap_ansible then. So the bug only becomes a docs bug.16:14
*** Jack_Iv has quit IRC16:14
evrardjpWhich changes the impact.16:14
spotzWhich means me!16:14
evrardjp:)16:14
*** ggillies has quit IRC16:15
spotzAnd clear comments on the bug as to what we need to fix:)16:15
*** manheim has quit IRC16:15
andymccrevrardjp: hmm - i guess you could say it that way. an alternative fix is to only link the binaries we know exist, e.g. which ansible-playbook and then link from inside that dir rather than the ansible-runtime/bin16:15
evrardjpyes, in the script we have a  || ansible-playbook we could maybe remove16:15
evrardjpso confirmed medium + docs?16:16
andymccrevrardjp: yeah lets say that16:16
stevellewhy can't they use bootstrap_ansible though16:16
openstackgerritchen.xing proposed openstack/openstack-ansible master: Fix the dead link  https://review.openstack.org/45577116:16
stevelleour wrapper turns out to be pretty helpful16:16
evrardjpstevelle: IMO if the deployer wants to have its own ansible, we should consider (s)he skips the ansible building16:17
evrardjpthe deployer should be smart enough to install roles, and load variables.16:17
*** ggillies has joined #openstack-ansible16:17
*** Jack_Iv has joined #openstack-ansible16:17
stevellethat breaks every bit of doc we have, which assumes the wrapper16:17
evrardjpwell that's my opinion :p16:17
stevelleit's a high hurdle16:18
evrardjpit's just a question of documenting that if you're not using bootstrap ansible (and using your own), you can't use the wrapper and the nice tooling we've made16:18
andymccrso can we not just rewrite that code to check where ansible-playbook binary exists and not just link with an assumption16:18
evrardjpbut I already see issues coming with older ansible versions that are breaking things because we just "re-use" the old ansible binary16:19
andymccri still quite like the idea of having it in a venv since it means we can have our own requirements and the deployer can use whatever requirements/packages they want outisde of that binary - but im not sure how possible that is :)16:19
evrardjpbinaries*16:19
evrardjpI don't think that will be that hard16:19
andymccrevrardjp: i think thats the benefit of the bootstrap process - we can ensure you are using a tested/up to date version that works with our plays16:19
evrardjpmaybe we should build a test there16:19
evrardjphaha.16:19
andymccryeah16:19
evrardjpgood thought ;)16:19
openstackgerritchen.xing proposed openstack/openstack-ansible master: Fix the dead link  https://review.openstack.org/45577116:20
andymccrstevelle may be right though around the ansible version stuff16:20
evrardjpthere is probably something in the meta that could be used if you see what I mean :D16:20
*** udesale has joined #openstack-ansible16:20
stevellewe can add an ansible version check to the bootstrap, for existing packages pretty easily16:20
openstackgerritAmy Marrich (spotz) proposed openstack/openstack-ansible master: [DOCS] Fix the dead link  https://review.openstack.org/45577116:21
evrardjpI think we all agree there16:21
evrardjplet's continue then!16:22
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/168094816:22
openstackLaunchpad bug 1680948 in openstack-ansible "cannot see status of mysql cluster with -h localhost on centos" [Undecided,New]16:22
andymccrim sure this is a centos issue - we had problems when we first added centos support because localhost didnt work on mysql where 127.0.0.1 did16:22
evrardjpprobably a my.cnf change?16:22
evrardjpI don't know16:22
evrardjpmgariepy: are you there?16:23
andymccri think -h 127.0.0.1 works16:24
*** tonytan4ever has quit IRC16:24
evrardjpIs this someone you did directly (inspired by our docs), or just because you needed it? In the former could you point to docs, in the latter did you try 127.0.0.1 ?16:24
*** tonytan4ever has joined #openstack-ansible16:24
evrardjplet's continue before confirming the source of the issue16:24
andymccrok cool16:24
evrardjplet's continue*16:24
evrardjpwe'll see when he'll be back :)16:25
evrardjpnext16:25
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/168023316:25
openstackLaunchpad bug 1680233 in openstack-ansible "re-running os-glance with NFS mount breaks" [Undecided,New]16:25
andymccri put  a comment in there16:25
andymccr(the centos mysql one)16:25
openstackgerritAmy Marrich (spotz) proposed openstack/openstack-ansible-os_horizon master: [DOCS] Fix the dead link  https://review.openstack.org/45576316:26
evrardjpandymccr: thanks.16:26
*** cloudy has quit IRC16:27
andymccrthat sounds real and i'd say high16:27
evrardjpAgreed.16:28
evrardjpdo you have cycles for it?16:28
*** piliman974 has quit IRC16:28
*** tonytan4ever has quit IRC16:28
andymccrevrardjp: yeah i'll take it16:28
*** woodard has joined #openstack-ansible16:28
*** woodard has quit IRC16:28
evrardjpcool thanks16:28
evrardjpnext16:28
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/168007516:28
openstackLaunchpad bug 1680075 in openstack-ansible "keystone fails with haproxy in maint mode" [Undecided,New]16:28
*** tonytan4ever has joined #openstack-ansible16:28
evrardjplogan-: ?16:29
*** woodard has joined #openstack-ansible16:29
logan-looking16:29
evrardjpit could be useful for you I think :)16:29
*** pcaruana has quit IRC16:29
*** Jack_Iv has quit IRC16:30
logan-oh you know what16:30
logan-I need to wrap up https://review.openstack.org/#/c/438224/16:30
logan-ill do that asa16:30
logan-asap*16:30
evrardjphaha great!16:30
evrardjpdon't forget to tag the bug there :)16:30
logan-yep will do16:30
logan-can you assign the bug to me please16:30
evrardjpthanks!16:30
evrardjpsure16:31
evrardjplast one was the one of last week16:31
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/167816516:31
openstackLaunchpad bug 1678165 in openstack-ansible "dynamic_inventory.py container_mtu bug" [Undecided,New]16:31
evrardjpI didn't got the chance to triage this16:31
andymccrhmm16:32
evrardjpdid someone got the chance to do it?16:32
evrardjpI added it again to my action points for next week.16:32
evrardjpI think Nolan is on holiday16:32
evrardjpcloudnull: opinion ?16:33
cloudnullconfirmed16:33
*** Jack_Iv has joined #openstack-ansible16:33
evrardjpk16:33
cloudnullif that option is set when the inventory is first created it works16:33
cloudnullotherwise it does not16:34
cloudnulland requires the deployer to go in and manually set it16:34
cloudnullI worked with BjoernT on that16:34
evrardjpok16:34
*** Jack_Iv has quit IRC16:34
evrardjpimportance?16:34
evrardjpIs there a fix somewhere?16:34
*** woodard has quit IRC16:34
openstackgerritAndy McCrae proposed openstack/openstack-ansible-os_glance master: Default to "omit" mode from directory creation  https://review.openstack.org/45577616:34
BjoernTprobably prio216:35
evrardjp(or in the work)16:35
*** woodard has joined #openstack-ansible16:35
*** galstrom_zzz is now known as galstrom16:35
evrardjpBjoernT: haha :)16:35
BjoernTlol16:35
BjoernTyeah I was wondering what else is broken...16:35
evrardjpit sounds serious because of expactations16:35
evrardjp-a16:35
evrardjpyeah16:35
*** markus_z has quit IRC16:36
mgariepyandymccr, i'll take care of https://bugs.launchpad.net/openstack-ansible/+bug/1680948 when I have 2 minutes.16:36
openstackLaunchpad bug 1680948 in openstack-ansible "cannot see status of mysql cluster with -h localhost on centos" [Undecided,New] - Assigned to Marc Gariépy (mgariepy)16:36
evrardjpI'd rather say high16:36
andymccrok cool thanks mgariepy :)16:36
evrardjpthanks mgariepy!16:36
mgariepysmall doc update :)16:36
evrardjpahah I knew it! :p16:36
evrardjpanyway, for the last bug?16:36
spotzooh ohh docs to me!!!!16:36
evrardjpHas someone cycles to work on this?16:37
*** Jack_Iv has joined #openstack-ansible16:37
evrardjpThat's gonna be a fun one and important ones16:37
evrardjpcloudnull: you are already familiar with it?16:37
*** Jack_Iv has quit IRC16:37
evrardjps/ones/one/16:37
cloudnullon what ?16:37
evrardjpon https://bugs.launchpad.net/openstack-ansible/+bug/167816516:38
openstackLaunchpad bug 1678165 in openstack-ansible "dynamic_inventory.py container_mtu bug" [High,Confirmed]16:38
evrardjpafter that we can close the bug triage16:38
evrardjpfor today16:38
*** Jack_Iv has joined #openstack-ansible16:38
evrardjpOk I'll stop pushing :)16:38
evrardjpThat's all for today16:39
evrardjpThanks everyone!16:39
evrardjp#endmeeting16:39
openstackMeeting ended Tue Apr 11 16:39:19 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:39
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-04-11-16.01.html16:39
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-04-11-16.01.txt16:39
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-04-11-16.01.log.html16:39
cloudnullo/16:39
spotzwoot16:39
spotzBut seriously any doc thingies just assign over if I miss the meeting or whatever16:39
*** udesale has quit IRC16:40
andymccrexcellente thanks spotz :)16:40
evrardjpthat's cool to hear :)16:40
*** Jack_Iv has quit IRC16:43
spotzjust put good notes in!16:44
*** gouthamr has quit IRC16:47
*** weezS has quit IRC16:49
*** winggundamth has joined #openstack-ansible16:53
*** karimb has joined #openstack-ansible16:55
*** Jack_Iv has joined #openstack-ansible17:00
*** mgagne has joined #openstack-ansible17:00
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: Use checksum option when downloading RabbitMQ  https://review.openstack.org/45556417:00
*** femto has quit IRC17:01
*** Jack_Iv has quit IRC17:02
*** tonytan4ever has quit IRC17:02
*** tonytan4ever has joined #openstack-ansible17:02
*** chhavi_ has quit IRC17:03
*** hybridpollo has joined #openstack-ansible17:08
*** Jack_Iv has joined #openstack-ansible17:08
*** hybridpollo has quit IRC17:08
*** hybridpollo has joined #openstack-ansible17:08
*** Jack_Iv has quit IRC17:09
*** gouthamr has joined #openstack-ansible17:10
*** hybridpollo has quit IRC17:15
*** hybridpollo has joined #openstack-ansible17:16
*** hybridpollo has quit IRC17:17
*** hybridpollo has joined #openstack-ansible17:18
*** piliman974 has joined #openstack-ansible17:19
*** electrofelix has quit IRC17:21
*** MasterOfBugs has joined #openstack-ansible17:41
*** pramodrj07 has joined #openstack-ansible17:41
*** vnogin has quit IRC17:49
*** weezS has joined #openstack-ansible17:50
openstackgerritMarc Gariépy proposed openstack/openstack-ansible master: [DOC] use 127.0.0.1 for mysql connection  https://review.openstack.org/45579217:50
openstackgerritMarc Gariépy proposed openstack/openstack-ansible master: [DOC] use 127.0.0.1 for mysql connection  https://review.openstack.org/45579217:50
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-haproxy_server master: Improve role idempotency  https://review.openstack.org/45579317:51
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-haproxy_server master: Improve role idempotency  https://review.openstack.org/45579317:55
*** poopcat has joined #openstack-ansible17:58
*** lostRhino has joined #openstack-ansible17:59
*** galstrom is now known as galstrom_zzz18:04
*** galstrom_zzz is now known as galstrom18:04
*** albertcard1 has joined #openstack-ansible18:05
*** karimb has quit IRC18:06
*** poopcat has quit IRC18:06
*** albertcard1 is now known as poopcat18:09
lostRhinoAfter running a build - at the end of the build I get the following error - https://pastebin.com/rirs6C4B   - what makes very little sense is that it references Ironic… we’re not even using ironic - so how does Ironic get into the build …any help would be great18:13
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-haproxy_server master: Improve role idempotency  https://review.openstack.org/45579318:14
*** cathrich_ is now known as cathrichardson18:15
*** galstrom is now known as galstrom_zzz18:21
*** MasterOfBugs has quit IRC18:21
*** pramodrj07 has quit IRC18:21
*** galstrom_zzz is now known as galstrom18:22
*** cathrichardson has quit IRC18:24
*** lucasxu has joined #openstack-ansible18:25
*** Jack_Iv has joined #openstack-ansible18:26
*** cathrichardson has joined #openstack-ansible18:28
*** mgagne_ has joined #openstack-ansible18:35
*** mgagne_ is now known as Guest8931718:35
*** stuartgr has quit IRC18:38
*** piliman974 has quit IRC18:41
*** Guest89317 has quit IRC18:46
*** Guest56698 is now known as Vivek18:47
*** Vivek has joined #openstack-ansible18:48
*** hybridpollo has quit IRC18:48
*** hybridpollo has joined #openstack-ansible18:48
*** shashank_t_ has joined #openstack-ansible18:48
*** shashank_t_ has quit IRC18:49
*** vnogin has joined #openstack-ansible18:49
*** vnogin has quit IRC18:53
*** marst has quit IRC18:59
*** sanfern has quit IRC19:00
*** sanfern has joined #openstack-ansible19:00
*** karimb has joined #openstack-ansible19:00
*** sanfern has quit IRC19:00
openstackgerritMerged openstack/openstack-ansible master: [docs] Add backup information to the OSA Ops Guide  https://review.openstack.org/45398419:03
*** vnogin has joined #openstack-ansible19:06
*** lucasxu has quit IRC19:08
*** lucasxu has joined #openstack-ansible19:11
*** Jack_Iv has quit IRC19:12
*** lostRhino has left #openstack-ansible19:13
*** Jack_Iv has joined #openstack-ansible19:13
*** acormier has joined #openstack-ansible19:14
*** acormier has quit IRC19:16
*** acormier has joined #openstack-ansible19:18
*** mgagne_ has joined #openstack-ansible19:18
*** mgagne_ is now known as Guest436619:19
*** mgagne has quit IRC19:24
*** Guest4366 is now known as mgagne19:25
*** mgagne has quit IRC19:25
*** mgagne has joined #openstack-ansible19:25
*** acormier has quit IRC19:25
*** cmart has quit IRC19:28
*** cmart has joined #openstack-ansible19:29
*** winggundamth has quit IRC19:29
*** galstrom is now known as galstrom_zzz19:33
*** ianychoi has quit IRC19:34
*** ianychoi has joined #openstack-ansible19:35
*** pramodrj07 has joined #openstack-ansible19:36
*** MasterOfBugs has joined #openstack-ansible19:36
*** manheim_ has joined #openstack-ansible19:49
*** shardy has quit IRC19:50
*** galstrom_zzz is now known as galstrom19:51
*** manheim_ has quit IRC19:53
*** smatzek has quit IRC19:53
*** markvoelker has quit IRC19:56
openstackgerritAdam Reznechek proposed openstack/openstack-ansible-os_nova master: Remove pypowervm module linking  https://review.openstack.org/45535020:02
*** Jack_Iv has quit IRC20:08
*** Jack_Iv has joined #openstack-ansible20:08
*** Jack_Iv has quit IRC20:08
*** Jack_Iv has joined #openstack-ansible20:08
*** Jack_Iv has quit IRC20:09
*** Jack_Iv has joined #openstack-ansible20:10
*** Jack_Iv has quit IRC20:14
*** sdake has joined #openstack-ansible20:24
*** sdake has quit IRC20:24
*** sdake has joined #openstack-ansible20:24
*** lucasxu has quit IRC20:27
*** gouthamr has quit IRC20:28
openstackgerritMajor Hayden proposed openstack/monitorstack master: Add conntrack plugin for monitorstack  https://review.openstack.org/45581920:29
mhaydencloudnull: ^^20:29
*** lucasxu has joined #openstack-ansible20:30
*** retreved has quit IRC20:33
*** lucasxu has quit IRC20:34
*** lucasxu has joined #openstack-ansible20:35
*** karimb has quit IRC20:45
*** dmellado has quit IRC20:48
*** acormier has joined #openstack-ansible20:50
*** acormier_ has joined #openstack-ansible20:51
*** acormier_ has quit IRC20:54
*** acormier has quit IRC20:54
*** karimb has joined #openstack-ansible21:05
*** woodard_ has joined #openstack-ansible21:05
*** thorst has quit IRC21:07
*** woodard has quit IRC21:09
*** woodard_ has quit IRC21:09
*** lucasxu has quit IRC21:12
*** gouthamr has joined #openstack-ansible21:13
*** lucasxu has joined #openstack-ansible21:16
*** esberglu has quit IRC21:19
*** esberglu has joined #openstack-ansible21:20
*** acormier has joined #openstack-ansible21:23
*** jwitko_ has joined #openstack-ansible21:23
*** esberglu has quit IRC21:24
*** vcn[m] has quit IRC21:30
*** thorst has joined #openstack-ansible21:30
*** kong has joined #openstack-ansible21:30
*** ZiLi0n has quit IRC21:33
openstackgerritMerged openstack/openstack-ansible-os_horizon master: [DOCS] Fix the dead link  https://review.openstack.org/45576321:33
*** jwitko_ has quit IRC21:34
*** thorst has quit IRC21:34
*** esberglu has joined #openstack-ansible21:35
openstackgerritMerged openstack/openstack-ansible master: [DOC] use 127.0.0.1 for mysql connection  https://review.openstack.org/45579221:37
openstackgerritMerged openstack/openstack-ansible master: [DOCS] Fix the dead link  https://review.openstack.org/45577121:39
*** acormier has quit IRC21:45
*** cjloade__ has joined #openstack-ansible21:45
*** cjloade__ has quit IRC21:45
*** cjloader_ has quit IRC21:49
*** esberglu has quit IRC21:53
*** lucasxu has quit IRC21:58
*** manheim has joined #openstack-ansible22:01
*** askb has joined #openstack-ansible22:12
*** dgonzalez has quit IRC22:24
*** shashank_t_ has joined #openstack-ansible22:26
*** dgonzalez has joined #openstack-ansible22:28
*** acormier has joined #openstack-ansible22:38
*** dixiaoli has joined #openstack-ansible22:43
*** manheim has quit IRC22:48
*** chris_hultin|AWA is now known as chris_hultin22:50
*** chris_hultin is now known as chris_hultin|AWA22:55
*** chyka has quit IRC23:05
*** chyka has joined #openstack-ansible23:05
*** BjoernT has quit IRC23:08
*** thorst has joined #openstack-ansible23:20
*** thorst has quit IRC23:23
*** acormier has quit IRC23:27
*** chyka has quit IRC23:30
*** dixiaoli has quit IRC23:36
openstackgerritJimmy McCrory proposed openstack/openstack-ansible-openstack_hosts master: Refactor host specific kernel module tasks  https://review.openstack.org/45585123:37
*** vnogin has quit IRC23:38
*** jamielennox is now known as jamielennox|away23:48
*** woodard has joined #openstack-ansible23:51
*** jamielennox|away is now known as jamielennox23:51
*** thorst has joined #openstack-ansible23:53
*** japestinho has joined #openstack-ansible23:54

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