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.
Satisfy validators, enable template config validation (SatelliteQE#15932
) * Satisfy validators, enable template config validation Plus make the local settings file work by adding dynaconf_merge and root_path * Update conf/rh_cloud.yaml.template Co-authored-by: Jake Callahan <[email protected]> --------- Co-authored-by: Jake Callahan <[email protected]>
- Loading branch information
1 parent
3d4eac2
commit 81071b3
Showing
6 changed files
with
10 additions
and
4 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
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 @@ | ||
GCE: | ||
# Google Provider as Compute Resource | ||
# client json Certificate path which is local path on satellite | ||
CERT_PATH: /path/to/certificate.json | ||
CERT_PATH: /usr/share/foreman/path/to/certificate.json | ||
# Zones | ||
ZONE: example-zone | ||
ZONE: northamerica-northeast1-a | ||
# client certificate | ||
CERT: "{}" # client json Certificate |
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,4 +1,5 @@ | ||
RH_CLOUD: | ||
TOKEN: this-isnt-the-token | ||
INSTALL_RHC: false | ||
ORGANIZATION: org_name | ||
ACTIVATION_KEY: ak_name | ||
|
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