Tuesday, 2019-10-29

*** schwicht has joined #openstack-ansible00:03
*** weifan has quit IRC00:03
*** ivve has quit IRC00:10
*** aspiers has quit IRC00:35
*** weifan has joined #openstack-ansible00:39
*** aedc has quit IRC00:40
*** nurdie has joined #openstack-ansible00:42
*** weifan has quit IRC00:45
*** nurdie has quit IRC00:47
*** schwicht has quit IRC00:54
*** goldyfruit___ has quit IRC01:17
*** jawad_axd has joined #openstack-ansible01:21
*** schwicht has joined #openstack-ansible01:23
*** jawad_axd has quit IRC01:26
*** weifan has joined #openstack-ansible01:32
*** weifan has quit IRC01:36
*** jawad_axd has joined #openstack-ansible01:42
*** jawad_axd has quit IRC01:47
*** jawad_axd has joined #openstack-ansible02:03
*** jawad_axd has quit IRC02:07
*** nicolasbock has quit IRC02:25
*** markvoelker has joined #openstack-ansible02:36
*** markvoelker has quit IRC02:41
*** schwicht has quit IRC03:04
*** schwicht has joined #openstack-ansible03:05
*** schwicht has quit IRC03:05
*** dave-mccowan has quit IRC04:22
*** markvoelker has joined #openstack-ansible04:58
*** markvoelker has quit IRC05:03
*** nurdie has joined #openstack-ansible05:03
*** nurdie has quit IRC05:08
*** markvoelker has joined #openstack-ansible05:46
*** markvoelker has quit IRC05:56
*** markvoelker has joined #openstack-ansible05:56
*** markvoelker has quit IRC06:00
*** jawad_axd has joined #openstack-ansible06:14
*** luksky has joined #openstack-ansible06:43
*** jawad_axd has quit IRC07:04
*** jawad_axd has joined #openstack-ansible07:15
*** jawad_ax_ has joined #openstack-ansible07:16
*** jawad_axd has quit IRC07:20
*** cshen has joined #openstack-ansible07:30
*** pcaruana has joined #openstack-ansible07:37
*** trident has quit IRC07:55
*** trident has joined #openstack-ansible08:01
*** kopecmartin|off is now known as kopecmartin08:05
*** miloa has joined #openstack-ansible08:12
miloaMorning08:12
*** ivve has joined #openstack-ansible08:13
cshenmorning08:13
miloaI've got a question about heat (CentOS7/Rocky) : in systemd service file there is ExecStart=/usr/sbin/heat-engine, but the binary is in /usr/bin, so it does not start. Did i miss something in my conf ? or is it a known issue ?08:14
cshenany error log?08:15
cshenHowever I'm using Ubuntu16/Rocky, I don't know if could help.08:16
miloaI've got "Process: 5654 ExecStart=/usr/sbin/heat-engine (code=exited, status=203/EXEC)" and when I search for /usr/sbin/heat-engine it does not exists, but /usr/bin/heat-engine exists.08:18
cshenIf I were you, I would check os-heat-install.yml playbook, and see how systemd file is constructed. Is there any variable for the location of binary?08:20
cshenand in my case, the binaries are normally located at /openstack/venvs/heat-18.1.8/bin, NOT under /usr/bin or /usr/sbin08:22
miloaThanks, yes I'll check that :) but out-of-the-box it must work no ? or perhaps there is something to correct or add to the doc. If my config is correct :). I'm using the distro install method.08:24
cshenOk, I see. Normally it should work out-of-the-box.08:25
miloaI found : /etc/ansible/roles/os_heat/vars/redhat-7.yml:heat_uwsgi_bin: '/usr/sbin' the variable heat_uwsgi_bin is used to create execstarts: "{{ heat_uwsgi_bin }}/heat-engine".08:48
cshentry to override this variable then.08:49
miloayes i will do that, but wondering if the change is because I'm using CentOS7 or if the problem exists on RedHat7 too. Because if it is the case we will have to change the default vor this vaiable :)08:50
miloas/vaiable/variable/08:51
*** DanyC has joined #openstack-ansible08:57
arxcruzodyssey4me: already around ?08:59
arxcruzodyssey4me: https://review.opendev.org/#/c/687460/6/config/general_config/featureset020.yml we have all these settings on our side that we need to set for each ovb featureset, would be fine, if we create something like "installer vars" where we can set this ? so, when the install type is tripleo-ovb, we load it ?09:00
miloacshen: overriding the variable works :) thanks. Now I'm wonderring if others have this problem with RedHat Familly OS in distro install method, if yes we could/should change the defaut variable for heat_uwsgi_bin in /etc/ansible/roles/os_heat/vars/redhat-7.yml.09:02
cshenmiloa: It maybe a real bug for CentOS users.09:04
miloacshen: But before proposing the change, I would like to know if other person had this problem :) Any people using RedHat 7 or CentOS 7 with distro install have the same problem ?09:04
cshenmiloa: yes, that's a good approach.09:05
*** rpittau|afk is now known as rpittau09:08
*** aedc has joined #openstack-ansible09:35
*** CeeMac has joined #openstack-ansible09:37
*** mubix has quit IRC10:02
*** mubix has joined #openstack-ansible10:02
*** pcaruana has quit IRC10:03
miloacshen: For RedHat7 family in distro install method, it uses RDO repos isn't it ? so i checked the history of https://github.com/rdo-packages/heat-distgit/commits/rpm-master/openstack-heat-engine.service and ExecStart is always /usr/bin/heat-engine. So the default value of heat_uwsgi_bin is indeed wrong. I will try to propose a change today :)10:08
openstackgerritDirk Mueller proposed openstack/openstack-ansible-os_horizon master: opensuse: adjust for Python 3.x switch  https://review.opendev.org/69183310:10
cshenmiloa: I'm not sure about RDO repos. If you think the default value is wrong, just submit a patch :-D10:19
*** pcaruana has joined #openstack-ansible10:24
odyssey4mearxcruz: given that's tripleo business, perhaps best to discuss it in #tripleo ?10:29
miloacshen: On master, the problem seems to be already corrected. As I am using stable/rocky it can explain why i've got the problem :)10:31
noonedeadpunkmornings10:36
*** aedc has quit IRC10:38
*** DanyC has quit IRC10:39
miloacshen: And the problem seems to be still present in https://opendev.org/openstack/openstack-ansible-os_heat/src/branch/stable/rocky/vars/redhat-7.yml heat_uwsgi_bin: '/usr/sbin'10:40
miloacshen: and for stable/stein too. Do not know if it will need a correction on theses branches ? or it is too late as stable/train and master are ok.10:42
*** DanyC has joined #openstack-ansible10:46
cshenmiloa: however it doesn't exist in master anymore https://opendev.org/openstack/openstack-ansible-os_heat/src/branch/master/vars/redhat-7.yml10:46
cshenit's removed by this commit https://opendev.org/openstack/openstack-ansible-os_heat/commit/83d643947fcac82bf7156db43be6552d821ba32310:48
cshenI suggest you ask noonedeadpunk for more details, since he did this commit.10:48
*** prometheanfire has quit IRC10:52
*** prometheanfire has joined #openstack-ansible10:52
noonedeadpunkIn master (and train) we changed the way uwsgi is used by introducing new role.10:52
noonedeadpunkUnfortunatelly it's not really backportable to earlier branches, so if smth regarding uwsgi is broken in rocky/stein and works well on master/train, this should be patched only for affected branches10:53
*** schwicht has joined #openstack-ansible10:54
noonedeadpunkmiloa: you have distro install, not source one?10:55
miloanoonedeadpunk: yes a distro install CentOS 7, rocky10:58
openstackgerritGeorgina Shippey proposed openstack/openstack-ansible-os_cinder stable/train: Update ubuntu distro packages for python3  https://review.opendev.org/69184510:59
openstackgerritGeorgina Shippey proposed openstack/openstack-ansible stable/train: Install python3 distro packages in the utility playbook  https://review.opendev.org/69184711:00
noonedeadpunkmiloa: so I guess this thould be patched then...11:02
noonedeadpunkIf you have environment to test it out - you're very welcome to participate:)11:03
*** JoyBoy7 has joined #openstack-ansible11:10
*** nicolasbock has joined #openstack-ansible11:11
miloanoonedeadpunk: Actually we've got a dev env and a pre-production/beta env (in which we already have got some users testing it) :) so yes i can test the modification (it is already done :) ) on rocky :)11:15
noonedeadpunkso, maybe you can push a patch to fix it ? :p11:17
*** ianychoi__ is now known as ianychoi11:24
JoyBoy7Has anyone  problems to Clone the train stable release of the OpenStack-Ansible? from the documentation ?11:32
JoyBoy7it appears this message : fatal: Remote branch 20.0.0 not found in upstream origin has anyone the same problem  ir it is just me?11:34
noonedeadpunkprobably because we don't have 20.0.0 tag right now? It's 20.0.0.0rc111:35
*** arxcruz is now known as arxcruz|lunch11:37
JoyBoy7the documentation says 20.0.0. btw11:37
noonedeadpunkwe still don't have stable release as we're lagging behind official openstack releases dates11:37
noonedeadpunkstable will be 20.0.011:37
miloanoonedeadpunk: I will be happy to :) For master i know how to proceed, but I don't know how to proceed for specific branches like stable/rocky and stable/stein, if you have some documentation link, i will be happy to try. :)11:37
*** cshen has quit IRC11:38
noonedeadpunkmiloa: it's pretty the same:) git clone https://opendev.org/openstack/openstack-ansible-os_heat; cd openstack-ansible-os_heat; git checkout stable/stein; git checkout -b my_patch; do your changes; git commit; git review11:39
noonedeadpunkJoyBoy7: docs and tags there are automatically generated, and probably consider only stable stuff right now...11:42
JoyBoy7ok thank you11:44
*** schwicht has quit IRC11:45
noonedeadpunkI feel like we're identifying tag correctly https://opendev.org/openstack/openstack-ansible/src/branch/master/deploy-guide/source/conf.py#L55 but who knows...11:46
JoyBoy7btwi i need a little guidance with a problem i am stucked. i am trying to install OSA in 4 servers and i want 2 nodes(infra) of them to have HAProxy installed into them for load balancer, and to have  a VIP that will be binded to  infra1 node and if that node failes the VIP to migrate automaticly to infra2.Any docs i have see they dont explained it11:51
JoyBoy7well . has any do a asimilar installation11:51
miloanoonedeadpunk: ok thanks :)11:52
noonedeadpunkJoyBoy7: actually it's a basic installation. like https://docs.openstack.org/openstack-ansible/train/user/prod/example.html11:53
*** cshen has joined #openstack-ansible11:54
JoyBoy7yeah  i have see that the problem is that load balancer in this example is a different machine11:54
noonedeadpunkor https://docs.openstack.org/openstack-ansible/train/user/ceph/full-deploy.html for ceph11:54
noonedeadpunkactually you can define where it will be located with haproxy_hosts in openstack_user_config.yml11:55
noonedeadpunklast link has it11:56
JoyBoy7and if HAProxy  is installed in the infra nodes the networking file must change as well and to set VRRP times in user_variables11:56
JoyBoy7for HAP to know who is the master node and who the slave and to set the VIP binded is both infra nodes11:57
JoyBoy7correct me if i am wrong11:58
JoyBoy7i still has little experience with OSA and maybe i missing something11:58
*** markvoelker has joined #openstack-ansible11:59
noonedeadpunkactually VIPs are managed with keepalived, so there's no need in configuring them in networtking files12:02
*** markvoelker has quit IRC12:03
noonedeadpunkand keepalived notifies haproxy about master state12:04
*** markvoelker has joined #openstack-ansible12:05
openstackgerritMikael Loaec proposed openstack/openstack-ansible-os_heat stable/rocky: Fix heat path systemd rh7 familly distro install  https://review.opendev.org/69185412:10
*** rgogunskiy has joined #openstack-ansible12:12
*** DanyC has quit IRC12:12
*** goldyfruit___ has joined #openstack-ansible12:15
jrossermiloa: out of interest do you have a good reason for choosing a distro install?12:16
*** schwicht has joined #openstack-ansible12:19
*** goldyfruit___ has quit IRC12:20
noonedeadpunkmiloa: hm. I guess for centos uwsgi bin is correct. But heat-engine is not uwsgi service right?12:23
miloajrosser: Our team wanted to rely on RDO packages as they are admin-sys, manage packages from a known repo is more easy/familliar for them.12:23
noonedeadpunkSo maybe https://opendev.org/openstack/openstack-ansible-os_heat/src/branch/stable/rocky/defaults/main.yml#L247 is worth using heat_bin12:23
noonedeadpunkbut not uwsgi?12:23
*** schwicht has quit IRC12:24
noonedeadpunkmiloa: https://opendev.org/openstack/openstack-ansible-os_heat/src/branch/stable/rocky/vars/distro_install.yml#L1812:24
openstackgerritMerged openstack/openstack-ansible-os_cinder master: Update ubuntu distro packages for python3  https://review.opendev.org/69148812:31
mgariepynoonedeadpunk, can you do a quick one for me please ? https://review.opendev.org/#/c/691743/12:32
noonedeadpunksure!12:33
*** schwicht has joined #openstack-ansible12:33
mgariepythanks a lot.12:33
noonedeadpunkjrosser: it would be great to merge these upgrade jobs at once:) https://review.opendev.org/#/c/671105/12:40
miloanoonedeadpunk: oh, yes it would be better, but as heat_uwsgi_bin is used here : https://opendev.org/openstack/openstack-ansible-os_heat/src/branch/stable/rocky/defaults/main.yml#L247 and because for suse there is  a different path too : https://opendev.org/openstack/openstack-ansible-os_heat/src/branch/stable/rocky/vars/suse-42.yml#L31 If i change it in default/main.yml i fear there is an impact on12:41
miloasuse distro install method.12:41
noonedeadpunkactually for heat-engine it _must_ be heat_bin12:43
noonedeadpunklike uwsgi bin is only for services that use uwsgi12:43
noonedeadpunkso anyway we should check this and if it don't work for suse than override suse only12:44
*** DanyC has joined #openstack-ansible12:44
noonedeadpunkbut the thing is, that in rocky suse distro wasn't really working iirc12:44
noonedeadpunkand for source it shouldn't have an effect12:44
*** pcaruana has quit IRC12:45
noonedeadpunkoh, and looks like murano patches may be reviewed as well  https://review.opendev.org/#/q/topic:os_murano+(status:open+OR+status:merged)12:47
*** JoyBoy7 has left #openstack-ansible12:48
guilhermespnoonedeadpunk: ++12:49
openstackgerritMikael Loaec proposed openstack/openstack-ansible-os_heat stable/rocky: [WIP]Fix heat path for heat-engine service  https://review.opendev.org/69185412:51
*** mkuf_ has joined #openstack-ansible12:51
miloanoonedeadpunk: I've done the change, but because i can not test for suse i put it in WIP.12:52
*** mkuf has quit IRC12:54
*** schwicht has quit IRC12:55
*** arxcruz|lunch is now known as arxcruz12:56
openstackgerritMerged openstack/openstack-ansible-os_placement stable/train: Add nova to placement DB migration  https://review.opendev.org/69162412:57
*** pcaruana has joined #openstack-ansible12:58
noonedeadpunkmiloa: it looks good13:01
noonedeadpunkbut yes, let's test it out.13:02
*** dave-mccowan has joined #openstack-ansible13:06
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_keystone master: [WIP] Adds option to override mysql credentials  https://review.opendev.org/69185913:12
jrossernoonedeadpunk: login_host: "{{ (item.login_host | default(False)) | ternary(item.login_host, omit) }}"13:18
jrosser^ can you do that with omit?13:18
jrosseri'm thinking thats undefined variable?13:18
*** nurdie has joined #openstack-ansible13:22
noonedeadpunkThat;s what I've tried to test in simpla playbook and it worked...13:22
jrosserthats interesting13:22
noonedeadpunkAt least (item.login_host | default(False)) don't raise undefined error and is false if there's no key in dict13:22
noonedeadpunkjrosser: so http://paste.openstack.org/show/785632/ worked as designed for me13:24
jrosseri hadnt realised you could use 'omit' outside a default()13:25
*** goldyfruit___ has joined #openstack-ansible13:26
noonedeadpunkah...13:26
noonedeadpunkI guess we can https://opendev.org/openstack/openstack-ansible-os_keystone/src/branch/master/handlers/main.yml#L2113:28
jrosseri just tried debug: -> var: omit13:28
jrosser"omit": "__omit_place_holder__1e48d9174c105a9a8579b8738b336b94e70de676"13:28
noonedeadpunkbut you can't do it in debug:)13:28
noonedeadpunkbut inside some other module it should work I guess13:29
jrosserhttps://pasted.tech/pastes/146c60abe3df3eda8964d31bcbba20af84de17cd.raw13:30
noonedeadpunkand there some another limitations.13:30
jrosseryes, we've had errors due to that being used slightly badly before13:30
noonedeadpunklike you can omit delegate_to for instance...13:30
noonedeadpunk*can't13:31
jrosserright13:31
jrosserit tries to delegate to that huge string13:31
noonedeadpunkif it will pass, I can drop setting variables during include to test it out13:32
noonedeadpunkjust ot be sure it works as expected and won't fail13:32
noonedeadpunkoh, and you can't use omit to define variables as well... so in main.yml or in vars folder it's useless13:33
noonedeadpunkso most likely omit works for tasks only13:34
*** schwicht has joined #openstack-ansible13:36
*** pcaruana has quit IRC13:52
*** goldyfruit_ has joined #openstack-ansible13:53
*** nurdie has quit IRC13:53
*** pcaruana has joined #openstack-ansible13:55
*** nurdie has joined #openstack-ansible13:55
*** goldyfruit___ has quit IRC13:55
mnaseromit is black magic14:01
*** weshay|rover is now known as weshay14:09
*** mkuf_ is now known as mkuf14:15
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_heat stable/rocky: [WIP]Fix heat path for heat-engine service  https://review.opendev.org/69185414:53
*** gyee has joined #openstack-ansible14:57
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_keystone master: [WIP] Adds option to override mysql credentials  https://review.opendev.org/69185915:18
*** rgogunskiy has quit IRC15:21
*** jawad_ax_ has quit IRC15:24
*** jawad_axd has joined #openstack-ansible15:25
*** jawad_axd has quit IRC15:29
openstackgerritMerged openstack/openstack-ansible-os_horizon master: Add new config to disable openrc_v2 in horizon  https://review.opendev.org/69174315:32
*** macz has joined #openstack-ansible15:51
*** mgariepy has quit IRC15:57
*** goldyfruit___ has joined #openstack-ansible15:59
*** mgariepy has joined #openstack-ansible15:59
*** goldyfruit_ has quit IRC16:01
*** DanyC has quit IRC16:02
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_horizon stable/train: Add new config to disable openrc_v2 in horizon  https://review.opendev.org/69189616:02
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_horizon stable/stein: Add new config to disable openrc_v2 in horizon  https://review.opendev.org/69189716:02
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_horizon stable/rocky: Add new config to disable openrc_v2 in horizon  https://review.opendev.org/69189816:02
openstackgerritMarc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_horizon stable/queens: Add new config to disable openrc_v2 in horizon  https://review.opendev.org/69189916:02
noonedeadpunk#startmeeting openstack_ansible_meeting16:03
openstackMeeting started Tue Oct 29 16:03:20 2019 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.16:03
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:03
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)"16:03
openstackThe meeting name has been set to 'openstack_ansible_meeting'16:03
guilhermespo/16:03
noonedeadpunk#topic officehours16:03
*** openstack changes topic to "officehours (Meeting topic: openstack_ansible_meeting)"16:03
*** DanyC has joined #openstack-ansible16:05
noonedeadpunkok, so we've branched:)16:07
jrossero/16:08
noonedeadpunkguilhermesp: btw, your murano patches passes ci now https://review.opendev.org/#/q/topic:os_murano+(status:open+OR+status:merged) :)16:08
guilhermespoh that's nice so, working cleanly ?16:09
noonedeadpunkSo tempest tests api, not scenario16:09
guilhermespwe can deploy it in a prod env and see how it goes16:09
guilhermespasap I mean16:09
noonedeadpunkAs for passing scenario it needs creating and uploading specific image16:10
guilhermespis that documented in the role?16:10
noonedeadpunkAnd build for ubuntu "passes" but it looks like it's not booting and ther's an error during image buildin log16:11
noonedeadpunkguilhermesp: they have docs how to build it https://docs.openstack.org/murano/latest/reference/appendix/articles/image_builders/index.html16:11
noonedeadpunkI guess for initial commit passing api is good as well16:11
guilhermespoh ok good16:11
guilhermespi will test it in production asap16:12
noonedeadpunkthis is smth we can add on top of that.16:12
noonedeadpunkas basically api and stuff works16:12
guilhermesplet's wait it to land16:12
*** ivve has quit IRC16:13
guilhermespwe still need +w as I can see so16:13
noonedeadpunkyep16:13
guilhermespcores: o/16:13
guilhermespbtw, welcome new cores16:13
noonedeadpunkoh, yes!16:13
* noonedeadpunk hopes they will attend:)16:14
gshippeyo/16:14
guilhermespgshippey: mind given your 1st +w ? :P16:14
guilhermespi mean not sure if you did already but, yeah16:15
gshippeyI have thank you!16:17
*** aedc has joined #openstack-ansible16:19
*** aedc has quit IRC16:20
*** aedc has joined #openstack-ansible16:21
*** shananigans has joined #openstack-ansible16:21
noonedeadpunkok, so I feel like roles are pretty much ok for train and we even should have even working upgrades16:22
noonedeadpunkand will we add centos 8 for train as well? We have some time on our hands right now, but new features should be already blocked though16:24
jrosseri think we have to wait for RDO repos to be available16:24
jrosserand then there were some things missing like lsyncd too for centos816:25
noonedeadpunkyep, that's true...16:25
jrosserwhich are a bit more fundamental and hard to fix16:25
jrosserthat is pretty much where i got to with my attempt, to the openstack_hosts role16:26
jrosserand i really struggled with ansible networkmanager setup too16:26
noonedeadpunkYeah, I saw that...16:26
noonedeadpunkI'd say it should be pretty unpleasant16:27
jrosseri saw in #ansible that the 2.9 release might be on the 31st16:28
noonedeadpunkbtw, will we be doing rc's as well once in two weeks as a regular release?16:28
noonedeadpunkbtw it was weird regarding rabbit stuff on 2.9rc516:29
jrosseri think we should do one as soon as the current things outstanding are merged16:29
noonedeadpunkso the next bump is planned on the end of the week - hope we'll get everything merged till that time16:29
jrosserbecause currently although the branch is train its a bit wrong until we move UCA to train and anything else similar16:30
noonedeadpunkand we have more cores, so we can get reviews in time now :)16:30
openstackgerritGeorgina Shippey proposed openstack/openstack-ansible-os_horizon master: Variable name accidentally being templated out  https://review.opendev.org/69191116:31
noonedeadpunkgreat catch ^16:32
*** nurdie has quit IRC16:42
* jrosser has to run16:42
jrossermore horizon patches incoming..... we're trying the current train rc out a bit in AIOs16:42
*** cshen has quit IRC16:44
*** aedc has quit IRC16:44
*** aedc has joined #openstack-ansible16:45
*** nurdie has joined #openstack-ansible16:53
*** AJaeger has joined #openstack-ansible16:57
AJaegercores, could you review these openSUSE Zuul job changes , please? https://review.opendev.org/#/q/topic:opensuse-150+is:open+projects:openstack/openstack-ansible The infra team likes to move forward with cleaninug up openSUSE 15.0...16:58
*** kopecmartin is now known as kopecmartin|off16:59
*** aedc has quit IRC17:02
AJaegerthanks, noonedeadpunk17:02
noonedeadpunk#endmeeting17:02
*** openstack changes topic to "Launchpad: https://launchpad.net/openstack-ansible || Weekly Meetings: https://wiki.openstack.org/wiki/Meetings/openstack-ansible || Review Dashboard: http://bit.ly/2xA1eZC"17:02
openstackMeeting ended Tue Oct 29 17:02:57 2019 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:02
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-10-29-16.03.html17:02
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-10-29-16.03.txt17:03
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-10-29-16.03.log.html17:03
AJaegerOh, sorry, wasn't aware that I came into a meeting but seems I did not disturb it ;)17:03
noonedeadpunkthat's ok:)17:07
noonedeadpunkbtw, folks, looks like suse distro is passing now - maybe we should set it to voting?17:07
*** aedc has joined #openstack-ansible17:08
*** aedc has quit IRC17:12
*** aedc has joined #openstack-ansible17:12
*** miloa has quit IRC17:13
*** ivve has joined #openstack-ansible17:21
*** aedc has quit IRC17:22
openstackgerritGeorgina Shippey proposed openstack/openstack-ansible-os_horizon master: Debian mod_wsgi python versions  https://review.opendev.org/69192117:23
openstackgerritMerged openstack/openstack-ansible-pip_install master: Switch to opensuse-15  https://review.opendev.org/68946817:23
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-pip_install stable/stein: Switch to opensuse-15  https://review.opendev.org/69192217:25
*** rpittau is now known as rpittau|afk17:25
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-pip_install stable/rocky: Switch to opensuse-15  https://review.opendev.org/69192317:26
*** jawad_axd has joined #openstack-ansible17:26
*** sshnaidm is now known as sshnaidm|afk17:31
*** kaavik has joined #openstack-ansible17:35
*** weifan has joined #openstack-ansible17:41
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_octavia stable/stein: Switch to opensuse-15  https://review.opendev.org/69192817:41
*** weifan has quit IRC17:46
noonedeadpunkjrosser: ok, so https://review.opendev.org/#/c/691859/ passes with omits17:47
*** weifan has joined #openstack-ansible17:51
*** DanyC has quit IRC18:07
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Remove openSUSE 15 jobs  https://review.opendev.org/68901218:12
*** schwicht has quit IRC18:13
*** cshen has joined #openstack-ansible18:14
*** schwicht has joined #openstack-ansible18:15
openstackgerritMerged openstack/openstack-ansible-tests stable/rocky: Switch to opensuse-15 nodeset  https://review.opendev.org/68948418:15
*** weifan has quit IRC18:16
openstackgerritMerged openstack/openstack-ansible-lxc_container_create stable/rocky: Remove openSUSE 15 jobs  https://review.opendev.org/68933818:25
*** weifan has joined #openstack-ansible18:28
*** cshen has quit IRC18:28
openstackgerritMerged openstack/openstack-ansible-tests stable/stein: Switch to opensuse-15 nodeset  https://review.opendev.org/68948318:37
*** cshen has joined #openstack-ansible18:39
*** cshen has quit IRC18:43
*** weifan has quit IRC18:52
*** spatel has joined #openstack-ansible19:02
*** spatel has quit IRC19:02
AJaegercould you review https://review.opendev.org/691923 and https://review.opendev.org/691922 as backports as well, please?19:08
*** aedc has joined #openstack-ansible19:09
*** aedc has quit IRC19:11
*** aedc has joined #openstack-ansible19:11
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-lxc_hosts stable/stein: Remove openSUSE 15 jobs  https://review.opendev.org/69194819:11
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-lxc_hosts stable/rocky: Remove openSUSE 15 jobs  https://review.opendev.org/69194919:14
openstackgerritMerged openstack/openstack-ansible-os_octavia master: Remove broken experimental job  https://review.opendev.org/68901619:18
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_octavia stable/train: Remove broken experimental job  https://review.opendev.org/69195219:24
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-pip_install stable/train: Switch to opensuse-15  https://review.opendev.org/69195319:26
*** jbadiapa has quit IRC19:26
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-lxc_hosts stable/train: Remove openSUSE 15 jobs  https://review.opendev.org/69195419:27
*** nurdie has quit IRC19:27
openstackgerritMerged openstack/openstack-ansible master: Add support to deploy murano  https://review.opendev.org/67949619:32
NobodyCamGood Afternoon OSA Folks, I have a off the wall question, I am attempting to add Ceilometer to a existing deploy, I was able to add the ceilometer_central_container but did not get the ceilometer-api, would anyone be able to point me to any information on how to correctly add a service to an existing deploy?19:34
AJaegerspotz: thanks- could you review https://review.opendev.org/691953 as well, please? I missed that one earlier ;(19:40
spotzAJaeger: done19:41
AJaegerthanks19:41
*** weifan has joined #openstack-ansible19:47
*** weifan has quit IRC20:02
*** weifan has joined #openstack-ansible20:03
*** cshen has joined #openstack-ansible20:07
*** weifan has quit IRC20:12
*** cshen has quit IRC20:15
*** weifan has joined #openstack-ansible20:18
*** schwicht has quit IRC20:18
*** nurdie has joined #openstack-ansible20:19
*** nurdie has quit IRC20:24
*** weifan has quit IRC20:27
*** CeeMac has quit IRC20:27
*** cshen has joined #openstack-ansible20:27
*** weifan has joined #openstack-ansible20:30
*** cshen has quit IRC20:31
*** markvoelker has quit IRC20:35
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_congress stable/stein: Remove opensuse-150 job  https://review.opendev.org/69196820:36
*** weifan has quit IRC20:37
*** weifan has joined #openstack-ansible20:38
*** weifan has quit IRC20:40
spotzNobodyCam: You should just be able to run the one role.20:43
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_rally stable/stein: Remove opensuse-150 job  https://review.opendev.org/69197120:43
*** weifan has joined #openstack-ansible20:44
*** markvoelker has joined #openstack-ansible20:45
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_trove stable/stein: Remove opensuse-150 job  https://review.opendev.org/69197420:45
NobodyCamspotz: Thank you this is what I ran20:45
NobodyCamhttps://www.irccloud.com/pastebin/MEStzhU0/20:46
spotzThat looks right. Any errors?20:46
NobodyCamnope20:47
NobodyCamjust no ceilometer-api20:47
spotzNobodyCam: version of OpenStack? I *think* the Ceilometer API has been removed20:47
NobodyCamshould be rocky20:48
spotzYeah it might be gone in Rocky. Let me look20:48
spotzYep:) https://ask.openstack.org/en/question/121203/is-ceilometer-project-is-deprecated/20:49
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_ironic stable/stein: Remove opensuse-150 job  https://review.opendev.org/69197620:49
NobodyCamOMG LoL : thank you spotz20:50
spotzNobodyCam: You're welcome, I'm a fount of random memories and a googd googler:)20:51
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_magnum stable/stein: Remove opensuse-150 job  https://review.opendev.org/69197720:51
NobodyCamall My googling was saying setup port 8777 for ceilometer20:52
spotzNobodyCam: But I had the starting point of I think it's been removed:)20:53
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_designate stable/stein: Remove opensuse-150 job  https://review.opendev.org/69197820:53
NobodyCamand I started with `haproxy[10363]: backend ceilometer-back has no server available!`20:53
NobodyCamhehehehe20:53
NobodyCamthank you20:53
spotzMy pleasure20:54
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_barbican stable/stein: Remove opensuse-150 job  https://review.opendev.org/69197920:55
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_swift stable/stein: Remove opensuse-150 job  https://review.opendev.org/69198120:57
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_sahara stable/stein: Remove opensuse-150 job  https://review.opendev.org/69198220:58
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_mistral stable/stein: Remove opensuse-150 job  https://review.opendev.org/69198321:00
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_heat stable/stein: Remove opensuse-150 job  https://review.opendev.org/69198421:02
*** mkuf has quit IRC21:05
openstackgerritAndreas Jaeger proposed openstack/openstack-ansible-os_heat stable/stein: Remove opensuse-150 job  https://review.opendev.org/69198421:05
*** shananigans has quit IRC21:06
*** mkuf has joined #openstack-ansible21:07
*** pcaruana has quit IRC21:15
openstackgerritMerged openstack/openstack-ansible-pip_install stable/rocky: Switch to opensuse-15  https://review.opendev.org/69192321:18
*** schwicht has joined #openstack-ansible21:19
*** schwicht has quit IRC21:25
openstackgerritDirk Mueller proposed openstack/openstack-ansible-os_horizon master: opensuse: adjust for Python 3.x switch  https://review.opendev.org/69183321:28
openstackgerritMerged openstack/openstack-ansible-pip_install stable/stein: Switch to opensuse-15  https://review.opendev.org/69192221:30
openstackgerritMerged openstack/openstack-ansible-pip_install stable/train: Switch to opensuse-15  https://review.opendev.org/69195321:30
dirkAJaeger: why are you removing the jobs against nodeset opensuse-150 rather than switching them to opensuse-15 ?21:32
*** schwicht has joined #openstack-ansible21:36
*** prometheanfire has quit IRC21:44
*** prometheanfire has joined #openstack-ansible21:45
*** schwicht has quit IRC21:53
*** weifan has quit IRC21:59
*** weifan has joined #openstack-ansible22:01
*** goldyfruit___ has quit IRC22:04
*** schwicht has joined #openstack-ansible22:22
*** gyee has quit IRC22:27
*** weifan has quit IRC22:30
*** aedc has quit IRC22:30
*** weifan has joined #openstack-ansible22:31
*** aedc has joined #openstack-ansible22:33
*** goldyfruit___ has joined #openstack-ansible22:35
*** weifan has quit IRC22:35
*** weifan has joined #openstack-ansible22:47
*** weifan has quit IRC22:49
*** weifan has joined #openstack-ansible22:52
*** weifan has quit IRC22:52
*** gyee has joined #openstack-ansible22:52
*** weifan has joined #openstack-ansible22:53
*** weifan has quit IRC22:53
*** weifan has joined #openstack-ansible22:53
*** ivve has quit IRC23:13
*** nurdie has joined #openstack-ansible23:21
*** nurdie has quit IRC23:26
*** luksky has quit IRC23:26
*** schwicht has quit IRC23:29
*** schwicht has joined #openstack-ansible23:31
*** macz has quit IRC23:37
*** weifan has quit IRC23:45
*** goldyfruit___ has quit IRC23:45
*** goldyfruit___ has joined #openstack-ansible23:48
*** weifan has joined #openstack-ansible23:53
*** weifan has quit IRC23:53
*** gyee has quit IRC23:54

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