This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Add cmd scripts for SemVer 2.0.0 V3 jobs #157
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
cde19c9
Include SemVer 2.0.0 parameters for registration cmds
joelverhagen 47eea9a
Undo
joelverhagen 2eae2f3
Add new catalog2lucene and catalog2registration startup scripts
joelverhagen aa2b2af
Remove catalog2lucene scripts
joelverhagen 5ce3d6b
Revert "Remove catalog2lucene scripts"
joelverhagen 2fcb5d2
Update csproj
joelverhagen 51dd15b
Add new scripts to the nuspec
joelverhagen 93ded04
Merge branch 'dev' into update-cmd
joelverhagen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
@echo OFF | ||
|
||
cd Ng | ||
|
||
:Top | ||
echo "Starting job - #{Jobs.catalog2lucenev3reg2secondary.Title}" | ||
|
||
title #{Jobs.catalog2lucenev3reg2secondary.Title} | ||
|
||
start /w ng.exe catalog2lucene ^ | ||
-source #{Jobs.catalog2lucenev3reg2secondary.Source} ^ | ||
-luceneDirectoryType azure ^ | ||
-luceneStorageAccountName #{Jobs.common.v3.Storage.Secondary.Name} ^ | ||
-luceneStorageKeyValue #{Jobs.common.v3.Storage.Secondary.Key} ^ | ||
-luceneStorageContainer #{Jobs.catalog2lucenev3reg2secondary.LuceneContainer} ^ | ||
-registration #{Jobs.catalog2lucenev3reg2secondary.Registration} ^ | ||
-instrumentationkey #{Jobs.common.v3.Logging.InstrumentationKey} ^ | ||
-vaultName #{Deployment.Azure.KeyVault.VaultName} ^ | ||
-clientId #{Deployment.Azure.KeyVault.ClientId} ^ | ||
-certificateThumbprint #{Deployment.Azure.KeyVault.CertificateThumbprint} ^ | ||
-verbose true ^ | ||
-interval #{Jobs.common.v3.Interval} | ||
|
||
echo "Finished #{Jobs.catalog2lucenev3reg2secondary.Title}" | ||
|
||
goto Top |
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,26 @@ | ||
@echo OFF | ||
|
||
cd Ng | ||
|
||
:Top | ||
echo "Starting job - #{Jobs.catalog2lucenev3reg2.Title}" | ||
|
||
title #{Jobs.catalog2lucenev3reg2.Title} | ||
|
||
start /w ng.exe catalog2lucene ^ | ||
-source #{Jobs.common.v3.Source} ^ | ||
-luceneDirectoryType azure ^ | ||
-luceneStorageAccountName #{Jobs.common.v3.Storage.Primary.Name} ^ | ||
-luceneStorageKeyValue #{Jobs.common.v3.Storage.Primary.Key} ^ | ||
-luceneStorageContainer #{Jobs.catalog2lucenev3reg2.LuceneContainer} ^ | ||
-registration #{Jobs.catalog2lucenev3reg2.Registration} ^ | ||
-instrumentationkey #{Jobs.common.v3.Logging.InstrumentationKey} ^ | ||
-vaultName #{Deployment.Azure.KeyVault.VaultName} ^ | ||
-clientId #{Deployment.Azure.KeyVault.ClientId} ^ | ||
-certificateThumbprint #{Deployment.Azure.KeyVault.CertificateThumbprint} ^ | ||
-verbose true ^ | ||
-interval #{Jobs.common.v3.Interval} | ||
|
||
echo "Finished #{Jobs.catalog2lucenev3reg2.Title}" | ||
|
||
goto Top |
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,37 @@ | ||
@echo OFF | ||
|
||
cd Ng | ||
|
||
:Top | ||
echo "Starting job - #{Jobs.catalog2registrationv3reg2secondary.Title}" | ||
|
||
title #{Jobs.catalog2registrationv3reg2secondary.Title} | ||
|
||
start /w ng.exe catalog2registration ^ | ||
-source #{Jobs.catalog2registrationv3reg2secondary.Source} ^ | ||
-contentBaseAddress #{Jobs.catalog2registrationv3reg2secondary.ContentBaseAddress} ^ | ||
-storageType azure ^ | ||
-instrumentationkey #{Jobs.common.v3.Logging.InstrumentationKey} ^ | ||
-vaultName #{Deployment.Azure.KeyVault.VaultName} ^ | ||
-clientId #{Deployment.Azure.KeyVault.ClientId} ^ | ||
-certificateThumbprint #{Deployment.Azure.KeyVault.CertificateThumbprint} ^ | ||
-verbose true ^ | ||
-interval #{Jobs.common.v3.Interval} ^ | ||
-storageBaseAddress #{Jobs.catalog2registrationv3reg2secondary.StorageBaseAddress} ^ | ||
-storageAccountName #{Jobs.common.v3.Storage.Secondary.Name} ^ | ||
-storageKeyValue #{Jobs.common.v3.Storage.Secondary.Key} ^ | ||
-storageContainer #{Jobs.catalog2registrationv3reg2secondary.StorageContainer} ^ | ||
-useCompressedStorage #{Jobs.catalog2registrationv3reg2secondary.UseCompressedStorage} ^ | ||
-compressedStorageBaseAddress #{Jobs.catalog2registrationv3reg2secondary.StorageBaseAddressCompressed} ^ | ||
-compressedStorageAccountName #{Jobs.common.v3.Storage.Secondary.Name} ^ | ||
-compressedStorageKeyValue #{Jobs.common.v3.Storage.Secondary.Key} ^ | ||
-compressedStorageContainer #{Jobs.catalog2registrationv3reg2secondary.StorageContainerCompressed} ^ | ||
-useSemVer2Storage #{Jobs.catalog2registrationv3reg2secondary.UseSemVer2Storage} ^ | ||
-semVer2StorageBaseAddress #{Jobs.catalog2registrationv3reg2secondary.StorageBaseAddressSemVer2} ^ | ||
-semVer2StorageAccountName #{Jobs.common.v3.Storage.Secondary.Name} ^ | ||
-semVer2StorageKeyValue #{Jobs.common.v3.Storage.Secondary.Key} ^ | ||
-semVer2StorageContainer #{Jobs.catalog2registrationv3reg2secondary.StorageContainerSemVer2} | ||
|
||
echo "Finished #{Jobs.catalog2registrationv3reg2secondary.Title}" | ||
|
||
goto Top |
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,37 @@ | ||
@echo OFF | ||
|
||
cd Ng | ||
|
||
:Top | ||
echo "Starting job - #{Jobs.catalog2registrationv3reg2.Title}" | ||
|
||
title #{Jobs.catalog2registrationv3reg2.Title} | ||
|
||
start /w ng.exe catalog2registration ^ | ||
-source #{Jobs.common.v3.Source} ^ | ||
-contentBaseAddress #{Jobs.catalog2registrationv3reg2.ContentBaseAddress} ^ | ||
-storageType azure ^ | ||
-instrumentationkey #{Jobs.common.v3.Logging.InstrumentationKey} ^ | ||
-vaultName #{Deployment.Azure.KeyVault.VaultName} ^ | ||
-clientId #{Deployment.Azure.KeyVault.ClientId} ^ | ||
-certificateThumbprint #{Deployment.Azure.KeyVault.CertificateThumbprint} ^ | ||
-verbose true ^ | ||
-interval #{Jobs.common.v3.Interval} ^ | ||
-storageBaseAddress #{Jobs.catalog2registrationv3reg2.StorageBaseAddress} ^ | ||
-storageAccountName #{Jobs.common.v3.c2r.StorageAccountName} ^ | ||
-storageKeyValue #{Jobs.common.v3.c2r.StorageAccountKey} ^ | ||
-storageContainer #{Jobs.catalog2registrationv3reg2.StorageContainer} ^ | ||
-useCompressedStorage #{Jobs.catalog2registrationv3reg2.UseCompressedStorage} ^ | ||
-compressedStorageBaseAddress #{Jobs.catalog2registrationv3reg2.StorageBaseAddressCompressed} ^ | ||
-compressedStorageAccountName #{Jobs.common.v3.c2r.StorageAccountName} ^ | ||
-compressedStorageKeyValue #{Jobs.common.v3.c2r.StorageAccountKey} ^ | ||
-compressedStorageContainer #{Jobs.catalog2registrationv3reg2.StorageContainerCompressed} ^ | ||
-useSemVer2Storage #{Jobs.catalog2registrationv3reg2.UseSemVer2Storage} ^ | ||
-semVer2StorageBaseAddress #{Jobs.catalog2registrationv3reg2.StorageBaseAddressSemVer2} ^ | ||
-semVer2StorageAccountName #{Jobs.common.v3.c2r.StorageAccountName} ^ | ||
-semVer2StorageKeyValue #{Jobs.common.v3.c2r.StorageAccountKey} ^ | ||
-semVer2StorageContainer #{Jobs.catalog2registrationv3reg2.StorageContainerSemVer2} | ||
|
||
echo "Finished #{Jobs.catalog2registrationv3reg2.Title}" | ||
|
||
goto Top |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this
Jobs.common.v3.Source
but the source for secondary above isJobs.catalog2lucenev3reg2secondary.Source
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The secondary registration and lucene jobs read from a different catalog URL.