*** vnogin has joined #openstack-ansible | 00:00 | |
*** tosky has quit IRC | 00:00 | |
cloudnull | osnaya: you can get that from the manage clients or from within the deployed venvs | 00:05 |
---|---|---|
*** vnogin has quit IRC | 00:05 | |
cloudnull | DimGR: how things been ? | 00:05 |
DimGR | openstack/venvs | 00:05 |
DimGR | cloudnull everything is ok | 00:05 |
cloudnull | osnaya: if you want the EXACT build of all of the components the absolute requirements file in the repo server has a complete list of everything | 00:06 |
cloudnull | the file location is "os-releases/17.0.3/ubuntu-16.04-x86_64/requirements_absolute_requirements.txt" | 00:08 |
cloudnull | or something similar based on the version of things you have deployed | 00:08 |
cloudnull | DimGR: doing anything new and exciting ? | 00:08 |
DimGR | deploying rook.io on latest kubernetes | 00:09 |
cloudnull | cool! hows that going? | 00:10 |
DimGR | i prefer ceph hah | 00:10 |
DimGR | anything related to kube is full of bugs | 00:10 |
cloudnull | that's a bummer, but its still young. | 00:11 |
DimGR | auvious.com is fully operation prod ready and stable on kube | 00:12 |
DimGR | operational | 00:12 |
cloudnull | very cool! | 00:13 |
cloudnull | still doing openstack-y things or has it all been moved over to kube? | 00:13 |
DimGR | both | 00:13 |
cloudnull | nice! | 00:14 |
DimGR | if it was completely up to me it woul be only openstack - magnum - kube | 00:14 |
DimGR | kube on baremetal is buggy | 00:14 |
DimGR | on openstack everything was working | 00:14 |
*** throwsb1 has quit IRC | 00:16 | |
cloudnull | fghaas would love to hear that :) | 00:16 |
cloudnull | Ive had pretty good luck with magnum so far. | 00:16 |
cloudnull | though ive not used it for prod things as of yet | 00:16 |
DimGR | me too , especially with cinder and networking | 00:16 |
cloudnull | just testing things out | 00:16 |
cloudnull | yea, same here. openstack storage and networking are a pretty well solved problem | 00:17 |
*** toddnni has quit IRC | 00:19 | |
*** toddnni has joined #openstack-ansible | 00:22 | |
*** Rhys has quit IRC | 00:25 | |
*** Rhvs has joined #openstack-ansible | 00:25 | |
*** dxiri has quit IRC | 00:30 | |
*** dxiri_ has joined #openstack-ansible | 00:32 | |
osnaya | @cloudnull I am looking from OPs perspective and specially for debugging purpose, so prefer to get it from deployed instance... so in case anything is updated on deployment, will be captured accurately | 00:36 |
*** osnaya has quit IRC | 00:36 | |
*** osnaya has joined #openstack-ansible | 00:37 | |
osnaya | @cloudnull I am looking from OPs perspective and specially for debugging purpose, so prefer to get it from deployed instance... so in case anything is updated on deployment, will be captured accurately | 00:37 |
*** dxiri_ has quit IRC | 00:44 | |
*** osnaya has quit IRC | 01:17 | |
*** bhujay has joined #openstack-ansible | 01:27 | |
*** spsurya has joined #openstack-ansible | 01:43 | |
*** dave-mccowan has joined #openstack-ansible | 02:11 | |
*** nicolasbock has quit IRC | 02:25 | |
*** armaan has joined #openstack-ansible | 02:34 | |
cloudnull | mnaser: Congratulations on being elected to the TC! | 02:35 |
mnaser | cloudnull: thank you :) | 02:36 |
mnaser | in other news i have a super awesome (but apologies in advance for being big) patch for full monitoring suite using sensu for osa :> | 02:36 |
cloudnull | nice! | 02:36 |
mnaser | including integration checks for services | 02:36 |
cloudnull | that's sweet | 02:37 |
mnaser | i.e.: check for no secrets, create a secret, read it, delete it every 5 minutes for example | 02:37 |
mnaser | and building it under the -ops repo | 02:37 |
cloudnull | awesome. the ops repo is coming a long nicely . odyssey4me had an idea the other day about making user stories for the things in the ops repo, which I think would be excellent. | 02:39 |
cloudnull | getting the word out for some of the innovations being done there i think would be helpful for folks. | 02:40 |
cloudnull | mnaser: is your sensu things using Uchiwa ? | 02:41 |
mnaser | cloudnull: yeah | 02:41 |
cloudnull | nice! | 02:41 |
mnaser | and it deploys redis for you too | 02:41 |
mnaser | in ha too with sentinel | 02:41 |
cloudnull | is sensu still tied to rabbit? | 02:41 |
mnaser | it is but i configured it to use redis as the transport | 02:41 |
mnaser | (it can do that) | 02:41 |
cloudnull | ah cool | 02:41 |
* cloudnull TIL | 02:42 | |
mnaser | imho way better on throughput and one less thing to go through rabbitmq | 02:42 |
cloudnull | ++ | 02:42 |
mnaser | i have seen it do bad things with a lot of clients bc it pushes a keepalive every 20s which adds up | 02:42 |
cloudnull | I've never used redis w/ sensu but I've done battle with rabbit, so i'd agree :) | 02:42 |
mnaser | glad we can bond over rabbitmq pains | 02:43 |
mnaser | :< | 02:43 |
cloudnull | hahaha | 02:43 |
cloudnull | let me know when you have your pr up, I'd be happy to review it. | 02:44 |
mnaser | cloudnull: will do, im trying to cover most of the bases, also it might need some work to adapt to ubuntu as im building on centos | 02:45 |
mnaser | but its very little work | 02:45 |
cloudnull | sweet! | 02:46 |
mnaser | the only problem is it'll be a big o'l patch as it's hard to split it into smaller pieces | 02:46 |
mnaser | because the individual pieces are kinda useless | 02:46 |
cloudnull | a lot of the things in the ops repo are a bit biased and not quite supportive of all distros so thats no big deal. its something we can iterate on | 02:46 |
*** mwarad has quit IRC | 02:47 | |
cloudnull | I know what you mean , https://review.openstack.org/#/c/564530/ , I adapted the pxelinux provisioning things we had in the mnaio into something that's stand alone (currently using this it in my test lab) but its a big ugly patch | 02:47 |
mnaser | ouch | 02:48 |
cloudnull | all of which is useless without the sum of all it's parts. | 02:48 |
mnaser | gr is paste.o.o acting up again | 02:48 |
mnaser | is it responding to you? | 02:48 |
cloudnull | nope. | 02:49 |
cloudnull | its dead jim | 02:49 |
mnaser | ok ill ping infra | 02:49 |
cloudnull | curl is hanging | 02:49 |
cloudnull | so something is super unhappy | 02:49 |
mnaser | cloudnull: https://privatebin.net/?55f49d9669855fc9#VJy9sl0s1tk5kioLlOjLAVZZc+AfJC3YsQ7C3kKa4gE= | 02:49 |
mnaser | an example of an 'integration' check | 02:50 |
cloudnull | ok, its back | 02:50 |
mnaser | also i make sure to hit the individual service on the host rather than the lb endpoint too to make sure to catch failures | 02:50 |
mnaser | so running that would give you -- CheckBarbicanIntegration OK: Created ZRNUezSf1R with mu6gsxZxgX payload | 02:50 |
cloudnull | nice! | 02:50 |
* cloudnull gotta run, going to see avengers. | 02:51 | |
mnaser | later, have fun! | 02:51 |
cloudnull | thanks! congrats again ! | 02:51 |
cloudnull | that's big, being elected to the TC. | 02:51 |
cloudnull | have a great night. | 02:52 |
*** hamzy has quit IRC | 02:54 | |
*** hamzy has joined #openstack-ansible | 02:54 | |
*** vnogin has joined #openstack-ansible | 03:00 | |
*** Rhvs is now known as Rhys | 03:03 | |
*** Rhys is now known as Guest29196 | 03:03 | |
*** vnogin has quit IRC | 03:04 | |
*** mwarad has joined #openstack-ansible | 03:25 | |
*** ianychoi has quit IRC | 03:28 | |
*** mwarad has quit IRC | 03:30 | |
*** ianychoi has joined #openstack-ansible | 03:31 | |
*** lbragstad has joined #openstack-ansible | 03:49 | |
*** dave-mccowan has quit IRC | 04:43 | |
*** radeks has joined #openstack-ansible | 04:45 | |
*** lbragstad has quit IRC | 04:51 | |
*** cjloader has joined #openstack-ansible | 05:04 | |
*** cjloader has quit IRC | 05:09 | |
*** dxiri has joined #openstack-ansible | 05:27 | |
*** sawblade6 has quit IRC | 05:28 | |
*** sawblade6 has joined #openstack-ansible | 05:37 | |
*** sawblade6 has quit IRC | 06:00 | |
*** sawblade6 has joined #openstack-ansible | 06:02 | |
*** cjloader has joined #openstack-ansible | 06:05 | |
*** cjloader has quit IRC | 06:09 | |
openstackgerrit | XiaojueGuan proposed openstack/openstack-ansible-specs master: Trivial: Update pypi url to new url https://review.openstack.org/565436 | 06:10 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Tidy registered variable names in rgw install https://review.openstack.org/565452 | 06:49 |
*** armaan has quit IRC | 06:58 | |
*** cjloader has joined #openstack-ansible | 07:05 | |
*** cjloader has quit IRC | 07:09 | |
*** pmannidi has quit IRC | 07:11 | |
*** radeks has quit IRC | 07:13 | |
*** tomtom001 has quit IRC | 07:31 | |
*** tomtom001 has joined #openstack-ansible | 07:32 | |
*** gkadam has joined #openstack-ansible | 07:45 | |
*** jwitko has quit IRC | 07:48 | |
*** shardy_afk is now known as shardy | 07:57 | |
hwoarang | good morning | 07:58 |
*** rmart04 has joined #openstack-ansible | 07:59 | |
*** DanyC has joined #openstack-ansible | 08:02 | |
hwoarang | odyssey4me: what do you make of this warning http://logs.openstack.org/06/562606/11/check/openstack-ansible-functional-ubuntu-xenial/672b569/job-output.txt.gz#_2018-04-30_23_42_00_816354 | 08:04 |
hwoarang | so we have a fresh virtualenv but it seems it already has a python in it. | 08:04 |
* hwoarang investigates | 08:04 | |
*** cjloader has joined #openstack-ansible | 08:05 | |
*** DanyC has quit IRC | 08:06 | |
*** cjloader has quit IRC | 08:09 | |
*** radeks has joined #openstack-ansible | 08:13 | |
*** DanyC has joined #openstack-ansible | 08:14 | |
*** armaan has joined #openstack-ansible | 08:16 | |
*** rmart04 has quit IRC | 08:20 | |
*** gameon has joined #openstack-ansible | 08:22 | |
evrardjp | good morning. It's a day off for me again today, so don't expect me to be really active | 08:42 |
evrardjp | is there someone that can take over the meeting today? | 08:42 |
evrardjp | congrats mnaser now core! | 08:45 |
evrardjp | hwoarang: do you have something to share on the meetings? I am thinking about the job changes for SUSE | 08:47 |
evrardjp | worth editing on https://wiki.openstack.org/wiki/Meetings/openstack-ansible#Meeting_section_.22What_happened_since_last_meeting.22 | 08:47 |
hwoarang | well i just added an upgrade job for galera. i am back to distro package install now | 08:48 |
*** electrofelix has joined #openstack-ansible | 08:48 | |
*** Taseer has quit IRC | 08:59 | |
*** armaan has quit IRC | 08:59 | |
*** armaan has joined #openstack-ansible | 09:00 | |
*** armaan has quit IRC | 09:04 | |
*** jbadiapa has quit IRC | 09:04 | |
odyssey4me | hwoarang yeah, I've been struggling with the same error with https://review.openstack.org/564778 and it's getting quite frustrating | 09:06 |
odyssey4me | hwoarang evrardjp we need to get back to testing the head of master for the roles before things progress too far: https://review.openstack.org/565250 | 09:08 |
*** jbadiapa has joined #openstack-ansible | 09:17 | |
*** armaan has joined #openstack-ansible | 09:19 | |
openstackgerrit | Merged openstack/openstack-ansible-tests master: zuul: Add openSUSE upgrade jobs https://review.openstack.org/565186 | 09:20 |
*** hamza21 has joined #openstack-ansible | 09:24 | |
*** mma has quit IRC | 09:24 | |
evrardjp[m] | yup we can revert the freeze | 09:29 |
evrardjp[m] | not the full patch | 09:29 |
evrardjp[m] | i will do that today when I am not on the move. | 09:30 |
evrardjp[m] | what issue are you talking about? | 09:30 |
*** radeks has quit IRC | 09:43 | |
*** radeks has joined #openstack-ansible | 09:43 | |
hwoarang | odyssey4me: i am also getting 404 on http://mirror.dfw.rax.openstack.org/pypi/simple/pkg-resources/ | 09:51 |
hwoarang | on that same log | 09:51 |
hwoarang | apart from the virtualenv warning... | 09:51 |
odyssey4me | evrardjp[m] I posted the revert already, all you need to do is vote on that review | 09:51 |
evrardjp[m] | great | 09:51 |
evrardjp[m] | thanks | 09:51 |
evrardjp[m] | will do it now then | 09:52 |
odyssey4me | hwoarang yeah, I suspect we're hitting something relating to different versions of pip/setuptools being used and the changes in pypi | 09:52 |
hwoarang | :/ | 09:53 |
odyssey4me | I'm tied up in some other stuff today, so I can't really dig into it right now. :/ | 09:53 |
evrardjp[m] | which version? queens ? | 09:54 |
evrardjp[m] | because I bumped the pins | 09:54 |
*** radeks has quit IRC | 09:56 | |
odyssey4me | evrardjp[m] the queens bump of those failed, and I think it's setuptools that's broken it - so I think we should leave those alone until we've worked out the issues in master | 10:05 |
odyssey4me | there's work to be done for us to use the new pip/setuptools... I'm not sure exactly what, but it seems that the new versions prefer python3... so we're going to have to make queens use python2 by force all over the place | 10:06 |
evrardjp[m] | sounds good. but wasn't mast bumped too ? | 10:06 |
odyssey4me | and for master we're going to have to figure out what we do | 10:06 |
evrardjp[m] | odyssey4me: i thought of that | 10:06 |
evrardjp[m] | basically go back into all branches | 10:06 |
evrardjp[m] | saying we support only python2 | 10:06 |
odyssey4me | that said, I didn't look too deeply into the failure, so that analysis is speculation right now | 10:06 |
evrardjp[m] | removing all refs to python3 | 10:07 |
evrardjp[m] | except master | 10:07 |
evrardjp[m] | same | 10:07 |
evrardjp[m] | but we have a clear message | 10:07 |
odyssey4me | sure, that's a way to do it too - it might be a good precaution | 10:07 |
evrardjp[m] | which makes it easier to manage | 10:07 |
evrardjp[m] | also easy to remember 6 months from now | 10:07 |
evrardjp[m] | because upstream are doing more efforts NOW | 10:08 |
odyssey4me | it looks like openstack in general is aiming for py3 packages in Stein, so we're going to have to ensure that's in our roadmap | 10:08 |
evrardjp[m] | yup r and s | 10:09 |
evrardjp[m] | r for libs | 10:09 |
evrardjp[m] | s for services | 10:09 |
evrardjp[m] | odyssey4me: 564778 commit title is very cryptic, fyi ;) | 10:11 |
evrardjp[m] | and it couls have been split into a series of patch, if I see the commit message. But I will wait it for it to pass to do an in depth review | 10:12 |
evrardjp[m] | but that's detail, if you want i can do a review rn | 10:14 |
evrardjp[m] | odyssey4me: you have to do bad commits now, else my trust is too high and I have a tendency to give easy +2 s... | 10:21 |
evrardjp[m] | :p | 10:22 |
evrardjp[m] | don't want to end up with 90% positive votes, right?! | 10:22 |
odyssey4me | evrardjp[m] that's a WIP patch until it passes | 10:22 |
odyssey4me | and it's not worth breaking up anyway, because that role is not used yet | 10:23 |
evrardjp[m] | yup | 10:23 |
evrardjp[m] | i guessed | 10:23 |
*** radeks has joined #openstack-ansible | 10:47 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cloudkitty master: Delegate database tasks to galera_server https://review.openstack.org/564477 | 10:47 |
openstackgerrit | Merged openstack/openstack-ansible-os_cloudkitty master: Only replace python when re-initializing the venv https://review.openstack.org/562165 | 10:47 |
*** nicolasbock has joined #openstack-ansible | 10:48 | |
*** rmart04 has joined #openstack-ansible | 10:48 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty stable/queens: Delegate database tasks to galera_server https://review.openstack.org/565476 | 10:52 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty stable/queens: Delegate database tasks to galera_server https://review.openstack.org/565476 | 10:52 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty stable/queens: Only replace python when re-initializing the venv https://review.openstack.org/565477 | 10:53 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty stable/queens: Only replace python when re-initializing the venv https://review.openstack.org/565477 | 10:53 |
openstackgerrit | Merged openstack/openstack-ansible-os_ironic master: Updated from OpenStack Ansible Tests https://review.openstack.org/565116 | 10:55 |
*** nicolasbock has quit IRC | 11:09 | |
openstackgerrit | Merged openstack/openstack-ansible master: Revert role freeze and update openstack_release for Rocky m2 https://review.openstack.org/565250 | 11:20 |
*** nicolasbock has joined #openstack-ansible | 11:22 | |
*** jbadiapa has quit IRC | 11:26 | |
*** mma has joined #openstack-ansible | 11:33 | |
*** radeks has quit IRC | 11:38 | |
*** ansmith has quit IRC | 11:44 | |
*** armaan has quit IRC | 11:56 | |
*** armaan has joined #openstack-ansible | 11:56 | |
*** armaan has quit IRC | 11:57 | |
*** armaan has joined #openstack-ansible | 11:57 | |
*** armaan has quit IRC | 12:06 | |
*** dave-mccowan has joined #openstack-ansible | 12:08 | |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Updated from OpenStack Ansible Tests https://review.openstack.org/565123 | 12:11 |
*** tosky has joined #openstack-ansible | 12:13 | |
*** _moep_ has quit IRC | 12:27 | |
*** _moep_ has joined #openstack-ansible | 12:27 | |
mnaser | odyssey4me: don't want to be a pain bc this is a backport only but it seems that the job works fine under stable/queens .. https://review.openstack.org/#/c/565168/ | 12:32 |
*** tomtom001 has quit IRC | 12:32 | |
mnaser | can we drop the part that switches the job to nv? | 12:32 |
*** tomtom001 has joined #openstack-ansible | 12:32 | |
odyssey4me | mnaser the reason for the switch to nv was because the master job broke, the -nv is removed in a later patch... and I now see that part's missing | 12:34 |
odyssey4me | hmm | 12:34 |
odyssey4me | yeah, sure can do that given it appears to be working | 12:34 |
mnaser | i'm looking at the cinder backport and why tempest is borked | 12:35 |
mnaser | i assume we deploy tempest master and i'm going to guess the api changed so running cinder @ pike with tempest master | 12:36 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty stable/queens: Do not log passwords https://review.openstack.org/565168 | 12:36 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty stable/queens: Delegate database tasks to galera_server https://review.openstack.org/565476 | 12:36 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible-os_cloudkitty stable/queens: Only replace python when re-initializing the venv https://review.openstack.org/565477 | 12:37 |
odyssey4me | mnaser we do not deploy tempest master any more - we deploy the latest *released* version which is pinned in upper-constraints | 12:37 |
odyssey4me | we changed that recently to try to simplify our lives a bit | 12:38 |
mnaser | odyssey4me: i see, so according to that we should be deploying tempest 17.0.0 + cinder | 12:38 |
mnaser | yet we're hitting: AttributeError: type object 'CinderUnicodeTest' has no attribute 'addClassResourceCleanup' | 12:38 |
nicolasbock | Hi, I would like to bootstrap AIO on system boot via a systemd service. The systemd service essentially just calls a shell script which goes along the instructions in the quick start guide. | 12:40 |
nicolasbock | Unfortunately, the script fails early on in bootstrap-aio.sh | 12:41 |
nicolasbock | When I run the same shell script directly it works | 12:41 |
nicolasbock | How is running a shell script via systemd different than running that shell script directly? | 12:42 |
*** hamza21 has quit IRC | 12:43 | |
*** hamza21 has joined #openstack-ansible | 12:43 | |
nicolasbock | One visible difference is that ansible prints out 'Invoked with ...' when running under systemd but doesn't do that when running directly | 12:44 |
Tahvok | nicolasbock: I would guess you have some $PATH issues | 12:50 |
* nicolasbock checking the logs | 12:50 | |
*** ansmith has joined #openstack-ansible | 12:59 | |
*** tinwood has quit IRC | 13:04 | |
*** tinwood has joined #openstack-ansible | 13:04 | |
*** armaan has joined #openstack-ansible | 13:07 | |
*** ianychoi has quit IRC | 13:09 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/openstack-ansible stable/queens: Update all SHAs for 17.0.4 https://review.openstack.org/565029 | 13:09 |
*** ianychoi has joined #openstack-ansible | 13:10 | |
*** armaan has quit IRC | 13:10 | |
*** armaan_ has joined #openstack-ansible | 13:10 | |
*** esberglu has joined #openstack-ansible | 13:16 | |
mnaser | evrardjp: i added a comment to you update / initial evrardjp patch.. not sure if i'm misunderstanding something | 13:23 |
odyssey4me | mnaser yeah, although I don't think we want to hold back the SHA bumps on that given that we release in two weeks again... so for now we should work on figuring out the problem in master and porting patches required back to queens... then we can try again to update pip in the next sha bump | 13:24 |
mnaser | odyssey4me: oh yeah i agree abotu the pip but i left a comment re: the roles not being bumped | 13:25 |
mnaser | oh | 13:25 |
mnaser | darn | 13:25 |
mnaser | i didnt post that | 13:25 |
mnaser | so os_tempest isn't tip of stable/queens (that was one i checked) | 13:25 |
odyssey4me | the roles actually are bumped, but we bumped them just before release | 13:25 |
odyssey4me | the role for queens was bumped in a patch that merged recently: https://review.openstack.org/565266 | 13:26 |
mnaser | ok i see | 13:27 |
mnaser | odyssey4me: sorry, slowly learning | 13:27 |
odyssey4me | mnaser no worries - we're always learning :) | 13:32 |
*** lbragstad has joined #openstack-ansible | 13:32 | |
*** openstackgerrit has quit IRC | 13:34 | |
*** throwsb1 has joined #openstack-ansible | 13:45 | |
*** hamza21 has quit IRC | 13:46 | |
*** cmart has joined #openstack-ansible | 13:47 | |
*** tosky has quit IRC | 13:51 | |
*** gameon has quit IRC | 13:53 | |
*** openstackgerrit has joined #openstack-ansible | 13:55 | |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/pike: Remove zuul v2 shim https://review.openstack.org/565167 | 13:55 |
openstackgerrit | Merged openstack/openstack-ansible-tests stable/queens: Remove zuul v2 shim https://review.openstack.org/565166 | 13:55 |
*** goldenfri has joined #openstack-ansible | 14:04 | |
*** jbadiapa has joined #openstack-ansible | 14:13 | |
*** armaan_ has quit IRC | 14:13 | |
*** armaan has joined #openstack-ansible | 14:14 | |
*** kstev has joined #openstack-ansible | 14:17 | |
*** jwitko has joined #openstack-ansible | 14:17 | |
evrardjp[m] | if you have missed it, i won't be able to lead the meeting today. | 14:23 |
spotz | congrats mnaser! | 14:26 |
mnaser | spotz: thank you :D | 14:28 |
openstackgerrit | Merged openstack/openstack-ansible stable/ocata: bootstrap-host: Set repo build pip default mirror when in openstack-ci https://review.openstack.org/563566 | 14:30 |
mnaser | is anyone else volunteering to run the meeting for today or will we have to cancel :x | 14:32 |
*** armaan has quit IRC | 14:33 | |
evrardjp[m] | i don't know | 14:35 |
*** gkadam has quit IRC | 14:43 | |
cloudnull | mornings | 14:52 |
openstackgerrit | Merged openstack/openstack-ansible stable/queens: Add missing static argument value https://review.openstack.org/565163 | 15:00 |
*** jbadiapa has quit IRC | 15:04 | |
*** rmart04 has quit IRC | 15:05 | |
*** DanyC has quit IRC | 15:05 | |
cloudnull | anyone around want to give https://review.openstack.org/#/c/564530/ a bash ? | 15:09 |
mgariepy | sure, pxe stuff exactly when i need haha | 15:10 |
cloudnull | haha :) | 15:14 |
*** weezS has joined #openstack-ansible | 15:14 | |
cloudnull | mgariepy: i knew you needed more pxe in your life :) | 15:15 |
mgariepy | lol | 15:16 |
odyssey4me | evrardjp[m] I think it might be a good idea to set up some sort of rotation for the meeting. Perhaps every core should take a turn to run it. | 15:17 |
mgariepy | cloudnull, I'm lazy i alway just update my minimal setup just for it to barely work | 15:17 |
odyssey4me | The reality is that we're all part-time on this stuff, so it's unfair to burden any one person all responsibility. | 15:17 |
cloudnull | odyssey4me: ++ | 15:18 |
odyssey4me | It might be a good idea for us to setup a rotation for other activities too - watching periodic results, watching gate failures, bug smashing, etc. | 15:18 |
evrardjp[m] | good idea odyssey4me | 15:18 |
cloudnull | mgariepy: I do the same :) | 15:18 |
evrardjp[m] | rotation is good | 15:18 |
* cloudnull works hard at being really lazy | 15:18 | |
odyssey4me | If we can build up some sort of rotation so that we're not all trying to cover all bases, then we may find that things work more smoothly and consistently. | 15:19 |
mgariepy | cloudnull, lol | 15:19 |
mgariepy | cloudnull, did you try maas.io lately ? | 15:20 |
evrardjp[m] | odyssey4me: i will post this on the ml. | 15:20 |
evrardjp[m] | it's a good idea. | 15:20 |
cloudnull | mgariepy: Nope | 15:20 |
evrardjp[m] | i can share my recipes. | 15:20 |
cloudnull | evrardjp[m]: ive heard youre a good cook :) | 15:21 |
*** gkadam has joined #openstack-ansible | 15:26 | |
mgariepy | cloudnull, replied ;) | 15:30 |
*** _moep_ has quit IRC | 15:33 | |
*** MasterofJOKers has quit IRC | 15:33 | |
openstackgerrit | XiaojueGuan proposed openstack/openstack-ansible-specs master: Trivial: Update pypi url to new url https://review.openstack.org/565436 | 15:33 |
*** _moep_ has joined #openstack-ansible | 15:34 | |
*** MasterofJOKers has joined #openstack-ansible | 15:34 | |
openstackgerrit | Kevin Carter (cloudnull) proposed openstack/openstack-ansible-ops master: Add basic provisioning using pxelinux https://review.openstack.org/564530 | 15:42 |
cloudnull | mgariepy: fixed. thanks for the review :) | 15:42 |
*** hamzy has quit IRC | 15:46 | |
*** cjloader has joined #openstack-ansible | 15:50 | |
*** tinwood has quit IRC | 15:51 | |
*** tinwood has joined #openstack-ansible | 15:51 | |
*** cjloader has quit IRC | 15:54 | |
*** cjloader has joined #openstack-ansible | 15:54 | |
*** gyee has joined #openstack-ansible | 15:57 | |
*** tosky has joined #openstack-ansible | 16:02 | |
mnaser | i guess the meeting is off | 16:05 |
*** ianychoi has quit IRC | 16:09 | |
*** hamza21 has joined #openstack-ansible | 16:11 | |
*** ianychoi has joined #openstack-ansible | 16:11 | |
*** tomhambleton_ has joined #openstack-ansible | 16:12 | |
NeilHanlon | I suppose this is more of an openstack question than a openstack ansible question, but: | 16:16 |
NeilHanlon | I've got four hosts I'm trying to use to spin up a sort-of test cluster. Each has two 10G NICs. I've done an LACP bond on them and configured br-mgmt to have an IP on my "admin" network (10.80.0.0/16). | 16:16 |
NeilHanlon | I then made br-vxlan and br-storage and gave the compute/storage nodes ips inside tagged vlans 3020 and 3030 (172.29.240.0/22 and 172.29.244.0/22), respectively. These are just link local.... | 16:16 |
NeilHanlon | I'm a bit confused how to proceed with configuring `openstack_user_config.yml` as it appears to use this "container" network; would that just be my 10.80.0.0/16 network? | 16:16 |
NeilHanlon | https://gist.github.com/NeilHanlon/75cbebc5260d5fbb3fa08aab681e5c0d | 16:22 |
*** armaan has joined #openstack-ansible | 16:28 | |
*** spsurya has quit IRC | 16:31 | |
evrardjp[m] | mnaser: it seems so.... sorry ! | 16:31 |
*** vnogin has joined #openstack-ansible | 16:35 | |
*** bhujay has quit IRC | 16:36 | |
*** tosky has quit IRC | 16:37 | |
*** armaan has quit IRC | 16:38 | |
*** armaan has joined #openstack-ansible | 16:39 | |
*** vnogin has quit IRC | 16:42 | |
*** shardy has quit IRC | 16:44 | |
*** dxiri has quit IRC | 16:54 | |
*** hamzy has joined #openstack-ansible | 16:56 | |
*** armaan has quit IRC | 17:01 | |
*** armaan has joined #openstack-ansible | 17:02 | |
*** hamzy has quit IRC | 17:03 | |
*** dxiri has joined #openstack-ansible | 17:03 | |
mnaser | evrardjp[m]: it's okay, no worries :) | 17:15 |
*** gkadam has quit IRC | 17:17 | |
rschulman | In deploying openstack-ansible, am I correct that I need to set the ports in use on the physical switch to trunk mode? | 17:53 |
*** DanyC has joined #openstack-ansible | 17:53 | |
*** DanyC has quit IRC | 17:53 | |
*** DanyC has joined #openstack-ansible | 17:54 | |
*** hamzy has joined #openstack-ansible | 17:57 | |
*** DanyC has quit IRC | 18:03 | |
*** radeks has joined #openstack-ansible | 18:09 | |
*** osa has joined #openstack-ansible | 18:09 | |
*** qwebirc79420 has joined #openstack-ansible | 18:10 | |
*** qwebirc79420 has quit IRC | 18:11 | |
osa | Hello, I'm fairly new to openstack ansible and I'm taking a look into tacker for an orchestrator/vnfm option. There doesn't seem to be a playbook created for this yet. Can someone tell me if its possible to deploy tacker through openstack ansible? | 18:12 |
jrosser | osa https://github.com/openstack/openstack-ansible/blob/master/playbooks/os-tacker-install.yml ? | 18:19 |
openstackgerrit | Merged openstack/openstack-ansible master: Add metal jobs for SUSE/CentOS https://review.openstack.org/565218 | 18:23 |
openstackgerrit | Merged openstack/openstack-ansible master: Add metal to gates https://review.openstack.org/565219 | 18:23 |
odyssey4me | osa the tacker role and playbook are only in master right now, so it'll release for rocky | 18:28 |
odyssey4me | if you want something for queens, it might work - but you'll likely have to fork and adjust | 18:29 |
NeilHanlon | Does br-mgmt's network need to have a gateway to the internet | 18:31 |
osa | jrosser: odyssey4me: thanks for the replies. I'll take a look into how I can merge from master | 18:32 |
rschulman | NeilHanlon: There needs to be SOME gateway, and br-mgmt seems to be the most often used. | 18:34 |
NeilHanlon | rschulman: so... I have eno1 and eno2 bonded as bond0, which is untagged vlan 80 in my network. 10.80.0.0/16. I want to basically have br-mgmt, br-vxlan, and br-storage as only link-local | 18:36 |
NeilHanlon | bond0 will have an ip like 10.80.0.171/16 gw 10.80.0.1; and then bridges on top of that with only L2, no gateway | 18:37 |
NeilHanlon | would that be a valid config? This is just for a test cluster right now | 18:37 |
*** cmart has quit IRC | 18:39 | |
rschulman | NeilHanlon: Honestly, I'm struggling with the very same issues right now, so I'm probably not qualified to answer that for you. | 18:39 |
rschulman | It looks right to me, though? | 18:39 |
NeilHanlon | rschulman: well good to know I'm not alone :P | 18:40 |
jrosser | NeilHanlon: br-mgmt and br-vxlan are on their own tagged vlans? | 18:40 |
jrosser | sorry br-storage and br-vxlan | 18:40 |
rschulman | NeilHanlon: I know. 🙂 My issue now is configuring the hardware switch that the servers are connecting to. I don't know if I ought to use port sourced VLANs or just leave it to the tagging. | 18:42 |
NeilHanlon | jrosser: all three | 18:43 |
NeilHanlon | https://gist.github.com/NeilHanlon/75cbebc5260d5fbb3fa08aab681e5c0d | 18:43 |
NeilHanlon | rschulman: currently mine is configured like this: tagged vlan 3000, 3010, 3020 (mgmt, vxlan, storage), untagged vlan 80 | 18:44 |
NeilHanlon | updated the gist with vlan ids | 18:45 |
jrosser | hold on br-mgmt *is* the container network | 18:46 |
jrosser | as wired up here https://github.com/openstack/openstack-ansible/blob/master/etc/openstack_deploy/openstack_user_config.yml.aio#L28-L39 | 18:47 |
NeilHanlon | jrosser I guess this is where my confusion lies | 18:47 |
*** osa has quit IRC | 18:48 | |
NeilHanlon | it was my understanding that br-mgmt is the container network where the containers talk on | 18:48 |
jrosser | if you are struggling start with the config as close to the example as possible maybe | 18:48 |
jrosser | yes it is | 18:48 |
jrosser | and if you want you can adjust the config away from the example a bit so it does that, and that only | 18:49 |
jrosser | in all the examples the mgmt network is also the one which has the gateway to the internet, but thats really just a convenience | 18:50 |
jrosser | if you want to have a separate vlan/interface for that then thats cool, you'll just have to adjust the config to suit | 18:50 |
NeilHanlon | understood. | 18:50 |
NeilHanlon | in https://docs.openstack.org/project-deploy-guide/openstack-ansible/latest/targethosts.html I see "The lxcbr0 bridge is required for LXC, but OpenStack-Ansible configures it automatically. It provides external (typically Internet) connectivity to containers with dnsmasq (DHCP/DNS) + NAT." | 18:51 |
jrosser | so lthe docs talk about the installation pre-requisites, and one is the ability to install stuff from the internet, how you arrange that is up to you | 18:51 |
rschulman | jrosser: This is probably a question that should be blindingly obvious, but what's the normal/easiest way to get internet access on to br-mgmt? | 18:52 |
jrosser | NeilHanlon: as long as you have configured an interface with a default route via a router which NATS to the internet you are all good for that lxcbr0 stuff | 18:54 |
jrosser | it just drops down to the basre metal host networking to sort out "where the internet is" | 18:55 |
NeilHanlon | jrosser: gotcha. I'll test it out! Thank you for bearing with me as I butcher everything about the examples :P | 18:58 |
jrosser | rschulman: check out the example here https://github.com/openstack/openstack-ansible/blob/master/etc/network/interfaces.d/openstack_interface.cfg.prod.example | 18:59 |
jrosser | see that br-mgmt is the pnly interface with a gateway defined..... | 18:59 |
jrosser | *only | 18:59 |
NeilHanlon | jrosser: in my config should I probably tell it that the VIP is on my external mgmt network? | 19:00 |
NeilHanlon | at least, to get to like horizon and what not | 19:00 |
jrosser | for a lab that would be ok yes | 19:01 |
jrosser | i would come up with a new name for your external mgmt network though if its not the OSA "mgmt" network | 19:02 |
NeilHanlon | yeah, good call | 19:04 |
NeilHanlon | ultimately it'll all be routed (if it needs to be)... we're trialing multiple new things | 19:04 |
rschulman | jrosser: Yeah, thanks. I'm more confused about configuring my physical switch, but that's not an OSA problem. :) | 19:06 |
NeilHanlon | rschulman: not sure if it helps, but this is how I have my switches configured | 19:12 |
NeilHanlon | https://gist.github.com/NeilHanlon/372df5d328c5e6e9b755b077e2e2d497 | 19:12 |
NeilHanlon | the port-channels are LACP port-channels between two switches over a VLT lag | 19:13 |
rschulman | Which of them is the uplink to the router? | 19:14 |
NeilHanlon | port-channel 10 | 19:14 |
NeilHanlon | also a LACP VLT lag | 19:14 |
*** cmart has joined #openstack-ansible | 19:15 | |
rschulman | Ok, got it, that's moderately helpful and will probably be much more helpful once I understand more. | 19:16 |
rschulman | :) | 19:16 |
*** radeks has quit IRC | 19:29 | |
*** hamza21 has quit IRC | 19:32 | |
*** ianychoi has quit IRC | 20:13 | |
*** cmart has quit IRC | 20:44 | |
*** ansmith has quit IRC | 20:45 | |
*** cmart has joined #openstack-ansible | 20:53 | |
*** oneswig has joined #openstack-ansible | 20:54 | |
*** hamzy has quit IRC | 20:55 | |
nicolasbock | Tahvok, you were right, I had to set HOME=/root in the systemd service and now it is working. | 21:25 |
nicolasbock | Tahvok, thanks for the help! | 21:25 |
*** cmart has quit IRC | 21:28 | |
*** throwsb1 has quit IRC | 21:32 | |
*** dkehn has joined #openstack-ansible | 21:33 | |
*** jwitko_ has joined #openstack-ansible | 21:41 | |
*** idlemind has joined #openstack-ansible | 21:41 | |
*** jwitko has quit IRC | 21:45 | |
*** jwitko_ has quit IRC | 21:46 | |
*** kstev has quit IRC | 21:49 | |
*** cjloader has quit IRC | 21:59 | |
*** cjloader has joined #openstack-ansible | 22:00 | |
*** cjloader has quit IRC | 22:04 | |
*** cjloader has joined #openstack-ansible | 22:05 | |
*** oneswig has quit IRC | 22:06 | |
*** jwitko has joined #openstack-ansible | 22:10 | |
*** cjloader has quit IRC | 22:10 | |
*** lbragstad has quit IRC | 22:22 | |
idlemind | i broke my cloud :( :( ... os_nova perform a cell_v2 discover boms after changing my lb ip's ... it is referencing the old ip address but i can't find where it has that reference and why it's not updating. | 22:42 |
idlemind | http://paste.openstack.org/show/720200/ | 22:43 |
*** lbragstad has joined #openstack-ansible | 22:46 | |
*** cjloader has joined #openstack-ansible | 23:00 | |
*** cjloader has quit IRC | 23:09 | |
*** ansmith has joined #openstack-ansible | 23:15 | |
*** cjloader has joined #openstack-ansible | 23:22 | |
*** cjloader has quit IRC | 23:27 | |
*** weezS has quit IRC | 23:33 | |
*** esberglu has quit IRC | 23:41 | |
*** esberglu has joined #openstack-ansible | 23:41 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!