Skip to content

Commit

Permalink
Add rhc_client_id to floorist query (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruai authored Dec 1, 2023
1 parent 964adba commit b6222c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,8 @@ objects:
"system_profile_facts"->'subscription_status' AS "subscription_status",
"system_profile_facts"->'ansible' AS "ansible_workload",
"system_profile_facts"->'mssql' AS "mssql_workload",
"system_profile_facts"->'sap' AS "sap_workload"
"system_profile_facts"->'sap' AS "sap_workload",
"system_profile_facts"->'rhc_client_id' AS "rhc_client_id"
FROM "hosts"
parameters:
- name: LOG_LEVEL
Expand Down

0 comments on commit b6222c2

Please sign in to comment.