-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from PSNAppz/develop
Bridge Workflow updates and fixes
- Loading branch information
Showing
9 changed files
with
37 additions
and
12 deletions.
There are no files selected for viewing
7 changes: 3 additions & 4 deletions
7
.github/workflows/push_trigger.yml → .github/workflows/publish-trigger.yml
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
OpenG2P G2P Bridge installation using Rancher. |
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,20 @@ | ||
questions: | ||
- variable: global.g2pBridgeHostname | ||
description: Hostname under which all Bridge services will be accessed | ||
type: string | ||
label: G2P Bridge Hostname | ||
|
||
- variable: openg2p-g2p-bridge-api.enabled | ||
description: Install G2P Bridge API | ||
type: boolean | ||
label: G2P Bridge API | ||
|
||
- variable: openg2p-g2p-bridge-celery-beat-producers.enabled | ||
description: Install G2P Bridge Celery Beat Producers | ||
type: boolean | ||
label: G2P Bridge Celery Beat Producers | ||
|
||
- variable: openg2p-g2p-bridge-celery-workers.enabled | ||
description: Install G2P Bridge Celery Workers | ||
type: boolean | ||
label: G2P Bridge Celery Workers |
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