Thursday, 2019-10-17

*** markvoelker has joined #openstack-ansible00:15
*** markvoelker has quit IRC00:20
*** markvoelker has joined #openstack-ansible00:22
tmartinsHey guys, I'm trying OSA Train today and it's trying to start the Neutron Server container at the Compute Nodes! Which obviously won't work, since there isn't LXC installed there.00:30
tmartinsWith Stein, I had to manually tell OSA via `env.d/neutron` file that the "neutron_server_container, belongs_to -> shared-infra_containers", however, in Train, apparently my custom file conflicts with "/opt/openstack-ansible/inventory/env.d/neutron.yml"...00:32
tmartinsSo, with Train, I was expecting that Neutron Server was only at the Controllers.00:33
tmartinsWorth to mention that I tried to `run_upgrade.sh`, my first Train isn't a fresh one... I'll try to start from scratch.00:39
tmartins=P00:39
tmartinsI'm also seeing that Train deploys the neutron agents with "is_metal: true" by default! Finally!   lol00:41
*** strobelight has quit IRC00:54
*** weifan has joined #openstack-ansible01:24
*** weifan has quit IRC01:29
*** nicolasbock has quit IRC01:44
*** weifan has joined #openstack-ansible02:09
*** weifan has quit IRC02:10
*** weifan has joined #openstack-ansible02:12
*** weifan has quit IRC02:14
*** dave-mccowan has quit IRC03:00
tmartinsThe "ceph-ansible" is failing on OSA Train (`master` branch), error: https://pastebin.com/raw/9buBUrwx   :-(03:37
tmartinsI have the a super similar "/etc/openstack_deploy" subdir that works with OSA Stein + Ceph.03:41
tmartinsI believe that OSA Train with Ceph (the prod-ceph example), hits the following bug: https://github.com/ceph/ceph-ansible/issues/433303:44
tmartinsIt isn't actually the same issue...   :-/03:56
tmartinsDaammnn... There is only 1 google result when I search for: "no filter named" "ips_in_ranges"03:58
tmartinslol03:58
tmartinsjrosser, I want to get rid of lxcbr0 to keep my bare metal simple, without NAT, neither DHCP. How hard is to do that?04:03
tmartinsI would rather see container's eth0 behaving exactly like eth1 (on top of br-mgmt at the host) but, on top of my "br-infra" at the host)...04:05
*** pcaruana has joined #openstack-ansible04:18
int_0x21tmartins, i had the same problem with ips_in_ranges, i went down to 19.0.4 dont know if there is a solution atm04:28
tmartinsint_0x21, Ouch! Thanks for the reply.04:29
tmartinsI really wanna try Manila with CephFS (as a Service), it depends on ceph-mds_hosts and new code but, it fails there...   :-(04:30
int_0x21jrosser looked at it yesterday, dont know if he found something04:34
tmartinsNice!04:35
*** markvoelker has quit IRC04:45
*** dmsimard has quit IRC04:54
*** dmsimard has joined #openstack-ansible04:54
*** hwoarang has quit IRC05:01
*** hwoarang has joined #openstack-ansible05:11
tmartinsWeird, I'm trying AIO Train but, I'm seeing this: "changed: [aio1] => (item={'repo': 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/stein main', 'state': 'present', 'filename': 'uca'})", I thought that the `master` branch was pulling "cloud-archive:train" already!   O_O05:25
*** raukadah is now known as chandankumar05:49
*** jawad_axd has joined #openstack-ansible05:59
*** jawad_ax_ has joined #openstack-ansible06:03
*** jawad_axd has quit IRC06:03
int_0x21Yea saw that to but the run upgrade does go to train06:05
jrossertmartins: OSA does not have a Train release06:07
*** jawad_ax_ has quit IRC06:07
mensisHi, i'm running an OpenStack with 3 controller and 1 compute node. I was trying to resize one of my instance and i got "Error: No valid host was found. No valid host found for resize (HTTP 400)". Even though  i set "allow_resize_to_same_host" and "allow_migrate_to_same_host" parameter to True, i get the same error. Any ideas?06:09
jrossertmartins: this is because “lifecycle management” projects such as Openstack-ansible cannot make their release until *after* the underlying Openstack components are released06:11
jrosserso the release schedule for OSA and other deployment tools is offset06:12
*** jawad_axd has joined #openstack-ansible06:14
tmartinsSo, right now, there is no way to try Train with OSA?06:16
jrossertmartins: personally I would stick with lxcbr0 for now - the further you go from the standard config the harder it is going to be to help you out, and really no complexity is added from a deployed point of view06:17
jrosserno06:17
jrosserthe wider Openstack train release was only yesterday, so it’s chicken/egg for deployment projects06:18
jrosserbut very soon we shall make a release candidate06:19
jrosserthe UCA repo pointing to stein is not a vast issue as we deploy from source code generally, not repo packages06:21
*** udesale has joined #openstack-ansible06:22
openstackgerritChandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: Run blacklist tests as a whitelist tests  https://review.opendev.org/68908206:37
*** markvoelker has joined #openstack-ansible06:46
*** markvoelker has quit IRC06:51
*** trident has quit IRC06:55
*** cshen has joined #openstack-ansible06:56
*** trident has joined #openstack-ansible06:58
*** elduderino80 has quit IRC07:07
jrosserint_0x21: i know what the ceph-ansible issue is and also the fix looks quite simple07:11
jrosseri'm more concerned that our CI test does not suffer from the same problem so I want to understand that first07:11
*** tosky has joined #openstack-ansible07:16
ionido you guys ever used os-nova-install.yml --tag nova-config ?07:42
ioniis this correct way to just update the configs?07:42
*** starborn has joined #openstack-ansible07:47
*** rpittau|afk is now known as rpittau07:52
*** DanyC has joined #openstack-ansible08:03
*** mwe1 has joined #openstack-ansible08:07
noonedeadpunkioni: I know it's not working now, but had no time to dig into it08:10
noonedeadpunkWe have not the best times with tags for the last several releases...08:10
ioninoonedeadpunk, i was thinking that maybe i don't do something fine. i know it doesn't work for some time now, i thin in mitaka worked last time :(08:14
*** gokhani has quit IRC08:15
*** mensis has quit IRC08:15
noonedeadpunkSince we have not so much cotributors these days, it's not top priority tbh... I hope we will be able to do smth with this in ussuri...08:15
*** kopecmartin|off is now known as kopecmartin08:23
*** starborn has quit IRC08:24
openstackgerritkourosh vivan proposed openstack/openstack-ansible-lxc_hosts stable/stein: Add Centos GPG key custom url  https://review.opendev.org/68910309:02
*** starborn has joined #openstack-ansible09:04
*** zbr has quit IRC09:07
openstackgerritkourosh vivan proposed openstack/openstack-ansible-repo_server master: Add Centos GPG key custom url  https://review.opendev.org/68809309:07
*** zbr has joined #openstack-ansible09:10
*** starborn has quit IRC10:31
int_0x21jrosser, yea the issue wasnt huge with the ceph-ansible, i managed to get through the infrastructure part with master now, needed to do some changes in the code becouse the ceph-mon addresses where used when setting up osd:s also, and in that case the v2:mon-address:3000 syntax that is used for ceph.conf cant be used10:35
int_0x21tmartins, with some fixes i managed to get master installed but its a bit ugly hack and slash :P10:39
jrosserint_0x21: the thing is that we are running master CI jobs all the time with ceph and they are passing10:40
int_0x21Wierd10:41
jrosserthats why i've not just dived straight in and patched the ipaddr thing, i want to understand why the CI works and yours does not10:41
jrosseri deliberatly re-ran this one yesterday to see what happened https://review.opendev.org/#/c/588372/10:42
*** cshen has quit IRC10:42
jrosserthe content of the patch doesnt matter, but you see there is a passing ceph job10:42
int_0x21shouldnt be a diffrence with one mon instead of 3 since it still should complain that its missing the filter at least10:44
jrosserit'll probably be that these conditions are false in CI https://github.com/ceph/ceph-ansible/blob/master/roles/ceph-facts/tasks/set_monitor_address.yml#L6-L1010:44
int_0x21Should also complain later on about this pice of code " [{{ "v2:" + host.addr + mon_host_v2.suffix }}{{ _v1 | default('') }}] "10:45
int_0x21couse when it tries to setup the osd it sets a mon address to v2:ip_addr:3000,v1:ip_addr:3689 or whatever the port was in mon110:45
jrosserthat syntax looks suspect10:46
*** CeeMac has joined #openstack-ansible10:47
int_0x21I butcherd the code localy to just do [{{ host.addr }}] becouse the mons handle the port automaticly in latest ceph10:47
jrosserwell bear in ming that this is all ceph ansible, not OSA10:47
jrosserwe consume their ansible roles10:47
int_0x21Yupp i know :)10:47
CeeMacmorning10:47
int_0x21Just taking it up becouse i asume more pepole are going to stumble there10:48
jrosserthey deal with PR on github quite quickly if stuff is broken10:48
int_0x21I only been trying to talk with someone over in #ceph on irc10:48
jrosserthere is also #ceph-ansible10:49
int_0x21Yea i just relised i joined it on freenode and not oftc10:50
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-lxc_hosts master: Make centos_epel_mirror usable in CI  https://review.opendev.org/68912210:50
jrosserint_0x21: if you are able to help figure out any of the issues with master it would be really cool10:52
jrossernoting things in an etherpad or making bugs in launchpad is super helpful, as well as actual patches of course :)10:53
int_0x21Il take a look :)10:54
int_0x21This is one of these work projects that has been low priority but i found a while to increase the value of it with setting up a testing area for developers10:55
int_0x21Usualy im doing a vmware setup10:55
int_0x21But im looking to get away from that licensing cost, its horrendus10:56
*** cshen has joined #openstack-ansible10:56
*** udesale has quit IRC10:57
int_0x21jrosser, btw thanks for answering alot of questions, it relay is helpfull even if sometimes there is no answers atleast then you know its not something easy :P10:58
jrosserno worries - one of the nice things with OSA is that a lot of folk here are running clouds for their day job with OSA, so it’s very real and deployer focussed11:00
int_0x21Yea i noticed it was alot more responsive here then im used to11:02
*** lkoranda has joined #openstack-ansible11:05
*** nicolasbock has joined #openstack-ansible11:10
*** lkoranda has quit IRC11:15
noonedeadpunkDoes anyone know what has happened to gnocchi? Is it dead? gnocchi.xyz is not resolved...11:18
*** kaiokmo has quit IRC11:25
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Create Train  https://review.opendev.org/68657311:31
*** hwoarang has quit IRC11:31
noonedeadpunkjrosser: ^ updated11:33
noonedeadpunkmnaser: your vote is essential here too11:35
*** rohit02 has joined #openstack-ansible11:37
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Create Train  https://review.opendev.org/68657311:40
*** hwoarang has joined #openstack-ansible11:42
openstackgerritkourosh vivan proposed openstack/openstack-ansible-repo_server master: Add Centos GPG key custom url  https://review.opendev.org/68809311:44
*** markvoelker has joined #openstack-ansible11:48
*** shyamb has joined #openstack-ansible12:07
*** jamesden_ is now known as jamesdenton12:09
int_0x21It does take its sweet little time to deploy :P12:27
openstackgerritkourosh vivan proposed openstack/openstack-ansible-repo_server master: Add Centos GPG key custom url  https://review.opendev.org/68809312:31
jrossernoonedeadpunk: is this right? https://review.opendev.org/#/c/686573/6/playbooks/os-tempest-install.yml12:36
jrosseroh hmm12:37
noonedeadpunkAs we drop openstack_testing.yml yes...12:37
noonedeadpunkIt's another part of some tempest black magic....12:38
jrosser:) yes - so, with that change it's from pypi?12:38
noonedeadpunkAt least I hope so:)12:38
noonedeadpunkactually I can recall that we were fighting with smth common not so far ago... So yeah, it should be from pypi now12:39
taccohm.. i'm wondering why cinder_volume isn't set in my group_names therefore ceph_client won't be included.. :( so sad.12:42
taccosame with the rbd driver. had to set it manualy to true12:43
*** dave-mccowan has joined #openstack-ansible12:44
*** shyamb has quit IRC12:50
*** dmsimard has quit IRC12:54
*** dmsimard has joined #openstack-ansible12:55
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_placement master: Add nova to placement DB migration  https://review.opendev.org/68914513:00
*** strobelight has joined #openstack-ansible13:00
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add metal upgrade jobs  https://review.opendev.org/67110513:01
*** starborn has joined #openstack-ansible13:01
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Add metal upgrade jobs  https://review.opendev.org/67110513:01
*** starborn has quit IRC13:08
*** nurdie has joined #openstack-ansible13:08
*** strobelight_ has joined #openstack-ansible13:13
*** strobelight is now known as Guest5272713:13
*** strobelight_ is now known as strobelight13:14
*** udesale has joined #openstack-ansible13:16
*** Guest52727 has quit IRC13:17
taccoconditional "[u"cinder_services['cinder-volume']['group'] in group_names" is false.. how can i change this behavior?13:18
cshentacco: where is this condition?13:19
noonedeadpunkmnaser: I hope that https://review.opendev.org/689145 will cover placement db migration13:21
*** DanyC has quit IRC13:24
taccoit's inside the ceph_client role. I will add a existing ceph cluster to my osa deployment. but it always skipes due to this and i don't know where cinder_volume will be added to the group_names13:24
taccoor which config sets cinder_volume into group names13:24
taccos/config/config part of osa/13:25
taccohttp://paste.openstack.org/show/784528/13:29
taccoi think this would be the broken part of my config..13:30
taccobut not sure about that.. i always get the same error same with cinder_backend_rbd_inuse13:30
taccoi had to set it manualy.. to true..13:30
taccocinder_backend_rbd_inuse: '{{ (cinder_backends|default("")|to_json).find("cinder.volume.drivers.rbd.RBDDriver") != -1 }}'13:32
taccothis part if the os_cinder role should set this13:32
taccoand as you can see in my config part RBDDriver is already set13:32
*** DanyC has joined #openstack-ansible13:33
noonedeadpunktacco: so that paste is from openstack_user_config.yml right?13:42
taccono user_vars.yml13:42
*** lbragsta_ has joined #openstack-ansible13:42
ionifor me, works fine in way is it now13:43
noonedeadpunkok, I guess that;'s the thing. So I have in openstack_user_config.yml the following: http://paste.openstack.org/show/784529/13:44
noonedeadpunkand so on like you have13:44
noonedeadpunkjust placing container_vars inside user_variables do not work13:45
tacconoonedeadpunk: i see. But i learned if i use something with _hosts osa think it has to build this13:45
taccobut i don't want to build this ceph cluster it is already there13:45
taccobut i will try it with storage_hosts in the openstack_user_config.yml13:45
ionihttps://paste.xinu.at/toSmu3/13:45
noonedeadpunkno building ceph cluster is triggered by setting another variable in your user variables.13:45
noonedeadpunkonce it's absent you're safe13:46
cshentacco: my config is also in storage_hosts.13:46
taccook. then i will do it this way.13:46
taccothanks a lot guys13:46
taccowill report back later if it works for me as well.13:46
cshenmy config example: http://paste.openstack.org/show/784530/13:47
noonedeadpunkactually ceph-install runs against ceph-mon host group, so if it's not defined, then you're safe for sure13:48
noonedeadpunk*ceph-mon and ceph-osd13:49
*** jawad_axd has quit IRC13:52
tacconow i get a lxc-attach: command not found\13:53
taccobecause it tryes to connect to the mon and want to enter a container there.. but this is metall. :D13:53
taccoi have ceph_mons defined in my openstack_user_config.yml13:54
taccobut not ceph_mon_hosts13:54
*** jawad_axd has joined #openstack-ansible13:54
noonedeadpunkceph_mons should be in user_variables13:55
csheni have user_variables.yml only defined in user_variables.yml13:55
cshenI mean ceph_mons in user_variables.yml13:55
*** jawad_axd has quit IRC13:58
*** rohit02 has quit IRC14:00
taccoi see14:00
taccobut now it tryes to install cinder on my ceph node. xD14:01
noonedeadpunkI feel like your inventory might be a bit messed up at this point....14:02
noonedeadpunkAs dynamic inventory don't drop already placed records into the inventory14:03
taccoi already droped my inventory14:03
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-openstack_hosts master: PDF Documentation Build tox target  https://review.opendev.org/68916214:04
openstackgerritMerged openstack/openstack-ansible-galera_server master: PDF Documentation Build tox target  https://review.opendev.org/68880014:05
noonedeadpunkthat's not rly good as once it's generated it will containe new ips for your existing containers14:05
noonedeadpunkwhich eventually means broken deployment14:05
noonedeadpunkinstead it should be carefully cleaned14:05
*** jawad_axd has joined #openstack-ansible14:05
taccobut IPs are in openstack_hostname_ips.yml right?14:06
noonedeadpunkoh, actually yes14:06
noonedeadpunkif you left it, it's good14:07
taccoyes i left it and the IPs in the inventory looks good14:07
taccoanyway.. i set the is_mettal false in cinder env file.14:08
taccobecause cinder itself is on a controllplane in a lxc container14:08
taccobut my ceph itself is on mettal.14:08
noonedeadpunkon the same control plane?14:09
tacconope on another server14:10
taccois it required to have a cinder_volume_container on the controlplane?14:11
noonedeadpunkyou can place it wherever you want, the main requirement is that all required networks should be present14:12
noonedeadpunklike mgmt, storage14:12
taccothey are14:12
taccohttps://paste.xinu.at/toSmu3/14:13
jrossercinder volume is always metal isn’t it?14:13
taccohere i can see storage_infra and storage_hosts14:13
jrosserbecause of potential iscsi14:13
noonedeadpunkjrosser: why should it be mtal?14:13
noonedeadpunkby default yes14:13
noonedeadpunkI that what you mean14:14
jrosseryes14:14
taccoyes by default but es set it to false in the env14:14
taccobecause i want cinder itself in a lxc container on my controlplane14:14
taccobut i don't get the point where to place the information only for the attached and already existing ceph14:14
noonedeadpunkso the thing is that your ceph node seems to be a part of cinder_volume group14:15
taccothe documentation about this is a bit odd14:15
noonedeadpunkso I feel like you may have some mentiooning of your ceph node somewhere in openstack_user_config14:16
taccoyes as storage_hosts after you suggest it14:16
taccobefore i only had the ceph_mons listed14:17
noonedeadpunkinside storage hosts there should be only hosts where cinder-volume will be placed14:17
taccoahh.. now i got it..14:18
noonedeadpunkSo I didn't suggesting putting your ceph node inside storage_hosts14:18
taccoi see :)14:19
taccoi put my controllplane host in there and set metal true?14:20
noonedeadpunkyou can run cinder_volume in container as well14:21
taccook so i will place it first into a container.. but i guess i have to run seupt_hosts and setup_infra first that it creates the required lxc container14:22
taccothis may take some time but now i think i understand it.14:23
taccothanks a lot for the quick response and beeing so calm with my sometime stupid questions. :)14:23
noonedeadpunkyou can run openstack-ansible playbooks/containers-deploy.yml --limit lxc_hosts14:25
noonedeadpunkto create all required containers14:25
noonedeadpunkactually setup_hosts will be enought in terms of lxc creation as well14:26
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-memcached_server master: PDF Documentation Build tox target  https://review.opendev.org/68917514:29
*** jawad_axd has quit IRC14:37
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-memcached_server master: PDF Documentation Build tox target  https://review.opendev.org/68917514:38
*** gyee has joined #openstack-ansible14:40
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-openstack_openrc master: PDF Documentation Build tox target  https://review.opendev.org/68918414:42
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-repo_server master: PDF Documentation Build tox target  https://review.opendev.org/68918814:46
jrosseroh no "url": "http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img"}, "mode": "0755", "msg": "Connection failure: timed out"14:52
noonedeadpunkcirros mirror is down so all tests are expected to fail14:52
noonedeadpunk++++14:52
noonedeadpunkthat's unfortunate14:53
openstackgerritkourosh vivan proposed openstack/openstack-ansible-lxc_hosts master: Centos EPEL options default to global variable  https://review.opendev.org/68919114:55
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-systemd_mount master: PDF Documentation Build tox target  https://review.opendev.org/68919315:01
jrossernoonedeadpunk: 3:59 PM <clarkb> jrosser: /opt/cache/files https://opendev.org/openstack/project-config/src/branch/master/nodepool/elements/cache-devstack/extra-data.d/55-cache-devstack-repos#L14215:01
noonedeadpunkyou mean that we do stupid things downloading image each time?15:03
noonedeadpunkjrosser: can you patch that out? if you have some time ofc15:04
noonedeadpunkI can take a look otherwise15:04
jrossermaybe I can look later, but not for a few hours at least15:05
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-systemd_networkd master: PDF Documentation Build tox target  https://review.opendev.org/68919515:09
*** dmsimard has quit IRC15:11
*** dmsimard has joined #openstack-ansible15:12
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-systemd_service master: PDF Documentation Build tox target  https://review.opendev.org/68919615:13
*** DanyC has quit IRC15:18
*** DanyC has joined #openstack-ansible15:21
openstackgerritkourosh vivan proposed openstack/openstack-ansible-repo_server master: Add Centos GPG key custom url  https://review.opendev.org/68809315:26
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-lxc_hosts master: Centos EPEL options default to global variable  https://review.opendev.org/68919115:26
*** zbr has quit IRC15:29
*** zbr__ has joined #openstack-ansible15:30
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible master: Create Train  https://review.opendev.org/68657315:31
*** jawad_axd has joined #openstack-ansible15:32
*** prometheanfire has quit IRC15:33
*** prometheanfire has joined #openstack-ansible15:33
*** cshen has quit IRC15:35
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-systemd_service master: PDF Documentation Build tox target  https://review.opendev.org/68919615:36
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-systemd_networkd master: PDF Documentation Build tox target  https://review.opendev.org/68919515:36
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-role-systemd_mount master: PDF Documentation Build tox target  https://review.opendev.org/68919315:36
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-memcached_server master: PDF Documentation Build tox target  https://review.opendev.org/68917515:37
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-repo_server master: PDF Documentation Build tox target  https://review.opendev.org/68918815:37
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-openstack_openrc master: PDF Documentation Build tox target  https://review.opendev.org/68918415:39
*** DanyC has quit IRC15:47
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Use nodepool cirros images if possible  https://review.opendev.org/68920515:52
jrossernoonedeadpunk: ^ bit of a guess if thats right tbh15:52
jrosseralso it could be a copy task rather than a template that doesnt template anything15:52
noonedeadpunkjrosser: I'd say that we need change into tempest role anyway - as I don't see why we should do local copy...15:55
noonedeadpunkActually I've also started some work on that - give me several minutes to finish15:56
jrosserit needs to work outside nodepool too15:56
noonedeadpunksure15:57
noonedeadpunkand path porbably incorrect in your's patch... url.split('/')[-1].strip() should return just filename15:57
noonedeadpunkBut I'm not 100% sure15:57
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Use nodepool cirros images if possible  https://review.opendev.org/68920515:58
jrosseroh whoops yes15:59
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Use nodepool cirros images if possible  https://review.opendev.org/68920515:59
*** schwicht has joined #openstack-ansible16:01
noonedeadpunkok, my method won't work I guess...16:02
*** rohit02 has joined #openstack-ansible16:02
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-lxc_hosts master: PDF Documentation Build tox target  https://review.opendev.org/68920716:21
*** udesale has quit IRC16:22
*** markvoelker has quit IRC16:26
*** rpittau is now known as rpittau|afk16:27
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-lxc_container_create master: PDF Documentation Build tox target  https://review.opendev.org/68921116:30
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-ceph_client master: PDF Documentation Build tox target  https://review.opendev.org/68921416:41
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_horizon master: PDF Documentation Build tox target  https://review.opendev.org/68921616:49
*** weifan has joined #openstack-ansible16:53
*** shananigans has joined #openstack-ansible16:53
*** rohit02 has quit IRC16:55
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-hardening master: PDF Documentation Build tox target  https://review.opendev.org/68921816:58
*** markvoelker has joined #openstack-ansible17:05
*** DanyC has joined #openstack-ansible17:06
int_0x21Hi on setup-openstack.yml when it comes to nova i now get Details: No host mappings or compute nodes were found. Remember to |", "|   run command 'nova-manage cell_v2 discover_hosts' when new        |", "|   compute hosts are deployed.17:20
int_0x21Anyone seen that before ?17:20
int_0x21Btw im going from master atm17:21
*** DanyC has quit IRC17:22
*** DanyC has joined #openstack-ansible17:26
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/ansible-hardening master: PDF Documentation Build tox target  https://review.opendev.org/68921817:37
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-haproxy_server master: PDF Documentation Build tox target  https://review.opendev.org/68881017:49
noonedeadpunkIf someone has time to look through pdf topic https://review.opendev.org/#/q/topic:build-pdf-docs+status:open+owner:noonedeadpunk) ot will be really appreciated.17:51
noonedeadpunkBut it's only a half..17:52
*** jawad_axd has quit IRC17:59
spotznoonedeadpunk: looking18:02
jrosseropensuse fail due to no genisoimage package now https://storage.gra1.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_c43/689205/3/check/openstack-ansible-deploy-aio_metal-opensuse-15/c433a71/logs/ara-report/result/2969aab9-b600-486d-bd2b-7ff70bd38126/18:08
*** strobelight has quit IRC18:10
*** jawad_axd has joined #openstack-ansible18:11
openstackgerritMerged openstack/openstack-ansible-openstack_openrc master: PDF Documentation Build tox target  https://review.opendev.org/68918418:11
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: Centos EPEL options default to global variable  https://review.opendev.org/68919118:12
openstackgerritMerged openstack/ansible-role-systemd_service master: PDF Documentation Build tox target  https://review.opendev.org/68919618:18
openstackgerritShannon Mitchell proposed openstack/openstack-ansible-os_horizon master: Fixes broken panel registration for source install method due to python 3 changes changing the horizon_lib_dir path dynamically.  This sets horizon_dashboard_panel_dir dynamically based on the changed horizon_lib_dir modification in the horizon_install_so  https://review.opendev.org/68923918:18
openstackgerritMerged openstack/openstack-ansible-os_horizon master: PDF Documentation Build tox target  https://review.opendev.org/68921618:20
openstackgerritMerged openstack/openstack-ansible-lxc_hosts master: PDF Documentation Build tox target  https://review.opendev.org/68920718:20
spotzno https://review.opendev.org/#/c/688810/ failed and https://review.opendev.org/#/c/689218/ hasn't run through zuul yet18:20
spotzothers are done though18:20
openstackgerritMerged openstack/openstack-ansible-memcached_server master: PDF Documentation Build tox target  https://review.opendev.org/68917518:21
spotzjrosser: I thought we pulled all the opensuse?18:21
*** schwicht has quit IRC18:23
*** weifan has quit IRC18:23
*** tmartins has quit IRC18:28
openstackgerritMerged openstack/ansible-role-systemd_networkd master: PDF Documentation Build tox target  https://review.opendev.org/68919518:29
*** lbragsta_ has quit IRC18:29
*** zbr__ has quit IRC18:32
openstackgerritMerged openstack/openstack-ansible-ceph_client master: PDF Documentation Build tox target  https://review.opendev.org/68921418:32
*** zbr has joined #openstack-ansible18:33
*** weifan has joined #openstack-ansible18:37
openstackgerritMerged openstack/openstack-ansible-lxc_container_create master: PDF Documentation Build tox target  https://review.opendev.org/68921118:40
jrosserspotz: the opensuse-423 jobs yes, but not the opensuse-15 ones18:42
*** weifan has quit IRC18:42
jrossernoonedeadpunk: seems to work https://zuul.opendev.org/t/openstack/build/274f28e840404df9af1331383d7f665d/log/job-output.txt#19540-1954618:43
openstackgerritMerged openstack/openstack-ansible-openstack_hosts master: PDF Documentation Build tox target  https://review.opendev.org/68916218:43
*** weifan has joined #openstack-ansible18:43
*** spatel has joined #openstack-ansible18:44
*** weifan has quit IRC18:45
spotzjrosser: ahhh, I just know they were coming in so fast the other day I couldn't click on them:)18:46
*** weifan has joined #openstack-ansible18:46
spotzOOr really :(18:46
*** weifan has quit IRC18:48
*** jawad_axd has quit IRC18:50
openstackgerritMerged openstack/openstack-ansible-rabbitmq_server master: PDF Documentation Build tox target  https://review.opendev.org/68879818:53
openstackgerritkourosh vivan proposed openstack/openstack-ansible-repo_server master: Add Centos GPG key custom url  https://review.opendev.org/68809318:57
*** strobelight has joined #openstack-ansible19:00
*** DanyC has quit IRC19:06
openstackgerritShannon Mitchell proposed openstack/openstack-ansible-os_horizon master: Author: Shannon Mitchell <shannon.mitchell@rackspace.com> Date: Thu Oct 17 14:07:29 CDT 2019  https://review.opendev.org/68924619:09
openstackgerritShannon Mitchell proposed openstack/openstack-ansible-os_horizon master: Author: Shannon Mitchell <shannon.mitchell@rackspace.com> Date: Thu Oct 17 14:07:29 CDT 2019  https://review.opendev.org/68923919:12
openstackgerritShannon Mitchell proposed openstack/openstack-ansible-os_horizon master: Broken panel registration fix  https://review.opendev.org/68923919:14
*** lbragsta_ has joined #openstack-ansible19:17
*** lbragsta_ has quit IRC19:17
*** strobelight_ has joined #openstack-ansible19:24
*** strobelight is now known as Guest3564919:24
*** Guest35649 has quit IRC19:24
*** strobelight_ is now known as strobelight19:25
*** weifan has joined #openstack-ansible19:26
*** nurdie has quit IRC19:31
*** weifan has quit IRC19:31
openstackgerritShannon Mitchell proposed openstack/openstack-ansible-os_horizon master: Broken panel registration fix  https://review.opendev.org/68923919:32
*** strobelight_ has joined #openstack-ansible19:35
*** strobelight is now known as Guest911419:35
*** strobelight_ is now known as strobelight19:36
*** Guest9114 has quit IRC19:39
*** pcaruana has quit IRC19:49
*** weifan has joined #openstack-ansible19:49
*** mgariepy has quit IRC19:56
jrosserdirk: any idea about this? http://paste.openstack.org/show/784551/19:59
*** stingrayza has quit IRC20:05
*** spatel has quit IRC20:52
*** trident has quit IRC20:58
*** trident has joined #openstack-ansible21:04
openstackgerritDmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-haproxy_server master: PDF Documentation Build tox target  https://review.opendev.org/68881021:07
*** nurdie has joined #openstack-ansible21:09
*** hwoarang has quit IRC21:14
*** nurdie has quit IRC21:14
*** hwoarang has joined #openstack-ansible21:15
*** gyee has quit IRC21:20
*** elduderino80 has joined #openstack-ansible21:26
*** shananigans has quit IRC21:28
*** nicolasbock has quit IRC21:28
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Mark opensuse-15 jobs as non voting.  https://review.opendev.org/68927421:36
openstackgerritJonathan Rosser proposed openstack/openstack-ansible master: Use nodepool cirros images if possible  https://review.opendev.org/68920521:36
*** markvoelker has quit IRC21:39
*** weifan has quit IRC21:59
*** weifan has joined #openstack-ansible22:01
*** tosky has quit IRC22:02
*** weifan has quit IRC22:05
*** weifan has joined #openstack-ansible22:18
*** weifan has quit IRC22:24
*** spatel has joined #openstack-ansible22:24
*** spatel has quit IRC22:29
*** radeks has joined #openstack-ansible22:44
*** jbadiapa has quit IRC22:50
*** nicolasbock has joined #openstack-ansible22:55
*** kopecmartin is now known as kopecmartin|off22:56
*** radeks has quit IRC22:57
*** jbadiapa has joined #openstack-ansible23:04
*** weifan has joined #openstack-ansible23:05
*** weifan has quit IRC23:05
*** weifan has joined #openstack-ansible23:05
*** jbadiapa has quit IRC23:09
*** weifan has quit IRC23:10
*** jbadiapa has joined #openstack-ansible23:16
*** weifan has joined #openstack-ansible23:21
*** markvoelker has joined #openstack-ansible23:40
*** markvoelker has quit IRC23:45

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