*** schwicht has joined #openstack-ansible | 00:03 | |
*** weifan has quit IRC | 00:03 | |
*** ivve has quit IRC | 00:10 | |
*** aspiers has quit IRC | 00:35 | |
*** weifan has joined #openstack-ansible | 00:39 | |
*** aedc has quit IRC | 00:40 | |
*** nurdie has joined #openstack-ansible | 00:42 | |
*** weifan has quit IRC | 00:45 | |
*** nurdie has quit IRC | 00:47 | |
*** schwicht has quit IRC | 00:54 | |
*** goldyfruit___ has quit IRC | 01:17 | |
*** jawad_axd has joined #openstack-ansible | 01:21 | |
*** schwicht has joined #openstack-ansible | 01:23 | |
*** jawad_axd has quit IRC | 01:26 | |
*** weifan has joined #openstack-ansible | 01:32 | |
*** weifan has quit IRC | 01:36 | |
*** jawad_axd has joined #openstack-ansible | 01:42 | |
*** jawad_axd has quit IRC | 01:47 | |
*** jawad_axd has joined #openstack-ansible | 02:03 | |
*** jawad_axd has quit IRC | 02:07 | |
*** nicolasbock has quit IRC | 02:25 | |
*** markvoelker has joined #openstack-ansible | 02:36 | |
*** markvoelker has quit IRC | 02:41 | |
*** schwicht has quit IRC | 03:04 | |
*** schwicht has joined #openstack-ansible | 03:05 | |
*** schwicht has quit IRC | 03:05 | |
*** dave-mccowan has quit IRC | 04:22 | |
*** markvoelker has joined #openstack-ansible | 04:58 | |
*** markvoelker has quit IRC | 05:03 | |
*** nurdie has joined #openstack-ansible | 05:03 | |
*** nurdie has quit IRC | 05:08 | |
*** markvoelker has joined #openstack-ansible | 05:46 | |
*** markvoelker has quit IRC | 05:56 | |
*** markvoelker has joined #openstack-ansible | 05:56 | |
*** markvoelker has quit IRC | 06:00 | |
*** jawad_axd has joined #openstack-ansible | 06:14 | |
*** luksky has joined #openstack-ansible | 06:43 | |
*** jawad_axd has quit IRC | 07:04 | |
*** jawad_axd has joined #openstack-ansible | 07:15 | |
*** jawad_ax_ has joined #openstack-ansible | 07:16 | |
*** jawad_axd has quit IRC | 07:20 | |
*** cshen has joined #openstack-ansible | 07:30 | |
*** pcaruana has joined #openstack-ansible | 07:37 | |
*** trident has quit IRC | 07:55 | |
*** trident has joined #openstack-ansible | 08:01 | |
*** kopecmartin|off is now known as kopecmartin | 08:05 | |
*** miloa has joined #openstack-ansible | 08:12 | |
miloa | Morning | 08:12 |
---|---|---|
*** ivve has joined #openstack-ansible | 08:13 | |
cshen | morning | 08:13 |
miloa | I'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 |
cshen | any error log? | 08:15 |
cshen | However I'm using Ubuntu16/Rocky, I don't know if could help. | 08:16 |
miloa | I'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 |
cshen | If 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 |
cshen | and in my case, the binaries are normally located at /openstack/venvs/heat-18.1.8/bin, NOT under /usr/bin or /usr/sbin | 08:22 |
miloa | Thanks, 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 |
cshen | Ok, I see. Normally it should work out-of-the-box. | 08:25 |
miloa | I 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 |
cshen | try to override this variable then. | 08:49 |
miloa | yes 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 |
miloa | s/vaiable/variable/ | 08:51 |
*** DanyC has joined #openstack-ansible | 08:57 | |
arxcruz | odyssey4me: already around ? | 08:59 |
arxcruz | odyssey4me: 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 |
miloa | cshen: 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 |
cshen | miloa: It maybe a real bug for CentOS users. | 09:04 |
miloa | cshen: 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 |
cshen | miloa: yes, that's a good approach. | 09:05 |
*** rpittau|afk is now known as rpittau | 09:08 | |
*** aedc has joined #openstack-ansible | 09:35 | |
*** CeeMac has joined #openstack-ansible | 09:37 | |
*** mubix has quit IRC | 10:02 | |
*** mubix has joined #openstack-ansible | 10:02 | |
*** pcaruana has quit IRC | 10:03 | |
miloa | cshen: 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 |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible-os_horizon master: opensuse: adjust for Python 3.x switch https://review.opendev.org/691833 | 10:10 |
cshen | miloa: I'm not sure about RDO repos. If you think the default value is wrong, just submit a patch :-D | 10:19 |
*** pcaruana has joined #openstack-ansible | 10:24 | |
odyssey4me | arxcruz: given that's tripleo business, perhaps best to discuss it in #tripleo ? | 10:29 |
miloa | cshen: 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 |
noonedeadpunk | mornings | 10:36 |
*** aedc has quit IRC | 10:38 | |
*** DanyC has quit IRC | 10:39 | |
miloa | cshen: 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 |
miloa | cshen: 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-ansible | 10:46 | |
cshen | miloa: however it doesn't exist in master anymore https://opendev.org/openstack/openstack-ansible-os_heat/src/branch/master/vars/redhat-7.yml | 10:46 |
cshen | it's removed by this commit https://opendev.org/openstack/openstack-ansible-os_heat/commit/83d643947fcac82bf7156db43be6552d821ba323 | 10:48 |
cshen | I suggest you ask noonedeadpunk for more details, since he did this commit. | 10:48 |
*** prometheanfire has quit IRC | 10:52 | |
*** prometheanfire has joined #openstack-ansible | 10:52 | |
noonedeadpunk | In master (and train) we changed the way uwsgi is used by introducing new role. | 10:52 |
noonedeadpunk | Unfortunatelly 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 branches | 10:53 |
*** schwicht has joined #openstack-ansible | 10:54 | |
noonedeadpunk | miloa: you have distro install, not source one? | 10:55 |
miloa | noonedeadpunk: yes a distro install CentOS 7, rocky | 10:58 |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-os_cinder stable/train: Update ubuntu distro packages for python3 https://review.opendev.org/691845 | 10:59 |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible stable/train: Install python3 distro packages in the utility playbook https://review.opendev.org/691847 | 11:00 |
noonedeadpunk | miloa: so I guess this thould be patched then... | 11:02 |
noonedeadpunk | If you have environment to test it out - you're very welcome to participate:) | 11:03 |
*** JoyBoy7 has joined #openstack-ansible | 11:10 | |
*** nicolasbock has joined #openstack-ansible | 11:11 | |
miloa | noonedeadpunk: 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 |
noonedeadpunk | so, maybe you can push a patch to fix it ? :p | 11:17 |
*** ianychoi__ is now known as ianychoi | 11:24 | |
JoyBoy7 | Has anyone problems to Clone the train stable release of the OpenStack-Ansible? from the documentation ? | 11:32 |
JoyBoy7 | it 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 |
noonedeadpunk | probably because we don't have 20.0.0 tag right now? It's 20.0.0.0rc1 | 11:35 |
*** arxcruz is now known as arxcruz|lunch | 11:37 | |
JoyBoy7 | the documentation says 20.0.0. btw | 11:37 |
noonedeadpunk | we still don't have stable release as we're lagging behind official openstack releases dates | 11:37 |
noonedeadpunk | stable will be 20.0.0 | 11:37 |
miloa | noonedeadpunk: 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 IRC | 11:38 | |
noonedeadpunk | miloa: 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 review | 11:39 |
noonedeadpunk | JoyBoy7: docs and tags there are automatically generated, and probably consider only stable stuff right now... | 11:42 |
JoyBoy7 | ok thank you | 11:44 |
*** schwicht has quit IRC | 11:45 | |
noonedeadpunk | I 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 |
JoyBoy7 | btwi 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 it | 11:51 |
JoyBoy7 | well . has any do a asimilar installation | 11:51 |
miloa | noonedeadpunk: ok thanks :) | 11:52 |
noonedeadpunk | JoyBoy7: actually it's a basic installation. like https://docs.openstack.org/openstack-ansible/train/user/prod/example.html | 11:53 |
*** cshen has joined #openstack-ansible | 11:54 | |
JoyBoy7 | yeah i have see that the problem is that load balancer in this example is a different machine | 11:54 |
noonedeadpunk | or https://docs.openstack.org/openstack-ansible/train/user/ceph/full-deploy.html for ceph | 11:54 |
noonedeadpunk | actually you can define where it will be located with haproxy_hosts in openstack_user_config.yml | 11:55 |
noonedeadpunk | last link has it | 11:56 |
JoyBoy7 | and if HAProxy is installed in the infra nodes the networking file must change as well and to set VRRP times in user_variables | 11:56 |
JoyBoy7 | for HAP to know who is the master node and who the slave and to set the VIP binded is both infra nodes | 11:57 |
JoyBoy7 | correct me if i am wrong | 11:58 |
JoyBoy7 | i still has little experience with OSA and maybe i missing something | 11:58 |
*** markvoelker has joined #openstack-ansible | 11:59 | |
noonedeadpunk | actually VIPs are managed with keepalived, so there's no need in configuring them in networtking files | 12:02 |
*** markvoelker has quit IRC | 12:03 | |
noonedeadpunk | and keepalived notifies haproxy about master state | 12:04 |
*** markvoelker has joined #openstack-ansible | 12:05 | |
openstackgerrit | Mikael Loaec proposed openstack/openstack-ansible-os_heat stable/rocky: Fix heat path systemd rh7 familly distro install https://review.opendev.org/691854 | 12:10 |
*** rgogunskiy has joined #openstack-ansible | 12:12 | |
*** DanyC has quit IRC | 12:12 | |
*** goldyfruit___ has joined #openstack-ansible | 12:15 | |
jrosser | miloa: out of interest do you have a good reason for choosing a distro install? | 12:16 |
*** schwicht has joined #openstack-ansible | 12:19 | |
*** goldyfruit___ has quit IRC | 12:20 | |
noonedeadpunk | miloa: hm. I guess for centos uwsgi bin is correct. But heat-engine is not uwsgi service right? | 12:23 |
miloa | jrosser: 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 |
noonedeadpunk | So maybe https://opendev.org/openstack/openstack-ansible-os_heat/src/branch/stable/rocky/defaults/main.yml#L247 is worth using heat_bin | 12:23 |
noonedeadpunk | but not uwsgi? | 12:23 |
*** schwicht has quit IRC | 12:24 | |
noonedeadpunk | miloa: https://opendev.org/openstack/openstack-ansible-os_heat/src/branch/stable/rocky/vars/distro_install.yml#L18 | 12:24 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Update ubuntu distro packages for python3 https://review.opendev.org/691488 | 12:31 |
mgariepy | noonedeadpunk, can you do a quick one for me please ? https://review.opendev.org/#/c/691743/ | 12:32 |
noonedeadpunk | sure! | 12:33 |
*** schwicht has joined #openstack-ansible | 12:33 | |
mgariepy | thanks a lot. | 12:33 |
noonedeadpunk | jrosser: it would be great to merge these upgrade jobs at once:) https://review.opendev.org/#/c/671105/ | 12:40 |
miloa | noonedeadpunk: 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 on | 12:41 |
miloa | suse distro install method. | 12:41 |
noonedeadpunk | actually for heat-engine it _must_ be heat_bin | 12:43 |
noonedeadpunk | like uwsgi bin is only for services that use uwsgi | 12:43 |
noonedeadpunk | so anyway we should check this and if it don't work for suse than override suse only | 12:44 |
*** DanyC has joined #openstack-ansible | 12:44 | |
noonedeadpunk | but the thing is, that in rocky suse distro wasn't really working iirc | 12:44 |
noonedeadpunk | and for source it shouldn't have an effect | 12:44 |
*** pcaruana has quit IRC | 12:45 | |
noonedeadpunk | oh, 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-ansible | 12:48 | |
guilhermesp | noonedeadpunk: ++ | 12:49 |
openstackgerrit | Mikael Loaec proposed openstack/openstack-ansible-os_heat stable/rocky: [WIP]Fix heat path for heat-engine service https://review.opendev.org/691854 | 12:51 |
*** mkuf_ has joined #openstack-ansible | 12:51 | |
miloa | noonedeadpunk: I've done the change, but because i can not test for suse i put it in WIP. | 12:52 |
*** mkuf has quit IRC | 12:54 | |
*** schwicht has quit IRC | 12:55 | |
*** arxcruz|lunch is now known as arxcruz | 12:56 | |
openstackgerrit | Merged openstack/openstack-ansible-os_placement stable/train: Add nova to placement DB migration https://review.opendev.org/691624 | 12:57 |
*** pcaruana has joined #openstack-ansible | 12:58 | |
noonedeadpunk | miloa: it looks good | 13:01 |
noonedeadpunk | but yes, let's test it out. | 13:02 |
*** dave-mccowan has joined #openstack-ansible | 13:06 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_keystone master: [WIP] Adds option to override mysql credentials https://review.opendev.org/691859 | 13:12 |
jrosser | noonedeadpunk: login_host: "{{ (item.login_host | default(False)) | ternary(item.login_host, omit) }}" | 13:18 |
jrosser | ^ can you do that with omit? | 13:18 |
jrosser | i'm thinking thats undefined variable? | 13:18 |
*** nurdie has joined #openstack-ansible | 13:22 | |
noonedeadpunk | That;s what I've tried to test in simpla playbook and it worked... | 13:22 |
jrosser | thats interesting | 13:22 |
noonedeadpunk | At least (item.login_host | default(False)) don't raise undefined error and is false if there's no key in dict | 13:22 |
noonedeadpunk | jrosser: so http://paste.openstack.org/show/785632/ worked as designed for me | 13:24 |
jrosser | i hadnt realised you could use 'omit' outside a default() | 13:25 |
*** goldyfruit___ has joined #openstack-ansible | 13:26 | |
noonedeadpunk | ah... | 13:26 |
noonedeadpunk | I guess we can https://opendev.org/openstack/openstack-ansible-os_keystone/src/branch/master/handlers/main.yml#L21 | 13:28 |
jrosser | i just tried debug: -> var: omit | 13:28 |
jrosser | "omit": "__omit_place_holder__1e48d9174c105a9a8579b8738b336b94e70de676" | 13:28 |
noonedeadpunk | but you can't do it in debug:) | 13:28 |
noonedeadpunk | but inside some other module it should work I guess | 13:29 |
jrosser | https://pasted.tech/pastes/146c60abe3df3eda8964d31bcbba20af84de17cd.raw | 13:30 |
noonedeadpunk | and there some another limitations. | 13:30 |
jrosser | yes, we've had errors due to that being used slightly badly before | 13:30 |
noonedeadpunk | like you can omit delegate_to for instance... | 13:30 |
noonedeadpunk | *can't | 13:31 |
jrosser | right | 13:31 |
jrosser | it tries to delegate to that huge string | 13:31 |
noonedeadpunk | if it will pass, I can drop setting variables during include to test it out | 13:32 |
noonedeadpunk | just ot be sure it works as expected and won't fail | 13:32 |
noonedeadpunk | oh, and you can't use omit to define variables as well... so in main.yml or in vars folder it's useless | 13:33 |
noonedeadpunk | so most likely omit works for tasks only | 13:34 |
*** schwicht has joined #openstack-ansible | 13:36 | |
*** pcaruana has quit IRC | 13:52 | |
*** goldyfruit_ has joined #openstack-ansible | 13:53 | |
*** nurdie has quit IRC | 13:53 | |
*** pcaruana has joined #openstack-ansible | 13:55 | |
*** nurdie has joined #openstack-ansible | 13:55 | |
*** goldyfruit___ has quit IRC | 13:55 | |
mnaser | omit is black magic | 14:01 |
*** weshay|rover is now known as weshay | 14:09 | |
*** mkuf_ is now known as mkuf | 14:15 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_heat stable/rocky: [WIP]Fix heat path for heat-engine service https://review.opendev.org/691854 | 14:53 |
*** gyee has joined #openstack-ansible | 14:57 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_keystone master: [WIP] Adds option to override mysql credentials https://review.opendev.org/691859 | 15:18 |
*** rgogunskiy has quit IRC | 15:21 | |
*** jawad_ax_ has quit IRC | 15:24 | |
*** jawad_axd has joined #openstack-ansible | 15:25 | |
*** jawad_axd has quit IRC | 15:29 | |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: Add new config to disable openrc_v2 in horizon https://review.opendev.org/691743 | 15:32 |
*** macz has joined #openstack-ansible | 15:51 | |
*** mgariepy has quit IRC | 15:57 | |
*** goldyfruit___ has joined #openstack-ansible | 15:59 | |
*** mgariepy has joined #openstack-ansible | 15:59 | |
*** goldyfruit_ has quit IRC | 16:01 | |
*** DanyC has quit IRC | 16:02 | |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_horizon stable/train: Add new config to disable openrc_v2 in horizon https://review.opendev.org/691896 | 16:02 |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_horizon stable/stein: Add new config to disable openrc_v2 in horizon https://review.opendev.org/691897 | 16:02 |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_horizon stable/rocky: Add new config to disable openrc_v2 in horizon https://review.opendev.org/691898 | 16:02 |
openstackgerrit | Marc Gariépy (mgariepy) proposed openstack/openstack-ansible-os_horizon stable/queens: Add new config to disable openrc_v2 in horizon https://review.opendev.org/691899 | 16:02 |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 16:03 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:03 |
*** openstack changes topic to " (Meeting topic: openstack_ansible_meeting)" | 16:03 | |
openstack | The meeting name has been set to 'openstack_ansible_meeting' | 16:03 |
guilhermesp | o/ | 16:03 |
noonedeadpunk | #topic officehours | 16:03 |
*** openstack changes topic to "officehours (Meeting topic: openstack_ansible_meeting)" | 16:03 | |
*** DanyC has joined #openstack-ansible | 16:05 | |
noonedeadpunk | ok, so we've branched:) | 16:07 |
jrosser | o/ | 16:08 |
noonedeadpunk | guilhermesp: btw, your murano patches passes ci now https://review.opendev.org/#/q/topic:os_murano+(status:open+OR+status:merged) :) | 16:08 |
guilhermesp | oh that's nice so, working cleanly ? | 16:09 |
noonedeadpunk | So tempest tests api, not scenario | 16:09 |
guilhermesp | we can deploy it in a prod env and see how it goes | 16:09 |
guilhermesp | asap I mean | 16:09 |
noonedeadpunk | As for passing scenario it needs creating and uploading specific image | 16:10 |
guilhermesp | is that documented in the role? | 16:10 |
noonedeadpunk | And build for ubuntu "passes" but it looks like it's not booting and ther's an error during image buildin log | 16:11 |
noonedeadpunk | guilhermesp: they have docs how to build it https://docs.openstack.org/murano/latest/reference/appendix/articles/image_builders/index.html | 16:11 |
noonedeadpunk | I guess for initial commit passing api is good as well | 16:11 |
guilhermesp | oh ok good | 16:11 |
guilhermesp | i will test it in production asap | 16:12 |
noonedeadpunk | this is smth we can add on top of that. | 16:12 |
noonedeadpunk | as basically api and stuff works | 16:12 |
guilhermesp | let's wait it to land | 16:12 |
*** ivve has quit IRC | 16:13 | |
guilhermesp | we still need +w as I can see so | 16:13 |
noonedeadpunk | yep | 16:13 |
guilhermesp | cores: o/ | 16:13 |
guilhermesp | btw, welcome new cores | 16:13 |
noonedeadpunk | oh, yes! | 16:13 |
* noonedeadpunk hopes they will attend:) | 16:14 | |
gshippey | o/ | 16:14 |
guilhermesp | gshippey: mind given your 1st +w ? :P | 16:14 |
guilhermesp | i mean not sure if you did already but, yeah | 16:15 |
gshippey | I have thank you! | 16:17 |
*** aedc has joined #openstack-ansible | 16:19 | |
*** aedc has quit IRC | 16:20 | |
*** aedc has joined #openstack-ansible | 16:21 | |
*** shananigans has joined #openstack-ansible | 16:21 | |
noonedeadpunk | ok, so I feel like roles are pretty much ok for train and we even should have even working upgrades | 16:22 |
noonedeadpunk | and 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 though | 16:24 |
jrosser | i think we have to wait for RDO repos to be available | 16:24 |
jrosser | and then there were some things missing like lsyncd too for centos8 | 16:25 |
noonedeadpunk | yep, that's true... | 16:25 |
jrosser | which are a bit more fundamental and hard to fix | 16:25 |
jrosser | that is pretty much where i got to with my attempt, to the openstack_hosts role | 16:26 |
jrosser | and i really struggled with ansible networkmanager setup too | 16:26 |
noonedeadpunk | Yeah, I saw that... | 16:26 |
noonedeadpunk | I'd say it should be pretty unpleasant | 16:27 |
jrosser | i saw in #ansible that the 2.9 release might be on the 31st | 16:28 |
noonedeadpunk | btw, will we be doing rc's as well once in two weeks as a regular release? | 16:28 |
noonedeadpunk | btw it was weird regarding rabbit stuff on 2.9rc5 | 16:29 |
jrosser | i think we should do one as soon as the current things outstanding are merged | 16:29 |
noonedeadpunk | so the next bump is planned on the end of the week - hope we'll get everything merged till that time | 16:29 |
jrosser | because currently although the branch is train its a bit wrong until we move UCA to train and anything else similar | 16:30 |
noonedeadpunk | and we have more cores, so we can get reviews in time now :) | 16:30 |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-os_horizon master: Variable name accidentally being templated out https://review.opendev.org/691911 | 16:31 |
noonedeadpunk | great catch ^ | 16:32 |
*** nurdie has quit IRC | 16:42 | |
* jrosser has to run | 16:42 | |
jrosser | more horizon patches incoming..... we're trying the current train rc out a bit in AIOs | 16:42 |
*** cshen has quit IRC | 16:44 | |
*** aedc has quit IRC | 16:44 | |
*** aedc has joined #openstack-ansible | 16:45 | |
*** nurdie has joined #openstack-ansible | 16:53 | |
*** AJaeger has joined #openstack-ansible | 16:57 | |
AJaeger | cores, 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|off | 16:59 | |
*** aedc has quit IRC | 17:02 | |
AJaeger | thanks, noonedeadpunk | 17:02 |
noonedeadpunk | #endmeeting | 17: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 | |
openstack | Meeting ended Tue Oct 29 17:02:57 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:02 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-10-29-16.03.html | 17:02 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-10-29-16.03.txt | 17:03 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_ansible_meeting/2019/openstack_ansible_meeting.2019-10-29-16.03.log.html | 17:03 |
AJaeger | Oh, sorry, wasn't aware that I came into a meeting but seems I did not disturb it ;) | 17:03 |
noonedeadpunk | that's ok:) | 17:07 |
noonedeadpunk | btw, folks, looks like suse distro is passing now - maybe we should set it to voting? | 17:07 |
*** aedc has joined #openstack-ansible | 17:08 | |
*** aedc has quit IRC | 17:12 | |
*** aedc has joined #openstack-ansible | 17:12 | |
*** miloa has quit IRC | 17:13 | |
*** ivve has joined #openstack-ansible | 17:21 | |
*** aedc has quit IRC | 17:22 | |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-os_horizon master: Debian mod_wsgi python versions https://review.opendev.org/691921 | 17:23 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install master: Switch to opensuse-15 https://review.opendev.org/689468 | 17:23 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-pip_install stable/stein: Switch to opensuse-15 https://review.opendev.org/691922 | 17:25 |
*** rpittau is now known as rpittau|afk | 17:25 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-pip_install stable/rocky: Switch to opensuse-15 https://review.opendev.org/691923 | 17:26 |
*** jawad_axd has joined #openstack-ansible | 17:26 | |
*** sshnaidm is now known as sshnaidm|afk | 17:31 | |
*** kaavik has joined #openstack-ansible | 17:35 | |
*** weifan has joined #openstack-ansible | 17:41 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_octavia stable/stein: Switch to opensuse-15 https://review.opendev.org/691928 | 17:41 |
*** weifan has quit IRC | 17:46 | |
noonedeadpunk | jrosser: ok, so https://review.opendev.org/#/c/691859/ passes with omits | 17:47 |
*** weifan has joined #openstack-ansible | 17:51 | |
*** DanyC has quit IRC | 18:07 | |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Remove openSUSE 15 jobs https://review.opendev.org/689012 | 18:12 |
*** schwicht has quit IRC | 18:13 | |
*** cshen has joined #openstack-ansible | 18:14 | |
*** schwicht has joined #openstack-ansible | 18:15 | |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/rocky: Switch to opensuse-15 nodeset https://review.opendev.org/689484 | 18:15 |
*** weifan has quit IRC | 18:16 | |
openstackgerrit | Merged openstack/openstack-ansible-lxc_container_create stable/rocky: Remove openSUSE 15 jobs https://review.opendev.org/689338 | 18:25 |
*** weifan has joined #openstack-ansible | 18:28 | |
*** cshen has quit IRC | 18:28 | |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/stein: Switch to opensuse-15 nodeset https://review.opendev.org/689483 | 18:37 |
*** cshen has joined #openstack-ansible | 18:39 | |
*** cshen has quit IRC | 18:43 | |
*** weifan has quit IRC | 18:52 | |
*** spatel has joined #openstack-ansible | 19:02 | |
*** spatel has quit IRC | 19:02 | |
AJaeger | could you review https://review.opendev.org/691923 and https://review.opendev.org/691922 as backports as well, please? | 19:08 |
*** aedc has joined #openstack-ansible | 19:09 | |
*** aedc has quit IRC | 19:11 | |
*** aedc has joined #openstack-ansible | 19:11 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-lxc_hosts stable/stein: Remove openSUSE 15 jobs https://review.opendev.org/691948 | 19:11 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-lxc_hosts stable/rocky: Remove openSUSE 15 jobs https://review.opendev.org/691949 | 19:14 |
openstackgerrit | Merged openstack/openstack-ansible-os_octavia master: Remove broken experimental job https://review.opendev.org/689016 | 19:18 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_octavia stable/train: Remove broken experimental job https://review.opendev.org/691952 | 19:24 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-pip_install stable/train: Switch to opensuse-15 https://review.opendev.org/691953 | 19:26 |
*** jbadiapa has quit IRC | 19:26 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-lxc_hosts stable/train: Remove openSUSE 15 jobs https://review.opendev.org/691954 | 19:27 |
*** nurdie has quit IRC | 19:27 | |
openstackgerrit | Merged openstack/openstack-ansible master: Add support to deploy murano https://review.opendev.org/679496 | 19:32 |
NobodyCam | Good 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 |
AJaeger | spotz: thanks- could you review https://review.opendev.org/691953 as well, please? I missed that one earlier ;( | 19:40 |
spotz | AJaeger: done | 19:41 |
AJaeger | thanks | 19:41 |
*** weifan has joined #openstack-ansible | 19:47 | |
*** weifan has quit IRC | 20:02 | |
*** weifan has joined #openstack-ansible | 20:03 | |
*** cshen has joined #openstack-ansible | 20:07 | |
*** weifan has quit IRC | 20:12 | |
*** cshen has quit IRC | 20:15 | |
*** weifan has joined #openstack-ansible | 20:18 | |
*** schwicht has quit IRC | 20:18 | |
*** nurdie has joined #openstack-ansible | 20:19 | |
*** nurdie has quit IRC | 20:24 | |
*** weifan has quit IRC | 20:27 | |
*** CeeMac has quit IRC | 20:27 | |
*** cshen has joined #openstack-ansible | 20:27 | |
*** weifan has joined #openstack-ansible | 20:30 | |
*** cshen has quit IRC | 20:31 | |
*** markvoelker has quit IRC | 20:35 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_congress stable/stein: Remove opensuse-150 job https://review.opendev.org/691968 | 20:36 |
*** weifan has quit IRC | 20:37 | |
*** weifan has joined #openstack-ansible | 20:38 | |
*** weifan has quit IRC | 20:40 | |
spotz | NobodyCam: You should just be able to run the one role. | 20:43 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_rally stable/stein: Remove opensuse-150 job https://review.opendev.org/691971 | 20:43 |
*** weifan has joined #openstack-ansible | 20:44 | |
*** markvoelker has joined #openstack-ansible | 20:45 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_trove stable/stein: Remove opensuse-150 job https://review.opendev.org/691974 | 20:45 |
NobodyCam | spotz: Thank you this is what I ran | 20:45 |
NobodyCam | https://www.irccloud.com/pastebin/MEStzhU0/ | 20:46 |
spotz | That looks right. Any errors? | 20:46 |
NobodyCam | nope | 20:47 |
NobodyCam | just no ceilometer-api | 20:47 |
spotz | NobodyCam: version of OpenStack? I *think* the Ceilometer API has been removed | 20:47 |
NobodyCam | should be rocky | 20:48 |
spotz | Yeah it might be gone in Rocky. Let me look | 20:48 |
spotz | Yep:) https://ask.openstack.org/en/question/121203/is-ceilometer-project-is-deprecated/ | 20:49 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_ironic stable/stein: Remove opensuse-150 job https://review.opendev.org/691976 | 20:49 |
NobodyCam | OMG LoL : thank you spotz | 20:50 |
spotz | NobodyCam: You're welcome, I'm a fount of random memories and a googd googler:) | 20:51 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_magnum stable/stein: Remove opensuse-150 job https://review.opendev.org/691977 | 20:51 |
NobodyCam | all My googling was saying setup port 8777 for ceilometer | 20:52 |
spotz | NobodyCam: But I had the starting point of I think it's been removed:) | 20:53 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_designate stable/stein: Remove opensuse-150 job https://review.opendev.org/691978 | 20:53 |
NobodyCam | and I started with `haproxy[10363]: backend ceilometer-back has no server available!` | 20:53 |
NobodyCam | hehehehe | 20:53 |
NobodyCam | thank you | 20:53 |
spotz | My pleasure | 20:54 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_barbican stable/stein: Remove opensuse-150 job https://review.opendev.org/691979 | 20:55 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_swift stable/stein: Remove opensuse-150 job https://review.opendev.org/691981 | 20:57 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_sahara stable/stein: Remove opensuse-150 job https://review.opendev.org/691982 | 20:58 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_mistral stable/stein: Remove opensuse-150 job https://review.opendev.org/691983 | 21:00 |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_heat stable/stein: Remove opensuse-150 job https://review.opendev.org/691984 | 21:02 |
*** mkuf has quit IRC | 21:05 | |
openstackgerrit | Andreas Jaeger proposed openstack/openstack-ansible-os_heat stable/stein: Remove opensuse-150 job https://review.opendev.org/691984 | 21:05 |
*** shananigans has quit IRC | 21:06 | |
*** mkuf has joined #openstack-ansible | 21:07 | |
*** pcaruana has quit IRC | 21:15 | |
openstackgerrit | Merged openstack/openstack-ansible-pip_install stable/rocky: Switch to opensuse-15 https://review.opendev.org/691923 | 21:18 |
*** schwicht has joined #openstack-ansible | 21:19 | |
*** schwicht has quit IRC | 21:25 | |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible-os_horizon master: opensuse: adjust for Python 3.x switch https://review.opendev.org/691833 | 21:28 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install stable/stein: Switch to opensuse-15 https://review.opendev.org/691922 | 21:30 |
openstackgerrit | Merged openstack/openstack-ansible-pip_install stable/train: Switch to opensuse-15 https://review.opendev.org/691953 | 21:30 |
dirk | AJaeger: why are you removing the jobs against nodeset opensuse-150 rather than switching them to opensuse-15 ? | 21:32 |
*** schwicht has joined #openstack-ansible | 21:36 | |
*** prometheanfire has quit IRC | 21:44 | |
*** prometheanfire has joined #openstack-ansible | 21:45 | |
*** schwicht has quit IRC | 21:53 | |
*** weifan has quit IRC | 21:59 | |
*** weifan has joined #openstack-ansible | 22:01 | |
*** goldyfruit___ has quit IRC | 22:04 | |
*** schwicht has joined #openstack-ansible | 22:22 | |
*** gyee has quit IRC | 22:27 | |
*** weifan has quit IRC | 22:30 | |
*** aedc has quit IRC | 22:30 | |
*** weifan has joined #openstack-ansible | 22:31 | |
*** aedc has joined #openstack-ansible | 22:33 | |
*** goldyfruit___ has joined #openstack-ansible | 22:35 | |
*** weifan has quit IRC | 22:35 | |
*** weifan has joined #openstack-ansible | 22:47 | |
*** weifan has quit IRC | 22:49 | |
*** weifan has joined #openstack-ansible | 22:52 | |
*** weifan has quit IRC | 22:52 | |
*** gyee has joined #openstack-ansible | 22:52 | |
*** weifan has joined #openstack-ansible | 22:53 | |
*** weifan has quit IRC | 22:53 | |
*** weifan has joined #openstack-ansible | 22:53 | |
*** ivve has quit IRC | 23:13 | |
*** nurdie has joined #openstack-ansible | 23:21 | |
*** nurdie has quit IRC | 23:26 | |
*** luksky has quit IRC | 23:26 | |
*** schwicht has quit IRC | 23:29 | |
*** schwicht has joined #openstack-ansible | 23:31 | |
*** macz has quit IRC | 23:37 | |
*** weifan has quit IRC | 23:45 | |
*** goldyfruit___ has quit IRC | 23:45 | |
*** goldyfruit___ has joined #openstack-ansible | 23:48 | |
*** weifan has joined #openstack-ansible | 23:53 | |
*** weifan has quit IRC | 23:53 | |
*** gyee has quit IRC | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!