-
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.
Refactor private base config to use BaseConfiguration base class
- Loading branch information
Showing
7 changed files
with
26 additions
and
108 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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
__pycache__ | ||
dist | ||
*.egg-info | ||
build |
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
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,21 +1,2 @@ | ||
cluster: | ||
source: | ||
# This identifies the python module containing the common platform | ||
# layer for vTDS, its version and the URL of the pip index. Any | ||
# necessary authentication is assumed to be handled by a '.netrc' | ||
# or may be injected using ARTIFACTORY_USER and | ||
# ARTIFACTORY_PASSWORD environments. | ||
# | ||
# This is included in the base configuration not to be used from | ||
# there, but as an example of what it would look like in your | ||
# first system configuration overlay to import this provider layer | ||
# implementation into your vTDS system. You must put something | ||
# like this in the first system configuration overlay your | ||
# deployment uses. Without it there will be no provider layer in | ||
# your vTDS build. The layer sources are the only special pieces | ||
# of the configuration because they are needed to get the process | ||
# going. | ||
index_url: "https://artifactory.algol60.net/artifactory/csm-python-modules/simple" | ||
package: vtds-cluster-common | ||
version: "latest" # Any version or "latest" to take the latest version | ||
nodes: {} |
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