-
Notifications
You must be signed in to change notification settings - Fork 7
/
manifester_settings.yaml.example
41 lines (41 loc) · 1.8 KB
/
manifester_settings.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#rhsm-manifester settings
inventory_path: "manifester_inventory.yaml"
log_level: "info"
offline_token: ""
proxies: {"https": ""}
url:
token_request: "https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token"
allocations: "https://api.access.redhat.com/management/v1/allocations"
username_prefix: "example_username" # replace value with a unique username
manifest_category:
golden_ticket:
# An offline token can be generated at https://access.redhat.com/management/api
offline_token: ""
# Value of sat_version setting should be in the form 'sat-6.14'
sat_version: "sat-6.14"
# golden_ticket manifests should not use a quantity higher than 1 for any subscription
# unless doing so is required for a test.
subscription_data:
# name should be an exact match of the subscription name as listed on the Customer Portal
- name: "Software Collections and Developer Toolset"
quantity: 1
- name: "Red Hat Ansible Automation Platform, Standard (100 Managed Nodes)"
quantity: 1
simple_content_access: "enabled"
url:
token_request: "https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token"
allocations: "https://api.access.redhat.com/management/v1/allocations"
proxies: {"https": ""}
robottelo_automation:
offline_token: ""
sat_version: "sat-6.14"
subscription_data:
- name: "Software Collections and Developer Toolset"
quantity: 3
- name: "Red Hat Ansible Automation Platform, Standard (100 Managed Nodes)"
quantity: 2
simple_content_access: "disabled"
url:
token_request: "https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token"
allocations: "https://api.access.redhat.com/management/v1/allocations"
proxies: {"https": ""}