openstackgerrit | Merged openstack/openstack-ansible stable/stein: Bump SHAs for stable/stein https://review.opendev.org/711850 | 00:02 |
---|---|---|
*** tosky has quit IRC | 00:05 | |
*** DanyC has quit IRC | 00:05 | |
*** openstack has joined #openstack-ansible | 00:38 | |
*** ChanServ sets mode: +o openstack | 00:38 | |
*** Nick_A has joined #openstack-ansible | 00:41 | |
*** rh-jelabarre has quit IRC | 02:29 | |
*** miouge362536 has joined #openstack-ansible | 03:20 | |
*** chandankumar has joined #openstack-ansible | 03:21 | |
*** stingrayza has joined #openstack-ansible | 03:21 | |
*** brtknr_ has quit IRC | 03:28 | |
*** also_stingrayza has quit IRC | 03:28 | |
*** miouge36253 has quit IRC | 03:28 | |
*** gouthamr has quit IRC | 03:28 | |
*** raukadah has quit IRC | 03:28 | |
*** gillesMo has quit IRC | 03:28 | |
*** openstackstatus has quit IRC | 03:30 | |
*** gouthamr has joined #openstack-ansible | 03:31 | |
*** brtknr_ has joined #openstack-ansible | 03:35 | |
*** nicolasbock has quit IRC | 03:41 | |
*** evrardjp has quit IRC | 05:35 | |
*** evrardjp has joined #openstack-ansible | 05:36 | |
*** mkuf has joined #openstack-ansible | 07:49 | |
*** mkuf has quit IRC | 08:14 | |
*** DanyC has joined #openstack-ansible | 08:37 | |
*** DanyC has quit IRC | 08:41 | |
*** DanyC has joined #openstack-ansible | 08:43 | |
*** DanyC has joined #openstack-ansible | 08:43 | |
*** ansmith has joined #openstack-ansible | 09:09 | |
*** ansmith_ has quit IRC | 09:11 | |
*** DanyC has joined #openstack-ansible | 10:21 | |
*** maharg101 has joined #openstack-ansible | 10:22 | |
*** DanyC has quit IRC | 10:41 | |
*** prometheanfire has quit IRC | 10:59 | |
*** fghaas has joined #openstack-ansible | 11:44 | |
*** fghaas has quit IRC | 11:49 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible-os_designate master: Refactor memcached_servers https://review.opendev.org/713053 | 12:03 |
*** keeper has joined #openstack-ansible | 12:31 | |
jrosser | keeper: so the first thing with the missing placement endpoint is a documentation bug and the fix in master is here https://review.opendev.org/#/c/702934/ | 12:31 |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible stable/train: [doc] Add placement definition to config samples https://review.opendev.org/713088 | 12:31 |
jrosser | ^ there is the same thing proposed for stable/train so we can get that in the next point release | 12:32 |
keeper | Ah, that's good to see. | 12:33 |
jrosser | the second one with os_ceilometer looks like its been backported to train a wile ago https://review.opendev.org/#/q/Ib3a84516e0f00e84c6869fa58e9595062c6fbede | 12:33 |
keeper | Maybe that was in the 20.0.1 release, the deployment documentation hardcodes the 20.0.0 tag https://docs.openstack.org/project-deploy-guide/openstack-ansible/train/deploymenthost.html#install-the-source-and-dependencies | 12:35 |
jrosser | that fix is currently the tip of stable/train for os_ceilometer https://github.com/openstack/openstack-ansible-os_ceilometer/commits/stable/train | 12:35 |
keeper | It should probably be changed to point at the train branch. | 12:35 |
jrosser | that should be automatic afaik | 12:37 |
keeper | Maybe not actually, but just FYI. | 12:37 |
keeper | Ah makes sense. | 12:38 |
keeper | So how should the rsyslog lxc container look? I can't see a syslog process, anything binding to port 514, or anything in the filesystem that looks like openstack logs. | 12:41 |
jrosser | hmm something is wrong here | 12:41 |
jrosser | the releases happen by updating the SHA of the OSA roles and so on like this https://github.com/openstack/openstack-ansible/commit/47486323bf1ac9ae7e764829d380738fe09f734b | 12:41 |
jrosser | and then a patch needs to merge like this to actually formalise the release and create the tag https://github.com/openstack/releases/blob/master/deliverables/train/openstack-ansible.yaml#L44-L47 | 12:42 |
jrosser | noonedeadpunk: should we have a release for 20.0.2 ? | 12:43 |
jrosser | keeper: so on the subject of rsyslog - thats basically legacy now | 12:44 |
jrosser | pretty much all of the services deployed by OSA are using systemd journals now | 12:44 |
keeper | Yeah, I'm having a look at the playbooks at the moment and seeing its using journald remote. | 12:44 |
jrosser | so you have a choice of using journald remote - there was a patch somewhere about disabling that due to a systemd bug | 12:45 |
jrosser | or you can overlay whatever you like to collect those logs, like ELK stack for example | 12:45 |
noonedeadpunk | jrosser: yeah.... | 12:45 |
noonedeadpunk | I mean we should have it but we don't | 12:45 |
jrosser | noonedeadpunk: i didnt see the patch proposed to the releases repo | 12:45 |
noonedeadpunk | Placing patch to release repo now | 12:45 |
jrosser | awesome | 12:46 |
noonedeadpunk | I've missed bump merging this week | 12:46 |
jrosser | keeper: ^ good reasons to point out when things look wierd :) | 12:46 |
jrosser | thanks btw | 12:46 |
keeper | I'd just prefer something tangible to come out of my last week of struggling. | 12:47 |
keeper | But no worries though, good to see that most of it was in the pipeline. | 12:47 |
jrosser | keeper: absolutely - please just ask if theres anything you need advice with | 12:48 |
jrosser | there is a systemd bug to be aware of regarding systemd-remote, see this https://review.opendev.org/#/c/695083/ | 12:48 |
*** ahosam has joined #openstack-ansible | 12:48 | |
keeper | So I see 14ca11378 on Nov 21 disabled removed journald, I'm assuming remote syslog wasn't re-enabled as a stopgap for new installs? | 12:49 |
jrosser | no, becasue theres really not too much actually ending up in syslog any more | 12:49 |
*** ahosam has quit IRC | 12:49 | |
noonedeadpunk | done https://review.opendev.org/#/q/topic:release_osa+status:open | 12:51 |
keeper | The logs have been invaluable for finding configuration issues, and bugs, when installing. | 12:51 |
jrosser | here is the releasenote for the changes to rsyslog https://github.com/openstack/openstack-ansible/blob/master/releasenotes/notes/rsyslog-disable-ffc4ebf27cc77330.yaml | 12:52 |
jrosser | there are a couple of vars you can switch to 'true' there to put things back how they were | 12:52 |
keeper | And "openstack endpoint list" is missing ceilometer at the moment, I haven't been able to work out why yet. | 12:53 |
keeper | Ah thanks. | 12:53 |
keeper | I was hoping that the logs would help me debug ceilometer not existing. | 12:53 |
noonedeadpunk | keeper: endpoint list shouldn't containe ceilometer | 12:54 |
noonedeadpunk | since it's own api has been deprecated and dropped far ago | 12:54 |
keeper | https://docs.openstack.org/openstack-ansible/train/admin/openstack-firstrun.html Documentation says it should ... | 12:54 |
noonedeadpunk | endpoint list contains only API endpoints - and ceilometers' one has been deprecated in ocata and dropped in queens https://docs.openstack.org/releasenotes/ceilometer/ocata.html#deprecation-notes | 12:55 |
keeper | Ah okay. | 12:55 |
keeper | At the very least my openstack deployment can deploy VMs, so its working enough. There are some networking issues I need to work out, but they're most likely my own issue at the moment. | 12:56 |
noonedeadpunk | but, if gnocchi is used as storage for metrics - it will be in endpoints instead | 12:56 |
keeper | Yeah, I think that list is a little out of date. No placement, lacking cinderv3. | 12:58 |
jrosser | keeper: networking is always tricky because there are a ton of different things you can do. OSA tries to not be really opinionated about any of that and offers a large amount of flexibility | 12:58 |
keeper | Besides that I have everything else that's required. | 12:58 |
jrosser | if you know what you're trying to achieve and it's not working then we can try to point you in the right direction | 12:59 |
keeper | lol, it was just a security group issue. I thought the default security group was "allow all", since I missed the "Remote Security Group" section on ingress rules. | 13:05 |
keeper | Though I couldn't quite work out how to put external networks into the config, but that shouldn't be too hard to figure out. | 13:06 |
*** nicolasbock has joined #openstack-ansible | 13:10 | |
*** ahosam has joined #openstack-ansible | 13:10 | |
openstackgerrit | Jonathan Rosser proposed openstack/openstack-ansible master: Upate deployment verifiation endpoint example https://review.opendev.org/713093 | 13:11 |
jrosser | keeper: ^ updated endpoint list for the verification guide | 13:12 |
*** nicolasbock has quit IRC | 13:26 | |
*** tosky has joined #openstack-ansible | 13:51 | |
*** nicolasbock has joined #openstack-ansible | 14:03 | |
openstackgerrit | Erik Berg proposed openstack/openstack-ansible-repo_build master: repo_build: determine if there was a change when syncing files https://review.opendev.org/713063 | 14:34 |
openstackgerrit | Merged openstack/openstack-ansible-os_glance master: Refactor memcached_servers https://review.opendev.org/712688 | 14:50 |
openstackgerrit | Merged openstack/openstack-ansible-os_keystone master: Refactor memcached_servers https://review.opendev.org/713071 | 14:57 |
openstackgerrit | Merged openstack/openstack-ansible-os_nova master: Refactor memcached_servers https://review.opendev.org/712691 | 15:09 |
*** threestrands has quit IRC | 15:15 | |
*** dave-mccowan has joined #openstack-ansible | 15:16 | |
*** oligau has quit IRC | 15:46 | |
*** cosmicsound has joined #openstack-ansible | 15:53 | |
*** dasp_ has joined #openstack-ansible | 15:54 | |
*** cosmicsound has left #openstack-ansible | 15:55 | |
*** dasp has quit IRC | 15:56 | |
*** sshnaidm has quit IRC | 15:58 | |
*** ahosam has quit IRC | 16:23 | |
*** andrea15 has quit IRC | 17:18 | |
*** evrardjp has quit IRC | 17:35 | |
*** evrardjp has joined #openstack-ansible | 17:36 | |
*** andrea15 has joined #openstack-ansible | 17:46 | |
openstackgerrit | Merged openstack/openstack-ansible master: Add magnum tempest test https://review.opendev.org/710245 | 18:15 |
*** DanyC has joined #openstack-ansible | 19:05 | |
*** DanyC has quit IRC | 19:09 | |
*** yolanda has quit IRC | 19:33 | |
openstackgerrit | Merged openstack/openstack-ansible-os_cinder master: Refactor memcached_servers https://review.opendev.org/712681 | 19:43 |
*** DanyC has joined #openstack-ansible | 19:44 | |
*** yolanda has joined #openstack-ansible | 19:46 | |
*** DanyC has quit IRC | 19:49 | |
*** oligau has joined #openstack-ansible | 20:06 | |
*** dave-mccowan has quit IRC | 20:20 | |
*** DanyC has joined #openstack-ansible | 20:27 | |
*** DanyC has quit IRC | 20:30 | |
*** DanyC has joined #openstack-ansible | 21:02 | |
*** DanyC has quit IRC | 21:08 | |
*** ansmith_ has joined #openstack-ansible | 21:09 | |
*** ansmith has quit IRC | 21:11 | |
*** dave-mccowan has joined #openstack-ansible | 21:24 | |
*** DanyC has joined #openstack-ansible | 22:09 | |
*** prometheanfire has joined #openstack-ansible | 22:11 | |
*** DanyC has quit IRC | 22:14 | |
*** DanyC has joined #openstack-ansible | 23:14 | |
*** hwoarang has quit IRC | 23:23 | |
*** tosky has quit IRC | 23:34 | |
*** hwoarang has joined #openstack-ansible | 23:35 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!