Raúl Osuna

Results 30 comments of Raúl Osuna

Related test passes successfully: ``` (salt) raul@laptop:~/gh-forked-projects/saltstack/salt-1> (fix_issue_62248)$ python3 -m nox -e "pytest-3.7(coverage=False)" -- tests/pytests/unit/modules/test_rpm_lowpkg.py nox > Running session pytest-3.7(coverage=False) nox > Re-using existing virtual environment at .nox/pytest-3-7-coverage-false. nox >...

Additional tests after noticing some were missing: ``` (salt) raul@laptop:~/gh-forked-projects/saltstack/salt-1> (fix_issue_62248)$ python3 -m nox -e "pytest-3.7(coverage=False)" -- tests/pytests/unit/modules/test_rpm_lowpkg.py nox > Running session pytest-3.7(coverage=False) nox > Re-using existing virtual environment at...

> Hi @raulillo82, thanks for the contribution. We will need tests for this in order to get it merged. Tests added in latest commit, see output of it: ``` (salt)...

@vzhestkov mentioned that it looks like openEuler is missing in /usr/share/susemanager/formulas/states/locale/map.jinja

That was already requested in some email before opening the issue, I found this in the history: ``` $ rpm -qV susemanager-tools S.5....T. /usr/lib/python3.6/site-packages/spacewalk/susemanager/__pycache__/__init__.cpython-36.pyc S.5....T. /usr/lib/python3.6/site-packages/spacewalk/susemanager/__pycache__/authenticator.cpython-36.pyc S.5....T. /usr/lib/python3.6/site-packages/spacewalk/susemanager/__pycache__/helpers.cpython-36.pyc S.5....T. /usr/lib/python3.6/site-packages/spacewalk/susemanager/mgr_sync/__pycache__/__init__.cpython-36.pyc...

Customer does have valid SUSE subscriptions. Let's wait for their feedback, anyway "mgr-sync refresh" should work, and it does more things than the spacewalk-repo-sync command (imagine that the customer gets...

spacewalk-common-channels can add all 4 channels. They sync properly, with the exception of the errata for the updates one.

Just noticed that the openeuler2203-uyuni-client and openeuler2203-uyuni-client-devel channels had a bad string for x86_64 arch, hence they couldn't be generated. I just fixed that.

> Almost there. You also need to add a changelog entry for the `susemanager`, as you also changed the b ootstrap repo definitions :-) "rpm -qf mgr_bootstrap_data.py" yielded "susemanager-tools", and...

> @raulillo82 here are the files which also need no be adjusted for salt ssh and bootstrapping with the script: https://github.com/uyuni-project/uyuni/blob/master/susemanager-utils/susemanager-sls/salt-ssh/preflight.sh https://github.com/uyuni-project/uyuni/blob/master/spacewalk/certs-tools/rhn_bootstrap_strings.py > > The logic for both is identical...