-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
45 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 |
|---|---|---|
| @@ -1,46 +1 @@ | ||
| # this should be before the version number | ||
| download.server.url = https://software.internet2.edu/grouper | ||
| # default version to install | ||
| grouper.version = 2.4.0 | ||
| # print out autorun keys in prompts so you can easily see how to configure the autorun | ||
| grouperInstaller.print.autorunKeys = true | ||
| # default to install or upgrade (default is install) | ||
| grouperInstaller.default.installOrUpgrade = install | ||
|
|
||
| ############################## | ||
| ## Autorun properties | ||
| ## | ||
| ## If you uncomment one of these properties it will be used as empty, only uncomment to use | ||
| ## | ||
| ############################## | ||
|
|
||
| grouperInstaller.autorun.forceInstallPatch = t | ||
| grouperInstaller.autorun.installAllPatches = false | ||
| grouperInstaller.autorun.installPatchesUpToACertainPatchLevel = true | ||
| # 2.4.0-a91-u56-w11-p12-20200210-rc1 | ||
| grouperInstaller.autorun.installPatchesUpToThesePatchLevels = grouper_v2_4_0_api_patch_91,grouper_v2_4_0_ui_patch_56,grouper_v2_4_0_ws_patch_11,grouper_v2_4_0_pspng_patch_12 | ||
|
|
||
|
|
||
| #### set this to true to try to use defaults for everything. Only things without default values will need to be set | ||
| grouperInstaller.autorun.useDefaultsAsMuchAsAvailable = true | ||
| ########## AUTORUN PROPERTIES WITH NO DEFAULT OR ARE COMMONLY CHANGED | ||
| ## Note: not all of them need to be filled out for all operations | ||
| # autorun grouper system password (its not secure to have a plain text pass in a config file) | ||
| grouperInstaller.autorun.grouperSystemPassword = XXXXXXXXXX | ||
|
|
||
| grouperInstaller.autorun.deleteAndInitDatabase = t | ||
| grouperInstaller.autorun.addQuickstartData = f | ||
| grouperInstaller.autorun.installClient = f | ||
|
|
||
| grouperInstaller.autorun.installGrouperActiveMqMessaging = f | ||
| grouperInstaller.autorun.activeMqWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/ | ||
|
|
||
| grouperInstaller.autorun.installGrouperAwsSqsMessaging = t | ||
| grouperInstaller.autorun.AwsSqsWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/ | ||
|
|
||
| grouperInstaller.autorun.installGrouperRabbitMqMessaging = t | ||
| grouperInstaller.autorun.rabbitMqWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/ | ||
|
|
||
| # disable installing pspng, for now | ||
| grouperInstaller.autorun.installPspng = t | ||
| grouperInstaller.autorun.installPsp = f |