Sorry but from my end on: https://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Stable/... last changes in in this folder are 8 March (for rpms and repodata) and in console: salt:~ # zypper lr -E -e - --- [uyuni-server-stable] name=Uyuni Server Stable enabled=1 autorefresh=0 baseurl=https://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Stable/... type=rpm-md salt:~ # zypper in patterns-uyuni_server Loading repository data... Reading installed packages... 'patterns-uyuni_server' is already installed. No update candidate for 'patterns-uyuni_server-2021.02-2.1.uyuni.x86_64'. The highest available version is already installed. Resolving package dependencies... Nothing to do. Cristian Gherman On 4/22/21 4:39 PM, Julio González Gil wrote:
https://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Stable/...
Is the official Stable version, yes. But I the WebUI is controlled by spacewalk-web:
https://build.opensuse.org/package/revisions/systemsmanagement:Uyuni:Stable/...
And checking the OBS cpio files I don't see 2021.03 anywhere at any of the spacewalk-web/conf/rhn_web.conf files.
Rev62 was 2021.02, and Rev63 (yesterday) jumps to 2021.04
2021.03 was only on Master, so I am not sure how you get it.
Can you run "zypper info spacewalk-web" and "rpm -qa|grep spacewalk-web"?
On jueves, 22 de abril de 2021 14:30:02 (CEST) Martin Willisegger wrote:
Hello Julio
When I did a zypper refresh and zypper dup yesterday with the repository below some patches were installed and after a reboot the web GUI showed version 2021.03. I did not actively search for and install a beta version but used the normal upstream.
Isn't the repository given the official location for uyuni upgrades?
Best regards
Martin
Am 22.04.21 um 12:29 schrieb Julio González Gil:
On jueves, 22 de abril de 2021 11:14:23 (CEST) Martin Willisegger <Martin
Willisegger wrote:
Hello Witek
I still use 2021.03. There is also no upgrade after zypper refresh available at: https://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Stab le/ images/repo/Uyuni-Server-POOL-x86_64-Media1/ Warning: 2021.03 was never released as Stable, that was only at Master. Maybe you mean you are using 2021.02?
About no upgrade about zypper refresh, seems we had a problem with the release at OBS, and I am now talking to the OBS experts to fix it.
Meanwhile that repo still has 2021.02, so it won't break any installations. It's just that you can get 2021.04 yet.
I will post an update to Twitter, Mailing lists and gitter as soon as we have this fixed.
Sorry about the inconvenience.
In 2021.03 - there is a selection filed with myserver.domain.com but no entry with myserver.domain, so I can't select the right option. It is also not possible to add an own value. What is the data source for that selection field?
Best regards
Martin
Am 21.04.21 um 15:07 schrieb Witek Bedyk:
On 4/21/21 1:25 PM, Martin Willisegger wrote:
Hello all
One of my servers has an internal and an external ip address. The hostname belongs to the external address, while the prometheus server should connect to the internal address.
myserver.domain.com -> 10.0.0.1 external example myserver.domain -> 192.168.0.1 internal example Hostname defined in Uyuni = myserver.domain.com IP Address defined in Uyuni = 192.168.0.1
The server has only one ip - the external ip ends on the firewall (NAT) and is forwarded to the internal ip.
When I activate the prometheus node exporter formula on this server, the prometheus server tries to connect the external ip with this error:
Get "http://myserver.domain.com:9100/metrics": dial tcp 10.0.0.1:9100: connect: connection refused
What can I do to change the connection string to:
http://myserver.domain:9100/metrics or http://192.168.0.1:9100/metrics
that is accessible from the prometheus server? Hi Martin,
please try setting the primary FQDN in `System > Details > Hardware > Networking`. The feature is being released in Uyuni 2021.04 (released but not announced yet).
Hope it helps. Witek