*** ckonstanski has quit IRC | 01:03 | |
*** goldyfruit has joined #openstack-ansible | 02:16 | |
*** goldyfruit has quit IRC | 02:24 | |
*** markvoelker has joined #openstack-ansible | 02:29 | |
openstackgerrit | pengyuesheng proposed openstack/openstack-ansible-tests master: Bump the openstackdocstheme extension to 1.20 https://review.opendev.org/672904 | 03:17 |
---|---|---|
*** udesale has joined #openstack-ansible | 03:59 | |
*** brtknr has quit IRC | 05:17 | |
*** brtknr has joined #openstack-ansible | 05:19 | |
*** radeks has joined #openstack-ansible | 05:35 | |
*** raukadah is now known as chandankumar | 05:46 | |
*** radeks has quit IRC | 05:49 | |
*** radeks has joined #openstack-ansible | 05:49 | |
*** kopecmartin|off is now known as kopecmartin | 06:15 | |
*** cshen has joined #openstack-ansible | 06:42 | |
*** mathlin has joined #openstack-ansible | 06:44 | |
*** rpittau|afk is now known as rpittau | 07:11 | |
*** tosky has joined #openstack-ansible | 07:16 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/673216 | 07:18 |
*** cshen has quit IRC | 07:20 | |
*** cshen has joined #openstack-ansible | 07:25 | |
*** cshen has quit IRC | 07:25 | |
*** cshen has joined #openstack-ansible | 07:26 | |
*** pcaruana has joined #openstack-ansible | 07:31 | |
*** arxcruz|off is now known as arxcruz | 07:38 | |
*** miloa has joined #openstack-ansible | 07:51 | |
jrosser | evrardjp: you around? | 07:52 |
*** rgogunskiy has joined #openstack-ansible | 07:55 | |
evrardjp | I am | 07:56 |
evrardjp | how can I help? | 07:56 |
evrardjp | good morning :) | 07:56 |
evrardjp | I will issue some releases today | 07:56 |
evrardjp | I cancelled one of the last series, because they were basically out of date | 07:57 |
evrardjp | (not sure if that's why you're contacting me, but still saying it) | 07:57 |
miloa | Morning | 08:04 |
evrardjp | morning | 08:04 |
miloa | I still have build failure in https://review.opendev.org/#/c/671762/ I don't find what is wrong. | 08:06 |
jrosser | evrardjp: i wondered if you knew what was happening here https://review.opendev.org/#/c/673150/ | 08:08 |
jrosser | i tried to change the zuul jobs/project on stein but it's failing on rocky related things | 08:09 |
evrardjp | miloa: reviewed | 08:13 |
evrardjp | jrosser: let me check. zuul state is common to all branches, but you already know that :) | 08:13 |
*** ivve has joined #openstack-ansible | 08:15 | |
evrardjp | jrosser: yeah so | 08:15 |
evrardjp | in stable/rocky you have a job in project: openstack-ansible-ovn-ubuntu-xenial | 08:16 |
evrardjp | it's not defined in rocky, it's only defined in stein | 08:16 |
evrardjp | if you remove the job def from stein, then it's gonna crash badly | 08:16 |
evrardjp | the ideal would be to readd the job definition in rocky, then keep your patch in stein | 08:17 |
evrardjp | jrosser: ^ | 08:17 |
evrardjp | if you don't think we should test this in rocky either, you can first remove that job from the project in rocky, and then do your patch in stein | 08:20 |
jrosser | evrardjp: oh ok - didn't know those job definitions could cross branches | 08:23 |
evrardjp | yeah they are evaluated as master in fact. | 08:23 |
evrardjp | it's just that they become branch matcher in the zuul definition | 08:24 |
evrardjp | hope it helps :) | 08:24 |
jrosser | i did notice something else - that we don't have branches for config_template | 08:24 |
evrardjp | we do not | 08:24 |
evrardjp | on purpose | 08:24 |
jrosser | ok, no problem | 08:25 |
evrardjp | it's not linked to anything openstack per se | 08:25 |
evrardjp | we don't release it either | 08:25 |
evrardjp | If we are thinking of releasing it, it would not be hard. In that case, I think we should apply semver. | 08:25 |
miloa | evrardjp: thanks, althrought there are some modifications to do (I don't if i could do these modification, i am not a dev), it did not explain the build failure. | 08:31 |
*** kdean has quit IRC | 08:33 | |
*** brtknr has quit IRC | 08:33 | |
evrardjp | the linting failure comes due to the fact you're using shell for no reason | 08:34 |
evrardjp | http://logs.openstack.org/62/671762/4/check/openstack-ansible-linters/2e000cf/ara-report/result/5dbf81fa-d218-4900-8423-fa373bfedbd3/ | 08:34 |
evrardjp | ANSIBLE0013 Use shell only when shell functionality is required | 08:34 |
evrardjp | hope it helps, miloa | 08:34 |
*** brtknr has joined #openstack-ansible | 08:36 | |
jrosser | evrardjp: can a job be defined multiple times? am i able to add openstack-ansible-ovn-ubuntu-xenial to rocky branch before swapping the stein test xenial->bionic? | 08:37 |
miloa | evrardjp: ok, thanks :) | 08:38 |
*** yolanda has joined #openstack-ansible | 08:42 | |
*** hwoarang__ has quit IRC | 08:43 | |
*** hwoarang has joined #openstack-ansible | 08:43 | |
*** gkadam has joined #openstack-ansible | 08:44 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_neutron stable/rocky: Add definition of OVN job for ubuntu xenial on rocky branch. https://review.opendev.org/673233 | 08:45 |
evrardjp | jrosser: yes you can | 08:56 |
evrardjp | this is what I proposed above :) | 08:56 |
evrardjp | jrosser: I commented on the commit message, to be clearer about why it's not great to do so, not for you, but for others in the future. I still voted positively for this, so you can decide whether you want a new patch or not :) | 09:00 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_neutron stable/rocky: Add definition of OVN job for ubuntu xenial on rocky branch. https://review.opendev.org/673233 | 09:00 |
jrosser | evrardjp: ^ done - good to add explanation | 09:00 |
*** faslan has joined #openstack-ansible | 09:01 | |
faslan | hello folks, i am installation openstack with ansible, 19.0.0 version and install_method=distro but after "TASK [os_nova : Run nova-status upgrade check to validate a healthy configuration] ***" retrying given errorand quit. why .? By the way openstack stein intallation. | 09:02 |
*** stingrayza_ is now known as stingrayza | 09:10 | |
jrosser | faslan: have you tried running the nova upgrade check command manually to see if there is any helpful output? | 09:12 |
jrosser | faslan: also which OS are you using? | 09:14 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_neutron stable/stein: Swap special CI jobs from xenial to bionic https://review.opendev.org/673150 | 09:15 |
*** trident has quit IRC | 09:16 | |
*** trident has joined #openstack-ansible | 09:17 | |
*** csmart has quit IRC | 09:22 | |
*** altlogbot_2 has quit IRC | 09:24 | |
*** altlogbot_2 has joined #openstack-ansible | 09:24 | |
*** ksdean has joined #openstack-ansible | 09:24 | |
*** csmart has joined #openstack-ansible | 09:29 | |
*** odyssey4me has joined #openstack-ansible | 09:33 | |
evrardjp | jrosser: voted :) | 09:36 |
noonedeadpunk | mornings | 10:01 |
noonedeadpunk | evrardjp: regarding release - I can do this if you want:) | 10:01 |
noonedeadpunk | Since I'm now aware how to do that. | 10:01 |
noonedeadpunk | Or I can place some notification to do this regulary | 10:02 |
*** ansmith has quit IRC | 10:03 | |
CeeMac | morning | 10:11 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_neutron master: service_setup: refactor service setup to a single file https://review.opendev.org/670460 | 10:18 |
*** brtknr has quit IRC | 10:30 | |
jrosser | noonedeadpunk: could you take a look at these? https://review.opendev.org/#/q/topic:bump_osa+(status:open+OR+status:merged) | 10:31 |
*** brtknr has joined #openstack-ansible | 10:32 | |
noonedeadpunk | don't know why do we still bumping pike, but ok | 10:33 |
*** brtknr has quit IRC | 10:34 | |
*** ksdean has quit IRC | 10:34 | |
*** brtknr has joined #openstack-ansible | 10:35 | |
*** brtknr has quit IRC | 10:36 | |
faslan | jrosser, not tried manually bu i'm solved with command "git checkout ansible/stein" and ubuntu 18 using. | 10:36 |
*** jawad_axd has joined #openstack-ansible | 10:38 | |
*** brtknr has joined #openstack-ansible | 10:45 | |
noonedeadpunk | hope that it was a typo and you checked out to stable/stein instead of ansible/stein... | 10:51 |
*** ansmith has joined #openstack-ansible | 10:51 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_nova master: service_setup: Update services tasks https://review.opendev.org/673267 | 10:54 |
openstackgerrit | Matthew Carroll proposed openstack/openstack-ansible-os_neutron master: Move provider_networks into os_neutron https://review.opendev.org/658126 | 10:56 |
openstackgerrit | Matthew Carroll proposed openstack/openstack-ansible-os_neutron master: Move provider_networks into os_neutron https://review.opendev.org/658126 | 10:57 |
*** gkadam has quit IRC | 11:02 | |
*** brtknr has quit IRC | 11:04 | |
*** brtknr has joined #openstack-ansible | 11:05 | |
*** brtknr has quit IRC | 11:06 | |
*** brtknr has joined #openstack-ansible | 11:06 | |
*** brtknr has quit IRC | 11:07 | |
*** brtknr has joined #openstack-ansible | 11:08 | |
*** gkadam has joined #openstack-ansible | 11:17 | |
*** dr_feelgood has joined #openstack-ansible | 11:20 | |
*** brtknr has quit IRC | 11:20 | |
*** brtknr has joined #openstack-ansible | 11:21 | |
*** brtknr has quit IRC | 11:22 | |
*** brtknr has joined #openstack-ansible | 11:23 | |
*** brtknr has quit IRC | 11:23 | |
*** brtknr has joined #openstack-ansible | 11:24 | |
*** brtknr has quit IRC | 11:24 | |
*** brtknr has joined #openstack-ansible | 11:25 | |
*** udesale has quit IRC | 11:26 | |
*** ygk_12345 has joined #openstack-ansible | 11:33 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_ceilometer master: service_setup: refactor service setup to a single file https://review.opendev.org/670473 | 11:34 |
*** kplant has joined #openstack-ansible | 11:36 | |
*** gkadam has quit IRC | 11:42 | |
ygk_12345 | can someone help with my issue please | 11:42 |
*** gkadam has joined #openstack-ansible | 11:44 | |
ygk_12345 | i am facing repo errrors with the fwaas neutron package | 11:46 |
*** strattao has joined #openstack-ansible | 11:48 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_cinder master: service_setup: Update services tasks https://review.opendev.org/673275 | 11:57 |
ygk_12345 | it is saying "Could not find a version that satisfies the requirement neutron_fwaas==13.0.2.dev2" | 11:58 |
ygk_12345 | but I can find it in the pypi packages on inyternet | 11:58 |
ygk_12345 | why is it not picking it up ? | 11:58 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_glance master: service_setup: Update services tasks https://review.opendev.org/673277 | 11:59 |
kplant | do you mean neutron-fwaas? i also don't see 13.0.2.dev2 | 12:01 |
kplant | https://pypi.org/project/neutron-fwaas/#history | 12:01 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_keystone master: service_setup: Update services tasks https://review.opendev.org/673278 | 12:02 |
CeeMac | i had to override with neutron_fwaas_git_install_branch: '13.0.1' | 12:02 |
noonedeadpunk | 13.0.2 is an option as well... | 12:03 |
CeeMac | as that is the version in the requirements | 12:03 |
CeeMac | yeah, depending on your OS version I guess | 12:03 |
CeeMac | best to check the version its looking for in the requirements txt and override with that | 12:04 |
noonedeadpunk | I guess there might be some incorrect bump inside ansible-role-requirments... | 12:04 |
ygk_12345 | CeeMac how to overrride and will it work ? | 12:04 |
CeeMac | i think neutron bumbed but its not listed in requiremets | 12:04 |
noonedeadpunk | Since we get dev2 and so on because we're retrieveing by commit, but not by version | 12:04 |
noonedeadpunk | I mean tag | 12:04 |
CeeMac | ygk_12345: in user_variables.yml | 12:04 |
ygk_12345 | CeeMac how and where to mention ? | 12:05 |
CeeMac | yghk, in user_variables.yml, and as I wrote it above "neutron_fwaas_git_install_branch: '13.0.1'" | 12:05 |
CeeMac | but replace 13.0.1 with the version in the requirements for the OS you are running | 12:06 |
CeeMac | ygk_12345: incidentaly, what openstack version are you running? | 12:06 |
ygk_12345 | CeeMac its rocky 18.1.2 branch | 12:06 |
CeeMac | ok, then 13.0.1 should work, I'm on rocky 18.1.6 | 12:06 |
ygk_12345 | CeeMac in user_variables , in which section do I have to mention it ? | 12:07 |
*** ansmith has quit IRC | 12:08 | |
CeeMac | ygk_12345: there are no sections? Just put it where it looks nice? :) | 12:08 |
ygk_12345 | CeeMac ok got it thanks | 12:08 |
CeeMac | i'm just trying to remember where I pulled the correct version, its been a few weeks and I've been on holiday since so my brain has reset. | 12:09 |
ygk_12345 | CeeMac should I rerun setup-hosts as well after this change in user_varibales file ? | 12:11 |
ygk_12345 | CeeMac cos it is not still picking up the change if I run the playbook | 12:12 |
ygk_12345 | CeeMac os-neutorn playbokk I mean | 12:12 |
CeeMac | let me check my notes, you might need to re-play to repo server | 12:12 |
ygk_12345 | ok | 12:12 |
CeeMac | ygk, I ran repo-install.yml, repo-use.yml, then os-neutron-install.yml and os-horizon-install.yml | 12:14 |
ygk_12345 | CeeMac oh ok | 12:15 |
CeeMac | ah, ygk_12345 if you check the error, the versions that are 'supported' are listed in the error detail, I picked the highest 13.0.x there | 12:16 |
CeeMac | ygk_12345: this is the error I got, http://paste.openstack.org/show/755064/ | 12:17 |
ygk_12345 | CeeMac ok similar to mine execpt for the 18.1.2 branch | 12:17 |
CeeMac | do you see the list of versions its checking agains? | 12:18 |
CeeMac | s/agains/against | 12:18 |
CeeMac | looks like 13.0.2 is most recent for rockyhttps://releases.openstack.org/rocky/index.html#other-projects | 12:19 |
ygk_12345 | CeeMac but why is it not able to download then ? | 12:19 |
CeeMac | because its pulling the latest tag from the neutron-fwaas repo, which isn't listed in the 'supported' versions its expecting | 12:20 |
ygk_12345 | CeeMac ok | 12:21 |
CeeMac | so you override to say to pull down a specific version, rather than latest | 12:21 |
ygk_12345 | CeeMac ok | 12:21 |
CeeMac | https://opendev.org/openstack/openstack-ansible-os_neutron/src/branch/stable/rocky/defaults/main.yml#L58 | 12:21 |
CeeMac | ygk_12345: ^ | 12:22 |
ioni | i wonder is there is a way to override on specific hosts, if the service is on metal or container | 12:22 |
CeeMac | so neutron_fwaas project has bumped stable/rocky into .dev releases which aren't listed in the requirements file that is built | 12:23 |
ygk_12345 | CeeMac ok | 12:23 |
CeeMac | ioni: you mean for a particular role or? | 12:23 |
ioni | CeeMac, yes, for example, I want ceph_mon to be on metal on two hosts | 12:24 |
ioni | CeeMac, and for the 3rd, it's fine as container | 12:24 |
ioni | CeeMac, https://paste.xinu.at/cG6c/ | 12:25 |
ioni | CeeMac, i think i placed in the wrong directly | 12:25 |
CeeMac | ioni: pretty sure you can do that with container_vars under host in o_u_c | 12:25 |
ygk_12345 | CeeMac its same with lbass as well | 12:25 |
ioni | CeeMac, i wonder if should have been under host_vars/hostname/env.d/ceph.yml | 12:25 |
ygk_12345 | CeeMac which ones should I go for ? b1,b2 or rc1 versions ? | 12:26 |
CeeMac | ioni: the container skel stuf i think is for overriding the whole role? | 12:26 |
CeeMac | ygk_12345: lbaas should be 13.0.0 | 12:26 |
ioni | CeeMac, that's what i'm trying to do, different skell for different hosts | 12:26 |
ygk_12345 | ok | 12:26 |
CeeMac | ioni: i mean i don't think you use the skel structure for host settings | 12:27 |
CeeMac | there is an is_metal variable you can set | 12:27 |
CeeMac | I'm trying to find the correct way, I have it somewhere | 12:27 |
ioni | CeeMac, cool | 12:27 |
CeeMac | ioni: I think, its set under container_vars, give me a minute | 12:28 |
*** ivve has quit IRC | 12:34 | |
CeeMac | hmm | 12:35 |
CeeMac | maybe i'm wrong | 12:35 |
CeeMac | jrosser: evrardjp you guys around? | 12:35 |
jrosser | hello | 12:35 |
CeeMac | hi jrosser ! | 12:35 |
jrosser | o/ | 12:36 |
CeeMac | thought you'd probably know the answer for ioni . Can you set is_metal per host, or is it all or nothing for the container group? | 12:36 |
CeeMac | i thought you could do it under container_vars on the host in o_u_c but cant find any supporting evidence | 12:36 |
jrosser | is_metal is per container, for example in the past neutron agents were containerised, but are now is_metal=true | 12:37 |
CeeMac | so its all or nothing> | 12:37 |
CeeMac | could you fudge it by hacking a seperate container group and host mapping for container_metal or something? | 12:38 |
CeeMac | and assign the metal hosts to that group, and container hosts to the original? | 12:38 |
* jrosser would just keep it all uniform tbh | 12:40 | |
jrosser | you can just make arbitrary new groups in o_u_c | 12:42 |
jrosser | which contain existing hosts that you've defined elsewhere | 12:42 |
jrosser | then add group_vars for those hosts, i don't know if thats going to work for is_metal though in conjunction with the dynamic inventory | 12:43 |
openstackgerrit | Merged openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein https://review.opendev.org/673176 | 12:47 |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Bump SHAs for stable/queens https://review.opendev.org/673178 | 12:47 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky https://review.opendev.org/673175 | 12:47 |
CeeMac | ioni: ^^ does that help at all? | 12:48 |
ioni | CeeMac, i'll see if is working | 12:49 |
*** ansmith has joined #openstack-ansible | 12:50 | |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible master: wip: fail when roles arent cloned by zuul https://review.opendev.org/673109 | 13:05 |
*** jroll has quit IRC | 13:07 | |
*** jawad_axd has quit IRC | 13:08 | |
*** jroll has joined #openstack-ansible | 13:08 | |
*** ivve has joined #openstack-ansible | 13:11 | |
*** ivve has quit IRC | 13:16 | |
cloudnull | noonedeadpunk just a follow up from last week: are the gates happier now since https://review.opendev.org/#/c/672952/ merged? | 13:18 |
*** BjoernT has joined #openstack-ansible | 13:18 | |
cloudnull | are we seeing any other weirdness? | 13:19 |
noonedeadpunk | I guess they're great. Just was some async - so right after merge gates were cloning old version | 13:19 |
jrosser | that got fixed, and there is some small residual wierdness like this http://logs.openstack.org/80/672980/1/check/openstack-ansible-linters/6d8160f/job-output.txt.gz#_2019-07-27_16_09_03_721871 | 13:20 |
jrosser | but thats a git-wierdness, not specifically a config_template thing | 13:20 |
cloudnull | that's ugly git weirdness | 13:21 |
* cloudnull wonders what would cause that... | 13:21 | |
jrosser | perhaps there should be a new command "git wierd" | 13:21 |
cloudnull | git wierd --wtf | 13:21 |
jrosser | that introduces some subtle and impentrable failure | 13:21 |
jrosser | yes that :) | 13:21 |
cloudnull | haha | 13:21 |
jrosser | we see that a few times at upgrade | 13:22 |
jrosser | where bootstrap-ansible does exactly that for one or two repos whilst trying to update /etc/ansible/roles/<something> | 13:22 |
jrosser | but thats the first time i see it in a gate job where everything should be fresh | 13:22 |
cloudnull | maybe some gitea sync shenanigans | 13:23 |
cloudnull | since the opendev migration | 13:23 |
* cloudnull is totally guessing | 13:24 | |
cloudnull | I really have no idea why a commit would be missing | 13:24 |
*** ygk_12345 has quit IRC | 13:28 | |
*** BjoernT_ has joined #openstack-ansible | 13:29 | |
*** BjoernT has quit IRC | 13:30 | |
*** BjoernT has joined #openstack-ansible | 13:32 | |
*** BjoernT_ has quit IRC | 13:34 | |
*** strattao has quit IRC | 13:44 | |
*** strattao has joined #openstack-ansible | 13:52 | |
*** strattao has quit IRC | 13:55 | |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible master: wip: fail when roles arent cloned by zuul https://review.opendev.org/673109 | 14:01 |
evrardjp | CeeMac: hey | 14:02 |
evrardjp | I am here | 14:02 |
*** diliprenkila has joined #openstack-ansible | 14:08 | |
diliprenkila | Hi all, While installing octavia. I have been being hit by this error TASK [os_octavia : Drop octavia Config(s)] ************************************* | 14:11 |
diliprenkila | fatal: [node24_octavia_server_container-db22d5c2]: FAILED! => {"msg": "No first item, sequence was empty."} | 14:11 |
diliprenkila | fatal: [node23_octavia_server_container-75d0515d]: FAILED! => {"msg": "No first item, sequence was empty."} | 14:11 |
diliprenkila | Do anybody knows about this error ? | 14:12 |
CeeMac | hi evrardjp , its ok, i think we got the answer earlier :) | 14:12 |
CeeMac | appreciate you pinging back though :) | 14:12 |
evrardjp | haha ok | 14:17 |
guilhermesp | hey evrardjp so ok backport this https://review.opendev.org/#/c/670294 on top of https://review.opendev.org/#/c/673017/1 ? | 14:17 |
evrardjp | guilhermesp: we generally merge them in one patch | 14:17 |
guilhermesp | ok so I can edit the patch then | 14:18 |
guilhermesp | to add the diffs | 14:18 |
evrardjp | see for example: https://review.opendev.org/#/c/593417/ | 14:18 |
evrardjp | or https://review.opendev.org/#/c/528357/ | 14:18 |
jrosser | diliprenkila: can you run that with verbose (-vvv maybe) and paste the output to paste.openstack.org where it fails | 14:20 |
*** cshen has quit IRC | 14:22 | |
*** smrcascao has joined #openstack-ansible | 14:24 | |
*** smrcascao has quit IRC | 14:30 | |
*** dr_feelgood has quit IRC | 14:31 | |
*** strattao has joined #openstack-ansible | 14:37 | |
strattao | Is there an OVS+DVR guru in the chat? maybe jamesdendon or cloudnull? jrosser are you using OVS+DVR? | 14:40 |
jrosser | sorry no not doing any of that | 14:40 |
*** electrofelix has joined #openstack-ansible | 14:40 | |
strattao | *jamesdenton | 14:40 |
CeeMac | strattao: I'm in no way an expert but can try and answer a question if I can | 14:41 |
strattao | I didn’t think you were, just wanted to double-check | 14:41 |
strattao | Thanks CeeMac: We’re running into network messaging timeout errors for the L3 agent, and it appears that it’s not able to create all the flows and bring everything up once we get under any sort of load | 14:42 |
CeeMac | strattao, way above my knowledge level atm, sorry. guess you're stuck waiting for jamesdenton | 14:43 |
CeeMac | or you could try in #openstack-neutron | 14:43 |
strattao | thx | 14:43 |
CeeMac | good luck, hope you get it fixed :) | 14:44 |
*** rgogunskiy has quit IRC | 14:44 | |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible master: ci: Fail when roles arent cloned by zuul https://review.opendev.org/673109 | 14:44 |
diliprenkila | jrosser: Hi, I have attached log of my failed installation of octavia, http://paste.openstack.org/show/755074/ kindly check it out. | 14:45 |
*** miloa has quit IRC | 14:45 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Drop creation of log directories https://review.opendev.org/671783 | 14:48 |
diliprenkila | strattao: i have been using ovs+dvr+ha | 14:54 |
*** ivve has joined #openstack-ansible | 14:55 | |
strattao | diliprenkila thanks, we’re checking our configs to see what we’ve missed. You don’t by chance have example config files you could share do you? Any gotchas or lessons learned? | 14:56 |
CeeMac | strattao: there is plenty of resource head room on the host running the netron agents? You're note getting CPU spikes or anything? | 14:57 |
CeeMac | s/note/not | 14:57 |
strattao | Currently we have all the services running HA on 3 gigantic servers, and aren’t seeing any resource contention. We do see individual neutron processes hit 100% CPU utilization on occasion. Increasing the number of workers seemed to help, at least in the short term... | 14:59 |
diliprenkila | strattao: i had a problem with neutron l3 msg timeouts, that was caused by a partition in rabbitmq cluster | 14:59 |
strattao | diliprenkila: we checked and don’t think they are partitioned, at least rabbitmqctl cluster_status shows that all three nodes are in the cluster. Is there something else that we need to check? | 15:01 |
strattao | We’re in the process of moving the neutron_agents onto their own dedicated servers, but we’re not sure if that is our only issue... | 15:03 |
strattao | (& neutron_servers) | 15:03 |
*** joshualyle has quit IRC | 15:06 | |
diliprenkila | strattao: i don't think you need to check more about rabbit. I think to did migrated some l3 and dhcp agents. But check this out https://cloud.garr.it/support/kb/openstack/migrate_virtual_router/ | 15:07 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: inventory: don't crash with missing global overrides https://review.opendev.org/670569 | 15:07 |
*** allanb has joined #openstack-ansible | 15:07 | |
*** radeks_ has joined #openstack-ansible | 15:11 | |
*** dr_feelgood has joined #openstack-ansible | 15:12 | |
*** radeks has quit IRC | 15:14 | |
*** dr_feelgood has quit IRC | 15:16 | |
*** udesale has joined #openstack-ansible | 15:22 | |
jrosser | strattao: i don't know if this is relevant? https://review.opendev.org/#/c/672813/ | 15:24 |
*** strattao has quit IRC | 15:32 | |
*** gyee has joined #openstack-ansible | 15:39 | |
*** udesale has quit IRC | 15:41 | |
*** udesale has joined #openstack-ansible | 15:41 | |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible-os_nova master: tasks: add conditionals for ironic https://review.opendev.org/673316 | 15:48 |
*** strattao has joined #openstack-ansible | 16:00 | |
*** rpittau is now known as rpittau|afk | 16:04 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Test using integrated build https://review.opendev.org/673329 | 16:08 |
guilhermesp | cjloader: just FYI https://review.opendev.org/#/c/673316/ that makes our metal deployment works as expected | 16:12 |
*** goldyfruit has joined #openstack-ansible | 16:13 | |
noonedeadpunk | folks, how do you search eavesdrop? | 16:19 |
*** ivve has quit IRC | 16:21 | |
*** joshualyle has joined #openstack-ansible | 16:26 | |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-ops master: Config updates for elk 7.x https://review.opendev.org/669852 | 16:27 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_heat master: Fix keystone endpoint for heat servers https://review.opendev.org/672948 | 16:30 |
*** joshualyle has quit IRC | 16:30 | |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-ops master: Config updates for elk 7.x https://review.opendev.org/669852 | 16:48 |
strattao | noonedeadpunk: I just do a google search for something like this: “openstack-ansible OVS NFV site:eavesdrop.openstack.org” | 16:51 |
strattao | I don’t know if there is a better way to do it, and if so I’d LOVE to learn it | 16:51 |
*** ivve has joined #openstack-ansible | 16:52 | |
*** udesale has quit IRC | 16:57 | |
noonedeadpunk | yeah... just hoped to find smth like codesearch.openstack.org for eavesdrop:) | 16:58 |
noonedeadpunk | But htanks:) | 16:58 |
*** ivve has quit IRC | 16:59 | |
*** goldyfruit has quit IRC | 17:02 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Fix db_setup condition https://review.opendev.org/673343 | 17:14 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Test using integrated build https://review.opendev.org/673329 | 17:15 |
jrosser | I’ve kind of lost momentum on the bind-to-mgmt stuff - Galera is proving tricky and I don’t know what the right approach is | 17:16 |
*** radeks_ has quit IRC | 17:31 | |
*** trident has quit IRC | 17:47 | |
*** trident has joined #openstack-ansible | 17:51 | |
*** strattao has quit IRC | 17:54 | |
mnaser | jrosser: whats the issues you're seeing? | 17:59 |
mnaser | logan-: https://review.opendev.org/#/c/672835/ do you know how we can solve this? | 17:59 |
*** goldyfruit has joined #openstack-ansible | 17:59 | |
jrosser | mnaser: well the localhost being local socket vs. Hostname for client in my.conf seems to add complexity above just things listening on 0.0.0.0 vs mgmt-net | 18:00 |
jrosser | And having tried that the Galera server role is all blown up unable to create a cluster | 18:01 |
mnaser | mysql sucks in binding things | 18:02 |
jrosser | Well it all started with trying to find an alternative method to this https://review.opendev.org/#/c/671454/ | 18:04 |
*** electrofelix has quit IRC | 18:06 | |
*** strattao has joined #openstack-ansible | 18:08 | |
*** strattao has quit IRC | 18:26 | |
*** kopecmartin is now known as kopecmartin|off | 18:26 | |
*** goldenfri has quit IRC | 18:30 | |
noonedeadpunk | tbarron: If you're around, can you give some input on configuration files for manila? | 18:33 |
noonedeadpunk | do we need repeating configs for each service like https://opendev.org/openstack/openstack-ansible-os_manila/src/branch/master/templates/manila.conf.j2#L94 ? | 18:34 |
noonedeadpunk | Or it's possible to set the to use defaults from keystone_authtoken section? | 18:34 |
cjloader | guilhermesp: looks. good ty | 18:44 |
cjloader | l | 18:44 |
cjloader | looks good* | 18:44 |
*** joshualyle has joined #openstack-ansible | 18:49 | |
cjloader | btw guilhermesp you can +W it now | 18:52 |
cjloader | zuul passed | 18:52 |
*** aedc has joined #openstack-ansible | 18:53 | |
cjloader | cc: noonedeadpunk | 18:54 |
cjloader | https://review.opendev.org/#/c/673316 | 18:54 |
cjloader | zuul passed | 18:54 |
noonedeadpunk | I guess we need to ask jrosser for that. Or any other available core | 18:55 |
jrosser | i will take a look | 18:55 |
cjloader | guilhermesp looked at it and +2'd it | 18:56 |
cjloader | i should be a core lol, jk | 18:56 |
cjloader | i'm actually working on a MEGA ironic patch to incorporate the inspector in the Ironic role | 18:58 |
cjloader | enabled/disabled by a var | 18:59 |
cjloader | something mnaser and I talked about | 18:59 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Set defaults for project-specific variables https://review.opendev.org/673350 | 19:01 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_manila master: Test using integrated build https://review.opendev.org/673329 | 19:02 |
noonedeadpunk | cjloader: wow, that's cool:) | 19:02 |
cjloader | we have a 'working one' right now, just need to clean up/prep for Train | 19:03 |
noonedeadpunk | So, we've catched up cinder bug on CI http://logs.openstack.org/69/670569/2/check/openstack-ansible-deploy-aio_proxy-ubuntu-bionic/1ec3941/logs/ara-report/result/bd2faa45-f96a-441d-a1ed-4f5f813b4452/ | 19:08 |
*** mmercer has quit IRC | 19:09 | |
*** Daemoen_ is now known as Daemoen | 19:14 | |
*** strattao has joined #openstack-ansible | 19:16 | |
jrosser | do these tasks need making conditional on nova_virt_type too? https://github.com/openstack/openstack-ansible-os_nova/blob/master/tasks/main.yml#L241-L252 | 19:18 |
*** strattao has quit IRC | 19:19 | |
cjloader | jrosser: why would they? | 19:20 |
noonedeadpunk | jrosser: I guess they shouldn't... | 19:21 |
noonedeadpunk | As ironic still needs nova-compute service I guess | 19:21 |
cjloader | nova-compute would be setup on the infras | 19:22 |
cjloader | err ctl pln | 19:22 |
tbarron | noonedeadpunk: manila code is written to look for those specific [neutron], [nova], [cinder] sections | 19:24 |
tbarron | noonedeadpunk: for options | 19:24 |
tbarron | noonedeadpunk: without fallback to getting values from [keystoneauth] if the sections aren't there | 19:25 |
tbarron | noonedeadpunk: e.g. https://github.com/openstack/manila/blob/e8adec1b96998246bb29283611e4e8f7556155e9/manila/volume/cinder.py#L77 | 19:25 |
tbarron | noonedeadpunk: but depending to the backends that manila is running with, you may not need these | 19:26 |
tbarron | noonedeadpunk: options | 19:26 |
tbarron | noonedeadpunk: the so called "generic" back end uses cinder for storage and nova to do share exports | 19:26 |
noonedeadpunk | Yeah, I see, thanks for the answer! | 19:26 |
*** strattao has joined #openstack-ansible | 19:26 | |
tbarron | noonedeadpunk: and when it or vendor back ends that run in DHSS=true mode gen up "share servers" manila interacts with neutron | 19:27 |
tbarron | but back ends like CephFS or LVM don't need manila to interact with cinder, nova, neutron | 19:28 |
tbarron | I use a manila.conf for cephfs (and cephfs gatewayed by ganesha via nfs) without any of those sections. | 19:28 |
noonedeadpunk | tbarron: so, once cephfs or lvm is configured, these sections might be ommited? | 19:29 |
tbarron | noonedeadpunk: correct | 19:29 |
noonedeadpunk | ok, got the point | 19:29 |
*** allanb has quit IRC | 19:37 | |
*** goldyfruit has quit IRC | 19:37 | |
*** radeks_ has joined #openstack-ansible | 19:41 | |
*** kplant has quit IRC | 19:42 | |
*** allanb has joined #openstack-ansible | 19:42 | |
*** goldyfruit has joined #openstack-ansible | 20:16 | |
*** kplant has joined #openstack-ansible | 20:37 | |
*** radeks_ has quit IRC | 20:38 | |
*** aedc has quit IRC | 20:40 | |
*** aedc has joined #openstack-ansible | 20:40 | |
*** ansmith has quit IRC | 20:46 | |
*** trident has quit IRC | 20:49 | |
*** aedc has quit IRC | 20:49 | |
*** trident has joined #openstack-ansible | 20:52 | |
*** goldyfruit has quit IRC | 21:07 | |
*** strattao has quit IRC | 21:08 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: tasks: add conditionals for ironic https://review.opendev.org/673316 | 21:30 |
*** ansmith has joined #openstack-ansible | 21:39 | |
openstackgerrit | Merged openstack/openstack-ansible master: ci: Fail when roles arent cloned by zuul https://review.opendev.org/673109 | 21:41 |
openstackgerrit | Merged openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/673216 | 21:41 |
redkrieg | Hi, I've got a patch against 18.1.8 that adds support for setting up the ceph mds service in its own container to support cephfs out of the box with openstack-ansible. I see there's a process for new features on the docs site that I'll go through when I have some free time. In the interim, I know I mentioned adding support in here some time ago and wanted to let anyone else who might have | 21:57 |
redkrieg | been interested have access to the current state of my patch: https://github.com/openstack/openstack-ansible/commit/9c34c2d2074c421c77353bdd22b55cd7bd43e47b | 21:57 |
*** BjoernT has quit IRC | 21:59 | |
mnaser | redkrieg: i wouldn't worry too much about all that | 22:01 |
mnaser | just push up a gerrit patch, this seems simple enough | 22:01 |
*** mmercer has joined #openstack-ansible | 22:03 | |
redkrieg | will do, thanks | 22:04 |
openstackgerrit | Merged openstack/openstack-ansible-os_swift master: service_setup: refactor service setup to a single file https://review.opendev.org/671484 | 22:20 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron master: service_setup: refactor service setup to a single file https://review.opendev.org/670460 | 22:21 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts master: Add bit_length_power_of_2 to filters folder https://review.opendev.org/656798 | 22:22 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: service_setup: Update services tasks https://review.opendev.org/673267 | 22:23 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: service_setup: Update services tasks https://review.opendev.org/673277 | 22:23 |
openstackgerrit | Merged openstack/openstack-ansible-galera_server master: Use systemd-journald instead of log files https://review.opendev.org/672059 | 22:28 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: service_setup: Update services tasks https://review.opendev.org/673278 | 22:30 |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: service_setup: Update services tasks https://review.opendev.org/673275 | 22:31 |
*** tosky has quit IRC | 22:32 | |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: Fix gnocchi db population https://review.opendev.org/671988 | 22:39 |
openstackgerrit | Brandon Whaley proposed openstack/openstack-ansible master: Add installation support for ceph-mds (metadata server) https://review.opendev.org/673369 | 22:47 |
redkrieg | I was able to rebase it to apply to master with changes to example files only. | 22:48 |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: service_setup: refactor service setup to a single file https://review.opendev.org/670473 | 22:48 |
openstackgerrit | Merged openstack/openstack-ansible-os_horizon master: Use systemd-journald instead of log files https://review.opendev.org/672506 | 23:17 |
*** strattao has joined #openstack-ansible | 23:18 | |
*** strattao has quit IRC | 23:24 | |
*** diliprenkila has quit IRC | 23:39 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!