forked from SatelliteQE/robottelo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove everything relating to old ini-based config (SatelliteQE#8662)
* Remove ini-based config functionality Refactor config helpers and references * Remove everything related to old ini-based configs Remove ini base config, facade, casts Refactor sections that referenced ini-based configs Consolidate settings helpers Refactor virt-who settings Update settings template files And many more!
- Loading branch information
1 parent
65284e5
commit c7040a0
Showing
136 changed files
with
1,256 additions
and
4,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,9 +38,7 @@ jobs: | |
pip install --compile --no-cache-dir pycurl | ||
pip install -U -r requirements.txt -r requirements-optional.txt | ||
for conffile in conf/*.yaml.template; do mv -- "$conffile" "${conffile%.yaml.template}.yaml"; done | ||
cp robottelo.properties.sample robottelo.properties | ||
cp broker_settings.yaml.example broker_settings.yaml | ||
cp virtwho.properties.sample virtwho.properties | ||
- name: Pre Commit Checks | ||
uses: pre-commit/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,9 +37,7 @@ jobs: | |
pip install --compile --no-cache-dir pycurl | ||
pip install -U -r requirements.txt -r requirements-optional.txt | ||
for conffile in conf/*.yaml.template; do mv -- "$conffile" "${conffile%.yaml.template}.yaml"; done | ||
cp robottelo.properties.sample robottelo.properties | ||
cp broker_settings.yaml.example broker_settings.yaml | ||
cp virtwho.properties.sample virtwho.properties | ||
- name: Pre Commit Checks | ||
uses: pre-commit/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
AZURERM: | ||
# Client ID of the AzureRM account | ||
# CLIENT_ID: | ||
CLIENT_ID: | ||
# Client Secret of the AzureRM account | ||
# CLIENT_SECRET: | ||
CLIENT_SECRET: | ||
# The subscription ID is a GUID that uniquely identifies your subscription to use Azure services. | ||
# SUBSCRIPTION_ID: | ||
SUBSCRIPTION_ID: | ||
# Tenant ID, the ID of the AAD directory in which you created the application | ||
# TENANT_ID: | ||
TENANT_ID: | ||
# Azure Region | ||
AZURE_REGION: East US | ||
# SSH Public Key of the user from which login as passwordless in VM | ||
# SSH_PUB_KEY: | ||
SSH_PUB_KEY: | ||
# Username of admin user(non-root) | ||
# USERNAME: | ||
USERNAME: | ||
# Password of the admin user | ||
# PASSWORD: | ||
PASSWORD: | ||
# Azure Private subnet details | ||
AZURE_SUBNET: SATQE-vnet-default 10.0.0.0/24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
CERTS: | ||
# CERT_FILE: "~/certs/server.crt" | ||
# KEY_FILE: "~/certs/server.key" | ||
# REQ_FILE: "~/certs/server.csr" | ||
CERT_FILE: "~/certs/server.crt" | ||
KEY_FILE: "~/certs/server.key" | ||
REQ_FILE: "~/certs/server.csr" | ||
# CA cert (a.k.a cacert.crt or rootCA.pem) can be used as bundle file. | ||
# CA_BUNDLE_FILE: "~/certs/rootCA.pem" | ||
CA_BUNDLE_FILE: "~/certs/rootCA.pem" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLIENTS: | ||
# Provisioning server hostname where the clients will be created | ||
PROVISIONING_SERVER: | ||
# Path on the provisioning server where the virtual images will be stored, default "/var/lib/libvirt/images/" | ||
IMAGE_DIR: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
DISCOVERY: | ||
# SATELLITE_VERSION_SHORT: "@jinja {{this.robottelo.satellite_version | replace('.', '')}}" | ||
# DISCOVERY_ISO: "discovery_image_sat{this[discovery].satellite_version_short}.iso" | ||
SATELLITE_VERSION_SHORT: "@jinja {{this.robottelo.satellite_version | replace('.', '')}}" | ||
DISCOVERY_ISO: "discovery_image_sat{this[discovery].satellite_version_short}.iso" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
DOCKER: | ||
# External docker registry URL in the format http[s]://<server>[:<port>] | ||
# EXTERNAL_REGISTRY_1: | ||
EXTERNAL_REGISTRY_1: | ||
# Private docker registry URL in the format http[s]://<server>[:<port>] | ||
PRIVATE_REGISTRY_URL: https://registry.hub.docker.com | ||
# Private docker registry name | ||
# PRIVATE_REGISTRY_NAME: username/imagename | ||
PRIVATE_REGISTRY_NAME: username/imagename | ||
# Private docker registry username | ||
# PRIVATE_REGISTRY_USERNAME: | ||
PRIVATE_REGISTRY_USERNAME: | ||
# Private docker registry password | ||
# PRIVATE_REGISTRY_PASSWORD: | ||
PRIVATE_REGISTRY_PASSWORD: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
EC2: | ||
# AWS EC2 to be added as a compute resource. | ||
# Access key ID of the IAM user | ||
# ACCESS_KEY: access_key | ||
ACCESS_KEY: access_key | ||
# Secret access key of the IAM user | ||
# SECRET_KEY: secret_key | ||
SECRET_KEY: secret_key | ||
# AWS region for the compute resources | ||
REGION: us-west-2 | ||
# Compute resource profile image | ||
# IMAGE: ami-image | ||
IMAGE: ami-image | ||
# Compute resource profile availability zone | ||
AVAILABILITY_ZONE: us-west-2a | ||
# Compute resource profile subnet <IP>/<bitmask> | ||
# SUBNET: | ||
SUBNET: | ||
# Compute resource profile security groups list | ||
# SECURITY_GROUPS: secgrp | ||
SECURITY_GROUPS: secgrp | ||
# Compute resource profile security managed ip, available values Private, Public | ||
MANAGED_IP: Private |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
GCE: | ||
# Google Provider as Compute Resource | ||
# Project name in Google provider | ||
# PROJECT_ID: example-project-id | ||
PROJECT_ID: # example-project-id | ||
# Service Account email id which has compute admin permission | ||
# CLIENT_EMAIL: [email protected] | ||
CLIENT_EMAIL: [email protected] | ||
# client json Certificate path which is local path on satellite | ||
# CERT_PATH: /path/to/certificate.json | ||
CERT_PATH: /path/to/certificate.json | ||
# Zones | ||
# ZONE: example-zone | ||
ZONE: example-zone | ||
# client certificate URL | ||
# CERT_URL: /path/to/certificate/url | ||
CERT_URL: /path/to/certificate/url |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
HTTP_PROXY: | ||
# UN_AUTH_PROXY_URL: http://proxy-01.example.com:3423 | ||
# AUTH_PROXY_URL: http://proxy-02.example.com:3423 | ||
# USERNAME: auth-proxy-user | ||
# PASSWORD: auth-proxy-password | ||
UN_AUTH_PROXY_URL: # http://proxy-01.example.com:3423 | ||
AUTH_PROXY_URL: # http://proxy-02.example.com:3423 | ||
USERNAME: auth-proxy-user | ||
PASSWORD: auth-proxy-password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# For Active Directory LDAP Authentication. | ||
LDAP: | ||
# HOSTNAME: replace with AD ldap server name | ||
# 2016: <ad server 2016> | ||
# 2019: <ad server 2019> | ||
HOSTNAME: # replace with AD ldap server name | ||
2016: # <ad server 2016> | ||
2019: # <ad server 2019> | ||
USERNAME: foobar | ||
# PASSWORD: update with password | ||
# BASEDN: update base dn | ||
# GRPBASEDN: update with group base dn | ||
# REALM: update with realm address | ||
# NAMESERVER: update with the ip of the ad ldap server name | ||
# 2016: <ip_address of 2016 ad server> | ||
# 2019: <ip_address of 2019 ad server> | ||
# WORKGROUP: udpate with ldap server's domain name | ||
# 2016: <workgroup 2016 server> | ||
# 2019: <workgroup 2019 server> | ||
PASSWORD: # update with password | ||
BASEDN: # update base dn | ||
GRPBASEDN: # update with group base dn | ||
REALM: # update with realm address | ||
NAMESERVER: # update with the ip of the ad ldap server name | ||
2016: # <ip_address of 2016 ad server> | ||
2019: # <ip_address of 2019 ad server> | ||
WORKGROUP: # udpate with ldap server's domain name | ||
2016: # <workgroup 2016 server> | ||
2019: # <workgroup 2019 server> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# For Open Ldap Authentication | ||
OPEN_LDAP: | ||
# HOSTNAME: replace with env openldap server | ||
HOSTNAME: # replace with env openldap server | ||
USERNAME: cn=ldapadmin,dc=example,dc=com | ||
OPEN_LDAP_USER: foreman | ||
# PASSWORD: replace with actual password | ||
PASSWORD: # replace with actual password | ||
BASE_DN: dc=example,dc=com | ||
GROUP_BASE_DN: ou=foobargroup,ou=users,dc=example,dc=com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
OSCAP: | ||
# CONTENT_PATH: /usr/share/xml/scap/ssg/content/ssg-rhel7-ds.xml | ||
# TAILORING_PATH: http://server.example.com/pub/ssg-rhel7-ds-tailoring.xml | ||
CONTENT_PATH: /usr/share/xml/scap/ssg/content/ssg-rhel7-ds.xml | ||
TAILORING_PATH: http://server.example.com/pub/ssg-rhel7-ds-tailoring.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
REPORT_PORTAL: | ||
# URL of the Report portal instance | ||
# PORTAL_URL: https://reportportal.example.com | ||
# PROJECT: Satellite6 | ||
PORTAL_URL: https://reportportal.example.com | ||
PROJECT: Satellite6 | ||
# API key | ||
# API_KEY: rp-user-api-token | ||
API_KEY: rp-user-api-token | ||
# To skip the rerun, if the failed tests in last run more than fail_threshold | ||
# if its not set, 20% by default will be considered | ||
# FAIL_THRESHOLD: 0 | ||
FAIL_THRESHOLD: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
RHEV: | ||
# RHEV to be added as a compute resource. | ||
# RHEV API URL, e.g. https://ovirt.example.com/ovirt-engine/api | ||
# HOSTNAME: | ||
HOSTNAME: | ||
# Login for RHEVM, e.g. admin@internal | ||
# USERNAME: | ||
USERNAME: | ||
# Password for RHEVM | ||
# PASSWORD: | ||
PASSWORD: | ||
# RHEVM datacenter, e.g. Default | ||
# DATACENTER: | ||
DATACENTER: | ||
# Name of VM that should be used | ||
# VM_NAME: | ||
VM_NAME: | ||
# VM storage domain name | ||
# STORAGE_DOMAIN: | ||
STORAGE_DOMAIN: | ||
|
||
# RHEV Compute resource image data | ||
# Operating system of the image | ||
# IMAGE_OS: | ||
IMAGE_OS: | ||
# Architecture of the image | ||
# IMAGE_ARCH: | ||
IMAGE_ARCH: | ||
# Login to the image | ||
# IMAGE_USERNAME: root | ||
IMAGE_USERNAME: root | ||
# Password of that user | ||
# IMAGE_PASSWORD: | ||
IMAGE_PASSWORD: | ||
# Image name on the external provider | ||
# IMAGE_NAME: | ||
IMAGE_NAME: | ||
# Image UUID | ||
# IMAGE_UUID: | ||
IMAGE_UUID: | ||
# RHV CA cert url for adding RHV as compute resource, e.g. http://example.com/pub/rhev-ca.pem | ||
# CA_CERT: | ||
CA_CERT: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# section for RH-SSO integration | ||
RHSSO: | ||
# RH-SSO Hostname | ||
# HOST_NAME: update with rhsso host name | ||
# RH-SSO Host Url | ||
# HOST_URL: update with rhsso environment url | ||
# RH-SSO Host Admin of Realm | ||
# RH-SSO Hostname | ||
HOST_NAME: # update with rhsso host name | ||
# RH-SSO Host Url | ||
HOST_URL: # update with rhsso environment url | ||
# RH-SSO Host Admin of Realm | ||
RHSSO_USER: sat_admin | ||
# RH-SSO Host Admin Password | ||
# USER_PASSWORD: update with password | ||
# RH-SSO Host Realm | ||
# RH-SSO Host Admin Password | ||
RHSSO_PASSWORD: # update with password | ||
# RH-SSO Host Realm | ||
REALM: satqe | ||
# TOTP_SECRET: update with the totp secret token | ||
TOTP_SECRET: # update with the totp secret token |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.