-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
assigning user id using ARM at provision time
- Loading branch information
1 parent
0307e67
commit 15fd0a0
Showing
8 changed files
with
66 additions
and
263 deletions.
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
mlos_bench/mlos_bench/config/experiments/kelly_experiment_RedisBench.jsonc
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,50 @@ | ||
{ | ||
// The name of the experiment. | ||
// This is required value and should be unique across incompatible experiments | ||
// (e.g., those with differing tunables, scripts, versions, etc.), since it also | ||
// controls how trial data is stored and reloaded to resume and repopulate the | ||
// optimizer state. | ||
"experiment_id": "RedisTest10", | ||
|
||
// Any global parameter can be used as a dollar variable in the global config: | ||
"deploymentName": "$experiment_id", | ||
"vmName": "$experiment_id-vm", | ||
|
||
"subscription": "84334f8c-9e72-424d-8fc2-fd6da32e9ad6", | ||
"managedIdentityClientId": "cb2dbf06-0b16-4058-8e33-7561327c8bcf", | ||
"managedIdentityName": "workfm-managed-identity", | ||
"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", | ||
|
||
"resourceGroup": "t-kellyko-WorkFM", | ||
"location": "eastus2", | ||
|
||
"virtualNetworkName": "kelkost-dv-node-vnet", | ||
"subnetName": "default", | ||
|
||
"storageAccountName": "eastus2benchbasestorage", | ||
"storageFileShareName": "eastus2benchbasestoragefileshare", | ||
|
||
"vmSize": "Standard_B2s", | ||
"ubuntuOSVersion": "18.04-LTS", | ||
|
||
"tunable_params_map": { | ||
|
||
// VM provisioning parameter groups (see `azure-vm-tunables.jsonc`): | ||
// ["azure-vm"] (not used at the moment) | ||
"provision": [], | ||
|
||
// Boot-time Linux parameter groups (see `linux-boot-tunables.jsonc`): | ||
// ["linux-kernel-boot"] | ||
"linux-boot": ["linux-kernel-boot"], | ||
|
||
// Runtime Linux parameter groups (see `linux-runtime-tunables.jsonc`): | ||
// ["linux-swap", "linux-hugepages-2048kB", "linux-scheduler"] | ||
"linux-runtime": ["linux-scheduler"], | ||
|
||
// Redis config parameter groups (see `redis-tunables.jsonc`): | ||
// ["redis"] | ||
"redis": [] | ||
}, | ||
|
||
"optimization_targets": {"score": "min"} | ||
} |
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
Oops, something went wrong.