-
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 #1175 from ministryofjustice/TM/combine-bods-insta…
…llers Tm/combine bods installers
- Loading branch information
Showing
4 changed files
with
213 additions
and
1,008 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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
$GlobalConfig = @{ | ||
"all" = @{ | ||
"WindowsClientS3Bucket" = "mod-platform-image-artefact-bucket20230203091453221500000001" | ||
"WindowsClientS3Folder" = "hmpps/ncr" | ||
"Oracle19c64bitClientS3File" = "WINDOWS.X64_193000_client.zip" | ||
"ORACLE_19C_HOME" = "E:\app\oracle\product\19.0.0\client_1" | ||
"ORACLE_BASE" = "E:\app\oracle" | ||
"IPSS3File" = "51054521.ZIP" # Information Platform Services 4.2 SP8 Patch 1 | ||
"DataServicesS3File" = "51054517_4.ZIP" # Data Services 4.2 SP 14 as per Azure machines for NCR BODS | ||
"LINK_DIR" = "E:\SAP BusinessObjects\Data Services" | ||
"BIP_INSTALL_DIR" = "E:\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0" | ||
"RegistryPath" = "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\winlogon" | ||
"LegalNoticeCaption" = "IMPORTANT" | ||
"LegalNoticeText" = "This system is restricted to authorized users only. Individuals who attempt unauthorized access will be prosecuted. If you are unauthorized terminate access now. Click OK to indicate your acceptance of this information" | ||
"WorkingDirectory" = "E:\Software" | ||
"AppDirectory" = "E:\App" | ||
} | ||
"nomis-combined-reporting-development" = @{ | ||
} | ||
"nomis-combined-reporting-test" = @{ | ||
# "sysDbName" = "" | ||
# "audDbName" = "" | ||
"tnsorafile" = "NCR\tnsnames_T1_BODS.ora" | ||
"cmsPrimaryNode" = "t1-ncr-bods-1" | ||
# "cmsPrimaryNode" = "t1-tst-bods-asg" # Use this value when testing | ||
# "cmsSecondaryNode" = "t1-ncr-bods-2" | ||
"serviceUser" = "svc_nart" | ||
"serviceUserPath" = "OU=Service,OU=Users,OU=NOMS RBAC,DC=AZURE,DC=NOMS,DC=ROOT" | ||
"nartComputersOU" = "OU=Nart,OU=MODERNISATION_PLATFORM_SERVERS,DC=AZURE,DC=NOMS,DC=ROOT" | ||
"serviceUserDescription" = "NART service user for AWS in AZURE domain" | ||
"domain" = "AZURE" | ||
} | ||
"nomis-combined-reporting-preproduction" = @{ | ||
# "sysDbName" = "" | ||
# "audDbName" = "" | ||
"tnsorafile" = "NCR\tnsnames_PP_BODS.ora" | ||
"cmsPrimaryNode" = "pp-ncr-bods-1" | ||
# "cmsSecondaryNode" = "pp-ncr-bods-2" | ||
"serviceUser" = "svc_nart" | ||
"serviceUserPath" = "OU=SERVICE_ACCOUNTS,OU=RBAC,DC=AZURE,DC=HMPP,DC=ROOT" | ||
"nartComputersOU" = "OU=Nart,OU=MODERNISATION_PLATFORM_SERVERS,DC=AZURE,DC=HMPP,DC=ROOT" | ||
"serviceUserDescription" = "NART service user for AWS in HMPP domain" | ||
"domain" = "HMPP" | ||
} | ||
"nomis-combined-reporting-production" = @{ | ||
# "sysDbName" = "" | ||
# "audDbName" = "" | ||
# "tnsorafile" = "NCR\tnsnames_PD_BODS.ora" | ||
# "cmsPrimaryNode" = "pd-ncr-bods-1" | ||
# "cmsSecondaryNode" = "pd-ncr-bods-2" | ||
"serviceUser" = "svc_nart" | ||
"serviceUserPath" = "OU=SERVICE_ACCOUNTS,OU=RBAC,DC=AZURE,DC=HMPP,DC=ROOT" | ||
"nartComputersOU" = "OU=Nart,OU=MODERNISATION_PLATFORM_SERVERS,DC=AZURE,DC=HMPP,DC=ROOT" | ||
"serviceUserDescription" = "NART service user for AWS in HMPP domain" | ||
"domain" = "HMPP" | ||
} | ||
} |
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,59 @@ | ||
$GlobalConfig = @{ | ||
"all" = @{ | ||
"WindowsClientS3Bucket" = "mod-platform-image-artefact-bucket20230203091453221500000001" | ||
"WindowsClientS3Folder" = "hmpps/onr" | ||
"Oracle19c64bitClientS3File" = "WINDOWS.X64_193000_client.zip" | ||
"ORACLE_19C_HOME" = "E:\app\oracle\product\19.0.0\client_1" | ||
"ORACLE_BASE" = "E:\app\oracle" | ||
"IPSS3File" = "51054935.ZIP" # Information Platform Services 4.2 SP9 Patch 0 | ||
"DataServicesS3File" = "DS4214P_11-20011165.exe" # Data Services 4.2 SP14 Patch 11 | ||
"LINK_DIR" = "E:\SAP BusinessObjects\Data Services" | ||
"BIP_INSTALL_DIR" = "E:\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0" | ||
"RegistryPath" = "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\winlogon" | ||
"LegalNoticeCaption" = "IMPORTANT" | ||
"LegalNoticeText" = "This system is restricted to authorized users only. Individuals who attempt unauthorized access will be prosecuted. If you are unauthorized terminate access now. Click OK to indicate your acceptance of this information" | ||
"WorkingDirectory" = "E:\Software" | ||
"AppDirectory" = "E:\App" | ||
} | ||
"oasys-national-reporting-development" = @{ | ||
|
||
} | ||
"oasys-national-reporting-test" = @{ | ||
"sysDbName" = "T2BOSYS" | ||
"audDbName" = "T2BOAUD" | ||
"tnsorafile" = "ONR\tnsnames_T2_BODS.ora" | ||
"cmsPrimaryNode" = "t2-onr-bods-1" | ||
# "cmsPrimaryNode" = "t2-tst-bods-asg" # Use this value when testing | ||
"cmsSecondaryNode" = "t2-onr-bods-2" | ||
# "cmsSecondaryNode" = "t2-tst-bods-asg" # Use this value when testing | ||
"serviceUser" = "svc_nart" | ||
"serviceUserPath" = "OU=Service,OU=Users,OU=NOMS RBAC,DC=AZURE,DC=NOMS,DC=ROOT" | ||
"nartComputersOU" = "OU=Nart,OU=MODERNISATION_PLATFORM_SERVERS,DC=AZURE,DC=NOMS,DC=ROOT" | ||
"serviceUserDescription" = "Onr BODS service user for AWS in AZURE domain" | ||
"domain" = "AZURE" | ||
} | ||
"oasys-national-reporting-preproduction" = @{ | ||
"sysDbName" = "PPBOSYS" | ||
"audDbName" = "PPBOAUD" | ||
"tnsorafile" = "ONR\tnsnames_PP_BODS.ora" | ||
"cmsPrimaryNode" = "pp-onr-bods-1" | ||
"cmsSecondaryNode" = "pp-onr-bods-2" | ||
"serviceUser" = "svc_nart" | ||
"serviceUserPath" = "OU=SERVICE_ACCOUNTS,OU=RBAC,DC=AZURE,DC=HMPP,DC=ROOT" | ||
"nartComputersOU" = "OU=Nart,OU=MODERNISATION_PLATFORM_SERVERS,DC=AZURE,DC=HMPP,DC=ROOT" | ||
"serviceUserDescription" = "Onr BODS service user for AWS in HMPP domain" | ||
"domain" = "HMPP" | ||
} | ||
"oasys-national-reporting-production" = @{ | ||
# "sysDbName" = "PDBOSYS" | ||
# "audDbName" = "PDBOAUD" | ||
# "tnsorafile" = "ONR\tnsnames_PD_BODS.ora" | ||
# "cmsPrimaryNode" = "pd-onr-bods-1" | ||
# "cmsSecondaryNode" = "pd-onr-bods-2" | ||
"serviceUser" = "svc_nart" | ||
"serviceUserPath" = "OU=SERVICE_ACCOUNTS,OU=RBAC,DC=AZURE,DC=HMPP,DC=ROOT" | ||
"nartComputersOU" = "OU=Nart,OU=MODERNISATION_PLATFORM_SERVERS,DC=AZURE,DC=HMPP,DC=ROOT" | ||
"serviceUserDescription" = "Onr BODS service user for AWS in HMPP domain" | ||
"domain" = "HMPP" | ||
} | ||
} |
Oops, something went wrong.