Bug 1214496 - [doc] Issue in "SYSTEM ATTRIBUTES COLLECTED BY SCC"
Summary: [doc] Issue in "SYSTEM ATTRIBUTES COLLECTED BY SCC"
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Non-product-specific documentation
Component: SLE Family (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Tomáš Bažant
QA Contact: Tanja Roth
URL:
Whiteboard: https://jira.suse.com/browse/DOCTEAM-...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-23 07:05 UTC by Olli Tuominen
Modified: 2024-05-24 12:33 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
suma-to-scc.txt (26.30 KB, text/plain)
2024-05-23 11:08 UTC, Michael Calmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Tuominen 2023-08-23 07:05:55 UTC
SYSTEM ATTRIBUTES COLLECTED BY SCC:

https://documentation.suse.com/subscription/suseconnect/html/SLE-suseconnect-visibility/index.html#id-1.8.3

Missing list of data that are sent to SCC.
Comment 2 Michael Calmer 2023-08-23 09:04:03 UTC
From Slack:

Well, we send now also Hypervisor Data. If a system is a VM and we know data about the hypervisor where it is running on, we send this now as well.


But also the written list miss data. We also send installed products. This is a list of:
identifier (string)
version (string)
release (string)
arch (string)


The virtualization info (info about the hypervisor) has this:
identifier (string)
group name (string)
Information about the Host like: name (string)
arch(string)
cores(int)
sockets(int)
threads(int)
ramMb(int)
type
And a List if virtual systems running on this hypervisor with these informations:
UUID (string)
vm_name(string)
vm_state(string)


In case you disable forwarding of registration in SUSE Manager, we only use the credentials to authenticate to fetch data from SCC, we send nothing.

All this apply to SUMA - not sure if RMT/SMT or SUSEConnect does different things.
Comment 3 Tomáš Bažant 2024-05-23 09:43:48 UTC
(In reply to Michael Calmer from comment #2)
> From Slack:
> 
> Well, we send now also Hypervisor Data. If a system is a VM and we know data
> about the hypervisor where it is running on, we send this now as well.
> 
> 
> But also the written list miss data. We also send installed products. This
> is a list of:
> identifier (string)
> version (string)
> release (string)
> arch (string)
> 
> 
> The virtualization info (info about the hypervisor) has this:
> identifier (string)
> group name (string)
> Information about the Host like: name (string)
> arch(string)
> cores(int)
> sockets(int)
> threads(int)
> ramMb(int)
> type
> And a List if virtual systems running on this hypervisor with these
> informations:
> UUID (string)
> vm_name(string)
> vm_state(string)
> 
> 
> In case you disable forwarding of registration in SUSE Manager, we only use
> the credentials to authenticate to fetch data from SCC, we send nothing.
> 
> All this apply to SUMA - not sure if RMT/SMT or SUSEConnect does different
> things.

Thanks Michael, can you pls provide an example to each data type so that i can populate the table correctly?
Comment 4 Michael Calmer 2024-05-23 11:08:23 UTC
Created attachment 875047 [details]
suma-to-scc.txt
Comment 5 Michael Calmer 2024-05-23 11:08:48 UTC
example added
Comment 6 Tomáš Bažant 2024-05-24 08:04:00 UTC
progress tracked in https://github.com/SUSE/doc-unversioned/pull/140
can somebody review please?