*** luksky has quit IRC | 00:07 | |
*** tosky has quit IRC | 00:09 | |
*** sshnaidm is now known as sshnaidm|off | 00:12 | |
*** nanox has quit IRC | 00:23 | |
*** schwicht has quit IRC | 00:51 | |
*** schwicht has joined #openstack-ansible | 00:52 | |
*** macz_ has joined #openstack-ansible | 00:58 | |
*** macz_ has quit IRC | 01:03 | |
*** jamesdenton has quit IRC | 02:13 | |
*** jamesden_ has joined #openstack-ansible | 02:13 | |
*** schwicht has quit IRC | 02:34 | |
*** Floppy has quit IRC | 03:01 | |
*** evrardjp has quit IRC | 03:33 | |
*** evrardjp has joined #openstack-ansible | 03:33 | |
*** Daemoen has joined #openstack-ansible | 04:06 | |
*** schwicht has joined #openstack-ansible | 04:17 | |
*** schwicht has quit IRC | 04:23 | |
*** gyee has quit IRC | 04:26 | |
*** mgariepy has quit IRC | 05:14 | |
*** dmsimard has quit IRC | 05:14 | |
*** dmsimard9 has joined #openstack-ansible | 05:14 | |
*** dmsimard9 is now known as dmsimard | 05:14 | |
*** mgariepy has joined #openstack-ansible | 05:14 | |
*** jamesden_ has quit IRC | 05:25 | |
*** jamesdenton has joined #openstack-ansible | 05:25 | |
*** jamesdenton has quit IRC | 06:20 | |
*** jamesden_ has joined #openstack-ansible | 06:21 | |
jrosser | morning | 07:21 |
---|---|---|
* jrosser looks at yml policy stuff | 07:30 | |
jrosser | lots of historical variation across the roles it seems | 07:30 |
*** miloa has joined #openstack-ansible | 07:34 | |
noonedeadpunk | morning | 07:46 |
noonedeadpunk | jrosser: yeah, it's really a mess atm... And each approach has it's own pros and cons... Was tough to pick up for me :( | 07:47 |
*** miloa has quit IRC | 07:50 | |
*** yasemind has joined #openstack-ansible | 07:56 | |
noonedeadpunk | and despite I tested it now I'm already not sure it works actually looking at octavia | 08:09 |
noonedeadpunk | https://zuul.opendev.org/t/openstack/build/97a049b1b0454ace903764fa76b83e70/log/logs/openstack/aio1-utility/tempest_run.log.txt while having https://zuul.opendev.org/t/openstack/build/97a049b1b0454ace903764fa76b83e70/log/logs/etc/host/octavia/policy.yaml.txt | 08:10 |
*** gokhani has joined #openstack-ansible | 08:13 | |
*** rpittau|afk is now known as rpittau | 08:13 | |
noonedeadpunk | wondering if we still need to set default policy file in oslo_policy section... For services I tested that was not required.... | 08:13 |
noonedeadpunk | but despite that, I think instead of messing up with policy that way, we should just make loadbalancer role implied for member | 08:14 |
*** andrewbonney has joined #openstack-ansible | 08:24 | |
noonedeadpunk | oh, maybe it's because we haven't bumped master for a while | 08:26 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/c/openstack/openstack-ansible/+/780434 | 08:27 |
noonedeadpunk | doh | 08:29 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible master: Remove keepalived haproxy notification script https://review.opendev.org/c/openstack/openstack-ansible/+/782373 | 08:31 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible master: Split keepalived liveness checks for internal/external networks https://review.opendev.org/c/openstack/openstack-ansible/+/782374 | 08:31 |
noonedeadpunk | and bump fails because of the horizon test... | 08:31 |
openstackgerrit | Andrew Bonney proposed openstack/openstack-ansible-haproxy_server master: Update documentation for keepalived ping addresses https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/782375 | 08:33 |
*** sshnaidm|off has quit IRC | 08:34 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Test dashboard only for horizon scenario https://review.opendev.org/c/openstack/openstack-ansible/+/782376 | 08:44 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/c/openstack/openstack-ansible/+/780434 | 08:44 |
*** ioni has joined #openstack-ansible | 08:50 | |
*** tosky has joined #openstack-ansible | 09:04 | |
gokhani | hi, jrosser I changed rabbitmq-server version with adding these variables to user_variables.yml >> http://paste.openstack.org/show/803807/. My 22.1.0 version on focal is working. I encountered 2 problems. First one , at nova side etcd3gw package is missing. Nova throw error that this package is not loaded. I solved it with installing this python | 09:09 |
gokhani | package. Second one, rabbitmq with user provided ssl is not working. Openstack services can not connect to rabbitmq. May be we also need to define these certificates for openstack services. I didn't try it. I continue with self signed certificate. I just wanted to inform you, thanks :) | 09:09 |
jrosser | gokhani: is etc3gw really an error or just a warning? | 09:17 |
jrosser | gokhani: the openstack_hosts role provides the hooks you need for installing a custom CA certificate on all hosts/containers | 09:18 |
jrosser | you'd also need to ensure that certificate was used correctly by any python services, note that by default the python-requests http library does not use the normal system CA trust store :( | 09:18 |
gokhani | jrosser, it is error > http://paste.openstack.org/show/803815/ | 09:19 |
jrosser | but this only matters if you actually want to use the oslo.cache/etcd somewhere? | 09:20 |
jrosser | as far as i know this is a plugin loader looking for all the possible backends, and not finding the ones that are not installed | 09:21 |
gokhani | jrosser, ı used default configs which is coming from OSA. Also this error doesn't affect my tests. My environment is working successfully. I only saw this in nova logs. | 09:24 |
noonedeadpunk | gokhani: etc3gw error is because of the lazy loading on the oslo side iirc | 09:24 |
noonedeadpunk | so we can do nothing about it, and it's not breaking anything as well | 09:25 |
*** cubanboy_73 has joined #openstack-ansible | 09:26 | |
gokhani | noonedeadpunk, yes it is not breaking anything, we can ignore this error. I just wanted to inform you :) | 09:26 |
gokhani | jrosser, for ca certificates, I will test it firstly with using openstack_hosts role. | 09:28 |
noonedeadpunk | yeah, I we were aware of that:( we even pinged nova folks and they said they were not going to do anything regarding it | 09:29 |
noonedeadpunk | jrosser: can you kindly remind me etherpad with leftoveers? | 09:30 |
jrosser | noonedeadpunk: here you go https://etherpad.opendev.org/p/osa-wallaby | 09:31 |
noonedeadpunk | great, thanks! | 09:32 |
gokhani | noonedeadpunk, got it, thanks | 09:32 |
*** tojanashinigami has joined #openstack-ansible | 09:32 | |
* noonedeadpunk looking into trove | 09:32 | |
jrosser | noonedeadpunk: also i saw some stuff abouyt designate-sink being deprecated | 09:32 |
jrosser | we should look at that, maybe check in with the designate people | 09:32 |
noonedeadpunk | see nothing in their renos atm... | 09:34 |
cubanboy_73 | hello, somebody helpme deploy new openstack in centos8 | 09:34 |
gokhani | noonedeadpunk, we also tested trove on victoria with OSA. It is also working:) We are using it in our test environment. | 09:35 |
noonedeadpunk | johnsom: if you around, any info about designate-sink being deprecated? | 09:36 |
noonedeadpunk | gokhani: oh, rly? | 09:36 |
noonedeadpunk | I was pretty sure it's completely broken lol | 09:36 |
noonedeadpunk | fwiw, I'm not sure if I'll make it for todays meeting | 09:37 |
*** schwicht has joined #openstack-ansible | 09:40 | |
*** cubanboy_73 has quit IRC | 09:41 | |
gokhani | noonedeadpunk, yes it is working with mysql,mariadb and postgresql. | 09:57 |
noonedeadpunk | was it aio build? | 10:07 |
*** luksky has joined #openstack-ansible | 10:07 | |
gokhani | no, it is HA environment. | 10:08 |
noonedeadpunk | and with lxc containers? | 10:11 |
gokhani | yes, with lxc containers. | 10:11 |
noonedeadpunk | huh, so you passed neutron network to containers? | 10:12 |
*** sshnaidm has joined #openstack-ansible | 10:13 | |
*** sshnaidm is now known as sshnaidm|off | 10:13 | |
*** tosky has quit IRC | 10:13 | |
*** admin0 has quit IRC | 10:14 | |
*** tosky has joined #openstack-ansible | 10:14 | |
gokhani | yes, http://paste.openstack.org/show/803818/ > user_variables.yml | 10:15 |
noonedeadpunk | and horizon trove ui is also functional for you? | 10:15 |
gokhani | http://paste.openstack.org/show/803819/ > openstack_user_config.yml | 10:16 |
gokhani | yes, horizon ui is also working | 10:16 |
noonedeadpunk | yeah, cool, thanks! that's really promising and you saved me some time for sure! | 10:16 |
gokhani | this is for dbaas networking > http://paste.openstack.org/show/803820/ | 10:17 |
gokhani | I created rc.local service for bootstrappng dbaas network at boot time | 10:18 |
noonedeadpunk | like octavia's from spatel's blogpost:) | 10:18 |
gokhani | yes, it is like octavia | 10:18 |
gokhani | yes, I benefit from https://github.com/rcbops/rpc-octavia | 10:20 |
gokhani | noonedeadpunk, https://github.com/rcbops/rpc-octavia/commit/7321d45c5da1bfae5d8a257b5d2a61e7fcf5b855#diff-908320a79e08cfd2af4bf8a9ffcab6c5fc798ce28cfdfc89bb8f80e57191af21 | 10:21 |
gokhani | trove network is like octavia | 10:21 |
zigo | noonedeadpunk: That's copied by the postinst of each package *if* there's no /etc/<service>/api-paste.ini file already (that way, it's not overwritten, and there's no dpkg prompt on upgrades). | 10:23 |
zigo | noonedeadpunk: Feel free to file a bug to fix the senlin package description. | 10:23 |
noonedeadpunk | zigo: hm, I don't see anything regarding api-paste.ini in postinst... at least for senlin | 10:24 |
noonedeadpunk | but gtcha. thanks.. | 10:25 |
noonedeadpunk | *gotcha | 10:25 |
jonher | hello, i'm trying th run the cloudkitty playbooks in a AIO where i'm currently stuck at "os_cloudkitty : Create database for service" i removed the no_log and was presented with "The PyMySQL (Python 2.7 and Python 3.X) module is required." | 10:27 |
jonher | from what i see PyMySQL is included in the list of pip packages: https://github.com/openstack/openstack-ansible-os_cloudkitty/blob/stable/victoria/defaults/main.yml#L152 (stable/victoria) | 10:28 |
noonedeadpunk | is it delegated to utility host? | 10:29 |
* noonedeadpunk should finally integrate cloudkitty | 10:29 | |
jonher | ah, it seems it is "Task is delegated to localhost" | 10:31 |
noonedeadpunk | so on Victoria we delegate all db related things to the utility container | 10:31 |
noonedeadpunk | hm | 10:31 |
noonedeadpunk | https://opendev.org/openstack/openstack-ansible-os_cloudkitty/src/branch/stable/victoria/defaults/main.yml#L90-L91 | 10:31 |
noonedeadpunk | do you have variables set like that? | 10:31 |
jonher | pretty sure i have not set those variables | 10:32 |
noonedeadpunk | I mean they are default for role | 10:32 |
noonedeadpunk | you can check in /etc/ansible/roles/os_cloudkitty | 10:32 |
jonher | yes, they are there | 10:33 |
noonedeadpunk | huh | 10:34 |
noonedeadpunk | oh. I think I know | 10:34 |
noonedeadpunk | I think you're missing these var includes in your playbook https://opendev.org/openstack/openstack-ansible/src/branch/master/playbooks/os-glance-install.yml#L30 | 10:35 |
jonher | you were right :) it continues on now | 10:39 |
jonher | thanks, now hopefully i can get a few steps forward :) | 10:40 |
*** schwicht has quit IRC | 10:50 | |
*** macz_ has joined #openstack-ansible | 10:55 | |
*** fresta_ has quit IRC | 10:59 | |
*** macz_ has quit IRC | 11:00 | |
*** fresta has joined #openstack-ansible | 11:00 | |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_octavia master: Remove shade from octavia_pip_packages https://review.opendev.org/c/openstack/openstack-ansible-os_octavia/+/782437 | 11:35 |
zigo | noonedeadpunk: https://salsa.debian.org/openstack-team/services/senlin/-/blob/debian/wallaby/debian/senlin-common.postinst.in#L18 <--- It's copied here... | 12:11 |
noonedeadpunk | ah, gotcha | 12:12 |
noonedeadpunk | ok, so it's copied directly to /etc/senlin, nice | 12:14 |
noonedeadpunk | which means we really don't need to copy it ourselves from /usr/share/ | 12:15 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Bump SHAs for master https://review.opendev.org/c/openstack/openstack-ansible/+/780434 | 12:19 |
jrosser | noonedeadpunk: do we do distro jobs for debian? with those packages? | 12:20 |
zigo | noonedeadpunk: Correct. I do that so that the senlin user already exist, and the file can be owned by root:senlin with rights 640. | 12:21 |
zigo | Just a good admin habbit to have this kind of rights, just in case there's passwords. | 12:21 |
zigo | It doesn't really apply to api-paste.ini though, but hey... :) | 12:21 |
noonedeadpunk | yep, agree | 12:22 |
zigo | FYI, I'm packaging Wallaby as things appear in my mailbox. | 12:23 |
noonedeadpunk | doh... I think I should patch all policy-to-json topic because I just realized I clean forgot to set correct rights there | 12:23 |
zigo | Doing the RCs... | 12:23 |
zigo | The bullseye-wallaby repo is already up-and-running, and available through extrepo. | 12:24 |
zigo | Though we still don't have a Bullseye image in the infra, right? | 12:24 |
noonedeadpunk | I think infra still don't have bullseye image | 12:24 |
noonedeadpunk | yeah | 12:24 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_senlin master: Correct python egg name for senlin source install https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/770878 | 12:28 |
jrosser | zigo: i made the patch to add bullseye to the mirror but seems it went nowhere | 12:30 |
zigo | jrosser: What's the URL ? | 12:31 |
jrosser | it's here https://review.opendev.org/c/opendev/system-config/+/777968 | 12:31 |
* jrosser prods in #infra | 12:34 | |
*** spatel_ has joined #openstack-ansible | 12:59 | |
*** spatel_ is now known as spatel | 12:59 | |
*** tojanashinigami has quit IRC | 13:02 | |
fungi | yeah, we appreciate help prioritizing reviews there. rather light on available eyeballs | 13:09 |
fungi | as for mirroring more, we're a bit tight on space. looking at https://codesearch.opendev.org/?q=debian-stretch we're overdue for switching some things to buster (including the debian-stable nodeset in opendev/base-jobs) | 13:15 |
jrosser | i expect we have work to do there on OSA stable branches | 13:18 |
jrosser | as we have jobs on stretch i think, and have possibly accidentially used debian-stable as the nodeset name | 13:19 |
fungi | at a minimum, we still need to switch to using buster in at least a few places | 13:19 |
fungi | if there are stable branches which still want to be tested on stretch, we can try to find space elsewhere or add another cinder volume | 13:19 |
jrosser | it was at Train that we switched stretch->buster | 13:20 |
openstackgerrit | Merged openstack/openstack-ansible master: Hardcode service setup python interpreter https://review.opendev.org/c/openstack/openstack-ansible/+/781534 | 13:30 |
jonher | continuation on cloudkitty, the processor is running but not the API service, i've traced it down to "PYTHONHOME" as when it's set it can't load the python module "encodings" and fails to start python at all http://paste.openstack.org/show/803825/ | 13:39 |
openstackgerrit | Merged openstack/openstack-ansible master: Use admin user instead of root for galera https://review.opendev.org/c/openstack/openstack-ansible/+/775684 | 13:43 |
jrosser | jonher: did you see "program name = '/openstack/venvs/cloudkitty-22.0.2.dev9/bin/bin/python'" | 13:46 |
jrosser | bin/bin looks suspicious | 13:46 |
*** vakuznet has joined #openstack-ansible | 13:47 | |
jonher | good catch, looks like the uwsgi config should not have /bin at the end of "virtualenv" | 13:49 |
*** ioni has quit IRC | 13:51 | |
*** dmsimard has quit IRC | 13:53 | |
*** dmsimard has joined #openstack-ansible | 13:53 | |
djhankb | jonher: I've ran into that exact same issue - glad to see I wasn't alone. I had messed with it a little bit but haven't gotten back around to looking at it again. | 13:55 |
jonher | i'm making some notes of the things that i have to change for it to deploy, then hopefully splitting that into some git reviews, would be really nice to just have to copy a .conf.aio -> /etc/openstack_deploy/conf.d for deploying cloudkitty AIO in the end | 13:58 |
jonher | 'wsgi_venv': cloudkitty_bin, -> 'wsgi_venv': cloudkitty_bin | dirname, made the api process start, time to see what else might be broken :) | 14:00 |
djhankb | nice, I just manually tested on mine, manually editing /etc/uwsgi/cloudkitty-api.ini and removing /bin from the virtualenv line and cloudkitty-api was able to start. | 14:01 |
*** d34dh0r53 has joined #openstack-ansible | 14:01 | |
jonher | i did the smae after jrosser pointed out the /bin/bin that i was staring at blindly and completely overlooked | 14:02 |
*** vakuznet has quit IRC | 14:02 | |
djhankb | yeah I must've looked at it 100 times and never noticed it | 14:02 |
djhankb | Did you manage to fix the config files? IIRC the configs that were being generated were no longer correct. | 14:03 |
jonher | so far the processes start, now i'm at haproxy config to make sure it's published, then i'll get to the config files i guess | 14:04 |
djhankb | fair enough, let me see what I've got that I can share | 14:05 |
jonher | would be appreciated :) | 14:05 |
*** NewJorg has quit IRC | 14:07 | |
*** NewJorg has joined #openstack-ansible | 14:08 | |
djhankb | here you go: http://paste.openstack.org/show/803827/ | 14:09 |
djhankb | I have a few more, I believe I updated the playbook too | 14:10 |
djhankb | openstack_user_config: http://paste.openstack.org/show/803828/ | 14:12 |
djhankb | os-cloudkitty-install.yml: http://paste.openstack.org/show/803829/ | 14:13 |
jonher | thanks! | 14:14 |
*** NewJorg has quit IRC | 14:17 | |
djhankb | one more for horizon: http://paste.openstack.org/show/803832/ | 14:17 |
djhankb | I left off with the config file, if you look at what's generated via OSA vs. what is published in the main Cloudkitty repo, ours is based on an old model and needs to be updated. | 14:18 |
jonher | that's good to know, thank you | 14:19 |
*** NewJorg has joined #openstack-ansible | 14:19 | |
*** yasemind has quit IRC | 14:24 | |
*** spatel has quit IRC | 14:31 | |
*** NewJorg has quit IRC | 14:49 | |
*** NewJorg has joined #openstack-ansible | 14:51 | |
*** d34dh0r53 has quit IRC | 15:15 | |
*** macz_ has joined #openstack-ansible | 15:30 | |
*** d34dh0r53 has joined #openstack-ansible | 15:33 | |
*** fresta_ has joined #openstack-ansible | 15:33 | |
*** fresta has quit IRC | 15:34 | |
*** ebbex has quit IRC | 15:35 | |
*** owalsh has quit IRC | 15:35 | |
*** manti has quit IRC | 15:35 | |
*** owalsh has joined #openstack-ansible | 15:36 | |
*** fridtjof[m] has quit IRC | 15:36 | |
*** frickler has quit IRC | 15:37 | |
*** ebbex has joined #openstack-ansible | 15:37 | |
*** irclogbot_1 has quit IRC | 15:37 | |
*** frickler has joined #openstack-ansible | 15:37 | |
*** dirk has quit IRC | 15:38 | |
*** masterpe has quit IRC | 15:38 | |
*** irclogbot_0 has joined #openstack-ansible | 15:38 | |
*** dirk has joined #openstack-ansible | 15:38 | |
*** manti has joined #openstack-ansible | 15:51 | |
*** irclogbot_0 has quit IRC | 15:51 | |
*** irclogbot_1 has joined #openstack-ansible | 15:52 | |
*** d34dh0r53 has quit IRC | 15:56 | |
*** d34dh0r53 has joined #openstack-ansible | 16:02 | |
*** gshippey has joined #openstack-ansible | 16:02 | |
*** fridtjof[m] has joined #openstack-ansible | 16:06 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Convert host and container journal collection to python https://review.opendev.org/c/openstack/openstack-ansible/+/734883 | 16:08 |
*** gokhani has quit IRC | 16:11 | |
jrosser | we can skip the meeting today, i don't think noonedeadpunk is around | 16:12 |
jrosser | though "just ask" as usual :) | 16:13 |
gshippey | 👍 | 16:14 |
*** masterpe has joined #openstack-ansible | 16:21 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Gather minimal facts for dynamic_address_fact https://review.opendev.org/c/openstack/openstack-ansible/+/777989 | 16:26 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Gather minimum facts https://review.opendev.org/c/openstack/openstack-ansible/+/779174 | 16:26 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Gather minimal facts for dynamic_address_fact https://review.opendev.org/c/openstack/openstack-ansible/+/777989 | 16:27 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Gather minimal facts in common playbooks https://review.opendev.org/c/openstack/openstack-ansible/+/777990 | 16:27 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use ansible_facts[] instead of fact variables in AIO config https://review.opendev.org/c/openstack/openstack-ansible/+/777999 | 16:28 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use ansible_facts[] instead of fact variables in playbooks https://review.opendev.org/c/openstack/openstack-ansible/+/777996 | 16:28 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use ansible_facts[] instead of fact variables in docs https://review.opendev.org/c/openstack/openstack-ansible/+/778000 | 16:28 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use ansible_facts[] instead of fact variables in group_vars https://review.opendev.org/c/openstack/openstack-ansible/+/777997 | 16:29 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use ansible_facts[] instead of fact variables in tests https://review.opendev.org/c/openstack/openstack-ansible/+/777998 | 16:29 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Gather minimum facts https://review.opendev.org/c/openstack/openstack-ansible/+/779174 | 16:30 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Disable fact variables https://review.opendev.org/c/openstack/openstack-ansible/+/778396 | 16:30 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Convert host and container journal collection to python https://review.opendev.org/c/openstack/openstack-ansible/+/734883 | 16:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Gather minimal facts for dynamic_address_fact https://review.opendev.org/c/openstack/openstack-ansible/+/777989 | 16:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Gather minimal facts in common playbooks https://review.opendev.org/c/openstack/openstack-ansible/+/777990 | 16:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use ansible_facts[] instead of fact variables in AIO config https://review.opendev.org/c/openstack/openstack-ansible/+/777999 | 16:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use ansible_facts[] instead of fact variables in playbooks https://review.opendev.org/c/openstack/openstack-ansible/+/777996 | 16:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use ansible_facts[] instead of fact variables in docs https://review.opendev.org/c/openstack/openstack-ansible/+/778000 | 16:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use ansible_facts[] instead of fact variables in group_vars https://review.opendev.org/c/openstack/openstack-ansible/+/777997 | 16:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Use ansible_facts[] instead of fact variables in tests https://review.opendev.org/c/openstack/openstack-ansible/+/777998 | 16:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Gather minimum facts https://review.opendev.org/c/openstack/openstack-ansible/+/779174 | 16:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Disable fact variables https://review.opendev.org/c/openstack/openstack-ansible/+/778396 | 16:36 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Remove references to unsupported operating systems https://review.opendev.org/c/openstack/openstack-ansible/+/782557 | 16:43 |
*** schwicht has joined #openstack-ansible | 16:47 | |
openstackgerrit | Merged openstack/openstack-ansible-os_neutron stable/victoria: Prevent neutron-l3-agent restart killing metadata service https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/781109 | 16:49 |
*** cloudnull has quit IRC | 16:54 | |
*** cloudnull has joined #openstack-ansible | 16:54 | |
openstackgerrit | Georgina Shippey proposed openstack/openstack-ansible-galera_server master: Bump MariaDB version to 10.5.9 https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/777088 | 16:59 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Remove support for nspawn containers. https://review.opendev.org/c/openstack/openstack-ansible/+/782569 | 17:16 |
*** mensis has quit IRC | 17:25 | |
*** rpittau is now known as rpittau|afk | 17:26 | |
*** fnpanic has quit IRC | 17:43 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_senlin master: Remove references to unsupported operating systems https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/779749 | 18:07 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_senlin master: Use global service_install_method for senlin https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/777315 | 18:08 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_senlin master: Switch default virtualenv to python3 https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/779689 | 18:11 |
*** andrewbonney has quit IRC | 18:12 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_senlin master: Allow Enable/Disable feature of uWSGI support https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/777296 | 18:12 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_senlin master: [reno] Stop publishing release notes https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/772046 | 18:12 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_senlin master: Use ansible_facts[] instead of fact variables https://review.opendev.org/c/openstack/openstack-ansible-os_senlin/+/780725 | 18:13 |
noonedeadpunk | yeah, sorry, wasn't around ideeed | 18:15 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Remove references to unsupported operating systems https://review.opendev.org/c/openstack/openstack-ansible/+/782557 | 18:22 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Remove references to unsupported operating systems https://review.opendev.org/c/openstack/openstack-ansible/+/782557 | 18:23 |
jrosser | urgh so many patches in the review board :( | 18:28 |
jrosser | i am wondering if we need to split the galera 10.5.9 update away from the root/admin user changes | 18:28 |
jrosser | still lots of jobs failing on 10.5.8 troubles | 18:29 |
*** spatel__ has joined #openstack-ansible | 19:08 | |
*** spatel__ is now known as spatel | 19:08 | |
spatel | where neutron iptables save rules? | 19:09 |
mgariepy | spatel, you should be able to list the rules via ipstables command but i don't think it's saves the rules to a file. | 19:26 |
spatel | mgariepy i can see in command line | 19:27 |
spatel | i was looking for place where it store them | 19:31 |
mgariepy | they are generated from the SG rules from the vms that are running i would assume. | 19:34 |
mgariepy | spatel, it doesn't need to store them in a file since they need to reflect the current load. if you reboot a server the vms might already be spawned elsewhere. | 19:36 |
spatel | mgariepy hmm so its tied up with VM | 19:37 |
mgariepy | is there any issue you are trying to solve ? | 19:38 |
spatel | i installed zabbix agent on compute nodes and found my zabbix server fail to connect so i started looking into iptables rules to see if anything blocking it | 19:39 |
mgariepy | are you bound to the correct network insterface? | 19:42 |
spatel | mgariepy i think i found my issue | 19:49 |
spatel | i had some centos default rules | 19:49 |
mgariepy | yay another issue fixed ! :D | 19:50 |
spatel | :) | 19:50 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Test dashboard only for horizon scenario https://review.opendev.org/c/openstack/openstack-ansible/+/782376 | 20:08 |
openstackgerrit | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Use proper distro path for senlin and mistral https://review.opendev.org/c/openstack/openstack-ansible/+/777384 | 20:09 |
*** spatel has quit IRC | 20:54 | |
*** mensis has joined #openstack-ansible | 21:14 | |
*** jbadiapa has quit IRC | 21:45 | |
*** schwicht has quit IRC | 23:09 | |
*** jamesden_ has quit IRC | 23:16 | |
*** jamesdenton has joined #openstack-ansible | 23:17 | |
*** klamath_atx has quit IRC | 23:20 | |
*** klamath_atx has joined #openstack-ansible | 23:21 | |
*** luksky has quit IRC | 23:22 | |
*** macz_ has quit IRC | 23:40 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!