Tuesday, 2018-03-20

*** vnogin has joined #openstack-ansible00:00
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files  https://review.openstack.org/55438300:03
*** vnogin has quit IRC00:05
*** flemingo has joined #openstack-ansible00:08
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL  https://review.openstack.org/55400300:12
*** flemingo has quit IRC00:13
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files  https://review.openstack.org/55438300:13
*** michealb has quit IRC00:15
*** michealb has joined #openstack-ansible00:16
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files  https://review.openstack.org/55438300:22
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Allow deployers to define the type to use  https://review.openstack.org/55438900:30
*** flemingo has joined #openstack-ansible00:30
*** flemingo has quit IRC00:34
*** TxGirlGeek has quit IRC00:36
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL  https://review.openstack.org/55400300:38
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files  https://review.openstack.org/55438300:42
*** flemingo has joined #openstack-ansible00:43
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests  https://review.openstack.org/55435000:44
openstackgerritLogan V proposed openstack/ansible-role-systemd_mount master: Add base role tests  https://review.openstack.org/55434900:45
openstackgerritLogan V proposed openstack/ansible-role-systemd_service master: Add base role tests  https://review.openstack.org/55434800:45
*** flemingo has quit IRC00:48
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Allow deployers to define the type to use  https://review.openstack.org/55438900:49
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute  https://review.openstack.org/55427700:49
cloudnulloh cool! the systemd roles are imported :)00:49
logan-yeah :P00:49
logan-i already moved over all of my pull requests https://review.openstack.org/#/q/project:openstack/ansible-role-systemd_networkd but trying to get testing working first00:50
logan-https://review.openstack.org/#/q/status:open+project:%255Eopenstack/ansible-role-systemd.*+(topic:gitreview+OR+topic:zuul)00:50
logan-if we can get the gitreview ones merged that would be helpful00:50
logan-ty00:51
cloudnulllogan-: https://review.openstack.org/#/c/554344 - those handlers are used when the mount has a state of absent00:53
logan-that is the networkd role00:54
logan-they aren't used anywhere in there afaik00:54
cloudnulloh, so it is :)00:54
openstackgerritMerged openstack/ansible-role-systemd_service master: Fix gitreview repo name  https://review.openstack.org/55433700:54
* cloudnull goes and has a nice glass of "shut the hell up".00:55
openstackgerritMerged openstack/ansible-role-systemd_mount master: Fix gitreview repo name  https://review.openstack.org/55433600:55
logan-haha no worries. i always do that stuff starting new roles :P00:56
logan-the networkd role works nice though00:57
logan-except networkd doesn't support half of what i need to do.... so getting off ENI involves moving half of my networking into systemd_service definitions :/00:57
cloudnullyea it worked pretty well. I'm hoping that it'll give us a nice jump start on bionic .00:58
logan-also it seems like it doesnt enforce state on managed interfaces very well in xenial00:58
*** odyssey4me has quit IRC00:59
*** odyssey4me has joined #openstack-ansible00:59
logan-apparently systemd changed it in 228 so it is supposed to ie remove ips from managed interfaces if they are removed from the .network file, but on xenial they just stay there00:59
logan-and xenial is on 229 so idk why00:59
cloudnullyea there are some rough edges with networkd yet, but its getting there.00:59
logan-yeah01:00
cloudnull230+ solves some of that01:00
logan-i wish there was some conditional logic01:00
cloudnullI did this thing while at the ptg https://review.openstack.org/#/c/549007/2/templates/test-networks.service.j201:00
cloudnullfor the test repo , though I think now I'll just convert it to the networkd role01:00
logan-i use BindsTo in service units to bring anycast interfaces up/down if the anycasted service (ie haproxy) dies01:01
cloudnullah cool!01:01
logan-unfortunately cant move those anycast interfaces to networkd yet because it has no abilities like that yet01:01
cloudnullhopefully soon :)01:02
logan-yup01:02
logan-that ptg example is similar to what ive got01:02
logan-https://github.com/Logan2211/ansible-systemd_anycast/blob/master/templates/anycast-interface.service.j201:02
logan-im going to work on switching that oneshot service to use systemd_service role instead though01:03
cloudnullthat's awesome !01:06
cloudnullgreat minds :)01:06
*** flemingo has joined #openstack-ansible01:06
cloudnullthe oneshot service type is super useful.01:07
logan-yeah and the stuff you can do with the various dependency hooks is really handy01:07
logan-like the way that anycasted service works, it won't start until the bindsto service is started, and it will automatically stop if the bindsto service stops01:08
logan-works great for automatically tearing down the bgp advert if the service breaks01:08
logan-or restarts etc01:08
cloudnull++01:09
cloudnullany idea why this might be happening with the lxc images reverse proxy http://logs.openstack.org/03/554003/29/check/openstack-ansible-lxc-dir-opensuse-423/2d1737a/logs/host/aria2c-image-prestage.log.txt.gz  ?01:10
cloudnullgetting a 403 ?01:10
cloudnulli gotta run, dinner time, brb01:10
*** flemingo has quit IRC01:12
openstackgerritMerged openstack/ansible-role-systemd_networkd master: Fix gitreview repo name  https://review.openstack.org/55433501:15
openstackgerritMerged openstack/ansible-role-systemd_networkd master: Remove unused handlers  https://review.openstack.org/55434401:15
logan-hmm no but i wonder if it is the upstream server or the reverse proxy doing that01:15
*** michealb has quit IRC01:16
*** michealb has joined #openstack-ansible01:17
openstackgerritLogan V proposed openstack/ansible-role-systemd_mount master: Add base role tests  https://review.openstack.org/55434901:20
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests  https://review.openstack.org/55435001:20
openstackgerritLogan V proposed openstack/ansible-role-systemd_service master: Add base role tests  https://review.openstack.org/55434801:20
*** flemingo has joined #openstack-ansible01:23
*** flemingo has quit IRC01:27
*** alefra has quit IRC01:29
*** galstrom_zzz is now known as galstrom01:35
*** flemingo has joined #openstack-ansible01:37
cloudnulllogan-: its looks like the reverse proxy.01:41
cloudnullwhen I hit the proxy locally it works fine for both the us and uk urls01:41
cloudnullbut internally it seems to hate me.01:41
*** flemingo has quit IRC01:42
openstackgerritLogan V proposed openstack/ansible-role-systemd_service master: Add base role tests  https://review.openstack.org/55434801:46
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests  https://review.openstack.org/55435001:46
openstackgerritLogan V proposed openstack/ansible-role-systemd_mount master: Add base role tests  https://review.openstack.org/55434901:46
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL  https://review.openstack.org/55400301:47
logan-cloudnull: are you seeing it only on the ovh mirror proxy?01:47
logan-or others too?01:47
cloudnullno. it seems to be anytime the reverse proxy is directly used.01:47
logan-hmm01:48
cloudnullchanged it back to the default functionality URL instead of following the redirect, maybe that'll help01:48
cloudnullbut if i can get that work, then https://review.openstack.org/#/c/554389 will work01:50
cloudnulland nirvana :)01:50
cloudnullnot to say that we'd want to start using various containers together within the same deployment, but we could.01:50
cloudnulllocally `openstack-ansible containers-deploy.yml -e lxc_user_defined_container=suse-42.yml` on a ubuntu host works great01:51
cloudnullsuse utility, cent galera, ubuntu openstack all working together. on the same host.01:52
*** flemingo has joined #openstack-ansible01:52
logan-nice01:52
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Convert role to use a common systemd init role  https://review.openstack.org/55291401:55
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance master: Convert role to use a common systemd init role  https://review.openstack.org/55105301:57
*** flemingo has quit IRC01:57
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance master: Convert systemd mount to use a common role  https://review.openstack.org/55218501:57
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance master: Convert systemd mount to use a common role  https://review.openstack.org/55218501:58
openstackgerritLogan V proposed openstack/ansible-role-systemd_mount master: Add base role tests  https://review.openstack.org/55434901:58
openstackgerritLogan V proposed openstack/ansible-role-systemd_service master: Add base role tests  https://review.openstack.org/55434801:59
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests  https://review.openstack.org/55435001:59
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_aodh master: Convert role to use a common systemd init role  https://review.openstack.org/55206201:59
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_barbican master: Convert role to use a common systemd init role  https://review.openstack.org/55207102:00
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_nova master: Convert role to use a common systemd init role  https://review.openstack.org/46617902:01
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Convert role to use a common systemd role(s)  https://review.openstack.org/55204702:03
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Converge distro interfaces to systemd-networkd  https://review.openstack.org/55272102:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Convert role to use a common systemd role(s)  https://review.openstack.org/55204702:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Converge distro interfaces to systemd-networkd  https://review.openstack.org/55272102:08
*** flemingo has joined #openstack-ansible02:08
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: Use production like interfaces in the gate  https://review.openstack.org/55363602:09
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: zuul: Make openSUSE a voting job  https://review.openstack.org/55297702:09
cloudnullalright, sorry for all the spam.02:09
cloudnullmuch rebasing02:09
*** galstrom is now known as galstrom_zzz02:12
*** flemingo has quit IRC02:13
*** chyka_ has joined #openstack-ansible02:15
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests  https://review.openstack.org/55435002:17
openstackgerritLogan V proposed openstack/ansible-role-systemd_service master: Add base role tests  https://review.openstack.org/55434802:17
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL  https://review.openstack.org/55400302:18
openstackgerritLogan V proposed openstack/ansible-role-systemd_mount master: Add base role tests  https://review.openstack.org/55434902:18
*** chyka has quit IRC02:18
cloudnulllogan-: have you seen http://logs.openstack.org/21/552721/11/check/openstack-ansible-deploy-aio_lxc-ubuntu-xenial/9e6aeea/job-output.txt.gz#_2018-03-20_02_19_24_496131 in the networkd role ?02:21
*** chyka_ has quit IRC02:22
*** sawblade_ has joined #openstack-ansible02:24
cloudnullnevermind you already fixed it02:24
*** sawblade6 has quit IRC02:27
openstackgerritMerged openstack/ansible-role-systemd_networkd master: Correctly support list of string prefixes  https://review.openstack.org/55434002:28
openstackgerritMerged openstack/ansible-role-systemd_networkd master: Use the correct var to calculate address prefix  https://review.openstack.org/55434202:28
*** jbadiapa has quit IRC02:29
*** dave-mccowan has quit IRC02:31
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_keystone master: Convert role to use a common systemd init role  https://review.openstack.org/55291402:32
*** flemingo has joined #openstack-ansible02:35
logan-yeah :)02:39
*** flemingo has quit IRC02:39
*** yolanda has quit IRC02:44
*** galstrom_zzz is now known as galstrom02:44
*** flemingo has joined #openstack-ansible02:44
*** yolanda has joined #openstack-ansible02:45
*** flemingo has quit IRC02:48
openstackgerritLogan V proposed openstack/openstack-ansible-tests master: Add systemd roles to required projects  https://review.openstack.org/55440202:49
openstackgerritLogan V proposed openstack/ansible-role-systemd_mount master: Add base role tests  https://review.openstack.org/55434902:49
openstackgerritLogan V proposed openstack/ansible-role-systemd_service master: Add base role tests  https://review.openstack.org/55434802:49
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests  https://review.openstack.org/55435002:50
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL  https://review.openstack.org/55400302:50
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL  https://review.openstack.org/55400302:52
*** yolanda has quit IRC02:53
*** yolanda has joined #openstack-ansible02:54
*** flemingo has joined #openstack-ansible02:58
*** flemingo has quit IRC03:03
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests  https://review.openstack.org/55435003:05
openstackgerritLogan V proposed openstack/ansible-role-systemd_mount master: Add base role tests  https://review.openstack.org/55434903:07
openstackgerritLogan V proposed openstack/ansible-role-systemd_service master: Add base role tests  https://review.openstack.org/55434803:07
*** zerick has quit IRC03:14
*** zerick has joined #openstack-ansible03:18
*** flemingo has joined #openstack-ansible03:19
*** zerick has quit IRC03:20
logan-cloudnull: http://logs.openstack.org/50/554350/8/check/openstack-ansible-functional-centos-7/18759d0/job-output.txt.gz#_2018-03-20_03_18_41_12420203:21
logan-orly?03:21
cloudnullyea, centos requires the package systemd-networkd and systemd-resolvd to be installed03:22
cloudnullhttps://review.openstack.org/#/c/552721/11/tests/roles/bootstrap-host/vars/redhat.yml03:22
logan-ah ok03:23
*** flemingo has quit IRC03:23
*** chyka has joined #openstack-ansible03:23
logan-so all 3 roles are to a point now where they execute a basic playbook with no config so all of the tasks just skip. any ideas for some simple baseline testing on _mount and _service? network should be easy enough just not sure about the other 203:24
cloudnullfor mount we could do something like https://review.openstack.org/#/c/552047/26/tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml03:26
cloudnullmaybe https://review.openstack.org/#/c/552047/26/tests/roles/bootstrap-host/tasks/prepare_loopback_swap.yml too given that swap is a special case mount03:26
*** chyka has quit IRC03:28
cloudnullservice we could probably do a oneshot service and some bogus service using a while loop ?03:28
*** flemingo has joined #openstack-ansible03:30
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Install required distro packages on RHEL  https://review.openstack.org/55440803:31
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests  https://review.openstack.org/55435003:31
*** michealb has quit IRC03:33
logan-ok cool that looks easy enough on mount03:34
*** michealb has joined #openstack-ansible03:34
*** flemingo has quit IRC03:35
openstackgerritLogan V proposed openstack/ansible-role-systemd_service master: Add base role tests  https://review.openstack.org/55434803:39
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Add base role tests  https://review.openstack.org/55435003:40
openstackgerritLogan V proposed openstack/ansible-role-systemd_mount master: Add base role tests  https://review.openstack.org/55434903:41
*** flemingo has joined #openstack-ansible03:49
*** galstrom is now known as galstrom_zzz03:51
*** flemingo has quit IRC03:53
openstackgerritLogan V proposed openstack/ansible-role-systemd_mount master: Add base role tests  https://review.openstack.org/55434904:00
openstackgerritLogan V proposed openstack/ansible-role-systemd_service master: Add base role tests  https://review.openstack.org/55434804:01
*** vnogin has joined #openstack-ansible04:01
*** flemingo has joined #openstack-ansible04:03
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Convert lxc_hosts role to use simple download URL  https://review.openstack.org/55400304:03
*** vnogin has quit IRC04:06
*** poopcat has quit IRC04:06
*** flemingo has quit IRC04:07
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files  https://review.openstack.org/55438304:13
*** armaan has quit IRC04:17
*** armaan has joined #openstack-ansible04:18
*** indistylo has joined #openstack-ansible04:25
*** armaan has quit IRC04:25
*** armaan has joined #openstack-ansible04:26
*** radeks_ has joined #openstack-ansible04:33
*** michealb has quit IRC04:34
*** radeks__ has joined #openstack-ansible04:34
*** michealb has joined #openstack-ansible04:35
*** radeks_ has quit IRC04:37
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_hosts master: Split the container and host variable files  https://review.openstack.org/55438304:40
*** chhagarw has joined #openstack-ansible04:49
*** flemingo has joined #openstack-ansible04:57
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-lxc_container_create master: Allow deployers to define the container type  https://review.openstack.org/55438904:59
*** flemingo has quit IRC05:02
xdfilAnyone who's been to a openstack summit before:05:04
xdfilis the schedule just for convenience or do you actually have to register for sessions?05:05
cloudnullits just for convenience05:15
*** ANKITA has joined #openstack-ansible05:16
cloudnullon sched you can set your schedule which is useful as a speaker when gauging the size of the audience, and useful as an attender to see what folks are interested in05:16
cloudnullbut its not like you MUST register to attend05:16
xdfilahh05:17
xdfilred hat summit you MUST05:17
xdfilif you dont register for sessions early you get stuck with lame ones05:17
xdfilbut man oh man, lots of cool stuff on the schedule05:17
cloudnullnope. its very open. drop-in's are very welcome05:17
xdfilI have so many conflicts... tough choices to be made05:18
xdfilmonday especially05:18
cloudnullgo to one talk, and if you don't like it bounce to another one05:18
xdfilI can do a half-and-half ! lol05:18
cloudnullyou could , if you wanted to05:18
xdfili'm pretty sure I would be deeply interested in both05:19
xdfilenough so that I wouldnt want to leave once it started05:19
cloudnullyea picking sessions can be hard.05:19
cloudnullespecially if there are good one all at the same time05:20
cloudnullthat said, you can always watch it later05:20
cloudnullthe main sessions are recorded05:20
cloudnulland uploaded to youtube 15-20 min after05:20
xdfilahh they record them aye?05:20
cloudnullthey do05:20
cloudnullmost all of the conference talks are recorded.05:21
xdfilso I remember last time I went to Red Hat summit. At the begining I was snapping photos of slides05:21
xdfiland they were saying " we will upload the slide decks so you dont have to take pictures"05:21
xdfilso I stopped05:21
xdfilbut then after I never found the decks lol05:22
xdfilI'll admit i didn't try that hard05:22
cloudnullthe foundation and crew record and upload all of the talks .05:22
xdfilbut I feel I tried enough lol05:22
cloudnullso its out of the speakers hands ;)05:22
cloudnullexample from sydney https://www.openstack.org/videos/sydney-2017/openstack-ansible-project-update05:23
cloudnullif you had not seen it before05:23
xdfilIn your opinion would you lean more towards practical sessions, closely related to your strengths, things you could implement quickly...05:24
xdfilor things you are interested in but know less about05:25
cloudnulli tend to float back and forth05:26
xdfiloh you and evrard presented at Sydney heh05:26
xdfilcool05:26
cloudnullI'll go to session i know nothing about just to learn05:26
cloudnullthen go to something im knee deep in to see whats next05:26
xdfilI'll just put something from both categories on my schedule and go with how I'm feeling then05:27
xdfilsince there's no commitment05:29
*** armaan has quit IRC05:31
*** armaan has joined #openstack-ansible05:31
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance master: Convert role to use a common systemd init role  https://review.openstack.org/55105305:34
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_glance master: Convert systemd mount to use a common role  https://review.openstack.org/55218505:34
*** michealb has quit IRC05:35
*** michealb has joined #openstack-ansible05:36
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible master: common-tasks: Container Start/Stop conditions  https://review.openstack.org/55309405:37
*** flemingo has joined #openstack-ansible05:50
*** armaan has quit IRC05:53
*** armaan has joined #openstack-ansible05:54
*** flemingo has quit IRC05:54
*** aruns has joined #openstack-ansible05:59
*** indistylo has quit IRC06:01
*** armaan has quit IRC06:02
*** masber has quit IRC06:12
*** Jack_Iv has joined #openstack-ansible06:22
*** Jack_Iv has quit IRC06:26
*** flemingo has joined #openstack-ansible06:38
*** flemingo has quit IRC06:42
*** masber has joined #openstack-ansible06:44
*** gaoyan has joined #openstack-ansible06:46
*** masber has quit IRC06:47
*** masber has joined #openstack-ansible06:47
*** jbadiapa has joined #openstack-ansible06:53
niraj_singhhow can we manage the conf option from other projects like keystone, rabbitMQ ets. Can we dynamically provide the conf options or value.06:58
*** flemingo has joined #openstack-ansible06:59
*** chyka has joined #openstack-ansible07:00
*** radeks_ has joined #openstack-ansible07:02
*** chyka has quit IRC07:04
*** flemingo has quit IRC07:04
*** radeks__ has quit IRC07:05
*** sar has joined #openstack-ansible07:08
*** flemingo has joined #openstack-ansible07:10
*** flemingo has quit IRC07:14
*** hamza21 has joined #openstack-ansible07:20
*** michealb has quit IRC07:24
*** armaan has joined #openstack-ansible07:25
*** flemingo has joined #openstack-ansible07:26
evrardjpgood morning07:29
evrardjpniraj_singh: yes we can07:30
evrardjpwith config_template07:30
*** aojea has joined #openstack-ansible07:30
niraj_singheverardjp: how can we do that?07:31
*** ivve has joined #openstack-ansible07:31
*** flemingo has quit IRC07:31
*** pcaruana has joined #openstack-ansible07:34
niraj_singheverardjp: can you please give me a brief about config_template. Means how it works.07:35
niraj_singhany ref?07:35
evrardjpniraj_singh: for pinging me, you should use my nickname, works better :)07:36
evrardjphttps://docs.openstack.org/openstack-ansible/latest/reference/configuration/using-overrides.html07:37
niraj_singhevrardjp: thanks.07:39
*** flemingo has joined #openstack-ansible07:40
*** flemingo has quit IRC07:45
*** mbuil has joined #openstack-ansible07:47
*** PTO has joined #openstack-ansible07:49
PTOI need to add an additional ceph OSD to my existing openstack cluster. Is this the rigt way? 1) openstack-ansible setup-hosts.yml --limit localhost,cloudsrv006 2) openstack-ansible setup-infrastructure.yml --limit localhost,cloudsrv00607:53
*** shardy has joined #openstack-ansible07:54
evrardjpPTO: I'd say I guess, but if you don't use limits you're sure it will work07:54
evrardjpor at least you're sure it will take your changes.07:55
evrardjpniraj_singh: yw :)07:55
evrardjpniraj_singh: I am not sure to understand your initial question, so if you pinpoint more clearly, I can help you better.07:55
evrardjpIf it's for masakari07:55
PTOevrardjp: Is it safe not not to use limits? I ran in to trouble at setup-hosts.yml because it made duplicates in /etc/hosts file07:56
evrardjpPTO that's not normal, there should be no duplicates in /etc/hosts file07:56
evrardjpall the things should be idempotent07:56
PTOevrardjp: Im pretty sure it will break. I have digged in the playbook and it copyes a script which generate hosts entities and append them to the hosts file07:58
PTOevrardjp: https://github.com/openstack/openstack-ansible-openstack_hosts/blob/master/templates/openstack-host-hostfile-setup.sh.j208:00
PTOevrardjp: Or maybe not. I guess its was due to the inventory error i had at some time08:01
*** armaan has quit IRC08:02
*** ekan has joined #openstack-ansible08:06
*** epalper has joined #openstack-ansible08:07
*** flemingo has joined #openstack-ansible08:07
*** shardy has quit IRC08:08
evrardjpPTO yes that script adds stuff in an idempotent way, or at least it should.08:08
adrianrezaHi evrardjp I'm trying install osa from stable/queens branch. I got error from os_nova install distro task. http://paste.openstack.org/show/705716/08:09
adrianrezamaybe some dependencies issue with qemu-block-extra08:10
adrianrezaqemu-block-extra : Depends: librbd1 (>= 12.0.3) but 10.2.10-1xenial is to be installed08:10
adrianrezahow to solve the error?08:10
*** flemingo has quit IRC08:12
*** armaan has joined #openstack-ansible08:13
*** shardy has joined #openstack-ansible08:13
PTOevrardjp: If you E.g. have a container which has failed and you need to rebuild it with (lxc-container-create.yml), will this generate a new IP for the container? If so, it will break the hosts file as there will be two entries for the same container08:14
*** flemingo has joined #openstack-ansible08:18
PTOevrardjp: ceph-install.yml --limit localhost,cloudsrv006 failed: http://termbin.com/t2zw - It worked without limit and added the new OSD correct08:21
*** gkadam has joined #openstack-ansible08:22
*** flemingo has quit IRC08:23
*** admin0 has joined #openstack-ansible08:23
*** shardy is now known as shardy_afk08:26
*** gaoyan has quit IRC08:28
evrardjpPTO I think you're hitting a bug where we regenerate the new IP of the container. a bugfix  is currently under development08:29
evrardjpit should be re-using the IP.08:29
*** redondo-mk has quit IRC08:30
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-specs master: Add spec to refactor the dynamic inventory  https://review.openstack.org/55445308:30
*** redondo-mk has joined #openstack-ansible08:31
evrardjpadrianreza: mmm.  I don't know let me check if we have that in gates.08:31
evrardjpadrianreza: interesting we didn't have that yesterday, and todays results for ceph are not yet up08:33
evrardjpI don't have any cycle to help you right now, but it's maybe worth pinging andymccr to see if he had recent issues with ceph package install on ubuntu08:33
adrianrezaevrardjp I checked librbd1 10.2.10-1 installed by ceph-deploy, I'm following admin0 notes https://www.openstackfaq.com/openstack-ansible-ceph/ with https://www.openstackfaq.com/ceph-setup-ubuntu-three-node/08:34
admin0morning08:34
adrianrezamorning admin008:35
adrianrezaHi admin0 I use your guide to install osa with ceph-deploy08:35
admin0adrianreza, that is a ceph setup where you want to have ceph under your control and not via osa08:36
adrianrezaadmin0, yes I understand it was like external ceph for OSA right?08:37
admin0right08:37
adrianrezaI used ceph-deploy 1.5.39 with jewel release08:37
admin0i am since yesterday working on updating that guide, but for queens and using bluestore08:37
*** electrofelix has joined #openstack-ansible08:38
adrianrezaadmin0 so I need to use ceph-deploy 2.0.0 with luminous release?08:38
Taseerevrardjp: good morning. may I ask, how much further would my patch be hanging ?08:39
evrardjpgood question Taseer . I should not let it hang.08:39
evrardjpIts just I am pretty busy.08:39
evrardjpdoing my best.08:40
niraj_singhevrardjp: like some of the config option in any role are coming of different project or role like keystone and rabbitmq related conf options. So can we pass these conf options from outside or can we access these conf options from the related role?08:40
evrardjpniraj_singh: you have group vars that should help you08:40
evrardjpthey can be used to pass along things08:41
evrardjpif it's just for a role test itself, we are arbitrary passing those variables with a variable file within our openstack-ansible-tests repo.08:41
adrianrezaadmin0, will you use ceph-deploy or ceph-ansible for updating your guide?08:42
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: Integrate Congress with OSA.  https://review.openstack.org/50397108:42
admin0ceph-ansible08:42
*** armaan has quit IRC08:43
evrardjpTaseer: I've just updated your patch. With the fact it's in experimental, it can now merge until I fixed tempest.08:43
admin0ceph-deploy is still manual .. works in small but there is benefit moving to ceph-ansible08:43
evrardjpI would then request for some help on making it go back into checks.08:43
*** armaan has joined #openstack-ansible08:43
niraj_singhevrardjp: ok, so if we want to use any conf option like "keystone_service_internaluri_insecure" and if it is define in group vars. we can access it right?08:44
PTOevrardjp: Are there any plans to include monasca into the project?08:45
evrardjpniraj_singh: depends on which group it's scoped. if it's in all yes you can use it.08:45
niraj_singhor it will take that conf option value from group vars right.08:45
adrianrezaadmin0, ceph-ansible via osa or standalone ceph-ansible? how to install ceph via osa?08:45
evrardjpPTO monasca is a role that's currently unmaintained.08:45
admin0standalone ceph-ansible08:46
evrardjpPTO You can probably deploy it, but you probably have to work on it.08:46
evrardjppatches welcome!08:46
evrardjpour main monasca contributor is not working on OSA anymore08:46
evrardjpnor anything openstack08:46
evrardjpadmin0: adrianreza openstack-ansible is merely using ceph-ansible, all the vars of ceph-ansible can be used. Not sure why you'd do some kind of wiring of inventory yourself, but feel free :)08:48
*** flemingo has joined #openstack-ansible08:48
admin0evrardjp, my case is single ceph cluster, multiple OSA installs sharing it08:48
admin0whcih is why i want a bit more "outside" control on it08:49
niraj_singhevrardjp: under all group var there are yml files related to different roles. so it means we can access the conf options from other roles that is defined under all group var.08:50
evrardjpniraj_singh: it's easier to track taht way08:50
evrardjpbut they are all under 'all' which makes the var available to all hosts.08:51
niraj_singhevrardjp:ok,08:51
adrianrezaevrardjp yes I'm aware of use ceph-ansible on osa but I have limited nodes, only 3 nodes (1 infra and 2 computes) and these 3 nodes I use as ceph cluster also08:53
*** ibmko has quit IRC08:53
*** flemingo has quit IRC08:53
adrianrezaI know this is not right, but planned to scale later08:53
*** shardy_afk is now known as shardy08:54
Taseerevrardjp: ok thanks !08:55
adrianrezaevrardjp, if I use ceph-ansible via osa, can osd_hosts same nodes as infra and compute?08:55
evrardjpyou can do whatever you like. Would it be smart to run it on the same nodes as infra or compute? That's a question I'll not answer.08:57
evrardjpadrianreza: if you want your life to be simpler, don't use ceph for a 3 node cluster.08:59
*** flemingo has joined #openstack-ansible08:59
evrardjpjust my personal opinion08:59
admin0adrianreza, what is your cluster size, workload, SLA expectations etc09:00
*** jiaopengju_ is now known as jiaopengju09:02
adrianrezaevrardjp, thanks for your opinion I really apreciate it. I personally want to follow OSA standard with separate infra compute nodes with ceph09:03
*** flemingo has quit IRC09:04
adrianrezabut right now we only have 3 nodes for openstack09:04
hwoaranggood m orning09:04
hwoarangodyssey4me: evrardjp: any opinions about https://review.openstack.org/#/c/549617/ ? epalper needs it for queens but i am not sure if that qualifies as a stable backport. what do you think09:05
adrianrezaadmin0, for first phase this is only for our private cloud, we only have 3 nodes, but later we want to deploy multi-site osa09:06
admin0adrianreza, if you have 2 disks per compute, you can use 1 disk for os , 1 pass to ceph09:07
adrianrezaadmin0, our expectation include using it as big data workload for our customers09:07
admin0that way , each compute (2nd disk) is also an osd09:07
admin0but all these "choices" depends on the expected growth, performance expectations etc09:08
adrianrezaadmin0, yes it is exactly like that, 2nd disk for ceph in computes09:08
adrianrezaadmin0, although I know that is not the best about performance and scalability things09:09
admin0how many osds and whats the network card like09:10
openstackgerritPeriyasamy Palanisamy proposed openstack/openstack-ansible-os_neutron stable/queens: add ml2 config for networking bgpvpn  https://review.openstack.org/54961709:10
admin0you can always move to ceph later on as well . add it .. for 3 nodes, i do not think this is the best choice .. you will get to a state "is it working.. yes, can we use it .. no " due to performance and other overheads09:11
admin0can also decide to stick to lvm/nfs/iscsi and when growth is there, move to ceph09:11
adrianrezaadmin0, rite now I use 1 osd disks and 10G card09:11
adrianrezaadmin0, how hard to move from lvm to ceph, as I really never do that before09:13
adrianrezaadmin, maybe I can talk to my employer to use lvm first and ceph later when the cluster available09:14
admin0depends .. if its cinder cinder, mount both, rsync :)09:14
admin0for big data you might need sequential iops . one raid10 ssd on lvm will be faster than ceph09:15
admin0plus due to small size, on raid 10, you use 2 copies vs 3 and get more space to play around09:15
*** PTO has quit IRC09:22
*** PTO has joined #openstack-ansible09:23
adrianrezaadmin0, I mean with osa, if I add ceph cluster later, is it just add osd hosts or add cinder backend to configuration?09:24
admin0yu have to add a new block in cinder and rerun cinder playbook09:25
admin0so that you can have multi cinder backends09:25
evrardjphwoarang: we can think of a backport later, but that's not good as it is right now09:26
evrardjppulling master into stable branches, where we try to be more stable...09:27
*** flemingo has joined #openstack-ansible09:27
evrardjpoh it's a cherry pick09:27
evrardjpmy bad09:27
adrianrezaadmin0, for live migration, can I do it from lvm to ceph backend? or I need to do cold migration from lvs/nfs to ceph?09:27
hwoarangevrardjp: yep, a big backport :)09:27
admin0adrianreza, your instances still stay at the compute node and cinder uses lvm to start with . when you add in ceph later, then cinder will move to ceph .. and u can rsync .. there u can decide if nova also needs to move to ceph . if yes, then possibly recreate the instances again09:29
*** flemingo has quit IRC09:31
evrardjphwoarang: I am fine with the backport in itself, we are at the beggining of the cycle, and it's not that big of a backport (no structural changes). I'd like to avoid it, but I know it's sometimes not possible.09:31
*** ibmko has joined #openstack-ansible09:32
hwoarangok09:33
*** flemingo has joined #openstack-ansible09:36
*** armaan has quit IRC09:38
*** armaan has joined #openstack-ansible09:39
adrianrezaadmin0 thanks for your guide, I think I need some rearrange deployment plan for my case09:40
*** flemingo has quit IRC09:40
admin0adrianreza, if performance is your goal for big data, ceph is not the way to go currently09:40
openstackgerritPeriyasamy Palanisamy proposed openstack/openstack-ansible-os_neutron stable/queens: add ml2 config for networking bgpvpn  https://review.openstack.org/54961709:47
*** vnogin has joined #openstack-ansible09:51
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-os_rally master: Add openSUSE support  https://review.openstack.org/55448509:51
*** hamza21 has quit IRC09:53
*** flemingo has joined #openstack-ansible09:53
*** flemingo has quit IRC09:57
*** flemingo has joined #openstack-ansible10:05
*** alefra has joined #openstack-ansible10:06
*** flemingo has quit IRC10:09
openstackgerritJakub Jursa proposed openstack/openstack-ansible-os_nova stable/queens: added missing 'insecure' option to glance section  https://review.openstack.org/55449110:12
openstackgerritJakub Jursa proposed openstack/openstack-ansible-os_nova master: added missing 'insecure' option to glance section  https://review.openstack.org/55449210:12
*** chyka has joined #openstack-ansible10:13
*** chyka has quit IRC10:19
*** savvas has joined #openstack-ansible10:22
openstackgerritPeriyasamy Palanisamy proposed openstack/openstack-ansible-os_neutron master: add networking-bgpvpn repo correctly for the tests  https://review.openstack.org/55449410:28
*** gameon has joined #openstack-ansible10:29
openstackgerritJakub Jursa proposed openstack/openstack-ansible-plugins stable/queens: Fixed insecure passing in keystone module  https://review.openstack.org/55449610:30
*** alefra has quit IRC10:31
*** flemingo has joined #openstack-ansible10:34
*** ekan has quit IRC10:35
*** flemingo has quit IRC10:39
*** savvas has quit IRC10:43
*** masber has quit IRC10:43
*** flemingo has joined #openstack-ansible10:46
*** armaan has quit IRC10:46
*** michealb has joined #openstack-ansible10:46
*** flemingo has quit IRC10:50
*** flemingo has joined #openstack-ansible10:52
*** savvas has joined #openstack-ansible10:52
*** savvas_ has joined #openstack-ansible10:54
*** flemingo has quit IRC10:57
*** savvas has quit IRC10:57
*** chhagarw has quit IRC11:01
openstackgerritMerged openstack/openstack-ansible-memcached_server master: [CVE-2018-1000115] memcached: restrict to TCP  https://review.openstack.org/55182311:02
*** masber has joined #openstack-ansible11:08
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: [Docs] Flatten out monitoring  https://review.openstack.org/55344611:08
*** masuberu has joined #openstack-ansible11:12
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: [Docs] Move upgrade guides into ops  https://review.openstack.org/55347211:14
*** masber has quit IRC11:14
*** flemingo has joined #openstack-ansible11:15
*** ansmith has quit IRC11:17
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: [Docs] Merge advanced configuration into reference  https://review.openstack.org/55348111:17
*** ANKITA has quit IRC11:18
*** flemingo has quit IRC11:19
*** michealb has quit IRC11:22
*** flemingo has joined #openstack-ansible11:22
*** pcaruana has quit IRC11:23
openstackgerritLogan V proposed openstack/ansible-role-systemd_networkd master: Install required distro packages on RHEL  https://review.openstack.org/55440811:24
*** flemingo has quit IRC11:27
*** vnogin has quit IRC11:30
*** vnogin has joined #openstack-ansible11:31
*** vnogin has quit IRC11:32
*** vnogin has joined #openstack-ansible11:33
openstackgerritMerged openstack/openstack-ansible-tests master: Add systemd roles to required projects  https://review.openstack.org/55440211:34
*** chyka has joined #openstack-ansible11:35
*** chyka has quit IRC11:39
*** flemingo has joined #openstack-ansible11:40
*** aruns has quit IRC11:43
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible master: [Docs] Simplify overview page  https://review.openstack.org/55210311:45
*** flemingo has quit IRC11:45
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible stable/queens: [Docs] Backport Master structure  https://review.openstack.org/55451011:47
*** armaan has joined #openstack-ansible11:48
hwoarangcloudnull: re https://review.openstack.org/#/c/552721/11 shouldn't you do something similar for the lxc_hosts role?11:49
hwoarangcloudnull: seems like opensuse still randomly fails when performing any sort of network op inside the container :(11:50
hwoarangand i've no clue why it only happens in the integrated repo this is so annoying11:50
evrardjphwoarang: thanks for the suse testing on the rebased patchsets11:52
hwoarangno we are just missing something to make it work :/11:53
hwoarang*np11:53
*** flemingo has joined #openstack-ansible11:54
*** pcaruana has joined #openstack-ansible11:55
Taseerevrardjp odyssey4me now the long awaited +2 please :)11:57
*** flemingo has quit IRC11:59
*** aojea has quit IRC12:02
*** flemingo has joined #openstack-ansible12:04
*** chhagarw has joined #openstack-ansible12:07
*** flemingo has quit IRC12:09
*** odyssey4me has quit IRC12:11
*** odyssey4me has joined #openstack-ansible12:11
*** aojea has joined #openstack-ansible12:14
*** gameon has quit IRC12:16
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_glance master: [WIP] Use a common python build/install role for source-base deployment  https://review.openstack.org/55134412:16
*** indistylo has joined #openstack-ansible12:19
*** sawblade6 has joined #openstack-ansible12:20
*** sawblade_ has quit IRC12:20
*** indistylo has quit IRC12:24
odyssey4mehwoarang evrardjp and any other cores around today, I'd like some input for the two approaches outlined in https://etherpad.openstack.org/p/osa-source-deploy-role-planning for the python build simplification... please take a look and add questions, thoughts or votes12:25
odyssey4meevrardjp if you don't mind - I'd like to raise it in the meeting later today for more eyes12:27
*** flemingo has joined #openstack-ansible12:28
hwoarangwill try to look at it in a bit12:28
*** indistylo has joined #openstack-ansible12:31
evrardjpodyssey4me: great.12:31
evrardjpI am refactoring the agenda page to explain how we do things now12:31
evrardjpit's a good example!12:31
*** flemingo has quit IRC12:33
evrardjpodyssey4me: finishing my edit real quick12:33
*** openstackgerrit has quit IRC12:33
*** flemingo has joined #openstack-ansible12:39
MiougeI see that #517856 “Ceph RadosGW integration” got merged 2 weeks ago. Thanks everyone! I guess it will be in the R release?12:40
*** flemingo has quit IRC12:44
odyssey4meMiouge yep, it's in Rocky now12:45
*** indistylo has quit IRC12:49
*** indistylo has joined #openstack-ansible12:50
*** savvas_ has quit IRC12:57
*** alefra has joined #openstack-ansible12:57
*** flemingo has joined #openstack-ansible13:00
*** savvas has joined #openstack-ansible13:03
*** ansmith has joined #openstack-ansible13:03
*** flemingo has quit IRC13:05
*** savvas has quit IRC13:07
*** savvas has joined #openstack-ansible13:08
*** haad1 has joined #openstack-ansible13:10
haad1hi13:10
haad1We are trying to deploy neutron with OSA13:10
haad1while we install agents to neutron net server and neutron api on api servers13:11
*** flemingo has joined #openstack-ansible13:11
*** vnogin has quit IRC13:14
*** flemingo has quit IRC13:15
*** yifei has quit IRC13:21
*** yifei has joined #openstack-ansible13:22
*** vnogin has joined #openstack-ansible13:22
*** throwsb1 has joined #openstack-ansible13:22
*** armaan has quit IRC13:24
*** armaan has joined #openstack-ansible13:25
*** aruns__ has joined #openstack-ansible13:25
*** indistylo has quit IRC13:28
*** vnogin has quit IRC13:30
*** vnogin has joined #openstack-ansible13:31
evrardjphaad1: that's doable you just have to make sure your agents are on a separate host I guess13:34
*** esberglu has quit IRC13:39
*** jwitko has joined #openstack-ansible13:39
*** BjoernT has joined #openstack-ansible13:40
*** esberglu has joined #openstack-ansible13:42
*** jwitko has quit IRC13:42
*** jwitko has joined #openstack-ansible13:43
haad1yeah that's the plan13:43
haad1I was not very clear13:43
haad1I have trouble with env.d/neutron.yml13:44
haad1I don't know how to split it in a way that I will be able to deploy agents on a different host13:44
*** openstackgerrit has joined #openstack-ansible13:47
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible master: [DNM] - Testing AIO on openSUSE  https://review.openstack.org/50745113:47
*** vnogin has quit IRC13:50
*** flemingo has joined #openstack-ansible13:50
*** vnogin has joined #openstack-ansible13:52
*** SamYaple has quit IRC13:52
haad1I have made something like this13:54
haad1https://gist.github.com/haad/aefbfaa72aa9de61b8293af6e8dd368413:54
*** flemingo has quit IRC13:55
*** alefra has quit IRC13:58
*** PTO has quit IRC14:03
evrardjphaad1: could you show your openstack_user_config and/or your conf.d ?14:04
*** savvas_ has joined #openstack-ansible14:06
*** flemingo has joined #openstack-ansible14:06
haad1evrardjp: https://gist.github.com/haad/aefbfaa72aa9de61b8293af6e8dd368414:08
*** savvas has quit IRC14:09
*** SamYaple has joined #openstack-ansible14:11
*** flemingo has quit IRC14:11
*** kstev has joined #openstack-ansible14:12
evrardjphaad1: you made it very complex14:15
evrardjpand you have the same address for both external and internal vip14:16
evrardjpnot a great idea14:16
haad1yeah we have stupidly complex architecture14:17
haad1but we can't change it now as it's already running14:17
evrardjpand the only thing that bother you is, I guess, the fact that the neutron server runs on the same node14:18
haad1but we are looking to replace our own deployment14:18
evrardjpas neutron_agent14:18
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: [DNM]: testing random things  https://review.openstack.org/55456014:18
haad1yeah14:18
*** chyka has joined #openstack-ansible14:18
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible master: [DNM] - Testing AIO on openSUSE  https://review.openstack.org/50745114:18
evrardjpI'd simply your neutron.yml14:18
evrardjpenv.d14:18
haad1default setup deploys neutron_server and neutron_agents on management node14:19
evrardjpwait14:19
spotzhwoarang: You want me to re-word stuff or just comment on your docs patch?14:20
hwoarangspotz: whatever you want :)14:20
spotzhwoarang: :)14:20
evrardjphaad1: I have to try it locally14:21
evrardjpjust a sec14:21
*** pcaruana has quit IRC14:21
Tahvokevrardjp: I'm joining haad1's question. I have not found a way to split api from agents14:21
TahvokNot that we need it right now, but we might in the future14:22
*** chyka has quit IRC14:23
TahvokThe problem is that management server might be too busy already, to also handle all the neutron traffic. Splitting is what is usually suggested, even in official docs14:23
*** armaan has quit IRC14:25
*** armaan has joined #openstack-ansible14:25
haad1yeah official architecture is to run separate net server for agents14:25
*** aruns__ has quit IRC14:27
*** pcaruana has joined #openstack-ansible14:28
*** galstrom_zzz is now known as galstrom14:28
openstackgerritAmy Marrich (spotz) proposed openstack/openstack-ansible master: [DOC] contributor: Add initial documentation for distribution support  https://review.openstack.org/54922514:31
spotzhwoarang: Let me know if you like that14:32
hwoarangspotz: looks good to me thank you14:36
spotzhwoarang: Anytime:)14:36
ibmkoTahvok, exactly as you say - you might even need to scale up network server in order to increase overall throughput. So I am a bit surprised that OA doesn't support this scenario14:39
ibmkoevrardjp, what is wrong with having same address for both external and internal vip ?14:40
*** sar has quit IRC14:40
Bico_FinoMorning.14:43
Bico_FinoJust changed the public endpoint on keystone(openstack endpoint create), do I need to restart anything else besides keystone services?14:43
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible-lxc_hosts master: [DNM]: testing random things  https://review.openstack.org/55456014:44
*** savvas_ has quit IRC14:47
*** savvas has joined #openstack-ansible14:47
cloudnullhwoarang: ++ I've just not got to that role yet.14:51
cloudnullbut hopefully soon14:52
evrardjpTahvok: haad1 putting the agents on a separate node, and the server on the same node as the rest would be fine for you?14:52
cloudnullhwoarang: with https://review.openstack.org/#/q/starredby:cloudnull+status:open,n,z we can then begin testing most any OCI compatible image w/ OSA.14:54
*** electrofelix has quit IRC14:54
cloudnullI have been running `openstack-ansible containers-lxc-destroy.yml containers-deploy.yml -e lxc_user_defined_container=suse-42.yml --limit hosts:utility_all` on ubuntu hosts to test suse image issues.14:55
cloudnullas an example14:55
*** flemingo has joined #openstack-ansible14:55
evrardjpTahvok: haad1 I just had a poc on my machine14:55
evrardjphttp://paste.ubuntu.com/p/Bvbdrm4w6Y/14:55
evrardjpthat moves the neutron server to my shared infra14:55
evrardjpand http://paste.ubuntu.com/p/NmggCPfNZB/14:56
evrardjphas the aio214:56
evrardjpwhich has the rest of the nodes14:56
*** armaan has quit IRC14:57
*** armaan has joined #openstack-ansible14:57
haad1so you keep everything as it is by default14:59
haad1you just add new conatainer_skel:14:59
haad1ok let me try that15:00
*** flemingo has quit IRC15:00
*** BjoernT has quit IRC15:00
cloudnullif folks have a chance to review the following https://review.openstack.org/#/q/starredby:cloudnull+status:open,n,z it'd be greatly appreciated.15:00
cloudnullhwoarang: I have a hardware lab coming back up, once online I'll jump right into trying to get suse back to being happy in the integrated gate15:02
evrardjpDear cloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, bgmccollum, darrenc, JRobinson__, asettle,15:05
evrardjpcolinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking, Tahvok15:05
evrardjpOur meeting starts in 120 minutes. Here is our agenda for today: https://wiki.openstack.org/wiki/Meetings/openstack-ansible15:05
evrardjp115 minutes.15:05
*** TxGirlGeek has joined #openstack-ansible15:06
*** flemingo has joined #openstack-ansible15:09
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible master: zuul: Make openSUSE a voting job  https://review.openstack.org/55297715:10
dcdamienHi! Currently I'm testing Pike -> Queens upgrade. Can you take a look at traceback and provide some guidance how to solve this issue? http://paste.openstack.org/show/706185/15:10
*** flemingo has quit IRC15:14
evrardjpibmko: it makes 0 sense. The idea of this was to be able to isolate both internal and external things, for security reasons. You can have them on two different networks (better), but you can also have them on the same network, with two different IPs.15:15
evrardjpat least 0 sense to me.15:15
openstackgerritMerged openstack/openstack-ansible stable/queens: Improve healthchecks  https://review.openstack.org/55242215:16
*** aojea has quit IRC15:17
odyssey4mehwoarang evrardjp cloudnull logan- jmccrory please try to take a look through https://etherpad.openstack.org/p/osa-source-deploy-role-planning prior to the meeting this afternoon and ask any questions, make suggestions or vote for your favorite approach on the etherpad15:18
evrardjphwoarang: thanks for the docs patch15:18
evrardjpodyssey4me: don't worry about that, we won't discuss the approach in the meeting today, else we won't get enough time to bug triage. But I'd like people to have a look at this, so we can speak AFTER the triage.15:19
evrardjpor speak now15:19
evrardjpbut at least hwoarang cloudnull logan- jmccrory should be aware of it15:19
*** armaan has quit IRC15:19
evrardjpand everyone else will also be reminded of this during meeting15:19
*** armaan has joined #openstack-ansible15:19
evrardjpodyssey4me: although, we can extend the meeting a little if you want a vote, meetings are great for voting.15:24
evrardjpbut ppl need to be aware of it in advance.15:24
evrardjpdcdamien: ouch15:25
evrardjpyou're hitting somethign that hasn't been backported yet15:25
openstackgerritMarkos Chandras (hwoarang) proposed openstack/openstack-ansible master: zuul: Make openSUSE a voting job  https://review.openstack.org/55297715:25
dcdamienouch :P15:25
evrardjpdcdamien: we need this patch to be applied in pike: https://review.openstack.org/#/c/528357/15:25
evrardjpbut that patch has introduced regressions15:26
evrardjpdcdamien: so another patch was introduced in master, and on its way back15:26
evrardjpjamespo: is tracking this15:26
evrardjpoh no that patch https://review.openstack.org/#/c/528357/ is already a combined backport15:26
evrardjpgood15:26
odyssey4meevrardjp that patch includes the fix - see the commit message, it's a combined backport15:27
evrardjpyeah15:27
evrardjpI don't know what I was thinking15:27
evrardjpyou were telling me yesterday on top of it15:27
*** Leo_m has joined #openstack-ansible15:27
dcdamienevrardjp: can I workaround it someway?15:28
evrardjpapplying the patches15:28
*** KurtB has joined #openstack-ansible15:28
*** galstrom is now known as galstrom_zzz15:28
evrardjpmanually on your pike15:28
evrardjpthen re-doing the upgrade15:28
evrardjp(hope you had a backup!)15:29
*** dave-mccowan has joined #openstack-ansible15:29
evrardjpif it's failing at the inventory it should be easy to rollback, and you should have a backup15:29
evrardjpdcdamien: good luck on the upgrade.15:29
evrardjpdcdamien: it's always worth checking on zuul to see if latest upgrades have passed15:30
evrardjpright now they have failed for a certain time, and to be honest I have too much on my plate to work on that.15:30
*** haad1 has quit IRC15:31
dcdamienevrardjp: thanks, I'll try to upgrade again with patches applied15:31
*** savvas has quit IRC15:32
*** savvas has joined #openstack-ansible15:32
*** galstrom_zzz is now known as galstrom15:32
evrardjpI am sorry for that bad experience, it's not encouraging. :/15:32
*** flemingo has joined #openstack-ansible15:32
evrardjpdcdamien: if you want to be 100% sure, I'd wait for the gates to pass before doing the upgrade15:33
evrardjpbut you might be on a deadline15:33
evrardjpif so, patches welcome to fix what's broken :)15:33
dcdamien:D15:33
evrardjp(there is always bugs in software!_15:33
dcdamienthis isn't urgent but I'll try to move things forward15:35
*** haad1 has joined #openstack-ansible15:36
xdfilanyone have experiences converting a live deployment from  nova using local disk to nova using rbd disk? Any advice is appreciated.15:36
xdfilIn my env, nearly all instances are volume-backed currently (iSCSI)15:36
*** savvas has quit IRC15:36
*** flemingo has quit IRC15:37
*** galstrom is now known as galstrom_zzz15:37
xdfilMy biggest fear is that for whatever reason, when libvirt is re-configured the instances running will have issues for some unforseen reason15:40
*** savvas has joined #openstack-ansible15:41
xdfilI'll convert the few non-volume-backed instances to volume-backed so that none of the instances are using local disk15:41
*** savvas_ has joined #openstack-ansible15:44
*** TxGirlGeek has quit IRC15:45
*** savvas has quit IRC15:46
*** flemingo has joined #openstack-ansible15:47
*** TxGirlGeek has joined #openstack-ansible15:47
*** chyka has joined #openstack-ansible15:49
ibmkoevrardjp, but given that the API services are used by both external clients as well as internal components the server has to be secured anyway and both internal and external requests all end up being processed by the same machine/container. It just a matter of how the "network connectivity is dealt with"15:49
*** savvas_ has quit IRC15:49
*** flemingo has quit IRC15:51
*** TxGirlGeek has quit IRC15:53
*** TxGirlGeek has joined #openstack-ansible15:53
*** savvas has joined #openstack-ansible15:54
*** flemingo has joined #openstack-ansible15:54
*** savvas has quit IRC15:58
*** flemingo has quit IRC15:58
*** TxGirlGeek has quit IRC16:02
*** savvas has joined #openstack-ansible16:03
*** TxGirlGeek has joined #openstack-ansible16:04
*** TxGirlGeek has quit IRC16:06
*** savvas has quit IRC16:07
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_tempest master: [WIP] Install plugins for standard services  https://review.openstack.org/55461116:08
hwoarangevrardjp: cloudnull the prob with the opensuse jobs in AIO was that the code to set the openstack CI mirror was missing for opensuse . could you please re-vote on https://review.openstack.org/#/c/552977/ ? thank you16:08
evrardjpibmko: you can do what you want, but have that in mind when configuring your Load balancer. You don't want to bind twice on the same ip after all.16:08
evrardjpsame ip/protocol port*16:09
evrardjphwoarang: ofc!16:09
evrardjpgood catch!16:09
evrardjpand congratulations on the voting!16:09
evrardjpIt's well deserved16:09
hwoarang\o/16:10
*** TxGirlGeek has joined #openstack-ansible16:10
*** savvas has joined #openstack-ansible16:11
evrardjpDon't worry if I start being grumpy in the future too :p16:11
odyssey4melol16:11
evrardjpodyssey4me: :)16:12
openstackgerritMerged openstack/openstack-ansible stable/queens: Stop inventory constantly giving containers new IP  https://review.openstack.org/55419616:12
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_tempest master: [WIP] Install plugins for standard services  https://review.openstack.org/55461116:13
Tahvokhwoarang: do you have a problem with my commit message or you don't understand what the patch is about? https://review.openstack.org/#/c/549287/16:14
evrardjpso fun fact of the day: I can't find tempest plugins for nova and swift, and there is 3 tempest plugins for lbaas (neutron-lbaas, octavia, and octavia-tempest-plugins)16:14
evrardjpsource: https://docs.openstack.org/tempest/latest/plugin-registry.html16:14
hwoarangTahvok: i dont understand the commit message. Could you explain the situation a bit more?16:14
hwoarangTahvok: 'clean glance variable' what does that mean?because i dont see any var being cleaned/removed but you add a new one instead...16:15
*** TxGirlGeek has quit IRC16:15
evrardjphwoarang: that's based on the work we started with the cleanup of group vars16:15
Tahvokhwoarang: it's what we discussed in ptg, we are trying to remove any unnecessary variables from inventory16:15
johnsomevrardjp Correct, we got caught in the "tempest in tree"/"tempest out of tree"/"tempest lib"/"tempest-lib" stuffs, so rebooting that effort16:16
hwoarangbut another one is being added16:16
evrardjpI guess it's proper scoping16:16
*** savvas has quit IRC16:16
TahvokThe variable has been moved as default to the role, instead of being assigned in inventory16:16
evrardjpoh yes I see what you meant16:16
hwoarangwell you can write all that in the commit msg :)16:16
evrardjpjohnsom: I assumed the tests are located in octavia-tempest-plugins, was it a correct assumption?16:17
TahvokAnd removed from inventory, here: https://review.openstack.org/#/c/549294/16:17
Tahvokhwoarang: I probably should :)16:17
*** flemingo has joined #openstack-ansible16:17
johnsomevrardjp That is the go-forward location, but not really ready yet. Very WIP.16:17
evrardjpoh ok16:17
evrardjpgood to know :)16:17
johnsomevrardjp We missed the community goal sadly.  But it is actively being worked on16:18
evrardjpjohnsom: will add the other one too I guess then16:18
*** masuberu has quit IRC16:18
evrardjpyeah, sorry for not being patient enough to read the code and just lazily ask :D16:18
evrardjpI should help on the transition instead of asking those questions.16:18
evrardjpanyway...16:18
evrardjp:)16:18
evrardjpthanks!16:19
johnsomevrardjp Perfectly fine, we deserve the beating on this issue.....16:19
openstackgerritJean-Philippe Evrard proposed openstack/openstack-ansible-os_tempest master: [WIP] Install plugins for standard services  https://review.openstack.org/55461116:19
evrardjpjohnsom: :D16:19
*** savvas has joined #openstack-ansible16:20
*** flemingo has quit IRC16:22
*** TxGirlGeek has joined #openstack-ansible16:23
evrardjphaad1: on the link I gave you, you have to clean your inventory before it's taking the change.16:24
*** savvas has quit IRC16:26
*** epalper has quit IRC16:26
haad1I just remove openstack_inverntory.json ?16:27
haad1or anythin else ?16:27
haad1plus if I want to install neutron server on mng servers that's shared_infra_hosts ?16:27
haad1evrardjp: ^16:28
*** savvas has joined #openstack-ansible16:29
*** flemingo has joined #openstack-ansible16:32
*** vnogin has quit IRC16:32
*** yifei has quit IRC16:32
*** yifei1 has joined #openstack-ansible16:32
openstackgerritAlbert Mikaelyan proposed openstack/openstack-ansible-os_ironic master: Move ironic_glance_api_servers variable into role  https://review.openstack.org/54928716:32
*** RandomTech has joined #openstack-ansible16:33
Tahvokhwoarang: please see if that explaination is better: https://review.openstack.org/#/c/549287/16:33
*** savvas has quit IRC16:33
*** yifei1 is now known as yifei16:35
*** armaan has quit IRC16:35
*** armaan has joined #openstack-ansible16:36
*** flemingo has quit IRC16:36
*** savvas has joined #openstack-ansible16:38
*** alefra has joined #openstack-ansible16:39
hwoarangTahvok: much better thank you16:41
TahvokAnything else before I update similarly the rest of the patches?16:42
*** bradm has quit IRC16:42
*** savvas has quit IRC16:42
openstackgerritAlbert Mikaelyan proposed openstack/openstack-ansible-os_cinder master: Move cinder_glance_api_servers variable into role  https://review.openstack.org/54928616:44
haad1evrardjp: does this looks ok to you ?16:45
haad1https://gist.github.com/haad/006e8359c8eecfb4b312910c7eda793d16:45
*** gkadam has quit IRC16:47
openstackgerritAlbert Mikaelyan proposed openstack/openstack-ansible-os_nova master: Move nova_glance_api_servers variable into role  https://review.openstack.org/54928516:47
*** savvas has joined #openstack-ansible16:47
*** haad1 has quit IRC16:48
*** savvas has quit IRC16:52
*** cjloader_ has joined #openstack-ansible16:55
*** cjloader_ is now known as cjloader16:56
*** savvas has joined #openstack-ansible16:57
*** masuberu has joined #openstack-ansible16:59
evrardjpDear cloudnull, DimGR, andymccr, d34dh0r53, hughsaunders, b3rnard0, palendae, odyssey4me, serverascode, rromans, erikmwilson, mancdaz, _shaps_, BjoernT, claco, echiu, dstanek, jwagner, ayoung, prometheanfire, evrardjp, arbrandes, mhayden, scarlisle, luckyinva, ntt, javeriak, spotz, vdo, jmccrory, alextricity25, jasondotstar, admin0, michaelgugino, ametts, bgmccollum, darrenc, JRobinson__, asettle,17:00
evrardjpcolinmcnamara, thorst, adreznec, eil397, qwang,nishpatwa_, cathrichardson, drifterza, hwoarang, cshen, ullbeking, Tahvok17:00
evrardjpHere is our agenda for today: https://wiki.openstack.org/wiki/Meetings/openstack-ansible17:00
evrardjp#startmeeting openstack_ansible_meeting17:00
openstackMeeting started Tue Mar 20 17:00:25 2018 UTC and is due to finish in 60 minutes.  The chair is evrardjp. Information about MeetBot at http://wiki.debian.org/MeetBot.17:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.17:00
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"17:00
openstackThe meeting name has been set to 'openstack_ansible_meeting'17:00
d34dh0r53o/17:00
Tahvoko/17:00
RandomTechHey i have an instance that would finish deleting, any suggestions on were to look for errors?17:01
evrardjp#topic What happened since last meeting17:01
*** openstack changes topic to "What happened since last meeting (Meeting topic: openstack_ansible_meeting)"17:01
hwoarango/17:01
RandomTechoops sorry didnt notice the meeting started17:01
*** savvas has quit IRC17:01
odyssey4meo/17:01
jmccroryo/17:01
cjloadero/17:01
evrardjpUnder this section we are just friendly reminding what went on last week17:01
evrardjpcloudnull and evrardjp talked about the integration of external roles17:01
evrardjp#link http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-03-14.log.html#t2018-03-14T15:05:2017:01
cloudnullo/17:02
evrardjpevrardjp worked with tonyb on newton EOLing17:02
evrardjp#link http://lists.openstack.org/pipermail/openstack-dev/2018-March/128313.html17:02
evrardjpevrardjp's regular bump was not done last week, due to already pending O/P bump patches17:02
evrardjphttps://review.openstack.org/#/c/550599/ https://review.openstack.org/#/c/550593/17:02
evrardjpspotz introduced the idea of office hours, but no formal office hours will be held for now.17:02
*** AlexR has joined #openstack-ansible17:02
evrardjp#link http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-03-14.log.html#t2018-03-14T16:38:5817:02
evrardjpI know that's a lot to process, but it's not over yet!17:03
evrardjpevrardjp promoted the Vancouver Forum brainstorming etherpad and would love some brainstorm to happen17:03
evrardjp#link https://etherpad.openstack.org/p/YVR-openstack-ansible-brainstorming17:03
evrardjpevrardjp added gokhan as core member of the telemetry roles17:03
spotzhola17:03
evrardjp#link http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-03-19.log.html#t2018-03-19T13:37:5317:03
evrardjpniraj_singh is working on the inclusion of masakari into OSA17:03
evrardjp#link http://eavesdrop.openstack.org/irclogs/%23openstack-ansible/%23openstack-ansible.2018-03-19.log.html#t2018-03-19T13:46:1217:03
evrardjpodyssey4me would like some input for the two approaches outlined in the etherpad for the python build simplification17:04
evrardjp#link https://etherpad.openstack.org/p/osa-source-deploy-role-planning17:04
andymccro/17:04
evrardjpNow that you have all those links opened in your browsers.... Did I miss something?17:04
evrardjpIf not, we can go ahead with the triage.17:04
evrardjpWe can discuss those topics after the triage17:05
logan-o/17:05
odyssey4meevrardjp thanks for pulling all that together - it's useful to get a quick summary to digest17:05
hwoarangyeah awesome work17:05
hwoarangevrardjp: yes mbuil is core in neutron too ;p17:06
*** savvas has joined #openstack-ansible17:06
evrardjpodyssey4me: the format is not easy, but at least it would leave the ppl the time to digest things after the meeting. Any addition for next week should go into the meeting page https://wiki.openstack.org/wiki/Meetings/openstack-ansible17:06
hwoarangmbuil: wake up meeting time!17:06
evrardjphwoarang: that's not this week, I think it was previous week, but I might have the dates wrong!17:06
hwoarangah could be17:06
evrardjpbut thanks for the reminder hwoarang17:06
evrardjpcould we go ahead with the triage? I know we have lots of bugs, and I know odyssey4me would like to discuss his etherpad link after the triage17:07
evrardjp517:07
evrardjp417:07
evrardjp317:08
evrardjp217:08
evrardjp117:08
evrardjp#topic bug triage17:08
*** openstack changes topic to "bug triage (Meeting topic: openstack_ansible_meeting)"17:08
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175600517:08
openstackLaunchpad bug 1756005 in openstack-ansible "cinder_volumes_container bind mount for /var/log not configured" [Undecided,New]17:08
evrardjpI don't know why we have cinder_backend_lvm_inuse | bool  there17:09
andymccryeah17:10
andymccrid say high on that-  not confirmed it though17:10
*** savvas has quit IRC17:10
*** dariko has joined #openstack-ansible17:10
andymccrseems sensible based ont he report though17:10
odyssey4meagreed17:11
evrardjpoh we did like that everywhere: we say we run containers based on backend x or y, not based on is_metal or not17:11
*** alefra has quit IRC17:12
*** flemingo has joined #openstack-ansible17:12
evrardjpI think we should just add another task that does the same kind of things, but without the unconfined profile I guess17:14
evrardjpwhen cinder_volume is in group_names and is_metal is False17:14
evrardjpsounds plausible?17:14
evrardjpconfirmed high?17:14
andymccryeah17:15
evrardjpok next17:15
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175592917:15
openstackLaunchpad bug 1755929 in openstack-ansible "Octavia config drop fails on multiple hosts" [Undecided,New]17:15
*** savvas has joined #openstack-ansible17:15
evrardjpthat sound like bad orchestration17:16
andymccryeah17:16
odyssey4meyeah, not very good validation either17:17
evrardjpit looks legit17:17
odyssey4mecan't confirm, but seems like it needs someone to pick that up pronto17:17
evrardjpyup17:17
evrardjpxgerman_: could you check at this?17:17
odyssey4mexgerman_ ^ that looks like something that needs urgent follow up17:17
odyssey4meheh17:17
evrardjp:)17:17
odyssey4meI'd say High17:18
evrardjpok Let's mark it as confirmed and high.17:18
odyssey4meIt's pretty serious for production.17:18
andymccryeah17:18
xgerman_k17:18
xgerman_have a patch up for that but need ot review17:18
evrardjpCould you mark the bug in your patch?17:19
evrardjpIt would be listed then17:19
xgerman_yep, will do17:19
evrardjpok next17:19
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175582117:19
openstackLaunchpad bug 1755821 in openstack-ansible "config_template fails to parse template if it contains a comment with leading spaces" [Undecided,New]17:19
*** savvas_ has joined #openstack-ansible17:20
*** savvas has quit IRC17:20
evrardjpI haven't tested this myself17:20
evrardjpbut that sounds very serious17:20
odyssey4meme neither17:20
cloudnullyea that doesnt sound good17:20
evrardjpcloudnull: could you have a look?17:20
cloudnullyou can add me to that17:21
cloudnullI wont be able to look at it today17:21
openstackgerritAndy McCrae proposed openstack/openstack-ansible-plugins stable/queens: Utilise sorted to ensure no random changes  https://review.openstack.org/55430117:21
evrardjpit's alright, I am leaving it unconfirmed for now, so that if you forget it would reappear next week17:21
evrardjpleaving the triage status at high though17:21
evrardjpnext17:22
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175579017:22
openstackLaunchpad bug 1755790 in openstack-ansible "vxlan ttl defaults to 1" [Undecided,New]17:22
evrardjpopinion?17:22
evrardjpI think vxlan ttl default behavior is to have ttl to 1 though, to avoid traffic crossing through routers, on purpose17:22
andymccrhmm17:23
evrardjpbut the pod example is exactly the opposite, you need to cross routers17:23
jrosserthis is17:23
jrossermulticast17:23
jrossersorry on crap 3g17:24
evrardjpoh yeah true17:24
evrardjpbut still17:24
*** savvas_ has quit IRC17:24
evrardjpjrosser: haha17:24
jrosserttl 1 is usually set for things like mdns which are explocitly link local17:24
evrardjpI think this deserves confirming and adapting in the docs17:24
evrardjpThe deployer will evaluate what's best for his/her case.17:26
evrardjpI am fine with adapting the documentation, fine for you jrosser ?17:26
jrossertes it needs to certatainly go in the pods example17:26
evrardjpI am not sure it's a good idea to change the ttl by default17:26
andymccrdocumentation sounds like the way17:26
evrardjpjrosser: I'd do it ONLY for the pods example17:26
jrosserthe unicast part of vxlan will be generally routtable17:27
*** savvas has joined #openstack-ansible17:27
evrardjpjrosser: but it doesn't need to be on non-pod17:27
jrosserso as it stands the behaviour will be different for generally encapsualted packets and any BUM like dhcp or arp17:28
evrardjpyes17:28
evrardjpI think we agree and we can discuss in the bug and patches.17:28
evrardjpI'll assign that to me17:28
jrosseryes17:29
evrardjpnext17:29
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175560917:29
openstackLaunchpad bug 1755609 in openstack-ansible "Galera xinetd only_from listens to load balancers' "ansible_host" rather than container management IP" [Undecided,New]17:29
evrardjptricky one this one17:30
evrardjpdue to our extreme configurability17:30
andymccrhmm17:31
*** aojea has joined #openstack-ansible17:32
jmccroryare there facts that could be used to list interface addresses on haproxy_hosts?17:32
cloudnullI think it makes sense to whitelist the cidrs17:32
evrardjpso in its example, the ip used for ansible_host doesn't matter17:32
evrardjpjmccrory: yes17:32
evrardjpjmccrory: I think that's a good solution in fact, whitelist all the haproxy interfaces ip17:33
evrardjpsame for galera ips17:33
evrardjpgood thinking there!17:33
*** masuberu has quit IRC17:33
evrardjpcloudnull: I think it would be okay, but opening very wide, I prefer jmccrory solution :)17:33
evrardjpif that's possible17:33
cloudnullwe shouldn't just limit it to haproxy17:33
odyssey4meif jmccrory says it, it must be possible ;)17:34
spotzheheheh17:34
evrardjpyeah, it should be a setup delegate_facts delegate_to17:34
evrardjpto get the fact of the interfaces facts17:34
evrardjpcloudnull: why?17:34
cloudnullat rax we have external LBs which are not haproxy17:34
cloudnullso limiting to haproxy would break me17:35
evrardjpcloudnull: you can still add the hosts17:35
evrardjpof your load balancers17:35
cloudnullbut ansible wont have access to them17:35
cloudnullso there are no facts to gather17:35
odyssey4meassuming an override is available, surely any environment can override the defaults?17:35
evrardjpthat's what I meant17:36
cloudnullso long as we can set the networks and are not forced to use facts from a given host, +117:36
*** ibmko has quit IRC17:36
*** galstrom_zzz is now known as galstrom17:36
odyssey4meperhaps we could have a smart default - use haproxy addresses if there are haproxy hosts, otherwise fall back to the CIDR's?17:37
cloudnull^ ++17:37
odyssey4meUse the inventory Luke...17:37
evrardjpsounds good. The fallback would require work, because networks_cidr aren't directly exposed IIRC17:37
evrardjponly the ips17:37
evrardjpoh yes we do17:38
cloudnullmaybe the fall back is like the hap whitelist where it just any rfc1918 address17:38
evrardjp{name}_cidr17:38
evrardjpcloudnull: great security :p17:38
odyssey4meseems sensible, given that the whitelist is well established17:38
evrardjpok we agree on the idea anyway, let's triage this: confirmed and medium?17:39
evrardjpor low17:39
odyssey4meif you care about security, you'd have a whitelist override in place17:39
evrardjpit's a very edge case17:39
odyssey4meconfirmed/medium methinks17:39
cloudnullsomething like https://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/haproxy_all/haproxy.yml#L6317:39
cloudnullhttps://github.com/openstack/openstack-ansible/blob/master/inventory/group_vars/haproxy_all/haproxy.yml#L25-L2817:40
evrardjpnext17:40
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175559317:40
openstackLaunchpad bug 1755593 in openstack-ansible "Rally can't install encapsulated Tempest verifier" [Undecided,New]17:40
cloudnullso use hap hosts by default, fall back to somethign that will work providing a minimal level of security but is configurable.17:40
evrardjpcloudnull: we agree.17:41
cloudnullcool17:41
evrardjpRally?17:41
odyssey4meja, apparently rally does its own preparation of some kind17:42
*** savvas has quit IRC17:42
evrardjpindeed17:42
evrardjpinstalling ansible and all that jazz!17:42
odyssey4mewe had a discussion in channel about it17:42
evrardjpoh17:42
evrardjp?17:42
evrardjpabout this bug?17:42
odyssey4meyeah, me and the bug reporter17:42
evrardjpwhat was the summary of that? It's not written in the bug17:43
odyssey4mehe's been looking into hacks and things but it doesn't look like he's reported back into the bug17:43
evrardjpok17:43
evrardjphow do we triage this then?17:43
odyssey4mewell, it's definitely true - so confirmed17:43
odyssey4meit seems to affect using rally, so I'd say medium17:44
*** daviddeal has joined #openstack-ansible17:44
odyssey4menot high because this is the first we've heard of it - so either no-one uses rally, or this is a new issue in pike17:44
evrardjpsold!17:44
evrardjpnext17:44
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175524117:44
openstackLaunchpad bug 1755241 in openstack-ansible "The Documentation for Pike is conistantly telling users to pull the wrong version" [Undecided,New]17:44
evrardjpconfirmed and medium, it's telling the right version, but the version is confusing17:45
evrardjpok for everyone?17:45
andymccryeah17:45
odyssey4meja17:46
evrardjpnext17:46
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175459117:46
openstackLaunchpad bug 1754591 in openstack-ansible "Neutron agent delete: remove the wrong argument" [Undecided,New]17:46
andymccri dont see what we can do abotu that17:47
evrardjpyeah, so?17:47
andymccrit'll be fixed in a future version of 16.0.x?17:47
evrardjpoh it doesn't say it's part of the deploy of our playbooks17:47
evrardjpandymccr: most likely it won't get fixed17:48
evrardjpbecause we are still constrained17:48
andymccrits backported to stable/pike?17:48
evrardjpso we'll not get that bump17:48
evrardjpI doubt it17:48
andymccrhttps://review.openstack.org/#/c/518371/17:48
evrardjpoh it was17:49
andymccri guess the point im makgin is its not an OSA issue17:49
odyssey4melooks like it merged into the stable branch, so there needs to be a release, then a u0c bump17:49
andymccr^ yeah17:49
odyssey4methen we get it for free17:49
evrardjpit's merged into stable branch17:49
evrardjpit's just not bumped into u-c17:49
odyssey4meyes, but it still has to be released - then bumped in u-c17:49
andymccryeah17:49
evrardjpthe patch for inclusion in pike is 2017.17:50
odyssey4meu-c doesn't bump libraries to SHA's ;)17:50
odyssey4mewell, someone needs to be chased to do the release then17:50
evrardjp"This issue was fixed in the openstack/python-openstackclient 3.13.0 "17:50
evrardjp(2017-12-13)17:50
odyssey4meor we need to implement our own git source usage for it17:50
evrardjpit's just that this hasn't been bumped into requirements17:50
evrardjpso I am not sure what we can do17:51
*** savvas has joined #openstack-ansible17:51
odyssey4mewe can push the review to bump u-c17:51
odyssey4mefor stable branches that's not an automatic process17:51
evrardjpI thought that was kinda taboo17:52
evrardjp:p17:52
*** epalper has joined #openstack-ansible17:52
evrardjp"do not bump osc on stable branches!"17:52
evrardjpI guess we can ask prometheanfire17:52
odyssey4meyou can always push up a review - it may not be accepted17:52
evrardjpprometheanfire: can you have a look?17:52
odyssey4meI've done it before17:52
jmccrorywhy do they have stable branches otherwise?17:52
andymccryeah you can have a discussion about it at least.17:53
evrardjpI've done it once, and it was not very welcomed by tonyb17:53
odyssey4mefor this bug though, I'd mark it as a duplicate and link the original bug to openstack-ansible17:53
evrardjpgood point17:53
evrardjpnext17:53
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175413917:54
openstackLaunchpad bug 1754139 in openstack-ansible "openvswitch does not start on new AIO deployment" [Undecided,New]17:54
evrardjpovs... mbuil could you by chance have a look at this?17:54
evrardjpexcept if someone else is willing to have a look?17:55
evrardjpleaving it as is in 5 seconds!17:55
evrardjp417:55
evrardjp317:55
evrardjp217:55
evrardjp117:55
evrardjp(large seconds!)17:55
evrardjpnext17:56
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175380117:56
openstackLaunchpad bug 1753801 in openstack-ansible "Galera connection contention on full base deployment on Xeon E3 " [Undecided,New]17:56
*** savvas has quit IRC17:56
evrardjpI guess we'll wait for logan- 's report and patches :)17:57
evrardjpgood job there17:57
evrardjplet's move on, shall we?17:57
andymccryeah17:57
evrardjp#link https://bugs.launchpad.net/openstack-ansible/+bug/175379017:57
openstackLaunchpad bug 1753790 in openstack-ansible "spurious 'no space left on device' errors during venv build" [Undecided,New]17:57
logan-im not sure if it is valid, gnocchi is totally broken on pike currently and restarts endlessly17:57
hwoaranghmm17:58
prometheanfirewat17:58
hwoarangthat may have been fixed17:58
evrardjplogan-: oh so we'll wait for your feedback :)17:58
evrardjphwoarang: are we sure it's done now?17:58
prometheanfireevrardjp: bumping thing in stable branches is fine, if it a stable branch release17:58
hwoarangi haven't seen it lately17:58
hwoaranghave you?17:58
odyssey4meno, I've still seen disk space issues come up17:58
hwoarangok then...17:58
evrardjpodyssey4me: on which branch?17:58
odyssey4memaster17:58
evrardjpI have seen things on Q17:59
evrardjpoh17:59
evrardjpyeah let's leave that open then17:59
evrardjpas a reminder!17:59
odyssey4mecloudnull and I discussed it... but couldn't figure it out17:59
odyssey4meI didn't think I'd seen it on Queens though.17:59
evrardjpmmm. Let's rollback to standard lxc image managemnt then :p17:59
odyssey4memight need to dig into logstash to see how frequently that's happening18:00
evrardjpI still need to learn that thing.18:00
evrardjpnext time you do it, let's discuss on the channel18:00
evrardjpok18:00
odyssey4mesure18:00
evrardjpIt's time to wrap up18:00
*** savvas has joined #openstack-ansible18:00
evrardjp#endmeeting18:00
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: https://goo.gl/tTmdgs"18:00
openstackMeeting ended Tue Mar 20 18:00:56 2018 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)18:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-03-20-17.00.html18:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-03-20-17.00.txt18:01
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2018/openstack_ansible_meeting.2018-03-20-17.00.log.html18:01
evrardjpodyssey4me: let's talk about your etherpad?18:01
openstackgerritLogan V proposed openstack/openstack-ansible stable/queens: Stop running get-ansible-role-requirements with -vvv  https://review.openstack.org/55465018:01
evrardjpodyssey4me: you want a vote or a more formal discussion maybe?18:02
odyssey4meevrardjp well, I was hoping to get the main contributors to look through the two options and share any thoughts18:02
odyssey4meI'm leaning towards doing Method 2, personally. I think it makes the service roles very readable.18:03
odyssey4mecloudnull jmccrory logan- hwoarang https://etherpad.openstack.org/p/osa-source-deploy-role-planning your thoughts?18:03
logan-was just looking thru the roles.. summing up the diffs between options 1 & 2 as the POC stands it looks like the biggest difference is user creation right now? what other things would you envision putting into the option 2 approach18:04
odyssey4melogan- nothing more18:04
evrardjplogan-: user/group creation, folder creation.18:04
odyssey4mebasically option two handles the service group/user and directories18:04
jmccroryi liked 1, with install tasks still split, but only including an unarchive of previously built venv18:05
odyssey4meI can, over time, make the build and install entirely separate18:05
evrardjpodyssey4me: extending to endpoint creation ?18:05
*** savvas has quit IRC18:05
logan-i want to note my use case skips all of the venv tasks above this https://github.com/odyssey4me/ansible-python_venv_build/blob/afafacfba5a5cac1505df000fd4dac88ee53ffb9/tasks/main.yml#L121-L13918:05
evrardjpjmccrory: what do you mean by "only including... "18:05
logan-i feed a totally garbage url so it skips all of those tasks18:06
odyssey4mejmccrory the thing about 1 is that it's a nice simple role, but then we have dup tasks still in the service role18:06
odyssey4melogan- yeah, I'd like to implement something a little more elegant there so you don't have to do that any more18:06
logan-so the note in the task file stood out because it is wrong.. there is no download + extract, the venv is built by the ansible pip install task18:07
logan-yup would love to see that18:07
jmccroryevrardjp that there would still be a separate 'python_venv_install.yml' taskfile, but it's only task would be to unarchive a venv. basically being able to skip build tasks on a host if there's a pre built venv18:07
odyssey4mejmccrory sure, I like that - I was thinking of kinda doing that for option 2 too18:07
evrardjpjmccrory: that can be done in option 218:07
odyssey4mestrictly separating build vs install18:07
*** poopcat has joined #openstack-ansible18:07
logan-i'm generally in favor of option 1 and put the common user/group creation stuff in systemd_service18:08
odyssey4mehmm, that's actually a good diea18:08
odyssey4me*idea18:08
odyssey4mecloudnull your thoughts?18:08
evrardjplogan-: I am not sure that can be compatible with mnaser 's work18:08
odyssey4meevrardjp why not?18:08
evrardjpexcept if the systemd_service is fully shipped with packages18:08
evrardjpI guess it is18:08
jmccrorylogan- +1, the user/dir creation doesn't seem venv-install specific to me18:08
logan-evrardjp: systemd_service would not unconditionally do that stuff, I think you'd have it off by default and have switches to enable those tasks18:08
odyssey4meevrardjp for mnaser's work he's completely ignoring the entire 'install' set of tasks (including user creation and such)18:09
pabelangerlogan-: cloudnull: so, looking at the test failure on 554277, I think I see the issue: http://logs.openstack.org/77/554277/5/check/openstack-ansible-functional-ubuntu-xenial/f782064/job-output.txt.gz#_2018-03-20_05_17_45_94032718:09
odyssey4meok, I like that way forward - it keeps the role simple18:09
pabelangerthat directory structure is getting created by the root user, which when inside the container, I don't think the test user is able to write into that folder18:09
evrardjpI am fine with option 1 + necessary systemd service user management18:09
*** savvas has joined #openstack-ansible18:09
odyssey4meI'll do the split for build/install, and have the service setup stuff happen in the systemd role18:10
pabelangerlogan-: cloudnull: but unsure what that right now18:10
odyssey4methanks for the feedback all! :)18:10
logan-great to see all of that consolidating odyssey4me :)18:11
logan-thanks18:11
evrardjpthanks odyssey4me !18:11
logan-pabelanger: yeah looks like thats the case. at least the user task is doing the right thing http://logs.openstack.org/77/554277/5/check/openstack-ansible-functional-ubuntu-xenial/f782064/job-output.txt.gz#_2018-03-20_05_17_45_442943, seems like just execing the task as the container_user is the problem when ansible tries to setup the execution18:13
evrardjpodyssey4me: I documtend this in the next meeting already, so you don't have to do it18:13
odyssey4meevrardjp aww thanks :)18:13
odyssey4mewe should have a bot for our noted events through the week, something like the infra bot18:13
pabelangerlogan-: which version of ansible are you using for testing?18:14
*** savvas has quit IRC18:14
pabelangeror is there a setting that uses sftp?18:15
logan-i think 2.4.2.0 per https://github.com/openstack/openstack-ansible-tests/blob/4a795e649f7a73dfbf99b405e94ad30c21fdc640/test-ansible-deps.txt#L1118:15
*** armaan has quit IRC18:15
*** armaan has joined #openstack-ansible18:16
pabelangerah18:18
pabelangerreproduced it18:18
pabelangeryou are not using pipelining = True18:18
*** savvas has joined #openstack-ansible18:19
pabelangerlet me see if I can figure out what is going on18:19
logan-interesting18:19
*** epalper has quit IRC18:22
*** savvas has quit IRC18:23
evrardjpguys I'm definitely out for today. too tired. Have a good evening18:25
*** savvas has joined #openstack-ansible18:28
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_octavia master: Fixes mgmt net fact setting  https://review.openstack.org/55386618:29
mbuilevrardjp: sorry I was out :(18:31
*** dave-mccowan has quit IRC18:32
*** savvas has quit IRC18:33
*** aojea has quit IRC18:36
*** galstrom is now known as galstrom_zzz18:36
*** savvas has joined #openstack-ansible18:37
*** cjloader_ has joined #openstack-ansible18:41
*** cjloader has quit IRC18:41
*** savvas has quit IRC18:41
*** dave-mccowan has joined #openstack-ansible18:46
*** savvas has joined #openstack-ansible18:46
pabelangerlogan-: okay, think I can a fix, just testing18:49
*** savvas has quit IRC18:51
hwoarangodyssey4me: the second proposal looks more reasonable to me but i haven't understood it in depth yet18:53
hwoarangtoo busy today :(18:53
spotzevrardjp: any updates from tbreeds on the tagging?18:54
*** savvas has joined #openstack-ansible18:55
pabelangercloudnull: have time for some ssh connection_plugin questions18:59
pabelangerkinda stuck on an issue, and think you might know a bit more18:59
*** epalper has joined #openstack-ansible19:00
*** savvas has quit IRC19:00
*** shardy has quit IRC19:01
*** poopcat has quit IRC19:02
*** chhagarw has quit IRC19:02
*** RandomTech has quit IRC19:02
*** dave-mccowan has quit IRC19:03
*** savvas has joined #openstack-ansible19:04
*** savvas has quit IRC19:09
*** savvas has joined #openstack-ansible19:10
*** epalper has quit IRC19:10
*** throwsb1 has quit IRC19:18
odyssey4mehwoarang I'll update it tomorrow. We came up with an alternative approach which I think is cleaner and keeps the roles simpler and more focused.19:21
openstackgerritPaul Belanger proposed openstack/openstack-ansible-plugins master: Fix bug with pipelining disable and container_user  https://review.openstack.org/55467019:25
pabelangerlogan-: cloudnull: ^ should be our fix19:26
openstackgerritPaul Belanger proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute  https://review.openstack.org/55427719:26
pabelangerand testing rebased19:26
openstackgerritMerged openstack/openstack-ansible stable/pike: Fix BOOTSTRAP_OPTS  https://review.openstack.org/55374519:27
openstackgerritMerged openstack/openstack-ansible master: Avoid putting rgw conf on ALL hosts  https://review.openstack.org/54984019:27
openstackgerritMerged openstack/openstack-ansible master: [DOC] contributor: Add initial documentation for distribution support  https://review.openstack.org/54922519:27
openstackgerritmelissaml proposed openstack/openstack-ansible-memcached_server master: Follow the new PTI for document build  https://review.openstack.org/55467119:28
*** savvas has quit IRC19:32
*** pylot_ has quit IRC19:36
*** dave-mccowan has joined #openstack-ansible19:37
*** d34dh0r53 has quit IRC19:37
*** d34dh0r53 has joined #openstack-ansible19:37
*** pylot has joined #openstack-ansible19:38
*** savvas has joined #openstack-ansible19:40
*** savvas_ has joined #openstack-ansible19:44
*** savvas has quit IRC19:44
openstackgerritDavid Wilde proposed openstack/openstack-ansible stable/pike: Update os_nova SHA  https://review.openstack.org/55467519:46
*** Leo_m has quit IRC19:48
*** Leo_m has joined #openstack-ansible19:48
logan-looks like it worked pabelanger!19:53
pabelangerwoot19:53
*** daviddeal has quit IRC19:55
*** armaan has quit IRC19:57
*** sar has joined #openstack-ansible20:01
*** TxGirlGeek has quit IRC20:01
openstackgerritMerged openstack/openstack-ansible-os_keystone stable/pike: Only try to stop services that exist  https://review.openstack.org/55374720:01
*** masber has joined #openstack-ansible20:02
*** Leo_m has quit IRC20:03
*** Leo_m_ has joined #openstack-ansible20:03
*** dave-mccowan has quit IRC20:03
*** TxGirlGeek has joined #openstack-ansible20:03
*** dave-mccowan has joined #openstack-ansible20:04
openstackgerritPaul Belanger proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute  https://review.openstack.org/55427720:04
pabelangerlogan-: and that should fix linters20:04
*** armaan has joined #openstack-ansible20:05
logan-ahh yeah let me undo some of the debugging20:05
pabelangerkk20:06
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute  https://review.openstack.org/55427720:06
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute  https://review.openstack.org/55427720:07
openstackgerritLogan V proposed openstack/openstack-ansible-plugins master: Add tests for container_user connection attribute  https://review.openstack.org/55427720:10
openstackgerritmelissaml proposed openstack/openstack-ansible-memcached_server master: Follow the new PTI for document build  https://review.openstack.org/55467120:13
*** Leo_m_ has quit IRC20:13
*** Leo_m has joined #openstack-ansible20:14
*** Leo_m has quit IRC20:15
*** Leo_m has joined #openstack-ansible20:16
openstackgerritDavid Wilde proposed openstack/openstack-ansible stable/pike: Update os_nova SHA  https://review.openstack.org/55467520:17
*** radeks_ has quit IRC20:18
openstackgerritMerged openstack/openstack-ansible-plugins stable/queens: Utilise sorted to ensure no random changes  https://review.openstack.org/55430120:23
*** esberglu has quit IRC20:31
*** dave-mccowan has quit IRC20:31
openstackgerritMerged openstack/openstack-ansible stable/pike: Update existing container_networks  https://review.openstack.org/52835720:31
*** masber has quit IRC20:32
*** openstackgerrit has quit IRC20:33
*** esberglu has joined #openstack-ansible20:34
*** TxGirlGeek has quit IRC20:34
*** mbuil has quit IRC20:35
*** TxGirlGeek has joined #openstack-ansible20:36
*** TxGirlGeek has quit IRC20:38
*** ansmith has quit IRC20:41
*** poopcat has joined #openstack-ansible20:47
*** TxGirlGeek has joined #openstack-ansible20:48
*** TxGirlGeek has quit IRC20:53
*** wcooley has joined #openstack-ansible20:58
*** dave-mccowan has joined #openstack-ansible21:00
*** TxGirlGeek has joined #openstack-ansible21:01
*** hybridpollo has joined #openstack-ansible21:03
*** jwitko_ has joined #openstack-ansible21:09
*** cjloader has joined #openstack-ansible21:10
*** jwitko has quit IRC21:12
*** jwitko_ has quit IRC21:14
*** cjloader_ has quit IRC21:14
*** prometheanfire has quit IRC21:15
*** cjloader has quit IRC21:15
*** prometheanfire has joined #openstack-ansible21:16
*** tobberydberg_ has joined #openstack-ansible21:19
*** TxGirlGeek has quit IRC21:20
*** TxGirlGeek has joined #openstack-ansible21:21
*** tobberydberg_ has quit IRC21:22
olivierbourdon38hello everyone, anybody with experience setting up nginx as reverse proxy in front of OSA haproxy(ed) SSL horizon ? I managed to get the openstack services exposed by nginx rules and I am able to run openstack endpoint list, openstack image list, ... but I have issues setting up access to horizon due to https. Tried to google but found nothing really worth making my setup work. Thanks for any pointer, idea, ...21:31
*** TxGirlGeek has quit IRC21:32
*** vnogin has joined #openstack-ansible21:33
*** TxGirlGeek has joined #openstack-ansible21:35
*** esberglu has quit IRC21:35
*** TxGirlGeek has quit IRC21:36
*** bradm has joined #openstack-ansible21:37
*** vnogin has quit IRC21:37
*** jwitko has joined #openstack-ansible21:39
*** esberglu_ has joined #openstack-ansible21:40
*** esberglu_ has quit IRC21:45
*** kstev has quit IRC21:46
*** nsingh has joined #openstack-ansible21:47
*** niraj_singh has quit IRC21:50
*** admin0 has quit IRC21:52
*** wcooley has quit IRC21:53
*** TxGirlGeek has joined #openstack-ansible21:55
*** cjloader has joined #openstack-ansible21:58
*** kstev has joined #openstack-ansible21:59
*** cjloader has quit IRC22:02
*** jbadiapa has quit IRC22:07
*** sar has quit IRC22:09
*** ibmko has joined #openstack-ansible22:12
*** dave-mccowan has quit IRC22:17
*** TxGirlGeek has quit IRC22:26
*** TxGirlGeek has joined #openstack-ansible22:28
*** dave-mccowan has joined #openstack-ansible22:28
*** ianychoi__ is now known as ianychoi22:32
*** dariko has quit IRC22:34
*** TxGirlGeek has quit IRC22:38
*** savvas_ has quit IRC22:41
*** rootd00d has left #openstack-ansible22:41
*** TxGirlGeek has joined #openstack-ansible22:42
*** ansmith has joined #openstack-ansible22:42
*** hybridpollo has quit IRC22:43
*** savvas has joined #openstack-ansible22:48
*** armaan has quit IRC22:48
*** Leo_m has quit IRC22:51
*** AlexR has quit IRC22:52
*** savvas has quit IRC22:52
*** TxGirlGeek has quit IRC22:52
*** pmannidi has joined #openstack-ansible22:54
*** TxGirlGeek has joined #openstack-ansible22:55
*** chyka has quit IRC23:00
*** chyka has joined #openstack-ansible23:01
*** TxGirlGeek has quit IRC23:02
*** masber has joined #openstack-ansible23:03
*** masuberu has joined #openstack-ansible23:04
*** aludwar has quit IRC23:05
*** TxGirlGeek has joined #openstack-ansible23:06
*** masber has quit IRC23:08
*** aludwar has joined #openstack-ansible23:14
*** jwitko has quit IRC23:16
*** kstev has quit IRC23:18
*** sawblade_ has joined #openstack-ansible23:32
*** ibmko has quit IRC23:32
*** sawblade6 has quit IRC23:34
*** ansmith has quit IRC23:43
*** chyka has quit IRC23:46
*** savvas has joined #openstack-ansible23:50
*** openstackgerrit has joined #openstack-ansible23:54
openstackgerritMichael Johnson proposed openstack/openstack-ansible-os_octavia master: Update systemd service for longer TimeoutStopSec  https://review.openstack.org/55473423:54
*** savvas has quit IRC23:54
openstackgerritMerged openstack/openstack-ansible master: Add more infos into error message  https://review.openstack.org/55388123:59
openstackgerritGerman Eichberger proposed openstack/openstack-ansible-os_octavia master: Adds certificate generation  https://review.openstack.org/55363023:59

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