This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
services:satellite [2022/08/09 17:31] djgalloway |
services:satellite [2023/11/30 19:57] (current) dmick [Summary] |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| **Web Login**: https://satellite.front.sepia.ceph.com\\ | **Web Login**: https://satellite.front.sepia.ceph.com\\ | ||
| - | **Username**: root\\ | + | **Username**: admin\\ |
| **Password**: Standard root password | **Password**: Standard root password | ||
| Line 158: | Line 158: | ||
| loading repo 'rhel-8-for-x86_64-baseos-rpms' failure: loading of MD_TYPE_PRIMARY has failed. | loading repo 'rhel-8-for-x86_64-baseos-rpms' failure: loading of MD_TYPE_PRIMARY has failed. | ||
| Error: Loading repository 'rhel-8-for-x86_64-baseos-rpms' has failed | Error: Loading repository 'rhel-8-for-x86_64-baseos-rpms' has failed | ||
| + | </code> | ||
| + | |||
| + | After you resolve the OOM issue, you will need to resync the repository. If BaseOS is the one that was failing: | ||
| + | <code> | ||
| + | for id in $(hammer -c /etc/hammer/cli.modules.d/foreman.yml repository list | grep -i "baseos" | awk '{ print $1 }'); do hammer -c /etc/hammer/cli.modules.d/foreman.yml repository synchronize --async --validate-contents true --id $id; done | ||
| </code> | </code> | ||
| Line 190: | Line 195: | ||
| None of this actually ended up working so... | None of this actually ended up working so... | ||
| - | ====== DO NOT UPGRADE TO SATELLITE 6.5 ====== | + | ====== Solved On SATELLITE 6.12 ====== |
| + | Despite this, in Jan 2023 we had to install a new Satellite instance, and it's version 6.12; this was chosen for allowing continued support, but initially suffered from the same issue. A support case, https://access.redhat.com/support/cases/#/case/03399123, was opened to deal with it and the solution was this - https://github.com/ceph/ceph-cm-ansible/pull/717 | ||
| + | https://github.com/ceph/ceph-cm-ansible/pull/718 | ||