*** May-meimei has joined #openstack-ansible | 00:09 | |
*** chris_hultin is now known as chris_hultin|AWA | 00:13 | |
*** manheim has joined #openstack-ansible | 00:13 | |
*** weezS has quit IRC | 00:16 | |
*** manheim has quit IRC | 00:18 | |
*** acormier has joined #openstack-ansible | 00:18 | |
*** MasterOfBugs has quit IRC | 00:22 | |
*** pramodrj07 has quit IRC | 00:23 | |
*** deadnull has joined #openstack-ansible | 00:24 | |
*** jmckind has joined #openstack-ansible | 00:29 | |
*** jmckind has left #openstack-ansible | 00:29 | |
*** piliman984 has quit IRC | 00:35 | |
*** ZiLi0n has joined #openstack-ansible | 00:37 | |
ZiLi0n | Hello 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 IRC | 00:42 | |
*** acormier has quit IRC | 00:50 | |
*** acormier has joined #openstack-ansible | 00:55 | |
*** acormier has quit IRC | 00:55 | |
*** acormier has joined #openstack-ansible | 00:55 | |
*** cuongnv has joined #openstack-ansible | 00:57 | |
*** cNilesh has joined #openstack-ansible | 01:02 | |
*** cNilesh has quit IRC | 01:03 | |
*** SerenaFeng has joined #openstack-ansible | 01:03 | |
*** cNilesh has joined #openstack-ansible | 01:03 | |
*** cmart has quit IRC | 01:05 | |
*** vnogin has quit IRC | 01:10 | |
*** Mahe has quit IRC | 01:13 | |
*** Mahe has joined #openstack-ansible | 01:14 | |
*** tonytan4ever has joined #openstack-ansible | 01:18 | |
*** acormier has quit IRC | 01:20 | |
*** acormier has joined #openstack-ansible | 01:21 | |
cloudnull | ZiLi0n: yes it is | 01:25 |
cloudnull | just make a cinder-volume vg | 01:25 |
*** acormier has quit IRC | 01:26 | |
cloudnull | and when you setup the openstack_user_config set the hostname and ip to whatever the storage node is | 01:26 |
ZiLi0n | thanks very much clodnull. do I need to fill this out? iscsi_ip_address: "{{ storage_address }}" | 01:27 |
ZiLi0n | cloudnull | 01:28 |
*** thorst has quit IRC | 01:30 | |
*** thorst has joined #openstack-ansible | 01:30 | |
*** cathrichardson has quit IRC | 01:31 | |
*** cathrichardson has joined #openstack-ansible | 01:31 | |
*** thorst has quit IRC | 01:34 | |
*** NikhilS has joined #openstack-ansible | 01:35 | |
cloudnull | ZiLi0n: yes. that address will be an address that is on your infra node. | 01:39 |
cloudnull | you can just replace the variable "storage_address" with the static address. | 01:39 |
cloudnull | something like iscsi_ip_address: "10.0.0.100" | 01:39 |
ZiLi0n | cloudnull is that the address of one of the bridges of the controller? which bridge if so? | 01:40 |
cloudnull | if you have an actual storage network use whatever that address is, | 01:40 |
cloudnull | br-storage | 01:40 |
cloudnull | that's assuming you have an actual stoage network | 01:40 |
cloudnull | if you don't you could use anything els.e | 01:41 |
cloudnull | like br-mgmt | 01:41 |
ZiLi0n | ok, that makes sense. I will put the br-storage | 01:41 |
ZiLi0n | I 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 anymore | 01:42 |
ZiLi0n | is 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 |
ZiLi0n | I 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 linux | 01:44 |
ZiLi0n | oh, it works now! haha it just took a little bit to come up :) | 01:45 |
*** dixiaoli has joined #openstack-ansible | 01:54 | |
*** dixiaoli has quit IRC | 01:58 | |
*** esberglu has joined #openstack-ansible | 01:58 | |
*** dixiaoli has joined #openstack-ansible | 02:02 | |
*** esberglu has quit IRC | 02:03 | |
*** shashank_t_ has joined #openstack-ansible | 02:11 | |
ZiLi0n | hello 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 |
ZiLi0n | I am trying to ssh to the containers as roo | 02:19 |
ZiLi0n | root | 02:19 |
*** japestinho has joined #openstack-ansible | 02:20 | |
*** shashank_t_ has quit IRC | 02:25 | |
*** shashank_t_ has joined #openstack-ansible | 02:25 | |
*** shashank_t_ has quit IRC | 02:29 | |
*** thorst has joined #openstack-ansible | 02:31 | |
cloudnull | ZiLi0n: sweet! | 02:33 |
cloudnull | sorry, afk dealing with a phone that took a bath in a pond. | 02:33 |
ZiLi0n | cloudnull, ok thanks!. I need to find out how to ssh into the cinder containers to have a look at the logs | 02:45 |
cloudnull | you can lxc-attach -n $CONTAINER_NAME | 02:46 |
cloudnull | cinder volume will be running on the physical host. | 02:46 |
cloudnull | so the logs are in /var/log/cinder/*.log | 02:46 |
cloudnull | if this is on xenial, you should be able to do `systemctl status cinder` for some basic metrics and reporting | 02:47 |
*** thorst has quit IRC | 02:51 | |
*** dixiaoli has quit IRC | 03:00 | |
*** dixiaoli has joined #openstack-ansible | 03:01 | |
*** vnogin has joined #openstack-ansible | 03:11 | |
*** chyka has quit IRC | 03:14 | |
*** vnogin has quit IRC | 03:16 | |
ZiLi0n | cloudnull 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 up | 03:18 |
cloudnull | ZiLi0n: check the /etc/lvm/lvm.conf file there may be a filter blocking your specific loop device | 03:20 |
cloudnull | if it doesn't show up with vgscan that is | 03:20 |
cloudnull | pvscan too. | 03:20 |
ZiLi0n | oh I see, yes, it is indeed in the filter list :( | 03:21 |
ZiLi0n | can I edit that filter with openstack ansible? | 03:22 |
cloudnull | yes. | 03:35 |
cloudnull | though you could also just set it there | 03:35 |
cloudnull | ZiLi0n: https://github.com/openstack/openstack-ansible-os_cinder/blob/master/templates/lvm.conf.j2#L3-L31 | 03:36 |
cloudnull | that's what generates the filters | 03:37 |
cloudnull | if you just add your loop device into the fileter on the next run it will honor any changes you make | 03:37 |
ZiLi0n | cloudnull thanks! is that filter parameter correct? I am using /dev/loop0, which is listed | 03:37 |
ZiLi0n | so it is there by default :) that is great | 03:38 |
cloudnull | so it its permitted in the filter list you should be able to run vgs | 03:39 |
cloudnull | and see your volume | 03:39 |
*** esberglu has joined #openstack-ansible | 03:47 | |
*** gouthamr has quit IRC | 03:51 | |
*** esberglu has quit IRC | 03:52 | |
*** ZiLi0n has quit IRC | 03:53 | |
*** manheim has joined #openstack-ansible | 03:55 | |
*** manheim has quit IRC | 04:00 | |
*** dfflanders_ has joined #openstack-ansible | 04:01 | |
*** chyka has joined #openstack-ansible | 04:06 | |
*** poopcat has quit IRC | 04:06 | |
*** Dinesh_Bhor has quit IRC | 04:07 | |
*** markvoelker has quit IRC | 04:09 | |
*** chyka has quit IRC | 04:11 | |
*** dixiaoli has quit IRC | 04:17 | |
*** dixiaoli has joined #openstack-ansible | 04:19 | |
*** dixiaoli has quit IRC | 04:23 | |
*** jrobinson has quit IRC | 04:24 | |
*** shashank_t_ has joined #openstack-ansible | 04:25 | |
*** jrobinson has joined #openstack-ansible | 04:30 | |
*** chhavi has joined #openstack-ansible | 04:35 | |
*** hybridpollo has left #openstack-ansible | 04:44 | |
*** thorst has joined #openstack-ansible | 04:48 | |
*** shashank_t_ has quit IRC | 04:51 | |
*** shashank_t_ has joined #openstack-ansible | 04:51 | |
*** thorst has quit IRC | 04:52 | |
*** shashank_t_ has quit IRC | 04:56 | |
*** Dinesh_Bhor has joined #openstack-ansible | 05:11 | |
*** vnogin has joined #openstack-ansible | 05:14 | |
*** Jack_Iv has joined #openstack-ansible | 05:16 | |
*** vnogin has quit IRC | 05:18 | |
*** udesale has joined #openstack-ansible | 05:20 | |
*** Jack_Iv has quit IRC | 05:21 | |
*** chhavi has quit IRC | 05:25 | |
*** dixiaoli has joined #openstack-ansible | 05:26 | |
*** chhavi has joined #openstack-ansible | 05:28 | |
*** esberglu has joined #openstack-ansible | 05:37 | |
*** esberglu has quit IRC | 05:41 | |
*** manheim has joined #openstack-ansible | 05:44 | |
*** spotz is now known as spotz_zzz | 05:46 | |
*** thorst has joined #openstack-ansible | 05:48 | |
*** spotz_zzz is now known as spotz | 05:48 | |
*** manheim has quit IRC | 05:48 | |
*** Jack_Iv has joined #openstack-ansible | 05:52 | |
*** thorst has quit IRC | 05:53 | |
*** chyka has joined #openstack-ansible | 06:01 | |
*** markus_z has joined #openstack-ansible | 06:04 | |
*** chyka has quit IRC | 06:05 | |
*** Oku_OS-away is now known as Oku_OS | 06:13 | |
*** Jack_Iv has quit IRC | 06:24 | |
*** Jack_Iv has joined #openstack-ansible | 06:24 | |
*** SerenaFeng has quit IRC | 06:26 | |
*** SerenaFeng has joined #openstack-ansible | 06:26 | |
*** Jack_Iv has quit IRC | 06:29 | |
*** xar- has quit IRC | 06:29 | |
*** SerenaFeng has quit IRC | 06:30 | |
*** Jack_Iv has joined #openstack-ansible | 06:32 | |
*** SerenaFeng has joined #openstack-ansible | 06:37 | |
*** sanfern has joined #openstack-ansible | 06:40 | |
*** chhavi has quit IRC | 06:43 | |
*** sdake has quit IRC | 06:46 | |
*** thorst has joined #openstack-ansible | 06:49 | |
*** mgagne has quit IRC | 06:52 | |
*** Jack_Iv has quit IRC | 06:53 | |
*** Jack_Iv has joined #openstack-ansible | 06:54 | |
*** thorst has quit IRC | 06:54 | |
*** Jack_Iv has quit IRC | 06:55 | |
*** Jack_Iv has joined #openstack-ansible | 06:56 | |
*** Jack_Iv has quit IRC | 06:56 | |
*** Jack_Iv has joined #openstack-ansible | 06:56 | |
*** chyka has joined #openstack-ansible | 07:01 | |
*** winggundamth has joined #openstack-ansible | 07:04 | |
*** chyka has quit IRC | 07:06 | |
*** pcaruana has joined #openstack-ansible | 07:06 | |
*** manheim has joined #openstack-ansible | 07:08 | |
*** manheim has quit IRC | 07:12 | |
*** karimb has joined #openstack-ansible | 07:16 | |
*** Jack_Iv has quit IRC | 07:19 | |
*** Jack_Iv_ has joined #openstack-ansible | 07:20 | |
*** Jack_Iv_ has quit IRC | 07:20 | |
*** Jack_Iv has joined #openstack-ansible | 07:20 | |
*** Jack_Iv has quit IRC | 07:21 | |
*** Jack_Iv has joined #openstack-ansible | 07:21 | |
*** manheim has joined #openstack-ansible | 07:23 | |
*** Jack_Iv has quit IRC | 07:36 | |
*** Jack_Iv has joined #openstack-ansible | 07:37 | |
*** hachi has quit IRC | 07:37 | |
*** asmaa has quit IRC | 07:37 | |
*** student has quit IRC | 07:37 | |
*** karimb has quit IRC | 07:39 | |
*** kong has quit IRC | 07:39 | |
*** Jack_Iv has quit IRC | 07:41 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-rabbitmq_server master: Use checksum option when downloading RabbitMQ https://review.openstack.org/455564 | 07:50 |
*** thorst has joined #openstack-ansible | 07:50 | |
*** student has joined #openstack-ansible | 07:50 | |
*** hachi has joined #openstack-ansible | 07:50 | |
*** asmaa has joined #openstack-ansible | 07:51 | |
*** shardy has joined #openstack-ansible | 07:53 | |
*** ianychoi has quit IRC | 07:54 | |
*** Jack_Iv has joined #openstack-ansible | 07:54 | |
*** ianychoi has joined #openstack-ansible | 07:54 | |
admin0 | good morning | 08:01 |
admin0 | \,,/(^_^)\,,/ | 08:02 |
*** tonytan4ever has quit IRC | 08:02 | |
*** chyka has joined #openstack-ansible | 08:02 | |
*** vnogin has joined #openstack-ansible | 08:02 | |
*** dfflanders_ has quit IRC | 08:03 | |
*** jrobinson has quit IRC | 08:06 | |
*** chyka has quit IRC | 08:07 | |
*** thorst has quit IRC | 08:09 | |
*** karimb has joined #openstack-ansible | 08:11 | |
*** ianychoi has quit IRC | 08:20 | |
*** ianychoi has joined #openstack-ansible | 08:21 | |
*** toddnni has quit IRC | 08:33 | |
*** pbandark has joined #openstack-ansible | 08:35 | |
*** ianychoi has quit IRC | 08:35 | |
*** ianychoi has joined #openstack-ansible | 08:38 | |
*** electrofelix has joined #openstack-ansible | 08:41 | |
openstackgerrit | Adrien Cunin proposed openstack/openstack-ansible-os_designate master: Use internalURL by default for Neutron https://review.openstack.org/455596 | 08:42 |
admin0 | how 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-ansible | 08:43 | |
*** toddnni has joined #openstack-ansible | 08:44 | |
*** Jack_Iv has quit IRC | 08:46 | |
*** Jack_Iv has joined #openstack-ansible | 08:49 | |
*** Jack_Iv has quit IRC | 08:49 | |
*** Jack_Iv has joined #openstack-ansible | 08:49 | |
*** evrardjp[m] has quit IRC | 08:52 | |
*** karimb has quit IRC | 08:53 | |
winggundamth | admin0: never try monasca. I'm testing os_designate now. have you try it yet? | 08:55 |
admin0 | not yet .. i plan to try all addons today | 08:55 |
admin0 | i 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” install | 08:56 |
*** vnogin_ has joined #openstack-ansible | 08:57 | |
admin0 | for 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 ansible | 08:57 |
admin0 | sorry magnum is a bad example | 08:58 |
*** vnogin has quit IRC | 09:00 | |
winggundamth | admin0: 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 osa | 09:01 |
winggundamth | I'm expected to have something like os_neutron https://docs.openstack.org/developer/openstack-ansible-os_neutron/ | 09:02 |
*** openstackgerrit has quit IRC | 09:03 | |
*** karimb has joined #openstack-ansible | 09:03 | |
*** Disova has quit IRC | 09:05 | |
*** thorst has joined #openstack-ansible | 09:06 | |
*** Disova has joined #openstack-ansible | 09:08 | |
admin0 | winggundamth: might have figured it out :) | 09:08 |
*** chhavi has joined #openstack-ansible | 09:09 | |
admin0 | - role: "openstack-ansible-os_monasca" — there is no monasca role | 09:10 |
*** thorst has quit IRC | 09:11 | |
*** ArchiFleKs has quit IRC | 09:14 | |
*** esberglu has joined #openstack-ansible | 09:14 | |
*** ArchiFleKs has joined #openstack-ansible | 09:16 | |
*** esberglu has quit IRC | 09:19 | |
*** hachi has quit IRC | 09:26 | |
*** vnogin has joined #openstack-ansible | 09:27 | |
*** vnogin_ has quit IRC | 09:28 | |
*** hachi has joined #openstack-ansible | 09:31 | |
*** openstackgerrit has joined #openstack-ansible | 09:50 | |
openstackgerrit | Alexandra Settle proposed openstack/openstack-ansible master: [docs] Add backup information to the OSA Ops Guide https://review.openstack.org/453984 | 09:50 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: Remove O deprecation of memcache servers https://review.openstack.org/455625 | 09:52 |
evrardjp | winggundamth: hey | 09:53 |
winggundamth | evrardjp: hi | 09:57 |
*** karimb has quit IRC | 10:01 | |
*** tonytan4ever has joined #openstack-ansible | 10:03 | |
*** NikhilS has quit IRC | 10:07 | |
*** karimb has joined #openstack-ansible | 10:09 | |
*** cuongnv has quit IRC | 10:13 | |
pjm6 | morning all | 10:13 |
*** chyka has joined #openstack-ansible | 10:14 | |
*** pbandark has quit IRC | 10:16 | |
*** cNilesh has quit IRC | 10:16 | |
*** pbandark has joined #openstack-ansible | 10:16 | |
admin0 | morning | 10:16 |
pjm6 | admin0, o/ | 10:17 |
* admin0 waits for the jedi warrior :) | 10:17 | |
admin0 | hey | 10:17 |
*** SerenaFeng has quit IRC | 10:17 | |
*** chyka has quit IRC | 10:19 | |
*** kong has joined #openstack-ansible | 10:22 | |
*** pbandark has quit IRC | 10:23 | |
*** pbandark has joined #openstack-ansible | 10:24 | |
*** stuartgr has joined #openstack-ansible | 10:28 | |
*** SerenaFeng has joined #openstack-ansible | 10:29 | |
andymccr | TIL relnotes cant have the same hash number at the end :( | 10:35 |
*** ianychoi has quit IRC | 10:36 | |
*** ianychoi has joined #openstack-ansible | 10:38 | |
*** SerenaFeng has quit IRC | 10:39 | |
*** chhavi has quit IRC | 10:39 | |
*** marcyb17 has joined #openstack-ansible | 10:39 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible master: Role Pin for Pike OSA Milestone-1 https://review.openstack.org/455387 | 10:40 |
evrardjp | andymccr: oh | 10:43 |
andymccr | gonna have to change the relnote in each repo too | 10:44 |
evrardjp | andymccr: what did you do to get that? | 10:44 |
evrardjp | because backports have the same hashnumber, right? | 10:44 |
evrardjp | so it's for something else? | 10:44 |
andymccr | evrardjp: 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 changes | 10:44 |
andymccr | evrardjp: nah im guessing when those init-config changes went into each repo the same reno file was just copied | 10:45 |
andymccr | so it had its name changed, but not the hash at the end | 10:45 |
evrardjp | maybe it's something good to tell dhelman | 10:45 |
andymccr | so the hash at the end of all the init-config renos is the same | 10:45 |
andymccr | well its our reno's i dont think we should copy over like that | 10:45 |
evrardjp | it's for the Role pin? | 10:45 |
andymccr | if you compare to patchset 1 you will see what i changed | 10:46 |
andymccr | the reno gate now passes | 10:46 |
andymccr | the other issue is a nova placement thing which seems like a bug but trying to investigate now | 10:46 |
evrardjp | I see | 10:46 |
andymccr | our nova role gate is broken too | 10:46 |
evrardjp | well I'm pretty sure it's the way the reno was created in the first place | 10:47 |
evrardjp | so... | 10:47 |
evrardjp | it's hard to enforce 'though | 10:47 |
evrardjp | but good to know | 10:48 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_aodh master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455643 | 10:48 |
*** Jack_Iv has quit IRC | 10:48 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_ceilometer master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455644 | 10:49 |
evrardjp | I'll vote on these | 10:49 |
evrardjp | put a topic name :) | 10:49 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_cinder master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455645 | 10:49 |
evrardjp | I'll change the topic name | 10:50 |
evrardjp | reno-rename | 10:50 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_glance master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455646 | 10:50 |
marcyb17 | I'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 |
marcyb17 | Wasn't sure if this is the proper channel or openstack-horizon, as it's an OSAD install. | 10:56 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_aodh master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455643 | 10:56 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_aodh master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455643 | 10:57 |
evrardjp | marcyb17: you're at the right place | 11:00 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_cinder master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455645 | 11:00 |
evrardjp | marcyb17: if you haven't configured anything special in your vars, newton should have the SSL by default. | 11:01 |
*** Jack_Iv has joined #openstack-ansible | 11:02 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_glance master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455652 | 11:03 |
*** tonytan4ever has quit IRC | 11:03 | |
*** chhavi has joined #openstack-ansible | 11:04 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_gnocchi master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455653 | 11:04 |
*** Jack_Iv has quit IRC | 11:04 | |
*** Jack_Iv has joined #openstack-ansible | 11:05 | |
marcyb17 | it 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 variables | 11:05 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_heat master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455654 | 11:06 |
*** shardy has quit IRC | 11:07 | |
*** shardy has joined #openstack-ansible | 11:07 | |
evrardjp | marcyb17: could you try without all of these vars? | 11:07 |
evrardjp | you can keep the signed_subject | 11:07 |
*** smatzek has joined #openstack-ansible | 11:07 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_ironic master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455655 | 11:07 |
*** thorst has joined #openstack-ansible | 11:08 | |
evrardjp | andymccr: more than halfway through! | 11:08 |
marcyb17 | evrardjp: 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 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_keystone master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455657 | 11:09 |
*** shardy is now known as shardy_lunch | 11:09 | |
evrardjp | marcyb17: not sure what you mean there | 11:09 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_neutron master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455658 | 11:09 |
evrardjp | can you reach your external vip endpoint on port 443 ? | 11:09 |
evrardjp | that's what I meant | 11:09 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_nova master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455659 | 11:10 |
marcyb17 | evrardjp: 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 |
evrardjp | ok that's really different | 11:11 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_sahara master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455660 | 11:12 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_swift master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455661 | 11:12 |
evrardjp | done! | 11:13 |
evrardjp | thanks andymccr :) https://review.openstack.org/#/q/topic:reno-rename | 11:13 |
*** thorst has quit IRC | 11:13 | |
evrardjp | now we'll have to sha bump again :/ | 11:13 |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible master: Role Pin for Pike OSA Milestone-1 https://review.openstack.org/455387 | 11:13 |
andymccr | evrardjp: we will anyway when i find out how to fix the nova bug | 11:14 |
andymccr | so i think that's ok | 11:14 |
andymccr | also the sha bmp wont really be needed since its just a reno change (which ive done in the integrated repo already) | 11:14 |
evrardjp | nah but it's needed to pass before the 14 right? | 11:14 |
evrardjp | else we'll have trouble milestoning | 11:15 |
evrardjp | if that's a word | 11:15 |
*** karimb has quit IRC | 11:15 | |
evrardjp | marcyb17: what do you plan to do with the user id there? how do you map this into keystone credentials? | 11:16 |
marcyb17 | evrardjp: 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 error | 11:16 |
marcyb17 | evrardjp: The user's DN will be the user's ID in keystone. We've done it before in icehouse using customized middleware for authentication | 11:17 |
evrardjp | I'm not aware of this kind of deploys, I guess it's gonna need work with horizon/keystone. Good project though | 11:17 |
andymccr | evrardjp: 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 changed | 11:17 |
evrardjp | yeah I understood that andymccr :) | 11:17 |
evrardjp | not sure if I expressed myself wrongly again. | 11:17 |
*** dixiaoli has quit IRC | 11:21 | |
*** dixiaoli has joined #openstack-ansible | 11:21 | |
evrardjp | marcyb17: 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 IRC | 11:23 | |
*** dixiaoli has quit IRC | 11:25 | |
marcyb17 | evrardjp: thanks for your help | 11:26 |
evrardjp | well I can't really help you I've never done that :p | 11:26 |
evrardjp | but that's what I'd check first | 11:26 |
admin0 | os-monasca help :D | 11:28 |
*** mamitchl has quit IRC | 11:32 | |
*** chhavi has joined #openstack-ansible | 11:32 | |
*** mamitchl has joined #openstack-ansible | 11:37 | |
*** retreved has joined #openstack-ansible | 11:37 | |
*** acormier has joined #openstack-ansible | 11:43 | |
*** acormier_ has joined #openstack-ansible | 11:44 | |
*** karimb has joined #openstack-ansible | 11:45 | |
*** thorst has joined #openstack-ansible | 11:47 | |
*** acormier has quit IRC | 11:48 | |
*** Jack_Iv has quit IRC | 11:49 | |
*** Jack_Iv has joined #openstack-ansible | 11:49 | |
*** Jack_Iv has quit IRC | 11:55 | |
*** Jack_Iv has joined #openstack-ansible | 11:55 | |
*** markvoelker has joined #openstack-ansible | 11:56 | |
*** marcyb17 has quit IRC | 11:58 | |
*** karimb has quit IRC | 12:01 | |
*** SerenaFeng has joined #openstack-ansible | 12:01 | |
*** acormier_ has quit IRC | 12:02 | |
*** acormier has joined #openstack-ansible | 12:02 | |
*** chyka has joined #openstack-ansible | 12:03 | |
*** markvoelker has quit IRC | 12:03 | |
*** cshen has joined #openstack-ansible | 12:04 | |
*** chyka has quit IRC | 12:07 | |
mgariepy | good morning everyone | 12:09 |
*** shardy_lunch is now known as shardy | 12:10 | |
*** vaishali has quit IRC | 12:12 | |
*** basilAB has quit IRC | 12:14 | |
*** gouthamr has joined #openstack-ansible | 12:15 | |
*** shashank_t_ has joined #openstack-ansible | 12:17 | |
*** basilAB has joined #openstack-ansible | 12:18 | |
Adri2000 | hi | 12:18 |
*** vaishali has joined #openstack-ansible | 12:18 | |
*** SerenaFeng has quit IRC | 12:19 | |
Adri2000 | does "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.html | 12:20 |
evrardjp | darn it | 12:21 |
evrardjp | My fault apparently? | 12:21 |
*** ianychoi has quit IRC | 12:21 | |
evrardjp | forgot that case. | 12:22 |
*** shashank_t_ has quit IRC | 12:22 | |
evrardjp | I will have lunch and put that into my todolist | 12:22 |
*** Jack_Iv has quit IRC | 12:24 | |
evrardjp | oh no, not my fault. | 12:26 |
*** ianychoi has joined #openstack-ansible | 12:26 | |
*** Jack_Iv has joined #openstack-ansible | 12:26 | |
*** vnogin_ has joined #openstack-ansible | 12:27 | |
*** vnogin has quit IRC | 12:27 | |
evrardjp | Adri2000: The code where your issue appear is there: https://github.com/openstack/openstack-ansible-tests/blob/master/test-prepare-containers.yml#L32-L38 | 12:28 |
evrardjp | the why is a good question. | 12:28 |
evrardjp | https://review.openstack.org/#/q/project:%255Eopenstack/openstack-ansible.*+status:merged | 12:28 |
evrardjp | have fun! | 12:28 |
*** acormier has quit IRC | 12:30 | |
*** Jack_Iv has quit IRC | 12:30 | |
*** woodard has joined #openstack-ansible | 12:38 | |
*** woodard has quit IRC | 12:38 | |
*** woodard has joined #openstack-ansible | 12:39 | |
mgariepy | mhayden, are you around ? | 12:41 |
* mhayden could be | 12:41 | |
mgariepy | your cenots cluster is it using vxlan ? | 12:42 |
mgariepy | Centos** | 12:42 |
*** Jack_Iv has joined #openstack-ansible | 12:42 | |
mhayden | mgariepy: yeah, i have a few vxlan networks in there | 12:46 |
mgariepy | i'm having some trouble with it and I don't get why | 12:47 |
Adri2000 | evrardjp: ahaha /o\ | 12:51 |
mgariepy | i'm not even able to create a vxlan network by hand, it's just no come up. | 12:52 |
*** hw_wutianwei has quit IRC | 12:53 | |
mgariepy | i'm wondering if there could be something weird with the switch | 12:53 |
*** vnogin has joined #openstack-ansible | 12:58 | |
*** vnogin_ has quit IRC | 12:58 | |
mhayden | mgariepy: that's possible -- i'm using systemd-networkd to manage my bridges | 12:58 |
mhayden | and vxlan seems to work | 12:59 |
mhayden | i put my vxlan traffic onto a vlan | 12:59 |
*** Jack_Iv has quit IRC | 13:00 | |
*** Jack_Iv has joined #openstack-ansible | 13:00 | |
*** esberglu has joined #openstack-ansible | 13:00 | |
mgariepy | i also have a vlan for the vxlan traffic | 13:01 |
*** chyka has joined #openstack-ansible | 13:03 | |
*** tonytan4ever has joined #openstack-ansible | 13:04 | |
mgariepy | mhayden, do you have a sample config for systemd-networkd ? | 13:07 |
*** chyka has quit IRC | 13:08 | |
*** cathrich_ has joined #openstack-ansible | 13:09 | |
*** aludwar1 has joined #openstack-ansible | 13:11 | |
*** aludwar1 has quit IRC | 13:11 | |
*** cathrichardson has quit IRC | 13:11 | |
*** winggundamth has quit IRC | 13:12 | |
mhayden | mgariepy: sure, hold on | 13:12 |
*** karimb has joined #openstack-ansible | 13:13 | |
mhayden | mgariepy: https://gist.github.com/major/ad406705144bdbf0323c14565366fca3 | 13:14 |
mgariepy | thanks | 13:15 |
mhayden | mgariepy: refresh it -- added the physical nic config at the bottom | 13:15 |
*** Jack_Iv has quit IRC | 13:18 | |
*** chhavi_ has joined #openstack-ansible | 13:19 | |
*** chhavi has quit IRC | 13:22 | |
*** Dinesh_Bhor has quit IRC | 13:22 | |
*** Dinesh_Bhor has joined #openstack-ansible | 13:24 | |
*** chhavi_ has quit IRC | 13:28 | |
*** Jack_Iv has joined #openstack-ansible | 13:30 | |
*** smatzek has quit IRC | 13:33 | |
*** Jack_Iv has quit IRC | 13:35 | |
*** Jack_Iv has joined #openstack-ansible | 13:36 | |
*** udesale has quit IRC | 13:40 | |
*** Jack_Iv has quit IRC | 13:44 | |
*** Jack_Iv has joined #openstack-ansible | 13:45 | |
*** Jack_Iv has quit IRC | 13:48 | |
*** Jack_Iv has joined #openstack-ansible | 13:48 | |
*** Jack_Iv has quit IRC | 13:50 | |
*** Jack_Iv has joined #openstack-ansible | 13:51 | |
*** Jack_Iv has quit IRC | 13:52 | |
*** acormier has joined #openstack-ansible | 13:52 | |
*** Jack_Iv has joined #openstack-ansible | 13:52 | |
*** chhavi has joined #openstack-ansible | 13:53 | |
*** BjoernT has joined #openstack-ansible | 13:53 | |
*** cuongnv has joined #openstack-ansible | 13:54 | |
*** Jack_Iv has quit IRC | 13:54 | |
*** Jack_Iv has joined #openstack-ansible | 13:54 | |
*** acormier has quit IRC | 13:55 | |
andymccr | ok nova gate broken pending: https://review.openstack.org/#/c/455710/ | 13:57 |
*** manheim has quit IRC | 13:58 | |
*** femto has joined #openstack-ansible | 13:58 | |
*** Jack_Iv has quit IRC | 13:58 | |
*** manheim has joined #openstack-ansible | 13:59 | |
*** Jack_Iv has joined #openstack-ansible | 14:01 | |
*** smatzek has joined #openstack-ansible | 14:02 | |
*** Jack_Iv has quit IRC | 14:04 | |
*** manheim has quit IRC | 14:04 | |
*** Jack_Iv has joined #openstack-ansible | 14:04 | |
*** pbandark has quit IRC | 14:05 | |
*** ianychoi has quit IRC | 14:05 | |
*** ianychoi has joined #openstack-ansible | 14:06 | |
*** cjloader_ has joined #openstack-ansible | 14:06 | |
evrardjp | good catch andymccr! | 14:09 |
*** manheim has joined #openstack-ansible | 14:09 | |
evrardjp | and also good remarks from Eric Fried | 14:10 |
*** manheim has quit IRC | 14:12 | |
*** markvoelker has joined #openstack-ansible | 14:12 | |
*** markvoelker has quit IRC | 14:12 | |
*** manheim has joined #openstack-ansible | 14:12 | |
*** markvoelker has joined #openstack-ansible | 14:13 | |
*** cloudy has joined #openstack-ansible | 14:16 | |
*** cshen has quit IRC | 14:16 | |
*** lucasxu has joined #openstack-ansible | 14:17 | |
*** chris_hultin|AWA is now known as chris_hultin | 14:18 | |
*** cshen has joined #openstack-ansible | 14:19 | |
-openstackstatus- NOTICE: latest base images have mistakenly put python3 in some places expecting python2 causing widespread failure of docs patches - fixes are underway | 14:25 | |
admin0 | https://twitter.com/hashtag/NewUnitedAirlinesMottos?src=tren :D | 14:27 |
*** chris_hultin is now known as chris_hultin|AWA | 14:27 | |
*** lucasxu has quit IRC | 14:28 | |
*** lucasxu has joined #openstack-ansible | 14:29 | |
*** ZiLi0n has joined #openstack-ansible | 14:29 | |
evrardjp | dear 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 |
evrardjp | spotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang, nishpatwa_, cathrichardson, drifterza : | 14:31 |
evrardjp | the osa bug triage will start in 1h30’. Please have a look at the bug list before starting: https://etherpad.openstack.org/p/osa-bugtriage | 14:31 |
evrardjp | Thank you | 14:31 |
ZiLi0n | Hello 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 wiggles | 14:31 | |
* alextricity25 jiggles | 14:31 | |
spotz | Thanks evrardjp | 14:31 |
evrardjp | yw! | 14:33 |
asettle | danke evrardjp :) | 14:34 |
evrardjp | graag gedaan! | 14:34 |
alextricity25 | ZiLi0n: You should be able to do that with the neutron override variable if it's a configuration within neutron. | 14:34 |
evrardjp | alextricity25: ZiLi0n maybe override the extensions_drivers for ml2 | 14:36 |
evrardjp | so yes a config_template override should do the trick | 14:36 |
evrardjp | I'm not sure if it's a good idea 'though :p | 14:36 |
openstackgerrit | chen.xing proposed openstack/openstack-ansible-os_keystone master: Fix the incorrect configuration option https://review.openstack.org/455733 | 14:36 |
alextricity25 | ZiLi0n: perhaps this will help: https://docs.openstack.org/project-deploy-guide/openstack-ansible/ocata/app-advanced-config-override.html#overriding-conf-files | 14:37 |
ZiLi0n | alextricity25 evrardjp thanks very much! I am going to have a look at that | 14:38 |
*** lucasxu has quit IRC | 14:38 | |
*** japestinho has quit IRC | 14:40 | |
*** lucasxu has joined #openstack-ansible | 14:44 | |
mgariepy | funny .. 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 IRC | 14:46 | |
spotz | woohoo! | 14:47 |
mhayden | like a walmart rollback | 14:47 |
mhayden | woot | 14:47 |
cloudnull | mornings. | 14:47 |
spotz | Hola cloudnull and mhayden | 14:48 |
mhayden | howdy | 14:48 |
*** ianychoi has quit IRC | 14:48 | |
cloudnull | o/ | 14:49 |
*** askb has quit IRC | 14:51 | |
*** chyka has joined #openstack-ansible | 14:51 | |
*** ianychoi has joined #openstack-ansible | 14:52 | |
*** lucasxu has quit IRC | 14:54 | |
evrardjp | lol | 14:54 |
evrardjp | helo mhayden cloudnull mgariepy | 14:55 |
*** lucasxu has joined #openstack-ansible | 14:55 | |
spotz | hrmphs | 14:55 |
evrardjp | what's funny mgariepy? | 14:55 |
mgariepy | look at the md5 ;) | 14:55 |
evrardjp | hrmphs? | 14:55 |
evrardjp | haha | 14:55 |
spotz | I'm all left out | 14:55 |
*** marst has quit IRC | 14:56 | |
*** chyka has quit IRC | 14:56 | |
evrardjp | you already had your hello :) | 14:56 |
evrardjp | or I thought I told you! | 14:56 |
*** craigs has joined #openstack-ansible | 15:00 | |
evrardjp | if not I'm sorry | 15:00 |
spotz | :) | 15:03 |
*** marst has joined #openstack-ansible | 15:07 | |
*** kong has quit IRC | 15:09 | |
*** cNilesh has joined #openstack-ansible | 15:12 | |
*** cNilesh has quit IRC | 15:17 | |
*** Jack_Iv has quit IRC | 15:17 | |
*** cuongnv has quit IRC | 15:20 | |
*** Jack_Iv has joined #openstack-ansible | 15:21 | |
*** manheim has quit IRC | 15:22 | |
*** cjloader_ has quit IRC | 15:25 | |
*** lucasxu has quit IRC | 15:26 | |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455657 | 15:30 |
andymccr | image issues resolved so the reno patches should start merging now | 15:30 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455646 | 15:33 |
mhayden | need one more core on some doc updates for monitorstack: https://review.openstack.org/#/c/454307/ | 15:33 |
openstackgerrit | Merged openstack/openstack-ansible-os_aodh master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455643 | 15:34 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455652 | 15:34 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455645 | 15:34 |
openstackgerrit | Merged openstack/openstack-ansible-os_ironic master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455655 | 15:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455644 | 15:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455659 | 15:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_heat master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455654 | 15:35 |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455653 | 15:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455658 | 15:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_sahara master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455660 | 15:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_swift master: Rename reno to avoid conflict on integrated repo https://review.openstack.org/455661 | 15:36 |
*** Jack_Iv has quit IRC | 15:37 | |
*** Jack_Iv has joined #openstack-ansible | 15:40 | |
*** Jack_Iv has quit IRC | 15:40 | |
*** cmart has joined #openstack-ansible | 15:41 | |
*** Jack_Iv has joined #openstack-ansible | 15:41 | |
*** piliman974 has joined #openstack-ansible | 15:42 | |
*** chyka has joined #openstack-ansible | 15:42 | |
openstackgerrit | chen.xing proposed openstack/openstack-ansible-os_horizon stable/ocata: Fix the dead link https://review.openstack.org/455759 | 15:45 |
*** Jack_Iv has quit IRC | 15:48 | |
*** Jack_Iv has joined #openstack-ansible | 15:51 | |
lbragstad | hola folks! re: keystone's policy-in-code discussion a couple weeks back https://blueprints.launchpad.net/keystone/+spec/policy-in-code | 15:52 |
lbragstad | we'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 me | 15:53 |
spotz | Thanks lbragstad | 15:53 |
andymccr | lbragstad: is the tl;dr that policy.json can now be empty and isn't required? | 15:55 |
lbragstad | andymccr yep - we've moved all the default policies from policy.json into code | 15:55 |
*** woodard has quit IRC | 15:56 | |
andymccr | lbragstad: excellente! thanks will add a to-do card for that | 15:56 |
lbragstad | so if there is anything osa does that takes an opinionated stance on as far as policy goes, those will need to be maintained still | 15:56 |
lbragstad | but all the duplicated ones can be removed | 15:56 |
*** chhavi has joined #openstack-ansible | 15:59 | |
*** chhavi_ has joined #openstack-ansible | 15:59 | |
openstackgerrit | chen.xing proposed openstack/openstack-ansible-os_horizon master: Fix the dead link https://review.openstack.org/455763 | 16:00 |
*** karimb has quit IRC | 16:01 | |
evrardjp | sorry to interrupt your conversation guys | 16:01 |
openstackgerrit | chen.xing proposed openstack/openstack-ansible-os_horizon master: Fix the dead link https://review.openstack.org/455763 | 16:01 |
evrardjp | but it's that time of the week. | 16:01 |
evrardjp | Bug 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 |
evrardjp | spotz, vdo, jmccrory, alextricity25, jasondotstar, KLevenstein, admin0, michaelgugino, ametts, v1k0d3n, severion, bgmccollum, darrenc, JRobinson__, asettle, colinmcnamara, thorst, adreznec, eil397, qwang, nishpatwa_, cathrichardson, drifterza | 16:01 |
evrardjp | Here is our bug list for today https://etherpad.openstack.org/p/osa-bugtriage | 16:01 |
*** Jack_Iv has quit IRC | 16:01 | |
evrardjp | #startmeeting openstack_ansible_meeting | 16:01 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:01 |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:01 |
andymccr | woo bug triage :D | 16:01 |
* lbragstad lingers | 16:02 | |
asettle | \o/ | 16:02 |
asettle | lbragstad: it's too fun to leave | 16:02 |
*** Jack_Iv has joined #openstack-ansible | 16:02 | |
lbragstad | much fun #amaze | 16:02 |
asettle | lbragstad: just wait until evrardjp and andymccr get started | 16:02 |
asettle | It's a rollercoaster | 16:02 |
andymccr | lbragstad: we don't have any opinionated things i think - we would carry an empty template that can be "template config'd) | 16:02 |
lbragstad | andymccr ++ | 16:02 |
* lbragstad grabs some popcorn | 16:02 | |
evrardjp | #topic Review of last week action points | 16:03 |
evrardjp | well. | 16:03 |
*** Jack_Iv has quit IRC | 16:03 | |
evrardjp | I'm sad to say I didn't do my work properly | 16:03 |
evrardjp | #action evrardjp review https://bugs.launchpad.net/openstack-ansible/+bug/1678165 | 16:03 |
openstack | Launchpad bug 1678165 in openstack-ansible "dynamic_inventory.py container_mtu bug" [Undecided,New] | 16:03 |
*** chhavi has quit IRC | 16:03 | |
andymccr | you should've been here in the beginning weeks of the cycle because that was a rollercoaster - but now its manageable :P | 16:03 |
evrardjp | No other action points | 16:03 |
evrardjp | #topic this week triage \o/ | 16:04 |
evrardjp | so our first for today is: | 16:04 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1681742 | 16:04 |
openstack | Launchpad bug 1681742 in openstack-ansible "Securing services with SSL certificates link broken" [Undecided,In progress] - Assigned to Chason (chen-xing) | 16:04 |
evrardjp | that was easy. | 16:04 |
evrardjp | we just have to review what was done 3 minutes ago! | 16:05 |
evrardjp | next | 16:05 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1681714 | 16:05 |
openstack | Launchpad bug 1681714 in openstack-ansible " Ceph cluster’s performance are not monitored by Telegraf" [Undecided,New] - Assigned to Bertrand Lallau (bertrand-lallau) | 16:05 |
evrardjp | confirmed wishlist ? | 16:05 |
andymccr | yeah | 16:05 |
andymccr | agreed | 16:05 |
spotz | yeah | 16:05 |
evrardjp | next | 16:06 |
andymccr | also looks like Bertrand is taking care of it which is awesome :) | 16:06 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1681695 | 16:06 |
openstack | Launchpad bug 1681695 in openstack-ansible "Incorrect keystone with multiple memcache configuration" [Undecided,New] - Assigned to Jean-Philippe Evrard (jean-philippe-evrard) | 16:06 |
evrardjp | what??? I was assigned this? | 16:06 |
evrardjp | k | 16:06 |
spotz | hehehe, enjoy?:) | 16:06 |
evrardjp | let's see how this one goes. | 16:06 |
*** Jack_Iv has joined #openstack-ansible | 16:06 | |
andymccr | evrardjp: its cos you wrote a patch :) | 16:07 |
evrardjp | I'm not sure if my fix gonna fix everything, so let's see with expert keystone advice | 16:07 |
andymccr | so far so good on bug triage! | 16:07 |
evrardjp | yeah. | 16:07 |
*** ianychoi has quit IRC | 16:07 | |
evrardjp | but it's related | 16:07 |
evrardjp | not fixed | 16:07 |
*** Jack_Iv has quit IRC | 16:07 | |
andymccr | damnit! fix it properly :P | 16:07 |
evrardjp | haha | 16:07 |
evrardjp | let's move on we'll see later if that needs a change of status | 16:07 |
evrardjp | next | 16:08 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1681372 | 16:08 |
openstack | Launchpad bug 1681372 in openstack-ansible "Having a pre installed Ansible in a different location causes AIO issues." [Undecided,New] | 16:08 |
andymccr | ahh yeah this is kinda interesting | 16:08 |
evrardjp | agreed. | 16:09 |
stevelle | medium or high? | 16:09 |
evrardjp | I think we should let ppl use their own ansible | 16:09 |
andymccr | agreed | 16:09 |
andymccr | although im wondering if we shouldn't deploy our ansible in a venv? | 16:09 |
evrardjp | I'd be enclined to make it medium at minimum | 16:09 |
andymccr | we create a binary anyway? | 16:09 |
openstackgerrit | chen.xing proposed openstack/openstack-ansible-os_keystone master: Fix the dead link https://review.openstack.org/455766 | 16:09 |
evrardjp | well the question is do we need to andymccr? | 16:10 |
*** Jack_Iv has joined #openstack-ansible | 16:10 | |
evrardjp | we could leave the responsibility to the deployer if he doesn't want to use bootstrap_ansible | 16:10 |
andymccr | evrardjp: well that way we can allow you to use whatever versions of whatever you want. | 16:10 |
andymccr | agreed - but perhaps if you want to use the bootstrap (and know it'll work) we can support it in a venv | 16:10 |
*** manheim has joined #openstack-ansible | 16:10 | |
*** weezS has joined #openstack-ansible | 16:11 | |
andymccr | i 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 venv | 16:11 |
evrardjp | oh you mean adding a new feature of "bring your own ansible" and we just link to it, as we do now? | 16:11 |
stevelle | haven't we tried ansible in venv and found it didn't behave nicely? | 16:11 |
evrardjp | and then continue as we do (the roles etc) | 16:11 |
evrardjp | stevelle: I think it's in a venv now :p | 16:12 |
andymccr | stevelle: not sure - im mostly just theorizing. | 16:12 |
andymccr | evrardjp: i dont think it is in integrated build | 16:12 |
evrardjp | ok | 16:12 |
andymccr | in role builds it is though since tox runs environments :P | 16:12 |
*** ianychoi has joined #openstack-ansible | 16:12 | |
*** cjloader_ has joined #openstack-ansible | 16:12 | |
evrardjp | I thought it was in /opt/ansible-runtine | 16:12 |
evrardjp | runtime* | 16:12 |
evrardjp | anyway | 16:13 |
evrardjp | The question is | 16:13 |
andymccr | the 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 problems | 16:13 |
*** Jack_Iv has quit IRC | 16:13 | |
evrardjp | how do we prioritize this | 16:13 |
andymccr | hmm | 16:13 |
evrardjp | is that a new feature we want, or do we think we should always have this | 16:13 |
andymccr | cloudnull: ^ thoughts if you're about? | 16:13 |
*** Jack_Iv has joined #openstack-ansible | 16:13 | |
evrardjp | IMO 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 IRC | 16:14 | |
evrardjp | Which changes the impact. | 16:14 |
spotz | Which means me! | 16:14 |
evrardjp | :) | 16:14 |
*** ggillies has quit IRC | 16:15 | |
spotz | And clear comments on the bug as to what we need to fix:) | 16:15 |
*** manheim has quit IRC | 16:15 | |
andymccr | evrardjp: 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/bin | 16:15 |
evrardjp | yes, in the script we have a || ansible-playbook we could maybe remove | 16:15 |
evrardjp | so confirmed medium + docs? | 16:16 |
andymccr | evrardjp: yeah lets say that | 16:16 |
stevelle | why can't they use bootstrap_ansible though | 16:16 |
openstackgerrit | chen.xing proposed openstack/openstack-ansible master: Fix the dead link https://review.openstack.org/455771 | 16:16 |
stevelle | our wrapper turns out to be pretty helpful | 16:16 |
evrardjp | stevelle: IMO if the deployer wants to have its own ansible, we should consider (s)he skips the ansible building | 16:17 |
evrardjp | the deployer should be smart enough to install roles, and load variables. | 16:17 |
*** ggillies has joined #openstack-ansible | 16:17 | |
*** Jack_Iv has joined #openstack-ansible | 16:17 | |
stevelle | that breaks every bit of doc we have, which assumes the wrapper | 16:17 |
evrardjp | well that's my opinion :p | 16:17 |
stevelle | it's a high hurdle | 16:18 |
evrardjp | it'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 made | 16:18 |
andymccr | so can we not just rewrite that code to check where ansible-playbook binary exists and not just link with an assumption | 16:18 |
evrardjp | but I already see issues coming with older ansible versions that are breaking things because we just "re-use" the old ansible binary | 16:19 |
andymccr | i 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 |
evrardjp | binaries* | 16:19 |
evrardjp | I don't think that will be that hard | 16:19 |
andymccr | evrardjp: 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 plays | 16:19 |
evrardjp | maybe we should build a test there | 16:19 |
evrardjp | haha. | 16:19 |
andymccr | yeah | 16:19 |
evrardjp | good thought ;) | 16:19 |
openstackgerrit | chen.xing proposed openstack/openstack-ansible master: Fix the dead link https://review.openstack.org/455771 | 16:20 |
andymccr | stevelle may be right though around the ansible version stuff | 16:20 |
evrardjp | there is probably something in the meta that could be used if you see what I mean :D | 16:20 |
*** udesale has joined #openstack-ansible | 16:20 | |
stevelle | we can add an ansible version check to the bootstrap, for existing packages pretty easily | 16:20 |
openstackgerrit | Amy Marrich (spotz) proposed openstack/openstack-ansible master: [DOCS] Fix the dead link https://review.openstack.org/455771 | 16:21 |
evrardjp | I think we all agree there | 16:21 |
evrardjp | let's continue then! | 16:22 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1680948 | 16:22 |
openstack | Launchpad bug 1680948 in openstack-ansible "cannot see status of mysql cluster with -h localhost on centos" [Undecided,New] | 16:22 |
andymccr | im 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 did | 16:22 |
evrardjp | probably a my.cnf change? | 16:22 |
evrardjp | I don't know | 16:22 |
evrardjp | mgariepy: are you there? | 16:23 |
andymccr | i think -h 127.0.0.1 works | 16:24 |
*** tonytan4ever has quit IRC | 16:24 | |
evrardjp | Is 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-ansible | 16:24 | |
evrardjp | let's continue before confirming the source of the issue | 16:24 |
andymccr | ok cool | 16:24 |
evrardjp | let's continue* | 16:24 |
evrardjp | we'll see when he'll be back :) | 16:25 |
evrardjp | next | 16:25 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1680233 | 16:25 |
openstack | Launchpad bug 1680233 in openstack-ansible "re-running os-glance with NFS mount breaks" [Undecided,New] | 16:25 |
andymccr | i put a comment in there | 16:25 |
andymccr | (the centos mysql one) | 16:25 |
openstackgerrit | Amy Marrich (spotz) proposed openstack/openstack-ansible-os_horizon master: [DOCS] Fix the dead link https://review.openstack.org/455763 | 16:26 |
evrardjp | andymccr: thanks. | 16:26 |
*** cloudy has quit IRC | 16:27 | |
andymccr | that sounds real and i'd say high | 16:27 |
evrardjp | Agreed. | 16:28 |
evrardjp | do you have cycles for it? | 16:28 |
*** piliman974 has quit IRC | 16:28 | |
*** tonytan4ever has quit IRC | 16:28 | |
andymccr | evrardjp: yeah i'll take it | 16:28 |
*** woodard has joined #openstack-ansible | 16:28 | |
*** woodard has quit IRC | 16:28 | |
evrardjp | cool thanks | 16:28 |
evrardjp | next | 16:28 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1680075 | 16:28 |
openstack | Launchpad bug 1680075 in openstack-ansible "keystone fails with haproxy in maint mode" [Undecided,New] | 16:28 |
*** tonytan4ever has joined #openstack-ansible | 16:28 | |
evrardjp | logan-: ? | 16:29 |
*** woodard has joined #openstack-ansible | 16:29 | |
logan- | looking | 16:29 |
evrardjp | it could be useful for you I think :) | 16:29 |
*** pcaruana has quit IRC | 16:29 | |
*** Jack_Iv has quit IRC | 16:30 | |
logan- | oh you know what | 16:30 |
logan- | I need to wrap up https://review.openstack.org/#/c/438224/ | 16:30 |
logan- | ill do that asa | 16:30 |
logan- | asap* | 16:30 |
evrardjp | haha great! | 16:30 |
evrardjp | don't forget to tag the bug there :) | 16:30 |
logan- | yep will do | 16:30 |
logan- | can you assign the bug to me please | 16:30 |
evrardjp | thanks! | 16:30 |
evrardjp | sure | 16:31 |
evrardjp | last one was the one of last week | 16:31 |
evrardjp | #link https://bugs.launchpad.net/openstack-ansible/+bug/1678165 | 16:31 |
openstack | Launchpad bug 1678165 in openstack-ansible "dynamic_inventory.py container_mtu bug" [Undecided,New] | 16:31 |
evrardjp | I didn't got the chance to triage this | 16:31 |
andymccr | hmm | 16:32 |
evrardjp | did someone got the chance to do it? | 16:32 |
evrardjp | I added it again to my action points for next week. | 16:32 |
evrardjp | I think Nolan is on holiday | 16:32 |
evrardjp | cloudnull: opinion ? | 16:33 |
cloudnull | confirmed | 16:33 |
*** Jack_Iv has joined #openstack-ansible | 16:33 | |
evrardjp | k | 16:33 |
cloudnull | if that option is set when the inventory is first created it works | 16:33 |
cloudnull | otherwise it does not | 16:34 |
cloudnull | and requires the deployer to go in and manually set it | 16:34 |
cloudnull | I worked with BjoernT on that | 16:34 |
evrardjp | ok | 16:34 |
*** Jack_Iv has quit IRC | 16:34 | |
evrardjp | importance? | 16:34 |
evrardjp | Is there a fix somewhere? | 16:34 |
*** woodard has quit IRC | 16:34 | |
openstackgerrit | Andy McCrae proposed openstack/openstack-ansible-os_glance master: Default to "omit" mode from directory creation https://review.openstack.org/455776 | 16:34 |
BjoernT | probably prio2 | 16:35 |
evrardjp | (or in the work) | 16:35 |
*** woodard has joined #openstack-ansible | 16:35 | |
*** galstrom_zzz is now known as galstrom | 16:35 | |
evrardjp | BjoernT: haha :) | 16:35 |
BjoernT | lol | 16:35 |
BjoernT | yeah I was wondering what else is broken... | 16:35 |
evrardjp | it sounds serious because of expactations | 16:35 |
evrardjp | -a | 16:35 |
evrardjp | yeah | 16:35 |
*** markus_z has quit IRC | 16:36 | |
mgariepy | andymccr, i'll take care of https://bugs.launchpad.net/openstack-ansible/+bug/1680948 when I have 2 minutes. | 16:36 |
openstack | Launchpad 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 |
evrardjp | I'd rather say high | 16:36 |
andymccr | ok cool thanks mgariepy :) | 16:36 |
evrardjp | thanks mgariepy! | 16:36 |
mgariepy | small doc update :) | 16:36 |
evrardjp | ahah I knew it! :p | 16:36 |
evrardjp | anyway, for the last bug? | 16:36 |
spotz | ooh ohh docs to me!!!! | 16:36 |
evrardjp | Has someone cycles to work on this? | 16:37 |
*** Jack_Iv has joined #openstack-ansible | 16:37 | |
evrardjp | That's gonna be a fun one and important ones | 16:37 |
evrardjp | cloudnull: you are already familiar with it? | 16:37 |
*** Jack_Iv has quit IRC | 16:37 | |
evrardjp | s/ones/one/ | 16:37 |
cloudnull | on what ? | 16:37 |
evrardjp | on https://bugs.launchpad.net/openstack-ansible/+bug/1678165 | 16:38 |
openstack | Launchpad bug 1678165 in openstack-ansible "dynamic_inventory.py container_mtu bug" [High,Confirmed] | 16:38 |
evrardjp | after that we can close the bug triage | 16:38 |
evrardjp | for today | 16:38 |
*** Jack_Iv has joined #openstack-ansible | 16:38 | |
evrardjp | Ok I'll stop pushing :) | 16:38 |
evrardjp | That's all for today | 16:39 |
evrardjp | Thanks everyone! | 16:39 |
evrardjp | #endmeeting | 16:39 |
openstack | Meeting ended Tue Apr 11 16:39:19 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:39 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-04-11-16.01.html | 16:39 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-04-11-16.01.txt | 16:39 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2017/openstack_ansible_meeting.2017-04-11-16.01.log.html | 16:39 |
cloudnull | o/ | 16:39 |
spotz | woot | 16:39 |
spotz | But seriously any doc thingies just assign over if I miss the meeting or whatever | 16:39 |
*** udesale has quit IRC | 16:40 | |
andymccr | excellente thanks spotz :) | 16:40 |
evrardjp | that's cool to hear :) | 16:40 |
*** Jack_Iv has quit IRC | 16:43 | |
spotz | just put good notes in! | 16:44 |
*** gouthamr has quit IRC | 16:47 | |
*** weezS has quit IRC | 16:49 | |
*** winggundamth has joined #openstack-ansible | 16:53 | |
*** karimb has joined #openstack-ansible | 16:55 | |
*** Jack_Iv has joined #openstack-ansible | 17:00 | |
*** mgagne has joined #openstack-ansible | 17:00 | |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server master: Use checksum option when downloading RabbitMQ https://review.openstack.org/455564 | 17:00 |
*** femto has quit IRC | 17:01 | |
*** Jack_Iv has quit IRC | 17:02 | |
*** tonytan4ever has quit IRC | 17:02 | |
*** tonytan4ever has joined #openstack-ansible | 17:02 | |
*** chhavi_ has quit IRC | 17:03 | |
*** hybridpollo has joined #openstack-ansible | 17:08 | |
*** Jack_Iv has joined #openstack-ansible | 17:08 | |
*** hybridpollo has quit IRC | 17:08 | |
*** hybridpollo has joined #openstack-ansible | 17:08 | |
*** Jack_Iv has quit IRC | 17:09 | |
*** gouthamr has joined #openstack-ansible | 17:10 | |
*** hybridpollo has quit IRC | 17:15 | |
*** hybridpollo has joined #openstack-ansible | 17:16 | |
*** hybridpollo has quit IRC | 17:17 | |
*** hybridpollo has joined #openstack-ansible | 17:18 | |
*** piliman974 has joined #openstack-ansible | 17:19 | |
*** electrofelix has quit IRC | 17:21 | |
*** MasterOfBugs has joined #openstack-ansible | 17:41 | |
*** pramodrj07 has joined #openstack-ansible | 17:41 | |
*** vnogin has quit IRC | 17:49 | |
*** weezS has joined #openstack-ansible | 17:50 | |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible master: [DOC] use 127.0.0.1 for mysql connection https://review.openstack.org/455792 | 17:50 |
openstackgerrit | Marc Gariépy proposed openstack/openstack-ansible master: [DOC] use 127.0.0.1 for mysql connection https://review.openstack.org/455792 | 17:50 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-haproxy_server master: Improve role idempotency https://review.openstack.org/455793 | 17:51 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-haproxy_server master: Improve role idempotency https://review.openstack.org/455793 | 17:55 |
*** poopcat has joined #openstack-ansible | 17:58 | |
*** lostRhino has joined #openstack-ansible | 17:59 | |
*** galstrom is now known as galstrom_zzz | 18:04 | |
*** galstrom_zzz is now known as galstrom | 18:04 | |
*** albertcard1 has joined #openstack-ansible | 18:05 | |
*** karimb has quit IRC | 18:06 | |
*** poopcat has quit IRC | 18:06 | |
*** albertcard1 is now known as poopcat | 18:09 | |
lostRhino | After 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 great | 18:13 |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-haproxy_server master: Improve role idempotency https://review.openstack.org/455793 | 18:14 |
*** cathrich_ is now known as cathrichardson | 18:15 | |
*** galstrom is now known as galstrom_zzz | 18:21 | |
*** MasterOfBugs has quit IRC | 18:21 | |
*** pramodrj07 has quit IRC | 18:21 | |
*** galstrom_zzz is now known as galstrom | 18:22 | |
*** cathrichardson has quit IRC | 18:24 | |
*** lucasxu has joined #openstack-ansible | 18:25 | |
*** Jack_Iv has joined #openstack-ansible | 18:26 | |
*** cathrichardson has joined #openstack-ansible | 18:28 | |
*** mgagne_ has joined #openstack-ansible | 18:35 | |
*** mgagne_ is now known as Guest89317 | 18:35 | |
*** stuartgr has quit IRC | 18:38 | |
*** piliman974 has quit IRC | 18:41 | |
*** Guest89317 has quit IRC | 18:46 | |
*** Guest56698 is now known as Vivek | 18:47 | |
*** Vivek has joined #openstack-ansible | 18:48 | |
*** hybridpollo has quit IRC | 18:48 | |
*** hybridpollo has joined #openstack-ansible | 18:48 | |
*** shashank_t_ has joined #openstack-ansible | 18:48 | |
*** shashank_t_ has quit IRC | 18:49 | |
*** vnogin has joined #openstack-ansible | 18:49 | |
*** vnogin has quit IRC | 18:53 | |
*** marst has quit IRC | 18:59 | |
*** sanfern has quit IRC | 19:00 | |
*** sanfern has joined #openstack-ansible | 19:00 | |
*** karimb has joined #openstack-ansible | 19:00 | |
*** sanfern has quit IRC | 19:00 | |
openstackgerrit | Merged openstack/openstack-ansible master: [docs] Add backup information to the OSA Ops Guide https://review.openstack.org/453984 | 19:03 |
*** vnogin has joined #openstack-ansible | 19:06 | |
*** lucasxu has quit IRC | 19:08 | |
*** lucasxu has joined #openstack-ansible | 19:11 | |
*** Jack_Iv has quit IRC | 19:12 | |
*** lostRhino has left #openstack-ansible | 19:13 | |
*** Jack_Iv has joined #openstack-ansible | 19:13 | |
*** acormier has joined #openstack-ansible | 19:14 | |
*** acormier has quit IRC | 19:16 | |
*** acormier has joined #openstack-ansible | 19:18 | |
*** mgagne_ has joined #openstack-ansible | 19:18 | |
*** mgagne_ is now known as Guest4366 | 19:19 | |
*** mgagne has quit IRC | 19:24 | |
*** Guest4366 is now known as mgagne | 19:25 | |
*** mgagne has quit IRC | 19:25 | |
*** mgagne has joined #openstack-ansible | 19:25 | |
*** acormier has quit IRC | 19:25 | |
*** cmart has quit IRC | 19:28 | |
*** cmart has joined #openstack-ansible | 19:29 | |
*** winggundamth has quit IRC | 19:29 | |
*** galstrom is now known as galstrom_zzz | 19:33 | |
*** ianychoi has quit IRC | 19:34 | |
*** ianychoi has joined #openstack-ansible | 19:35 | |
*** pramodrj07 has joined #openstack-ansible | 19:36 | |
*** MasterOfBugs has joined #openstack-ansible | 19:36 | |
*** manheim_ has joined #openstack-ansible | 19:49 | |
*** shardy has quit IRC | 19:50 | |
*** galstrom_zzz is now known as galstrom | 19:51 | |
*** manheim_ has quit IRC | 19:53 | |
*** smatzek has quit IRC | 19:53 | |
*** markvoelker has quit IRC | 19:56 | |
openstackgerrit | Adam Reznechek proposed openstack/openstack-ansible-os_nova master: Remove pypowervm module linking https://review.openstack.org/455350 | 20:02 |
*** Jack_Iv has quit IRC | 20:08 | |
*** Jack_Iv has joined #openstack-ansible | 20:08 | |
*** Jack_Iv has quit IRC | 20:08 | |
*** Jack_Iv has joined #openstack-ansible | 20:08 | |
*** Jack_Iv has quit IRC | 20:09 | |
*** Jack_Iv has joined #openstack-ansible | 20:10 | |
*** Jack_Iv has quit IRC | 20:14 | |
*** sdake has joined #openstack-ansible | 20:24 | |
*** sdake has quit IRC | 20:24 | |
*** sdake has joined #openstack-ansible | 20:24 | |
*** lucasxu has quit IRC | 20:27 | |
*** gouthamr has quit IRC | 20:28 | |
openstackgerrit | Major Hayden proposed openstack/monitorstack master: Add conntrack plugin for monitorstack https://review.openstack.org/455819 | 20:29 |
mhayden | cloudnull: ^^ | 20:29 |
*** lucasxu has joined #openstack-ansible | 20:30 | |
*** retreved has quit IRC | 20:33 | |
*** lucasxu has quit IRC | 20:34 | |
*** lucasxu has joined #openstack-ansible | 20:35 | |
*** karimb has quit IRC | 20:45 | |
*** dmellado has quit IRC | 20:48 | |
*** acormier has joined #openstack-ansible | 20:50 | |
*** acormier_ has joined #openstack-ansible | 20:51 | |
*** acormier_ has quit IRC | 20:54 | |
*** acormier has quit IRC | 20:54 | |
*** karimb has joined #openstack-ansible | 21:05 | |
*** woodard_ has joined #openstack-ansible | 21:05 | |
*** thorst has quit IRC | 21:07 | |
*** woodard has quit IRC | 21:09 | |
*** woodard_ has quit IRC | 21:09 | |
*** lucasxu has quit IRC | 21:12 | |
*** gouthamr has joined #openstack-ansible | 21:13 | |
*** lucasxu has joined #openstack-ansible | 21:16 | |
*** esberglu has quit IRC | 21:19 | |
*** esberglu has joined #openstack-ansible | 21:20 | |
*** acormier has joined #openstack-ansible | 21:23 | |
*** jwitko_ has joined #openstack-ansible | 21:23 | |
*** esberglu has quit IRC | 21:24 | |
*** vcn[m] has quit IRC | 21:30 | |
*** thorst has joined #openstack-ansible | 21:30 | |
*** kong has joined #openstack-ansible | 21:30 | |
*** ZiLi0n has quit IRC | 21:33 | |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: [DOCS] Fix the dead link https://review.openstack.org/455763 | 21:33 |
*** jwitko_ has quit IRC | 21:34 | |
*** thorst has quit IRC | 21:34 | |
*** esberglu has joined #openstack-ansible | 21:35 | |
openstackgerrit | Merged openstack/openstack-ansible master: [DOC] use 127.0.0.1 for mysql connection https://review.openstack.org/455792 | 21:37 |
openstackgerrit | Merged openstack/openstack-ansible master: [DOCS] Fix the dead link https://review.openstack.org/455771 | 21:39 |
*** acormier has quit IRC | 21:45 | |
*** cjloade__ has joined #openstack-ansible | 21:45 | |
*** cjloade__ has quit IRC | 21:45 | |
*** cjloader_ has quit IRC | 21:49 | |
*** esberglu has quit IRC | 21:53 | |
*** lucasxu has quit IRC | 21:58 | |
*** manheim has joined #openstack-ansible | 22:01 | |
*** askb has joined #openstack-ansible | 22:12 | |
*** dgonzalez has quit IRC | 22:24 | |
*** shashank_t_ has joined #openstack-ansible | 22:26 | |
*** dgonzalez has joined #openstack-ansible | 22:28 | |
*** acormier has joined #openstack-ansible | 22:38 | |
*** dixiaoli has joined #openstack-ansible | 22:43 | |
*** manheim has quit IRC | 22:48 | |
*** chris_hultin|AWA is now known as chris_hultin | 22:50 | |
*** chris_hultin is now known as chris_hultin|AWA | 22:55 | |
*** chyka has quit IRC | 23:05 | |
*** chyka has joined #openstack-ansible | 23:05 | |
*** BjoernT has quit IRC | 23:08 | |
*** thorst has joined #openstack-ansible | 23:20 | |
*** thorst has quit IRC | 23:23 | |
*** acormier has quit IRC | 23:27 | |
*** chyka has quit IRC | 23:30 | |
*** dixiaoli has quit IRC | 23:36 | |
openstackgerrit | Jimmy McCrory proposed openstack/openstack-ansible-openstack_hosts master: Refactor host specific kernel module tasks https://review.openstack.org/455851 | 23:37 |
*** vnogin has quit IRC | 23:38 | |
*** jamielennox is now known as jamielennox|away | 23:48 | |
*** woodard has joined #openstack-ansible | 23:51 | |
*** jamielennox|away is now known as jamielennox | 23:51 | |
*** thorst has joined #openstack-ansible | 23:53 | |
*** japestinho has joined #openstack-ansible | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!