*** radeks has joined #openstack-ansible | 00:08 | |
*** radeks_ has joined #openstack-ansible | 00:17 | |
*** radeks has quit IRC | 00:19 | |
*** sreejithp has joined #openstack-ansible | 00:20 | |
snadge | im just looking at https://docs.openstack.org/openstack-ansible/latest/user/aio/quickstart.html | 00:50 |
---|---|---|
snadge | and trying to appreciate how the tags map to a specific version number.. or what those versions mean | 00:51 |
snadge | eg.. if i just want to checkout the latest stable stein version | 00:51 |
snadge | there's 11.2.0, 11.2.1 and 11.2.10 ? 🤔 | 00:51 |
djhankb | snadge: I don't think there's a tag yet (19.0.0.0) for Stein yet, I believe you should grab by doing: git clone -b stable/stein https://opendev.org/openstack/openstack-ansible.git | 01:00 |
snadge | yes i just changed my branch to stable/stein | 01:00 |
djhankb | yep that's what I am running atm in my lab | 01:03 |
mnaser | dirk, evrardjp: https://review.opendev.org/#/c/659967/ -- opensuse is broken | 01:20 |
logan- | yep mnaser, on that topic: https://review.opendev.org/#/c/659853/ | 01:25 |
mnaser | I know centos Distros installs are broken too | 01:27 |
mnaser | I need to get around those | 01:27 |
mnaser | thanks logan- I will rebase that bump patch on top of yours | 01:27 |
openstackgerrit | Mohammed Naser proposed openstack/openstack-ansible stable/rocky: Bump SHAs for stable/rocky https://review.opendev.org/659967 | 01:27 |
mnaser | linters are broken on queens hmm | 01:29 |
mnaser | ERROR! Unexpected Exception, this is probably a bug: 'module' object has no attribute 'MAGIC_VARIABLE_MAPPING' | 01:29 |
logan- | i fixed that earlier | 01:29 |
logan- | one sec | 01:30 |
logan- | queens is in rough shape actually | 01:30 |
logan- | https://review.opendev.org/#/c/659971/ is the fix for the magic variable mapping issue (we were checking out -tests master branch) | 01:30 |
mnaser | I think its time we clean up some branches. | 01:31 |
snadge | if i dont bother to change any defaults for AIO install, will it just default to local storage.. i dont have a second disk connected to this vm | 01:31 |
mnaser | yep snadge | 01:31 |
mnaser | should.. afaik | 01:31 |
mnaser | logan-: I think we'll need to squash the path changes too in that patch | 01:32 |
logan- | mnaser: unfortunately that's not quite possible because the linters fix is in the -tests repo | 01:32 |
logan- | also the tests repo gate is broken because of weird galera install issues on centos/suse: https://review.opendev.org/#/c/659930/ | 01:32 |
mnaser | damn | 01:33 |
logan- | i think we might be able to restack things to get it all working but the unsolved part is this galera issue | 01:33 |
mnaser | Failing package is: qpress-11-1.el7.x86_64\n GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona | 01:34 |
mnaser | I think | 01:34 |
mnaser | I know | 01:34 |
mnaser | this one | 01:34 |
mnaser | logan-: https://review.opendev.org/#/c/643798/ | 01:35 |
mnaser | compression was no longer recommended by upstream too | 01:35 |
mnaser | so we dropped qpress there | 01:35 |
mnaser | that is a pretty big change however | 01:35 |
logan- | yeah but we can't backport a major version change | 01:35 |
mnaser | maybe we can just disable compression by default then? :\ | 01:36 |
mnaser | nThe GPG keys listed for the \"Percona-Release YUM repository - x86_64\" repository are already installed but they are not correct for this package. | 01:36 |
mnaser | or maybe we go and find the right keys.. | 01:36 |
logan- | ++ maybe just some simple thing like that to get it moving | 01:36 |
mnaser | the only problem is | 01:36 |
mnaser | it won't pass listing if o-a-t change doesn't land | 01:37 |
mnaser | linting | 01:37 |
logan- | true | 01:37 |
mnaser | so we're gonna have to do the disable-enable dance anyways | 01:37 |
mnaser | at least that'll help unbreak the integrated for that then | 01:38 |
logan- | yeah | 01:38 |
mnaser | logan-: think you have time to restack with a nv/patch/v set? | 01:38 |
logan- | sure, on it | 01:38 |
logan- | haha, actually we will have a hard time merging a linters nv patch in tests because of the galera issue | 01:39 |
logan- | i might be able to pin galera, the integrated repo doesn't seem to have teh same problem | 01:40 |
logan- | will look at that | 01:40 |
mnaser | thanks logan- | 01:45 |
*** sreejithp has quit IRC | 01:49 | |
*** sreejithp has joined #openstack-ansible | 01:49 | |
snadge | hmm..aio playbook fails because our proxy doesn't have downloads.mariadb.com whitelisted .. i wonder if thats the only thing i'll have to whitelist, or if I can just use bionics mariadb? | 02:06 |
mnaser | you'd be walking a path on your own if you do :) | 02:07 |
snadge | im getting it whitelisted now XD | 02:08 |
*** radeks_ has quit IRC | 02:15 | |
mnaser | that's a better path :p | 02:15 |
djhankb | Does the AIO build use the single machine as the deploy machine as well? I'm currently struggling with a Devstack that's being a pain to re-stack. | 02:18 |
mnaser | yep | 02:18 |
djhankb | Awesome! I've never tried the AIO, but it seems like it fits the same niche as Devstack. I may give that a whirl | 02:19 |
snadge | i just blew away a devstack VM to try it myself.. :) | 02:21 |
djhankb | Gotcha, do you run OSA for your main deployment, or are you just starting out? | 02:22 |
snadge | just starting out.. and looking to do that.. my next project will be another test environment, with a controller, storage node, and 3 compute nodes | 02:23 |
snadge | we currently use a custom ansible deployment in production.. based on queens | 02:25 |
djhankb | nice. I am about 5 months in to starting out. I have built several OSA multi-nodes at this point on commodity hardware (desktop PCs and such) I'm hoping to get something spun up in the work lab in the next couple months. | 02:25 |
djhankb | And hopefully into production sometime after a POC... | 02:25 |
snadge | im less than a month into it.. but the previous guy created the custom deployment stuff, so rather than try and port it to newer versions of openstack, it seems more prudent to adapt this effort to what we need | 02:32 |
djhankb | totally. | 02:33 |
*** threestrands has joined #openstack-ansible | 02:34 | |
djhankb | For me, I went from Zero to now with literally no exposure to openstack. I've been reading books, hanging out here and on some of the other channels, labbing, watching videos, etc. | 02:34 |
snadge | same.. i hope to eventually gain enough experience to do some contracting work relating to openstack deployments | 02:35 |
djhankb | OSA seemed to be the quickest for me to get figured out and spun up. Then it's very customizable with the overrides. Honestly the part I struggled with the most was neutron and Open vSwitch. Once I got that sorted out I saved all of my configs in a git repo and it's been very repeatable | 02:37 |
*** sreejithp_ has joined #openstack-ansible | 02:45 | |
*** sreejithp has quit IRC | 02:46 | |
snadge | AIO deployment I just got connection failure / time out when trying ot access http://172.29.236.100:5000 | 02:52 |
snadge | aio1_keystone_container-ff96411e | 02:54 |
*** sreejithp_ has quit IRC | 02:55 | |
snadge | then stein stable branch seems to have deployed keystone-19.0.0.0rc2.dev43 | 03:03 |
snadge | which doesn't sound very "stable" ? | 03:03 |
*** Talion has quit IRC | 03:08 | |
djhankb | That's what I was saying earlier - the 19.0.0.0 release isn't out yet, I think they were working on a few more things, Placement maybe? There may be a better branch to checkout, but the stable/stein is what my current OSA build is running, which for me is keystone-19.0.0.0rc2.dev27 which is a few weeks old now | 03:11 |
snadge | ahh okay, it seems there's something up with keystone in the dev43 then.. | 03:16 |
snadge | TASK [os_keystone : Wait for services to be up] .. failing.. presumably means that its not starting for some reason | 03:16 |
djhankb | you can always run the playbook by itself: e.g. # openstack-ansible os-keystone-install.yml | 03:18 |
djhankb | you can also run it with -vvv flag to get extra debug, so you don't have to rerun the whole long playbook for setup-hosts setup-infrastructure, etc. | 03:18 |
snadge | there are tags 19.0.0.0b1 19.0.0.0rc1 | 03:19 |
djhankb | oh nice, that's good to know | 03:19 |
djhankb | I must go for the night, good luck on your build! | 03:20 |
snadge | no worries.. have a good one | 03:20 |
logan- | osa has not cut a stein release tag yet, but stable/stein HEAD is a lot closer to what the release will look like than the beta/rc tags | 03:28 |
logan- | you will see similar version schemes for all openstack services installed because we pin at specific service SHAs that do not necessarily line up with service release tags, so the automatically generated version will look like keystone-<tag>.dev<number of commits since the referenced tag> | 03:29 |
snadge | yeah im just seeing if i can get the setup-openstack playbook to finish.. its gotten past wait for services to be up.. and now bombing on add service project "Cloud default was not found" | 03:45 |
*** dave-mccowan has quit IRC | 03:58 | |
*** udesale has joined #openstack-ansible | 04:01 | |
*** ansmith has joined #openstack-ansible | 04:20 | |
*** ansmith has quit IRC | 04:33 | |
*** sreejithp has joined #openstack-ansible | 04:52 | |
*** sreejithp has quit IRC | 04:56 | |
*** mhayden has joined #openstack-ansible | 05:00 | |
*** mhayden has quit IRC | 05:00 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible stable/queens: Use the correct branch name to clone tests repo https://review.opendev.org/659971 | 05:06 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Fix clone list for opendev changes https://review.opendev.org/659930 | 05:08 |
*** ivve has quit IRC | 05:09 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Revert galera_server role pin https://review.opendev.org/660017 | 05:10 |
openstackgerrit | Logan V proposed openstack/openstack-ansible stable/queens: Use opendev links https://review.opendev.org/659936 | 05:11 |
openstackgerrit | Logan V proposed openstack/openstack-ansible stable/queens: Restore linters job to voting https://review.opendev.org/660018 | 05:11 |
*** joshualyle has quit IRC | 05:17 | |
mnaser | snadge: did you change the setting for the deployment host | 05:22 |
mnaser | that might seem because the clouds y’all file is missing | 05:22 |
snadge | i didn't change anything from detault | 05:23 |
snadge | this is just my first test AIO deployment on an ubuntu 18.04.2 vm | 05:24 |
*** PTO has joined #openstack-ansible | 05:34 | |
*** jbadiapa has joined #openstack-ansible | 05:35 | |
*** udesale has quit IRC | 05:42 | |
*** udesale has joined #openstack-ansible | 05:42 | |
*** chkumar|pto is now known as chandankumar | 05:58 | |
*** radeks_ has joined #openstack-ansible | 05:58 | |
*** PTO has quit IRC | 05:59 | |
*** ivve has joined #openstack-ansible | 06:12 | |
dirk | mnaser: thanks, I'll take a look | 06:19 |
*** luksky has joined #openstack-ansible | 06:23 | |
*** cshen has joined #openstack-ansible | 06:26 | |
jrosser | snadge: i would immediatley suspect a networking issue with your keystone connection failure, partiularly as you mention a proxy | 06:43 |
jrosser | this task here https://github.com/openstack/openstack-ansible-os_keystone/blob/stable/stein/tasks/keystone_service_update.yml#L32 checks the endpoint is up | 06:45 |
snadge | ok but i seem to have progressed past that | 06:45 |
snadge | the proxy is only needed to get to the outside internet.. the AIO is all internal network connections right? | 06:45 |
*** dirk--old has quit IRC | 06:47 | |
*** mwhahaha has quit IRC | 06:48 | |
*** mubix has quit IRC | 06:48 | |
*** AB2019 has quit IRC | 06:48 | |
*** FrankZhang has quit IRC | 06:48 | |
*** jtanner has quit IRC | 06:48 | |
*** geekinutah has quit IRC | 06:48 | |
*** johnsom has quit IRC | 06:48 | |
*** guilhermesp has quit IRC | 06:48 | |
*** adrianreza has quit IRC | 06:48 | |
*** guilhermesp has joined #openstack-ansible | 06:48 | |
*** FrankZhang has joined #openstack-ansible | 06:48 | |
*** AB2019 has joined #openstack-ansible | 06:48 | |
*** geekinutah has joined #openstack-ansible | 06:48 | |
*** mwhahaha has joined #openstack-ansible | 06:48 | |
*** mubix has joined #openstack-ansible | 06:48 | |
*** johnsom has joined #openstack-ansible | 06:48 | |
*** jtanner has joined #openstack-ansible | 06:48 | |
*** adrianreza has joined #openstack-ansible | 06:48 | |
*** starborn has joined #openstack-ansible | 06:53 | |
openstackgerrit | Xuan Yandong proposed openstack/openstack-ansible-plugins master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660033 | 06:57 |
*** udesale has quit IRC | 07:00 | |
*** udesale has joined #openstack-ansible | 07:00 | |
jrosser | snadge: so long as you have appropriate no_proxy, you’ll be ok on an AIO | 07:05 |
jrosser | More care is needed with a larger deploy, we have documentation for that too | 07:05 |
openstackgerrit | Xuan Yandong proposed openstack/openstack-ansible-os_tacker master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660034 | 07:09 |
*** yolanda_ has quit IRC | 07:13 | |
openstackgerrit | Xuan Yandong proposed openstack/openstack-ansible-rsyslog_server master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660035 | 07:14 |
*** mbuil has joined #openstack-ansible | 07:18 | |
openstackgerrit | Xuan Yandong proposed openstack/openstack-ansible-os_heat master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660037 | 07:19 |
*** flaviosr has joined #openstack-ansible | 07:20 | |
*** yolanda_ has joined #openstack-ansible | 07:20 | |
*** udesale has quit IRC | 07:20 | |
*** udesale has joined #openstack-ansible | 07:21 | |
*** threestrands has quit IRC | 07:23 | |
*** pcaruana has joined #openstack-ansible | 07:23 | |
*** PTO has joined #openstack-ansible | 07:24 | |
PTO | Is there someone online who knows how nova cells are supposed to be configured? | 07:25 |
*** udesale has quit IRC | 07:26 | |
*** udesale has joined #openstack-ansible | 07:27 | |
dirk | PTO: /query toabctl | 07:34 |
dirk | argh | 07:34 |
dirk | PTO: ignore that | 07:34 |
dirk | PTO: I wanted to say that there is a documentation available on google: https://docs.openstack.org/nova/stein/user/cellsv2-layout.html#multiple-cells | 07:35 |
*** tosky has joined #openstack-ansible | 07:35 | |
*** sreejithp has joined #openstack-ansible | 07:52 | |
openstackgerrit | Xuan Yandong proposed openstack/openstack-ansible-os_gnocchi master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660039 | 07:54 |
openstackgerrit | Xuan Yandong proposed openstack/openstack-ansible-os_ceilometer master: Cap sphinx for py2 to match global requirements https://review.opendev.org/660040 | 07:56 |
*** sreejithp has quit IRC | 07:57 | |
*** shardy has joined #openstack-ansible | 07:58 | |
CeeMac | morning | 08:16 |
*** shardy has quit IRC | 08:18 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/658731 | 08:19 |
*** mkuf has quit IRC | 08:28 | |
*** DanyC has joined #openstack-ansible | 08:36 | |
*** hamzaachi has joined #openstack-ansible | 08:36 | |
openstackgerrit | Merged openstack/ansible-config_template master: Change the author-email openstack-dev to openstack-discuss https://review.opendev.org/659402 | 08:37 |
*** mkuf has joined #openstack-ansible | 08:38 | |
evrardjp | I am focusing on master metal everywhere for opensuse leap 15, and will backport all the things necessary on different branches (back to rocky, where we support 42.3) | 08:52 |
evrardjp | but it takes time. When it's officially done, we could rely on the metal jobs there, and everything will be okay. | 08:52 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/rocky: SUSE: Add support of leap 15 https://review.opendev.org/660055 | 09:02 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible stable/rocky: SUSE: Add support of openSUSE Leap 15 https://review.opendev.org/660055 | 09:03 |
*** phasespace has joined #openstack-ansible | 09:11 | |
*** sep has quit IRC | 09:16 | |
*** sep has joined #openstack-ansible | 09:21 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_ceilometer master: Add distro installs jobs https://review.opendev.org/660064 | 09:30 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_ceilometer master: Clarify supported SUSE versions https://review.opendev.org/660066 | 09:34 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_blazar master: Add integrated coverage https://review.opendev.org/658402 | 09:38 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_blazar master: Clarify supported SUSE versions https://review.opendev.org/659023 | 09:38 |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible stable/stein: Re-enable openSUSE Leap 15.0 aio_metal jobs https://review.opendev.org/660068 | 09:42 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/openstack-ansible-os_tempest master: Update openstack.org -> opendev.org https://review.opendev.org/654942 | 09:48 |
openstackgerrit | Paul Martin proposed openstack/openstack-ansible-os_tempest master: Add support for aarch64 images https://review.opendev.org/620032 | 09:51 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_cinder master: Clarify supported SUSE versions https://review.opendev.org/660070 | 09:52 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_congress master: Add integrated coverage https://review.opendev.org/660071 | 09:57 |
CeeMac | quick (hopefully) question. How far down the availibility zone rabbit hole have people gone? | 09:58 |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible stable/rocky: Remove openSUSE Leap 42.3 jobs https://review.opendev.org/660073 | 10:00 |
*** noonedeadpunk has joined #openstack-ansible | 10:01 | |
noonedeadpunk | mornigns | 10:02 |
*** aedc has joined #openstack-ansible | 10:03 | |
CeeMac | morning noonedeadpunk | 10:03 |
openstackgerrit | Merged openstack/openstack-ansible stable/rocky: Set openSUSE 42.3 LXC jobs to non-voting https://review.opendev.org/659853 | 10:08 |
*** ivve has quit IRC | 10:09 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_designate master: Clarify supported SUSE versions https://review.opendev.org/660076 | 10:13 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_glance master: Clarify supported SUSE versions https://review.opendev.org/660077 | 10:15 |
*** miloa has joined #openstack-ansible | 10:18 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_gnocchi master: Clarify supported SUSE versions https://review.opendev.org/660078 | 10:19 |
*** mbuil has quit IRC | 10:20 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_gnocchi master: Test with package installs https://review.opendev.org/660079 | 10:20 |
*** phasespace has quit IRC | 10:26 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_heat master: Clarify supported SUSE versions https://review.opendev.org/660081 | 10:30 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_ironic master: Add integrated coverage https://review.opendev.org/660083 | 10:33 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts master: Revert "Temporary fix of failing aria2 on centos" https://review.opendev.org/657292 | 10:37 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/rocky: Revert "Temporary fix of failing aria2 on centos" https://review.opendev.org/659981 | 10:37 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_keystone master: Clarify supported SUSE versions https://review.opendev.org/660084 | 10:38 |
openstackgerrit | Merged openstack/openstack-ansible-lxc_hosts stable/stein: Revert "Temporary fix of failing aria2 on centos" https://review.opendev.org/659980 | 10:38 |
*** flaper87 has quit IRC | 10:42 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_magnum master: Clarify supported SUSE versions https://review.opendev.org/660085 | 10:43 |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-os_magnum master: Add distro install jobs https://review.opendev.org/660086 | 10:45 |
*** cshen has quit IRC | 10:52 | |
*** mhayden has joined #openstack-ansible | 11:00 | |
*** mhayden has quit IRC | 11:00 | |
*** flaper87 has joined #openstack-ansible | 11:00 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-openstack_hosts master: Add apt-utils everywhere https://review.opendev.org/660091 | 11:01 |
evrardjp | cores, could you give me your opinion on ^ ? I don't like it, but I don't have a great solution either. | 11:02 |
openstackgerrit | Merged openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/659965 | 11:03 |
*** yolanda_ has quit IRC | 11:04 | |
*** DanyC has left #openstack-ansible | 11:04 | |
*** yolanda_ has joined #openstack-ansible | 11:08 | |
noonedeadpunk | evrardjp: and why you don't like it? I don't feel like apt-utils is smth evil... | 11:09 |
*** cshen has joined #openstack-ansible | 11:09 | |
evrardjp | because it would be installed everywhere, and it's not needed _per se_ everywhere, it's only needed should we have those debconf things | 11:10 |
evrardjp | so, pike and queens is broken | 11:10 |
*** jamesdenton has joined #openstack-ansible | 11:11 | |
noonedeadpunk | but we won't actually know when debconf appear in some another package | 11:11 |
evrardjp | correct | 11:12 |
evrardjp | which is why I did this patch | 11:12 |
evrardjp | but generally if debconf appears, things will break anyway | 11:12 |
evrardjp | because ansible will most likely ignore its output | 11:13 |
evrardjp | but at least there would be no complaint that apt-utils is not there :p | 11:13 |
noonedeadpunk | yeah, that's another side of the medal... | 11:13 |
*** cshen has quit IRC | 11:15 | |
*** udesale has quit IRC | 11:16 | |
*** aedc has quit IRC | 11:24 | |
PTO | I did an upgrade from pike to queens last week. It was straight forward, except the step with cleanup-nova.yml. It failed and I cant rerun it. Any suggestions? | 11:27 |
*** aedc has joined #openstack-ansible | 11:33 | |
nowster | "No package matching 'python-httplib2' found available, installed or updated" in openstack-ansible-functional-tempestconf-centos-7 :-( | 11:34 |
nowster | Something broken in the Centos tests? | 11:34 |
chandankumar | nowster: is it getting hitted in all jobs or specific one? | 11:35 |
*** cshen has joined #openstack-ansible | 11:35 | |
chandankumar | nowster: I have seen in python-tempestconf job rechecked it, let's see how it goes | 11:36 |
chandankumar | *all centos jobs | 11:36 |
*** kplant has joined #openstack-ansible | 11:38 | |
nowster | Looks like most. | 11:39 |
nowster | eg. https://review.opendev.org/#/c/654942/ | 11:39 |
nowster | and https://review.opendev.org/#/c/659877/ | 11:40 |
nowster | and https://review.opendev.org/620032, which is what I'm interested in. | 11:40 |
*** cshen has quit IRC | 11:41 | |
*** kopecmartin has joined #openstack-ansible | 11:42 | |
*** kopecmartin is now known as kopecmartin|off | 11:43 | |
*** cshen has joined #openstack-ansible | 11:44 | |
*** mhayden has joined #openstack-ansible | 11:58 | |
openstackgerrit | Jean-Philippe Evrard proposed openstack/openstack-ansible-tests master: Update ansible to 2.7.10 https://review.opendev.org/656501 | 12:02 |
evrardjp | noonedeadpunk jrosser I have revived this ^ for backport purposes | 12:02 |
*** dave-mccowan has joined #openstack-ansible | 12:03 | |
jrosser | evrardjp: sure I think that should merge easily, there’s also a second one to the integrated repo which was abandoned, might want that too? | 12:19 |
*** joshualyle has joined #openstack-ansible | 12:20 | |
evrardjp | probably wise | 12:21 |
*** joshualyle has quit IRC | 12:21 | |
evrardjp | due to 2.7.8 being a security issue | 12:21 |
*** ianychoi has quit IRC | 12:28 | |
*** ianychoi has joined #openstack-ansible | 12:29 | |
*** admin0 has left #openstack-ansible | 12:37 | |
*** admin0 has joined #openstack-ansible | 12:37 | |
*** luksky has quit IRC | 12:42 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Update ansible to 2.7.10 https://review.opendev.org/656499 | 12:44 |
CeeMac | jrosser: evrardjp either of you happen to know if the 'service' project and user IDs are sucked into a variable during deployment at all? | 12:44 |
CeeMac | trying to work out if I can build image caching config into my initial deployment or if I'll have to a post install config | 12:44 |
CeeMac | *do a | 12:45 |
admin0 | do images to fail to be uploaded in horizon by default but only work via the cli ? | 12:45 |
CeeMac | admin0: i had issues with image upload where i had to set it to 'remote' | 12:45 |
CeeMac | i'm pretty sure there are some CORS settings can be tweaked to get the default upload method to work | 12:46 |
admin0 | CeeMac, where do you set the remote thing ? | 12:46 |
CeeMac | * to get it to work in horizon | 12:46 |
CeeMac | admin0: user_variables | 12:47 |
CeeMac | horizon_images_upload_mode: remote | 12:47 |
admin0 | CeeMac, many thanks | 12:47 |
CeeMac | admin0: no problem | 12:48 |
*** dave-mccowan has quit IRC | 12:48 | |
jrosser | CeeMac: i don't think they are - see here https://github.com/openstack/openstack-ansible-os_keystone/blob/master/tasks/keystone_service_update.yml#L47 | 12:50 |
CeeMac | jrosser: thanks. presumably the service project isn't used in any of the other deployment workflow then | 12:52 |
jrosser | i would guess not - what did you want to do with it? | 12:52 |
*** miloa has quit IRC | 12:53 | |
CeeMac | i was using it as the target for the cinder_internal_tenant_*_id variables for enabling image volume caching | 12:53 |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/rocky: Fix clone list for opendev changes https://review.opendev.org/659929 | 12:54 |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/stein: Use copy-links when collecting logs https://review.opendev.org/659920 | 12:54 |
CeeMac | just trying to work out how much i cant automate as part of the deployment and how much should be post deployment configuration | 12:54 |
jrosser | actually i'm probably talking rubbish here | 12:54 |
jrosser | if i look in horizon at the service project members then all the services have a user there | 12:54 |
CeeMac | indeed they do | 12:55 |
CeeMac | ok, i'm going to go look at one of the roles see if I can unpick it | 12:55 |
CeeMac | when I fail, I'll be back with questions ;) | 12:56 |
jrosser | here is where the user is added https://github.com/openstack/openstack-ansible-os_cinder/blob/master/tasks/cinder_service_setup.yml#L54 | 12:56 |
CeeMac | darn you're fast | 12:57 |
CeeMac | i only just loaded the page | 12:57 |
jrosser | well the pattern is the same across all the roles :) | 12:57 |
CeeMac | hmm | 12:58 |
CeeMac | doesn't seem to use the ids though | 12:58 |
CeeMac | some of these variables are arrays? | 12:59 |
CeeMac | cinder_service_project_name.id or something might be a thing? | 12:59 |
CeeMac | hmm | 12:59 |
CeeMac | maybe not | 12:59 |
jrosser | all of those things will originate from the defaults/main.yml like here https://github.com/openstack/openstack-ansible-os_cinder/blob/master/defaults/main.yml#L131-L148 | 13:00 |
CeeMac | yeah, just found that too | 13:00 |
CeeMac | i'm thinking theres going to be no easy way to do this | 13:01 |
jrosser | some of these things take names or id's | 13:01 |
CeeMac | without scripting a bash module to pull the info | 13:01 |
*** udesale has joined #openstack-ansible | 13:01 | |
jrosser | if there is a piece of config you need that the cinder role doesnt support, then we should fix it | 13:02 |
CeeMac | https://opendev.org/openstack/cinder/src/branch/master/cinder/context.py#L36 <- looks like its requiring an ID | 13:03 |
CeeMac | in my dev env I've used cinder_cinder_conf_overrides retrospectively to hard code the project and user id | 13:03 |
CeeMac | i'm sure i saw a module the other day that was running bash script to pull some data from openstack cli | 13:04 |
CeeMac | could hack that to pull the info I need maybe | 13:04 |
*** Guest84310 has joined #openstack-ansible | 13:05 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstack-ansible-os_neutron stable/stein: Updated from OpenStack Ansible Tests https://review.opendev.org/660113 | 13:05 |
CeeMac | probably not the most graceful way of doing it though | 13:05 |
CeeMac | ? | 13:05 |
jrosser | https://docs.ansible.com/ansible/latest/modules/os_project_module.html | 13:05 |
jrosser | see right at the bottom, it returns the id | 13:05 |
CeeMac | thats tidier | 13:06 |
jrosser | however given that there appears to be no native support for this in the cinder role, feels like something not a lot of people are using - whats your storage backend? | 13:06 |
*** Guest84310 is now known as redrobot | 13:06 | |
CeeMac | iscsi based Zadara | 13:07 |
CeeMac | using the volume driver for zadara | 13:07 |
CeeMac | i wonder if/how other people are implementing image caching | 13:07 |
CeeMac | actually, if I switched to volume backed images i may not need image caching | 13:08 |
* CeeMac ponders | 13:08 | |
CeeMac | on a 50GB image, it was taking upwards of 15-20 minutes to deploy. When I enable image caching it came down to 4-5mins | 13:08 |
CeeMac | thats probably more to do with file backend for glance than anything else though maybe | 13:09 |
CeeMac | as i don't have object storage worked out yet | 13:09 |
CeeMac | while you're here jrosser, are you using availability zones much/at all? | 13:10 |
jrosser | not really | 13:12 |
CeeMac | boo :( | 13:13 |
CeeMac | did you rename the default, or still using nova? | 13:14 |
jrosser | the whole subject is a bit WTF really https://www.mirantis.com/blog/the-first-and-final-word-on-openstack-availability-zones/ | 13:14 |
CeeMac | yeah, i've read that and other articles alot | 13:15 |
CeeMac | i'm stuck in a DR planning circle though | 13:15 |
CeeMac | and AZs would seem at face value to be the appropriate solution | 13:15 |
CeeMac | but also, WTF as you say. | 13:15 |
jrosser | i'd like to be able to offer some sensible anti-affinitty - but on units of stuff larger than a compute node. not really spent too much tim elooking at that though | 13:17 |
CeeMac | i'm looking geographically | 13:18 |
CeeMac | was planning on splitting the DCs into seperate AZs then it would be up to the customer to deploy there VMs/Apps in the appropraite zones to provide HA | 13:19 |
CeeMac | to do that properlly i'd need to have nova and cinder AZs, but then the AZ hints in neutron wouldn't match and could confuse the end users when deploying vms | 13:20 |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible stable/rocky: Remove openSUSE Leap 42.3 jobs https://review.opendev.org/660073 | 13:21 |
dirk | logan-: evrardjp: followup ^^ | 13:21 |
*** jroll has quit IRC | 13:25 | |
*** jroll has joined #openstack-ansible | 13:26 | |
*** sreejithp has joined #openstack-ansible | 13:26 | |
*** luksky has joined #openstack-ansible | 13:27 | |
*** pcaruana has quit IRC | 13:33 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: Update ansible to 2.7.10 https://review.opendev.org/656501 | 13:33 |
*** ansmith has joined #openstack-ansible | 13:38 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_glance stable/stein: Add ability to place glance-image-import.conf https://review.opendev.org/660115 | 13:40 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Clarify supported SUSE versions https://review.opendev.org/660117 | 13:42 |
noonedeadpunk | evrardjp: ^ for your table:) | 13:42 |
jrosser | these are good to go https://review.opendev.org/#/q/topic:deprecated-tests+(status:open+OR+status:merged) | 13:46 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_masakari master: Add integrated coverage https://review.opendev.org/660122 | 13:49 |
noonedeadpunk | +2:) | 13:49 |
*** goldenfri has quit IRC | 14:15 | |
CeeMac | jrosser: br-vlan isn't a dependency for anything anymore more is it? I mean, if I'm not using it for tenant networks and I'm deploying provider networks with OVS, then I don't need to define br-vlan right? nothing will break without it? | 14:15 |
CeeMac | jamesdenton: same question if you happen to be around :) | 14:15 |
jamesdenton | you shouldn't need it | 14:16 |
*** nicolasbock has joined #openstack-ansible | 14:16 | |
jamesdenton | <insert disclaimer here> | 14:16 |
jrosser | If you don’t refer to it anywhere in your neutron config then you should be good | 14:16 |
CeeMac | cool cool | 14:16 |
CeeMac | thanks chaps, I'll let you know if we're all wrong :0 | 14:17 |
CeeMac | * :) | 14:17 |
jamesdenton | :D | 14:17 |
cjloader | mnaser: okay | 14:20 |
cjloader | i'll see if I can | 14:20 |
mnaser | cjloader: awesome thank you | 14:23 |
openstackgerrit | Merged openstack/openstack-ansible-rabbitmq_server master: Remove deprecated use of tests as filters https://review.opendev.org/657160 | 14:24 |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/rocky: Stop deleting-and-creating RabbitMQ account on deploy https://review.opendev.org/656476 | 14:34 |
*** cshen has quit IRC | 14:43 | |
CeeMac | jamesdenton: don't suppose you've done anything with availability zones in neutron (or elsewhere)? | 14:45 |
*** tuxjohnson has joined #openstack-ansible | 14:46 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_server stable/queens: Update percona-release package https://review.opendev.org/660141 | 14:52 |
*** pcaruana has joined #openstack-ansible | 14:53 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Fix clone list for opendev changes https://review.opendev.org/659930 | 14:54 |
logan- | ready for review: https://review.opendev.org/#/q/status:open+(branch:stable/stein+OR+branch:stable/rocky)+owner:logan2211%2540gmail.com+label:Verified:%252B1 | 14:56 |
*** gyee has joined #openstack-ansible | 14:57 | |
CeeMac | mnaser: you guys must use availability zones right? | 15:01 |
openstackgerrit | Merged openstack/openstack-ansible-openstack_hosts master: Add apt-utils everywhere https://review.opendev.org/660091 | 15:01 |
chandankumar | Hello | 15:06 |
CeeMac | o/ | 15:06 |
chandankumar | http://logs.openstack.org/42/654942/8/check/openstack-ansible-functional-tempestconf-centos-7/72d4677/job-output.txt.gz#_2019-05-20_11_54_42_638097 | 15:07 |
chandankumar | Where can I find the centos extra repos are enabled or disabled? | 15:07 |
chandankumar | in the logs | 15:07 |
logan- | chandankumar: does http://logs.openstack.org/42/654942/8/check/openstack-ansible-functional-tempestconf-centos-7/72d4677/logs/etc/host/yum.repos.d/ help? | 15:08 |
logan- | chandankumar: well actually since that task ran in openstack1, not on the host: http://logs.openstack.org/42/654942/8/check/openstack-ansible-functional-tempestconf-centos-7/72d4677/logs/etc/openstack/openstack1/yum.repos.d/ | 15:09 |
openstackgerrit | Merged openstack/openstack-ansible-os_designate master: Clarify supported SUSE versions https://review.opendev.org/660076 | 15:13 |
*** hamzaachi has quit IRC | 15:18 | |
openstackgerrit | Merged openstack/openstack-ansible-os_magnum master: Clarify supported SUSE versions https://review.opendev.org/660085 | 15:21 |
chandankumar | logan-: thanks, do we know in OSA we disable centos extra repos somewhere? | 15:26 |
*** hamzaachi has joined #openstack-ansible | 15:26 | |
chandankumar | after first enabling it then disbling | 15:26 |
*** starborn has quit IRC | 15:27 | |
openstackgerrit | Merged openstack/openstack-ansible-os_ceilometer master: Add distro installs jobs https://review.opendev.org/660064 | 15:27 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Remove deprecated use of tests as filters https://review.opendev.org/657159 | 15:29 |
logan- | chandankumar: not sure on that | 15:31 |
logan- | chandankumar: i think we only enable things like EPEL only for certain packages but I have no idea how that works | 15:35 |
chandankumar | logan-: /me will dig tomorrow on that, then | 15:36 |
logan- | chandankumar: oh, apparently this is how it works: http://logs.openstack.org/42/654942/8/check/openstack-ansible-functional-tempestconf-centos-7/72d4677/logs/etc/openstack/openstack1/yum.repos.d/epel-lxc_hosts.repo.txt.gz | 15:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_blazar master: Add integrated coverage https://review.opendev.org/658402 | 15:36 |
openstackgerrit | Merged openstack/openstack-ansible-os_blazar master: Clarify supported SUSE versions https://review.opendev.org/659023 | 15:36 |
logan- | maybe we need to do something like that for extras | 15:37 |
logan- | https://opendev.org/openstack/openstack-ansible-lxc_hosts/src/branch/master/tasks/lxc_install_yum.yml#L46-L58 is where that happens | 15:38 |
*** fnpanic has quit IRC | 15:44 | |
*** hamzaachi has quit IRC | 15:52 | |
*** mmercer has joined #openstack-ansible | 15:57 | |
openstackgerrit | Merged openstack/openstack-ansible-ceph_client master: Remove deprecated use of tests as filters https://review.opendev.org/657157 | 15:59 |
*** chandankumar is now known as raukadah | 16:01 | |
evrardjp | noonedeadpunk: adding it. You want access rights? | 16:18 |
evrardjp | thanks for helping :) | 16:19 |
noonedeadpunk | evrardjp: not sure:) | 16:21 |
openstackgerrit | Merged openstack/openstack-ansible master: Remove deprecated use of tests as filters https://review.opendev.org/657156 | 16:21 |
evrardjp | haha | 16:22 |
evrardjp | it's great to see green :) | 16:22 |
*** ivve has joined #openstack-ansible | 16:24 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Remove opensuse 42.3 LXC jobs https://review.opendev.org/660164 | 16:27 |
noonedeadpunk | can't agree more) | 16:27 |
evrardjp | logan-: woot, I think this was in line with dirk's patches | 16:30 |
*** Darcidride has joined #openstack-ansible | 16:30 | |
logan- | evrardjp: don't woot yet, queens is a disaster atm | 16:30 |
logan- | :( | 16:30 |
evrardjp | I know | 16:30 |
logan- | about to push a stack that hopefully works | 16:30 |
evrardjp | did you change tests? | 16:30 |
logan- | thats the incoming stack | 16:31 |
evrardjp | I think I have probably same stack | 16:31 |
evrardjp | I just had to temporarily stop that for meetings | 16:31 |
evrardjp | ok, I will be able to review that quick then :) | 16:31 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Fix clone list for opendev changes https://review.opendev.org/659930 | 16:31 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Restore CentOS voting job https://review.opendev.org/660166 | 16:31 |
evrardjp | how deep did you go? | 16:31 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Restore CentOS voting job https://review.opendev.org/660166 | 16:32 |
evrardjp | yup that's what I have | 16:32 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_server stable/queens: Update percona-release package https://review.opendev.org/660141 | 16:32 |
logan- | hopefully it works | 16:32 |
evrardjp | wow thanks for digging into galera too | 16:33 |
evrardjp | logan-: no need to patch ocata for opendev :p | 16:34 |
evrardjp | it should die in a fire | 16:34 |
logan- | shrug, figured id see if it passes | 16:34 |
evrardjp | pike is the new "extended maintenance" | 16:34 |
evrardjp | I said in a meeting that was borked, and nobody really fixed it. I want to EOL this | 16:35 |
* logan- still maintains green ocata gates downstream :( | 16:35 | |
evrardjp | oh really? | 16:35 |
logan- | not for long | 16:35 |
evrardjp | haha | 16:36 |
evrardjp | ok | 16:36 |
evrardjp | shouldn't https://review.opendev.org/#/c/660164/1 be based on the fix clone list? | 16:36 |
evrardjp | for queens | 16:36 |
logan- | the clone list won't pass without it | 16:36 |
logan- | so we might need to combine the two actually | 16:36 |
evrardjp | yeah | 16:36 |
evrardjp | because the other won't either? :p | 16:36 |
logan- | i think you're right. going to let it run for a minute though because it should fail fast if its going to die | 16:37 |
logan- | http://zuul.openstack.org/stream/628b5e141ce04f23a09c54cedf4f03be?logfile=console.log already in tox | 16:37 |
evrardjp | clone clone clone! | 16:38 |
evrardjp | not sure if it will run faster if I motivate it | 16:38 |
logan- | haha | 16:38 |
logan- | while we wait can I interest you with a stack of rocky & stein patches: https://review.opendev.org/#/q/status:open+(branch:stable/stein+OR+branch:stable/rocky)+owner:logan2211%2540gmail.com+label:Verified:%252B1 | 16:39 |
*** udesale has quit IRC | 16:40 | |
evrardjp | sure ! | 16:40 |
logan- | ok it died. combining those patches on queens | 16:42 |
evrardjp | logan-: sorry I am one handed, could you help me with something? | 16:42 |
logan- | yes | 16:42 |
evrardjp | https://review.opendev.org/#/c/659713/ -- are the shas ok for branches above? | 16:42 |
evrardjp | should we bump them too and backport instead? | 16:43 |
logan- | which shas | 16:44 |
logan- | there are no relevant updates to other roles needed afaik | 16:44 |
logan- | only the etcd3 support is needed (the old sha deploys etcd2) | 16:45 |
evrardjp | no I mean, the upper brqnches can deploy etcd3? | 16:46 |
logan- | yep | 16:46 |
evrardjp | because their shas are enough up to date? | 16:46 |
evrardjp | cool | 16:46 |
logan- | right | 16:46 |
evrardjp | higher than this one? | 16:46 |
logan- | i get your question now -- yep stein and master are etcd3 already | 16:46 |
evrardjp | cool | 16:47 |
logan- | higher or same (double checking which) | 16:47 |
logan- | yea stein uses the same sha | 16:48 |
logan- | which is currently head of master | 16:48 |
logan- | and the latest tag | 16:48 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Fix clone list for opendev changes https://review.opendev.org/659930 | 16:52 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Restore CentOS voting job https://review.opendev.org/660166 | 16:52 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance stable/stein: Add ability to place glance-image-import.conf https://review.opendev.org/660115 | 17:00 |
*** luksky has quit IRC | 17:06 | |
openstackgerrit | Nicolas Bock proposed openstack/openstack-ansible-os_ironic master: Add variables for openSUSE https://review.opendev.org/660179 | 17:10 |
openstackgerrit | Nicolas Bock proposed openstack/openstack-ansible-os_ironic master: Add integrated coverage https://review.opendev.org/660083 | 17:12 |
dirk | logan-, evrardjp: is opensuse really the only distribution with lxc 3.1? | 17:14 |
logan- | i think so. looks like bionic has 3.0 | 17:16 |
openstackgerrit | Merged openstack/openstack-ansible master: Update ansible to 2.7.10 https://review.opendev.org/656499 | 17:23 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_panko master: Clarify supported OS versions https://review.opendev.org/660181 | 17:27 |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/openstack-ansible-os_panko master: Use the dynamic aio scenario https://review.opendev.org/660182 | 17:30 |
jamesdenton | CeeMac You get your AZ question answered? I haven't really done anything with Neutron AZs, other than a demo | 17:31 |
dirk | logan-: hmm, pretty bad I guess, but now it's too late, downgrade is not working | 17:33 |
dirk | Well, I guess going forward leap is not going to be working due to the networkd removal | 17:34 |
logan- | heh, i didn't know suse is also ditching networkd | 17:35 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_server stable/queens: Update percona-release package https://review.opendev.org/660141 | 17:37 |
openstackgerrit | Merged openstack/openstack-ansible-os_masakari master: Clarify supported SUSE versions https://review.opendev.org/660117 | 17:44 |
*** Weifan has joined #openstack-ansible | 17:49 | |
CeeMac | jamesdenton: no sadly. Guess I'll be corner casing on this one too. I'm going to take a punt and see how it goes. | 17:50 |
jamesdenton | what's your goal, if you don't mind me asking | 17:50 |
*** markvoelker has joined #openstack-ansible | 17:58 | |
CeeMac | Don't mind at all. We have DCs in 2 geographic locations connected via 10Gb wavelength. I wanted operate the second as an active/DR site and rather than going down the region route in the first instance (due to cost/equipment limitations) thought it would be good to split the compute and storage in AZs to provide the customers with the capability to deploy in a HA capable way. | 18:03 |
CeeMac | Initially the networking will stay in DC1 (unless I run the NN collapsed on the compute too). So trying to unlock the AZ interdependence where it exists. | 18:04 |
CeeMac | -unlock, +unpick | 18:05 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/stein: Fix calico service unit user/group https://review.opendev.org/659710 | 18:15 |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/rocky: Avoid looping systemd_service role include https://review.opendev.org/659941 | 18:15 |
openstackgerrit | Merged openstack/openstack-ansible-os_tempest stable/stein: Do not ping router when public net is local https://review.opendev.org/659707 | 18:19 |
*** Weifan has quit IRC | 18:21 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Fix clone list for opendev changes https://review.opendev.org/659930 | 18:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-tests stable/queens: Restore CentOS voting job https://review.opendev.org/660166 | 18:25 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_server stable/queens: Update percona-release package https://review.opendev.org/660141 | 18:26 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_server stable/queens: Update percona-release package https://review.opendev.org/660141 | 18:40 |
openstackgerrit | Nicolas Bock proposed openstack/openstack-ansible stable/rocky: SUSE: Add support for openSUSE Leap 15 https://review.opendev.org/660194 | 18:40 |
CeeMac | jamesdenton: sorry should have tagged you in my reply ^ | 18:59 |
openstackgerrit | Merged openstack/openstack-ansible stable/stein: Use copy-links when collecting logs https://review.opendev.org/659921 | 19:01 |
openstackgerrit | Logan V proposed openstack/openstack-ansible-galera_server stable/queens: Update percona-release package https://review.opendev.org/660141 | 19:02 |
openstackgerrit | Merged openstack/openstack-ansible stable/stein: Collect openstack_deploy in gate log collection script https://review.opendev.org/659938 | 19:16 |
kplant | exit | 19:17 |
kplant | derp | 19:17 |
*** kplant has quit IRC | 19:17 | |
*** markvoelker has quit IRC | 19:41 | |
openstackgerrit | Merged openstack/openstack-ansible-os_gnocchi master: Test with package installs https://review.opendev.org/660079 | 19:45 |
*** dmsimard5 has joined #openstack-ansible | 19:50 | |
*** dmsimard has quit IRC | 19:51 | |
*** Darcidride has quit IRC | 20:04 | |
*** Darcidride has joined #openstack-ansible | 20:05 | |
logan- | ok this stack is ready for reviews, unblocks the queens gates: https://review.opendev.org/#/q/branch:stable/queens+owner:self+status:open+(topic:osa/opendev+OR+topic:percona-release) | 20:07 |
logan- | corrected link: https://review.opendev.org/#/q/branch:stable/queens+owner:logan2211%2540gmail.com+status:open+(topic:osa/opendev+OR+topic:percona-release) | 20:07 |
*** PTO has quit IRC | 20:08 | |
openstackgerrit | Merged openstack/openstack-ansible stable/stein: Add Calico networking AIO scenario https://review.opendev.org/659709 | 20:23 |
*** aedc has quit IRC | 20:26 | |
openstackgerrit | Nicolas Bock proposed openstack/openstack-ansible-os_ironic master: Add variables for openSUSE https://review.opendev.org/660179 | 20:28 |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible-galera_server master: Update package list for openSUSE Leap 15.0 https://review.opendev.org/660204 | 20:37 |
*** luksky has joined #openstack-ansible | 20:42 | |
openstackgerrit | Guilherme Steinmuller Pimentel proposed openstack/openstack-ansible-os_monasca master: Retire openstack-ansible-os_monasca https://review.opendev.org/653630 | 20:43 |
openstackgerrit | Guilherme Steinmuller Pimentel proposed openstack/openstack-ansible-os_monasca-agent master: Retire openstack-ansible-os_monasca-agent https://review.opendev.org/653631 | 20:46 |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible-os_neutron master: Testing neutron jobs https://review.opendev.org/528692 | 20:47 |
*** radeks_ has quit IRC | 20:48 | |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible-tests master: Rename opensuse functional jobs to opensuse-15 https://review.opendev.org/660207 | 20:55 |
openstackgerrit | Dirk Mueller proposed openstack/openstack-ansible-galera_server master: Switch to openSUSE Leap 15 for functional testing https://review.opendev.org/660208 | 20:58 |
jrosser | logan-: i think this is blocked on the abandoned patch it was submitted with https://review.opendev.org/#/c/659713/3 | 21:05 |
logan- | ah yes | 21:05 |
logan- | thanks | 21:05 |
openstackgerrit | Logan V proposed openstack/openstack-ansible stable/rocky: Bump etcd role to v3 capable SHA https://review.opendev.org/659713 | 21:08 |
openstackgerrit | Logan V proposed openstack/openstack-ansible stable/rocky: Use opendev links https://review.opendev.org/659933 | 21:08 |
openstackgerrit | Logan V proposed openstack/openstack-ansible stable/rocky: Add Calico networking AIO scenario https://review.opendev.org/659712 | 21:08 |
logan- | rebased ^ | 21:08 |
logan- | https://review.opendev.org/#/c/659933/ will need a fresh round of reviews due to the rebase | 21:12 |
jrosser | logan-: doesnt run-tests.sh normally get updated via openstack-ansible-tests and the proposal bot? | 21:21 |
logan- | yep | 21:24 |
logan- | however the depends-on in the galera patch doesn't work without thte updated run-tests | 21:24 |
logan- | and i wanted to see that the whole stack works before merging part of it ;) | 21:24 |
jrosser | ah, ok, no worries | 21:24 |
logan- | we'll see a patchstorm after the -tests one merges tho | 21:25 |
logan- | er i mean tests-role-clone or whatever | 21:28 |
*** sreejithp has quit IRC | 21:34 | |
*** sreejithp has joined #openstack-ansible | 21:35 | |
*** pcaruana has quit IRC | 21:40 | |
*** sreejithp has quit IRC | 21:43 | |
*** Darcidride has quit IRC | 21:47 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible stable/queens: Add Calico networking AIO scenario https://review.opendev.org/659869 | 21:49 |
openstackgerrit | Logan V proposed openstack/openstack-ansible stable/queens: Zuul: Simplify the integrated test playbooks https://review.opendev.org/660224 | 21:49 |
*** ChosSimbaOne has quit IRC | 22:04 | |
*** ChosSimbaOne has joined #openstack-ansible | 22:04 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_neutron stable/queens: Update Calico Felix to v3 https://review.opendev.org/616407 | 22:07 |
*** tosky has quit IRC | 22:15 | |
mnaser | CeeMac: regions but not availability zones is what we use | 22:28 |
CeeMac | mnaser: ah, ok. Makes sense I guess. | 22:29 |
*** dmsimard5 is now known as dmsimard | 22:44 | |
openstackgerrit | Logan V proposed openstack/openstack-ansible-os_neutron stable/queens: Update Calico Felix to v3 https://review.opendev.org/616407 | 22:47 |
*** joshualyle has joined #openstack-ansible | 22:54 | |
*** joshualyle has quit IRC | 22:54 | |
*** luksky has quit IRC | 22:55 | |
*** sreejithp has joined #openstack-ansible | 23:07 | |
*** sreejithp has quit IRC | 23:09 | |
snadge | someone was saying about a no proxy variable or something earlier but its gone out of my scrollback.. im having trouble deploying an AIO stack in a vm that doesn't have direct internet access (only via proxy) | 23:21 |
mcarden | snadge: it was yesterday afternoon: "<jrosser> snadge: so long as you have appropriate no_proxy, you’ll be ok on an AIO" | 23:32 |
snadge | im trying to find documentation for no_proxy | 23:34 |
mcarden | Dunno about the doc, but grepping for no_proxy mostly hits etc/openstack_deploy/user_variables.yml | 23:35 |
openstackgerrit | Nicolas Bock proposed openstack/openstack-ansible-os_octavia master: Use the admin endpoint for OpenStack API calls https://review.opendev.org/659862 | 23:35 |
mcarden | Oh, and maybe: /doc/source/user/limited-connectivity/index.rst | 23:36 |
snadge | i'll check it out.. thanks | 23:38 |
snadge | is it better to use LVM or not with an AIO install.. i mean.. i guess it doesn't really matter since its just a test bed.. but does it make a diference? .. its in a vm, so Im thinking of just using the snapshotting function of the hypervisor anyway, to snapshot a clean state before deploying everything | 23:49 |
*** gyee has quit IRC | 23:51 | |
snadge | i guess from the documentation "50GB free disk space on the root partition" .. answers that question | 23:51 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!