Friday, 2019-03-15

*** hamzy has joined #openstack-ansible00:22
*** markvoelker has joined #openstack-ansible00:34
*** markvoelker has quit IRC00:39
*** markvoelker has joined #openstack-ansible01:05
*** hwoarang has quit IRC01:12
*** hwoarang has joined #openstack-ansible01:14
*** markvoelker has quit IRC01:32
*** markvoelker has joined #openstack-ansible01:34
*** cmart has quit IRC01:37
*** cshen has joined #openstack-ansible01:46
*** cshen has quit IRC01:50
*** marst has joined #openstack-ansible01:54
*** BjoernT has joined #openstack-ansible02:40
*** markvoelker has quit IRC02:57
*** cshen has joined #openstack-ansible03:15
*** cshen has quit IRC03:20
*** BjoernT has quit IRC03:29
*** nicolasbock has quit IRC03:38
*** nicolasbock has joined #openstack-ansible03:39
*** nicolasbock has quit IRC03:45
*** udesale has joined #openstack-ansible03:50
*** chkumar246 is now known as chandankumar03:52
*** dave-mccowan has quit IRC04:30
*** marst has quit IRC04:39
*** priteau has joined #openstack-ansible04:42
*** marst has joined #openstack-ansible04:43
*** priteau has quit IRC04:47
*** marst has quit IRC05:03
*** cshen has joined #openstack-ansible05:15
*** cshen has quit IRC05:20
*** chhagarw has joined #openstack-ansible05:21
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest master: Reuse tempest installed from git clone  https://review.openstack.org/64340405:47
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest master: Set tempest concurrency to int only  https://review.openstack.org/64342305:48
*** chandankumar has quit IRC05:58
*** aludwar has quit IRC06:14
*** aludwar has joined #openstack-ansible06:15
*** cshen has joined #openstack-ansible06:19
*** chandankumar has joined #openstack-ansible06:22
*** cshen has quit IRC06:23
*** ivve has joined #openstack-ansible06:27
*** DanyC has joined #openstack-ansible06:30
*** DanyC has quit IRC06:38
*** rgogunskiy has joined #openstack-ansible06:53
*** miloa has joined #openstack-ansible07:09
miloaMorning07:10
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest master: Reuse tempest installed from git clone  https://review.openstack.org/64340407:18
*** DanyC has joined #openstack-ansible07:21
*** cshen has joined #openstack-ansible07:26
*** yolanda has joined #openstack-ansible07:30
*** fnpanic has joined #openstack-ansible07:34
fnpanicgood morning07:34
*** pcaruana has joined #openstack-ansible07:36
*** priteau has joined #openstack-ansible07:40
*** kopecmartin|off is now known as kopecmartin07:57
*** DanyC has quit IRC08:03
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest stable/rocky: Reuse tempest installed from git clone  https://review.openstack.org/64352208:07
*** luksky has joined #openstack-ansible08:09
openstackgerritChandan Kumar proposed openstack/openstack-ansible stable/rocky: [DNM] tempest lxc debug  https://review.openstack.org/64352608:11
masterpefnpanic: morning08:23
*** pcaruana has quit IRC08:24
*** pcaruana|afk| has joined #openstack-ansible08:24
*** emine__ has joined #openstack-ansible08:26
*** markvoelker has joined #openstack-ansible08:27
CeeMacmorning08:51
*** shyamb has joined #openstack-ansible08:52
*** shyamb has quit IRC09:08
*** hwoarang has quit IRC09:11
*** PTO has joined #openstack-ansible09:14
*** hwoarang has joined #openstack-ansible09:16
*** d3n14l has joined #openstack-ansible09:16
d3n14lI am currently trying to connect my octavia containers to the lbaas-mgmt (vxlan self-sef service) network. But it looks like the lxc container is not speaking vxlan on its corresponding interface. Any hint or idea what I am doing wrong?09:18
fnpanichow does the provider networks look like in openstack_user_config?09:21
fnpanicd3n14l: i guess you are missing something in the config09:22
*** logan- has quit IRC09:23
*** DanyC has joined #openstack-ansible09:25
d3n14lhttps://pastebin.com/VyDxyzNV09:25
d3n14lI am suspecting "container_type: veth" is wrong, but I did not find any documentation which values are acceptable apart from "veth"09:26
fnpanicok first, there is a very good explaination in stein to get an understanding of the veth09:27
fnpanichttps://docs.openstack.org/openstack-ansible/latest/user/network-arch/example.html09:27
*** logan- has joined #openstack-ansible09:27
*** DanyC has quit IRC09:29
fnpanicsecond the container networking guide https://docs.openstack.org/openstack-ansible/latest/reference/architecture/container-networking.html09:29
fnpanici am also not sure about the range of the br-vxlan "65536:65536"09:31
fnpanicplease take a look at the settings reference for openstack user config09:33
fnpanichttps://docs.openstack.org/openstack-ansible/latest/reference/inventory/openstack-user-config-reference.html#openstack-user-config-reference09:33
d3n14lI wanted to put it outside of the "normal" tunnel vxlan range. Here is the complete provider_network config : https://pastebin.com/gMELNihp09:33
*** aedc has joined #openstack-ansible09:33
fnpanicyou are on rocky?09:34
d3n14lyes09:34
fnpanicupgraded or fresh?09:35
d3n14lupgraded. Started at ocata09:35
fnpanicok then i am not sure but with rocky the neutron agents do not run in containers anymore09:36
fnpaniccan you check?09:36
d3n14lYes. We moved them to baremetal during the upgrade to rocky (i thnik)09:36
fnpanicok09:36
d3n14lbtw: the config ref only says: "Option: container_type (required, string) … Typically 'veth'."09:37
fnpanicyes09:38
d3n14lIs there any known configuration to let a lxc container talk to a vxlan network? Like octavia with the amphora VMs?09:39
d3n14lWe need to move LBaaSv2 to Octavia before the upgrade to.Stein.09:39
fnpanicit should, because before rocky the neutron agents where in containers talking to br-vxlan09:40
*** DanyC has joined #openstack-ansible09:41
d3n14lBut the ovs (in our case) also was inside of the lxc, right? So this was doing all the vxlan translations, or am I remembering that wrong?09:42
fnpanicmhhh not sure, we are running linuxbridges09:43
d3n14lJust found out, that this might not work… https://linuxcontainers.org/lxc/manpages/man5/lxc.container.conf.5.html The lxc network layer only provides veth, vlan, macvlan, and an already existing interface.09:55
d3n14lEven worse - the openstack-ansible lxc-container interface template only seems to support "veth" and "phys". :-(09:59
*** d3n14l has quit IRC10:03
openstackgerritChandan Kumar proposed openstack/openstack-ansible-os_tempest stable/rocky: Pin stestr to 2.3.0 for rocky  https://review.openstack.org/64355010:07
openstackgerritChandan Kumar proposed openstack/openstack-ansible stable/rocky: [DNM] tempest lxc debug  https://review.openstack.org/64352610:08
*** luksky has quit IRC10:09
*** shyamb has joined #openstack-ansible10:10
*** fnpanic has quit IRC10:12
*** cshen has quit IRC10:15
*** kaiokmo has quit IRC10:19
*** d3n14l has joined #openstack-ansible10:23
*** hamzaachi has joined #openstack-ansible10:23
*** fnpanic has joined #openstack-ansible10:33
*** cshen has joined #openstack-ansible10:43
*** hamzaachi has quit IRC10:43
*** nicolasbock has joined #openstack-ansible10:46
*** tsip has joined #openstack-ansible10:47
tsiphello10:47
tsipi have a basic AIO running with no issues but i would like to add heat . Do ihave to just run the os-heat playbook ?10:48
*** hamzaachi has joined #openstack-ansible10:48
*** shyamb has quit IRC10:50
odyssey4metsip depending on how you prepped the AIO, read through https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html#bootstrap-the-aio-configuration10:50
odyssey4meif you used the AIO bootstrap scripts, then it's a copy/paste of the aio config - then run the heat & horizon (for the horizon heat plugin) playbooks10:51
odyssey4meotherwise https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/configure.html#installing-additional-services10:52
tsipodyssey4me: i prepped AIO using the official docs . Is it safe to run bootstrap-aio again?10:52
*** luksky has joined #openstack-ansible10:53
*** chhagarw has quit IRC10:53
fnpanichi. what is actually stored in the repo container? It is "only" a pip cache?10:56
fnpanicor also the git of the upstream openstack projects?10:56
*** udesale has quit IRC10:56
*** udesale has joined #openstack-ansible10:57
fnpanicthe docs say "Ansible role that deploys a repository server for python packages, git sources and package caching for deb/rpm."10:57
fnpanicis this really the case?10:57
odyssey4mefnpanic from rocky onwards, the package caching is removed10:57
fnpanicok10:57
fnpanicso only pip caching and upstream openstack git?10:57
odyssey4mebut yes, it's git sources, python wheels and in older versions package caching, venv tarballs and some other files which help ensure that things are consistently deployed every time you run the playbooks10:58
odyssey4meit's not really pip caching - it's python wheels of pip packages... wheels are pre-compiled, making the deployment faster10:58
fnpanicok got it10:58
odyssey4memost packages on pypi do not have wheels pre-compiled, so we do it in the repo build process10:59
fnpanicwhat about the package state?  "latest" and "present"?10:59
*** aedc has quit IRC11:02
fnpanicis this meant when not using source builds of openstack?11:03
fnpanicbecause i though osa points to a specific commit when deploying11:04
*** chhagarw has joined #openstack-ansible11:07
*** shyamb has joined #openstack-ansible11:07
*** ansmith_ has joined #openstack-ansible11:09
openstackgerritMerged openstack/openstack-ansible-os_mistral stable/rocky: Update UPPER_CONSTRAINTS_FILE for stable/rocky  https://review.openstack.org/64343311:10
*** mkuf has quit IRC11:12
*** aedc has joined #openstack-ansible11:15
*** sm806 has quit IRC11:21
*** sm806 has joined #openstack-ansible11:21
*** tsip has quit IRC11:24
*** aedc has quit IRC11:25
*** d3n14l has quit IRC11:28
*** weshay is now known as weshay|rover11:31
*** tosky has joined #openstack-ansible11:43
*** hamzaachi has quit IRC11:51
odyssey4metsip no need to run it again - part of those docs describe copying the conf.d files, that'll be all you need to do11:54
odyssey4mefnpanic typically we have 'latest' to ensure that the installs use whatever the latest available package is for the given constraints - the constraints tell it the right version to use, and they're built from the git SHA for the openstack services themselves11:55
odyssey4meso if you have, say, glance pinned at sha abcd then the repo build process will build the glance wheel from the git source, resulting in glance version x.y.z and the constraints file would contain glance==x.y.z11:56
odyssey4methe /root/.pip/pip.conf file then ensures that the repo container is used exclusively for python package installs by setting the index to the repo container's pypiserver service11:57
chandankumarodyssey4me: Hello12:02
odyssey4meo/ chandankumar12:02
chandankumarodyssey4me: What is the best way to pin a pip package at particular version12:02
chandankumarin osa12:02
chandankumarto some context: https://review.openstack.org/#/c/643550/12:03
chandankumarand testing here https://review.openstack.org/#/c/643526/12:03
chandankumarcurrently os_tempest lxc distro job is broken due to stestr package update issue12:03
odyssey4mechandankumar we inherit from upper-constraints: https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L29612:05
chandankumarodyssey4me: https://review.openstack.org/#/c/643550/1/defaults/main.yml@193 I am not sure this is the correct fix  for this http://logs.openstack.org/42/642842/2/check/openstack-ansible-deploy-aio_distro_lxc-opensuse-423/4286203/logs/ara-report/result/50784f1b-225b-4b17-b9d8-40725ba2a718/12:05
chandankumarodyssey4me: but the problem is http://logs.openstack.org/42/642842/2/check/openstack-ansible-deploy-aio_distro_lxc-opensuse-423/4286203/logs/ara-report/result/327941a1-0eb6-459f-9878-70c8a006b5ac/12:06
chandankumarodyssey4me: when pip install os-testr/tempest is done for rocky the version is getting updated here to latest12:06
chandankumarodyssey4me: is there a way to avoid that?12:06
chandankumarstestr-2.3.1 stevedore-1.30.1 subprocess32-3.5.3 tempest-19.0.012:07
odyssey4meoh, this is for rocky?12:07
chandankumarodyssey4me: yes12:08
odyssey4mehmm, odd that I'm not seeing constraints being applied there12:09
odyssey4meoh, I think constraints were removed for os_tempest because tempest works differently and is not stable branched12:10
odyssey4medoes https://review.openstack.org/#/c/643550/1 fix it? I think that may be the only way to actually fix it12:11
odyssey4meThe other way would be to make tempest itself block the broken version in its requirements.txt12:12
chandankumarodyssey4me: http://logs.openstack.org/26/643526/2/check/openstack-ansible-deploy-aio_lxc-centos-7/cfd1365/logs/ara-report/result/a762efc0-c0cb-4537-ba88-16caa10084d9/12:13
chandankumarwhile testing stestr patch I am hitting this12:13
odyssey4meah, the integrated build *will* use upper constraints12:14
odyssey4methe role test will not12:14
odyssey4meconfusing, I know - that's why we've been trying to move everything to use a single test system12:14
chandankumarhttp://logs.openstack.org/26/643526/2/check/openstack-ansible-deploy-aio_lxc-centos-7/cfd1365/job-output.txt.gz#_2019-03-15_11_06_46_80681112:14
chandankumarodyssey4me: is there another way to workaround it currently?12:16
odyssey4mechandankumar I'm confused, venv builds were removed in rocky - so what's http://logs.openstack.org/26/643526/2/check/openstack-ansible-deploy-aio_lxc-centos-7/cfd1365/logs/ara-report/result/a762efc0-c0cb-4537-ba88-16caa10084d9/ from?12:16
chandankumarlet me summarize it12:18
odyssey4meoh, apparently not - I see it's still there12:18
odyssey4meI must have been confused - ok. A summary of what's broken in OSA and how that leads back to tempest would be useful.12:19
chandankumarok12:20
chandankumarhttps://review.openstack.org/#/c/642842/ on os_nova patch lxc_distro suse job started failing while tempest run http://logs.openstack.org/42/642842/2/check/openstack-ansible-deploy-aio_distro_lxc-opensuse-423/4286203/logs/ara-report/result/50784f1b-225b-4b17-b9d8-40725ba2a718/12:22
*** mkuf has joined #openstack-ansible12:23
chandankumarlater on investigation we found that, a recent change in stestr https://github.com/mtreinish/stestr/commit/c93bc8165cc717249d5694c2fda7c8f070330e6c causes it12:23
chandankumarwhile digging down I found that tempest is installed from pip https://github.com/openstack/openstack-ansible-os_tempest/blob/stable/rocky/defaults/main.yml#L19012:24
chandankumarwhich is pulling latest stestr version which is causing the issue12:24
chandankumarin order to fix it, I have proposed https://review.openstack.org/#/c/643550/ to pin stestr12:25
chandankumaron os_tempest rocky branch and testing here https://review.openstack.org/643526 to re-run the same job12:25
*** markvoelker has quit IRC12:25
chandankumarbut in integrated build it also got broken12:25
*** dcdamien has quit IRC12:26
chandankumarodyssey4me: the tempest is fixed by two way: 1. lower the stestr version and install stestr from master12:26
chandankumarand == 212:26
*** pcaruana has joined #openstack-ansible12:26
*** dcdamien has joined #openstack-ansible12:27
chandankumarthat's it12:27
chandankumarbut the interesting thing is that for source it is working fine12:28
*** pcaruana|afk| has quit IRC12:28
odyssey4mechandankumar something odd is going on - there is no repo container in http://logs.openstack.org/42/642842/2/check/openstack-ansible-deploy-aio_distro_lxc-opensuse-423/4286203/12:29
odyssey4methere should be one here: http://logs.openstack.org/42/642842/2/check/openstack-ansible-deploy-aio_distro_lxc-opensuse-423/4286203/logs/openstack/12:29
odyssey4mewithout the repo container, it's not using the pre-build venv method and is instead just installing unconstrained12:31
odyssey4meoh, this is the distro install method - that's why12:32
chandankumarodyssey4me: yes, that;s why i am adding lxc_distro suse job12:33
odyssey4meok, in the distro install method, there is no repo container because it's all supposed to come from packages... but it seems that's not happening here... let's see why12:34
*** chhagarw has quit IRC12:34
chandankumarfor os_tempest installing from distro support is added in this release12:34
odyssey4meit looks like for rocky, the distro install method wasn't done for os_tempest12:34
chandankumarfor os_tempest everything will be from pip12:34
chandankumarodyssey4me: will I backport that?12:34
odyssey4mewell, that would be one avenue to look at - another would be to try and make it work... let me try and see why constraints aren't being applied12:35
chandankumarsure!12:35
*** aedc has joined #openstack-ansible12:36
*** shyamb has quit IRC12:37
*** priteau has quit IRC12:38
*** shyamb has joined #openstack-ansible12:39
*** shyamb has quit IRC12:39
*** chhagarw has joined #openstack-ansible12:39
chandankumarfor master I have proposed these two fixes https://review.openstack.org/#/c/643404/ and https://review.openstack.org/#/c/643423/ please have a look when free!12:39
*** mkuf has quit IRC12:39
*** shyamb has joined #openstack-ansible12:39
*** simon-AS559 has joined #openstack-ansible12:40
*** shyamb has quit IRC12:40
odyssey4mechandankumar ok, I think I see where there's a gap to be plugged, let me put a test patch together to see if it works12:44
odyssey4meso currently stable/rocky is broken, right?12:44
chandankumarodyssey4me: yes12:44
odyssey4meok, I'll submit a test patch directly to rocky to test my theory - if it works, could you submit the same to master?12:48
odyssey4meI'm going to be out for the afternoon/evening.12:48
guilhermespmornings12:49
guilhermespodyssey4me: mind given a workflow here? https://review.openstack.org/#/c/643449/12:50
openstackgerritJesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/rocky: Always set pip vars for tempest install  https://review.openstack.org/64357313:01
odyssey4mechandankumar ^ that should do the tric13:01
odyssey4me*trick13:01
odyssey4meok, I'm out for the day - have a good day and weekend all13:06
jamesdentonGood morning, everyone. Quick question - I'm trying to rebase https://review.openstack.org/#/c/590810/ and getting some merge conflicts seen here http://paste.openstack.org/show/747860/. "Convert existing roles into galaxy roles" is the very first commit for os_neutron.13:11
*** chhagarw has quit IRC13:11
*** chhagarw has joined #openstack-ansible13:11
*** mkuf has joined #openstack-ansible13:12
*** PTO has quit IRC13:15
jamesdentonAlright, nevermind. The commit history was missing so I guess it went all the way back.13:18
*** ivve has quit IRC13:18
*** chhagarw has quit IRC13:20
guilhermespodyssey4me: based on your review.. yeah I'm not sure actually if is it being used, but was defined here too https://github.com/openstack/openstack-ansible-os_mistral/blob/2407ccd6a713af6ceca739007d405306f84851ba/tasks/mistral_install.yml#L7713:21
guilhermesptaking os_glance as an example, we see a use here https://github.com/openstack/openstack-ansible-os_glance/blob/9539f40f7c926f582ca49c9e725f721543bbed23/tasks/glance_install_source.yml#L49 but not in mistral13:21
*** marst has joined #openstack-ansible13:21
guilhermesphum ok, seems that this is part of the new way to build the venvs I assume13:22
guilhermespso needs to be removed in stable/rocky13:23
*** hamzaachi has joined #openstack-ansible13:26
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible-os_mistral stable/rocky: Port venv build of os_mistral to stable/rocky  https://review.openstack.org/64344913:26
*** BjoernT has joined #openstack-ansible13:33
*** pcaruana has quit IRC13:36
cloudnullmornings13:37
jamesdentonhey there cloudnull13:40
*** marst has quit IRC13:42
guilhermesphow's going cloudnull ? :)13:43
*** hamzaachi has quit IRC13:47
*** hamzaachi has joined #openstack-ansible13:47
cloudnullits going13:50
* cloudnull still waking up 13:50
jamesdentonit's going. Need my second cup of coffee13:52
cloudnulljamesdenton chicken place today ?13:57
jamesdentonoh come on.13:57
jamesdentonhow... could you do that.13:57
cloudnullif you start driving now you could get here for dinner !13:57
jamesdentonDInner tomorrow :D13:58
cloudnullhahaha13:58
mgariepyif you both start driving you might be able to meet in the middle for dinner tonigh?13:58
cloudnulli was channeling my inner jamesdenton, asking for about lunch at 09:0013:58
cloudnullmgariepy on my way !13:59
cloudnull:P13:59
mgariepyhaha13:59
mgariepyat least it's friday !13:59
jamesdentonoh man i'm starving. and its 10:00 here.14:00
cloudnullhaha14:00
*** cmart has joined #openstack-ansible14:10
*** marst has joined #openstack-ansible14:13
*** nicolasbock has quit IRC14:15
*** nicolasbock has joined #openstack-ansible14:15
*** hamzaachi has quit IRC14:17
*** pcaruana has joined #openstack-ansible14:17
*** pcaruana|afk| has joined #openstack-ansible14:17
*** pcaruana|afk| has quit IRC14:17
*** hamzaachi has joined #openstack-ansible14:19
*** jhesketh_ has quit IRC14:20
*** hamzaachi has quit IRC14:20
*** hamzaachi has joined #openstack-ansible14:21
chandankumarodyssey4me: was in a meeting, looking now14:40
*** hamzaachi has quit IRC14:41
*** priteau has joined #openstack-ansible14:41
chandankumarodyssey4me: http://logs.openstack.org/73/643573/1/check/openstack-ansible-deploy-aio_distro_lxc-opensuse-423/c015fad/job-output.txt.gz#_2019-03-15_14_17_53_50866014:42
chandankumarodyssey4me: pip_install_upper_constraints' is undefined14:42
*** hamzaachi has joined #openstack-ansible14:43
*** hamzaachi has quit IRC14:43
*** jhesketh_ has joined #openstack-ansible14:46
*** hamzaachi has joined #openstack-ansible14:46
*** jhesketh has quit IRC14:49
*** jhesketh has joined #openstack-ansible14:49
*** jhesketh_ has quit IRC14:51
*** jhesketh has quit IRC14:54
*** rgogunskiy has quit IRC14:54
*** jhesketh has joined #openstack-ansible15:03
*** cmart has quit IRC15:08
*** cmart has joined #openstack-ansible15:09
mnaserhas there been any investigation on the ceph jobs?15:19
mnaserlogan-: perhaps you might have some cycles to look into it?15:19
mnaseroh looks like jrosser is on top of it anyways15:22
mnaseri say lets get it to non voting so we can merge code.15:22
openstackgerritMohammed Naser proposed openstack/openstack-ansible master: zuul: move ceph jobs to non-voting  https://review.openstack.org/64360815:25
openstackgerritMohammed Naser proposed openstack/openstack-ansible master: Revert "zuul: move ceph jobs to non-voting"  https://review.openstack.org/64360915:25
mnaserjrosser, logan-, cloudnull, odyssey4me ^15:25
cloudnullmnaser it looks like the ceph repos are still busted?15:25
mnasercloudnull: indeed, so i made a change to move them to non-voting, they're working on them (according to their irc channel)15:26
mnaserthe revert change is so we keep track of it :)15:26
cloudnullI +2 'd both15:26
cloudnullhopefully they'll gate15:26
cloudnull:)15:26
mnaser++15:26
cloudnullhow are things ?15:26
mnaserbusy busy busy as usual15:26
* mnaser is 3 days behind on his task list15:26
mnaser<insert everything is fine with everything on fire photo>15:27
* cloudnull knows the feeling 15:27
mnaserin ops its easy to have a plan15:27
mnaserwhich then some arbitrary thing goes on fire and that allllll goes to shit15:27
mnaserlol15:27
cloudnullhttps://fewzion.com.au/wp-content/uploads/2015/07/tyson.jpg15:28
mnaserlike oh run ansible against a bunch of hosts and then a few of them specifically crash with the same kernel crash15:28
openstackgerritMerged openstack/openstack-ansible-os_mistral master: Updated from OpenStack Ansible Tests  https://review.openstack.org/63953815:30
cloudnullnice work on the mistral things btw !15:30
openstackgerritMerged openstack/openstack-ansible-memcached_server master: fix tox python3 overrides  https://review.openstack.org/60997315:30
* cloudnull remembers he has a patch I need to submit to get manila working15:30
chandankumarmnaser: regarding stestr tempest issue odyssey4me is working on a feasible solution we found some issue with distro issue15:32
chandankumarmnaser: https://review.openstack.org/#/c/643573/15:32
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: fix tox python3 overrides  https://review.openstack.org/60998015:32
chandankumarmnaser: guilhermesp more info here https://github.com/mtreinish/stestr/issues/23515:34
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-ceph_client master: Add additional linked libs for cephfs  https://review.openstack.org/64361215:37
*** cmart has quit IRC15:39
*** cmart has joined #openstack-ansible15:40
openstackgerritMerged openstack/openstack-ansible-os_almanach master: fix tox python3 overrides  https://review.openstack.org/60997715:43
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_manila master: Update manila so that it works with cephfs  https://review.openstack.org/64361615:45
jrossermnaser: ceph repo seems fixed now15:46
logan-nice15:48
logan-i was just gonna say both patches look fine. theres a thread on ceph-users ML and an upstream bug (http://tracker.ceph.com/issues/38763) so i figure get fixed soon and we can revert15:48
logan-agreed the repo works fine for me now15:51
*** ygk_12345 has joined #openstack-ansible15:53
ygk_12345odyssey4me: Hi :)15:53
ygk_12345odyssey4me: need some help with heat15:53
*** chhagarw has joined #openstack-ansible15:54
*** cshen has quit IRC15:57
*** udesale has quit IRC15:59
openstackgerritMerged openstack/openstack-ansible-os_gnocchi master: fix tox python3 overrides  https://review.openstack.org/60997516:04
*** simon-AS559 has quit IRC16:06
openstackgerritMerged openstack/openstack-ansible-os_heat master: fix tox python3 overrides  https://review.openstack.org/60997616:06
openstackgerritMerged openstack/openstack-ansible-os_mistral stable/rocky: Port venv build of os_mistral to stable/rocky  https://review.openstack.org/64344916:17
openstackgerritMerged openstack/openstack-ansible-os_ceilometer master: fix tox python3 overrides  https://review.openstack.org/60997916:20
*** cmart has quit IRC16:21
ygk_12345odyssey4me: r u busy ?16:22
*** kopecmartin is now known as kopecmartin|off16:22
*** gyee has joined #openstack-ansible16:23
openstackgerritGuilherme  Steinmuller Pimentel proposed openstack/openstack-ansible stable/rocky: Add support to deploy mistral  https://review.openstack.org/64261416:27
*** luksky has quit IRC16:35
*** miloa has quit IRC16:37
*** aedc has quit IRC16:44
*** cshen has joined #openstack-ansible16:49
*** ygk_12345 has quit IRC16:50
*** cshen has quit IRC17:00
*** luksky has joined #openstack-ansible17:26
*** priteau has quit IRC17:30
*** dcdamien has quit IRC17:38
*** cmart has joined #openstack-ansible17:54
*** DanyC has quit IRC18:00
*** priteau has joined #openstack-ansible18:00
*** DanyC has joined #openstack-ansible18:01
*** hamzaachi has quit IRC18:01
*** DanyC has quit IRC18:05
*** nurdie has joined #openstack-ansible18:11
*** chhagarw has quit IRC18:14
*** DanyC has joined #openstack-ansible18:18
*** DanyC has quit IRC18:22
guilhermespcores, could you take a look at this? it is blocking some of the suse jobs https://review.openstack.org/#/c/643423/218:35
guilhermespfor example https://review.openstack.org/#/c/642614/2 and https://review.openstack.org/#/c/642842/218:35
*** gshippey has quit IRC18:37
cloudnullguilhermesp +2 from me18:37
guilhermespthank you man!18:38
cloudnullchandankumar mind having a look at that PR ?18:38
cloudnullor any other cores for that matter18:40
mnaserhello18:46
guilhermespcloudnull mnaser  once it merges https://review.openstack.org/#/c/643423/ I'd just explore you once again to give your review to the backport for stable/rocky. Thanks in advance :)18:51
*** tosky has quit IRC18:53
*** cshen has joined #openstack-ansible18:56
*** cshen has quit IRC19:00
*** hamzaachi has joined #openstack-ansible19:09
openstackgerritIlya Popov proposed openstack/openstack-ansible master: Fix connectivity between octavia and amphorae.  https://review.openstack.org/64365919:09
*** hamzaachi has quit IRC19:10
*** hamzaachi has joined #openstack-ansible19:10
*** cshen has joined #openstack-ansible19:13
*** priteau has quit IRC19:13
openstackgerritKevin Carter (cloudnull) proposed openstack/openstack-ansible-os_manila master: Update manila so that it works with cephfs  https://review.openstack.org/64361619:17
mnaserspotz, d34dh0r53, evrardjp, odyssey4me, jrosser, cloudnull, logan-, mgariepy, hwoarang: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003877.html19:19
*** DanyC has joined #openstack-ansible19:21
*** DanyC has quit IRC19:24
*** cshen has quit IRC19:27
spotzmnaser: replied19:29
*** dave-mccowan has joined #openstack-ansible19:30
cloudnullalso replied19:34
*** openstack has joined #openstack-ansible19:44
*** ChanServ sets mode: +o openstack19:44
*** nicolasbock has quit IRC19:45
*** nicolasbock has joined #openstack-ansible19:45
*** ivve has joined #openstack-ansible19:48
*** pcaruana has quit IRC19:59
openstackgerritMerged openstack/openstack-ansible-os_tempest master: Set tempest concurrency to int only  https://review.openstack.org/64342320:13
*** emine__ has quit IRC20:14
jrosseri've seen this a bunch of times - 503 for keystone and i think also nova http://logs.openstack.org/97/643097/1/check/openstack-ansible-deploy-aio_lxc-ubuntu-bionic/097258f/logs/openstack/aio1_utility_container-0f64e1ca/utility/stestr_results.html20:16
jrosserany clues anyone?20:16
nicolasbockI added cinder.yml to /etc of an existing AIO and ran os-cinder-install. The playbook gets stuck when it tries to install the cinder wheel in the cinder-api container. Do I need to update the repo server? And if, how?20:22
*** ivve has quit IRC20:34
jrossernicolasbock: https://github.com/openstack/openstack-ansible/blob/master/playbooks/repo-build.yml <- that should do it20:35
logan-nicolasbock: openstack-ansible repo-build.yml -e repo_build_wheel_rebuild=yes20:39
nicolasbockOk, thanks, I'll try that. I had done repo-build, but am still seeing `Could not find a version that satisfies the requirement cinder==13.0.0.0b4.dev41` although I can see the wheel on the repo server20:41
nicolasbockI'll try the extra var20:41
*** mkuf_ has joined #openstack-ansible21:02
*** marst has quit IRC21:05
*** mkuf has quit IRC21:05
openstackgerritJames Denton proposed openstack/openstack-ansible-os_neutron master: Adds DPDK support for Open vSwitch  https://review.openstack.org/59081021:19
*** BjoernT has quit IRC21:23
*** cshen has joined #openstack-ansible21:23
*** DanyC has joined #openstack-ansible21:25
*** BjoernT has joined #openstack-ansible21:27
*** cshen has quit IRC21:28
*** DanyC has quit IRC21:29
mnaserhey jrosser i've actually seen that a few times21:34
mnaserits weird because21:34
mnaseronly _some_ tests fail21:34
mnaserso .. the identity service seems to be largely functioning21:35
*** nurdie has quit IRC21:36
jrossermnaser: i was looking at the keystone journal - at the time the tempest test says 503 there is a lot of stuff going on21:39
mnaserjrosser: where did you find that21:39
jrosseri wonder if its just busy and doesnt keep haproxy happy that the service is still up21:40
jrosseryou can see the haproxy 503 here http://logs.openstack.org/97/643097/1/check/openstack-ansible-deploy-aio_lxc-ubuntu-bionic/097258f/logs/openstack/aio1-haproxy/haproxy.log.txt.gz#_Mar_15_19_42_2721:42
*** dcdamien has joined #openstack-ansible21:42
jrosserand here is the keystone log from the same sort of time http://logs.openstack.org/97/643097/1/check/openstack-ansible-deploy-aio_lxc-ubuntu-bionic/097258f/logs/openstack/aio1_keystone_container-58c949a3/keystone-wsgi-public.service.journal-19-43-29.log.txt.gz#_Mar_15_19_42_0021:43
*** hwoarang has quit IRC21:49
*** hamzaachi has quit IRC21:50
*** hwoarang has joined #openstack-ansible21:50
*** KeithMnemonic has quit IRC21:51
mnaserok jrosser `keystone_service-back/<NOSRV>` is a really good catch21:56
jrosserI’m not sure we log those haproxy service up/down events anywhere?22:00
*** dcdamien has quit IRC22:15
*** BjoernT has quit IRC22:18
*** markvoelker has joined #openstack-ansible22:20
*** nurdie has joined #openstack-ansible22:22
*** markvoelker has quit IRC22:24
*** nurdie has quit IRC22:27
*** DanyC has joined #openstack-ansible22:39
*** markvoelker has joined #openstack-ansible22:51
*** mkuf_ has quit IRC23:01
*** cshen has joined #openstack-ansible23:24
*** cshen has quit IRC23:28
nicolasbocklogan-, jrosser, I tried the repo-build step and am a little further now. The error message I am getting from the cinder-api container is: Could not find a version that satisfies the requirement cinder==13.0.0.0b4.dev41. However, the wheel is in the pools directory on the repo server.23:36
nicolasbockI'll try to debug pip to see why it's not finding that wheel23:37
*** DanyC has quit IRC23:50
*** cmart has quit IRC23:57

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