-
Notifications
You must be signed in to change notification settings - Fork 1
Establish atix main #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3c763fd to
4dd4dd3
Compare
* Obtain the VM Name from the instance metadata API * Obtain the Resource Group Name from the instance metadata API * These items will improve deduplication logic within Subscription Watch metering
44a22b9 to
1b10d0b
Compare
* Card ID: CCT-654 Since the feature is not completed yet, we're disabling it client-side.
36239ee to
209bcf1
Compare
- update metadata and test.
…-facts Collect Azure VM Name and Resource Group Name as a cloud fact.
eb18d10 to
752175a
Compare
…le-autoreg/el10 feat: Disable anonymous cloud registration temporarily
The installation instructions now support RHEL in addition to Fedora. The guide has been tested on RHEL 9.2. There are small touches to the commands in INSTALL.md too: * PYTHONPATH is not a shell command, it doesn’t require explicit ./ for the current directory. * An alias pointing to the python executable in the virtual environment makes it work without having to activate it. The testing guide explicitly mentions requirements in the test-requirements.txt file and discourages from using ./setup.py test. Card IDs: * CCT-655 * CCT-656
67d9abb to
9273491
Compare
* Card ID: CCT-612
…nly-registration feat: Require SCA for registration
Currently translated at 100.0% (692 of 692 strings) Translated using Weblate (Japanese) Currently translated at 100.0% (692 of 692 strings) Translated using Weblate (Korean) Currently translated at 100.0% (692 of 692 strings) Translated using Weblate (Korean) Currently translated at 100.0% (692 of 692 strings) Translated using Weblate (Korean) Currently translated at 100.0% (692 of 692 strings) Co-authored-by: 김인수 <[email protected]> Translate-URL: https://translate.fedoraproject.org/projects/subscription-manager/subscription-manager-main/ja/ Translate-URL: https://translate.fedoraproject.org/projects/subscription-manager/subscription-manager-main/ko/ Translation: subscription-manager/subscription-manager-main
Currently translated at 61.7% (427 of 692 strings) Co-authored-by: Aleksey Fedorov <[email protected]> Translate-URL: https://translate.fedoraproject.org/projects/subscription-manager/subscription-manager-main/ru/ Translation: subscription-manager/subscription-manager-main
Created by command: /usr/bin/tito tag --use-version=1.30.0
- call the cloud endpoint without the new version, and with the Accept for the existing endpoint - use cache.CloudTokenCache._get_from_server() directly: the v1 autoregistration does not need any caching of the received token, so use the internal API of CloudTokenCache only to fetch the token - the received token is the JWT token to use directly, without any inspection or unpacking: pass it directly to _auto_register_standard() - drop the leftover commented code for autoregistration v2 for now
Created by command: /usr/bin/tito tag
C10S, being a development build, doesn't always have all packages set up correctly. As of now, two packages (rpm-devel, python3-rpm) depend on different releases of rpm-libs, making the dnf command fail. To make these issues more obvious next time, `set -euo pipefail` will ensure the script fails instead of continuing.
Change "reverse proxy" in rhsm.conf man page to simply "proxy" Fixes: https://issues.redhat.com/browse/RHEL-52660 Fixes: https://issues.redhat.com/browse/CCT-682
dd2806a to
4cfef3d
Compare
4cfef3d to
444d1ee
Compare
Fixes OR-4461 Co-Authored-by: Bernhard Suttner <[email protected]>
Fixes OR-4769
Candlepin 4.4 has started to deliver quote baseurl's. Apparently this is considered a bug, but there is no telling when it will be fixed on the candlepin side. In addition unquote() should not harm strings that are not quoted, so this works either way. (cherry picked from commit 805d69b459c8fa17939b7e94e3f55d75058dc3b8)
(cherry picked from commit 9552aaa)
The script is only required in debian/ubuntu installations
444d1ee to
c1255fb
Compare
m-bucher
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it works, I guess this is OK (even without detailed review 😅 )
|
root@debian12:~# subscription-manager register --org="Example" --name="debian12.master.dev.atix" --activationkey="ac_Debian12" --force |
No description provided.