Skip to content

Commit

Permalink
Merge pull request #111 from m-lab/sandbox-kinkade
Browse files Browse the repository at this point in the history
Replaces token/bmc extension URLs with new extension server ones
  • Loading branch information
nkinkade authored May 9, 2023
2 parents 38e87b6 + f954e3c commit 7d5d573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage/extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ var (
// Extensions is a static map of operation names to extension URLS for testing.
// TODO: save/retrieve extension configuration in/from datastore.
Extensions = map[string]string{
"allocate_k8s_token": "http://token-server-platform-cluster.%s.measurementlab.net:8800/v1/allocate_k8s_token",
"bmc_store_password": "http://bmc-store-password-platform-cluster.%s.measurementlab.net:8801/v1/bmc_store_password",
"test_op": "http://soltesz-epoxy-testing-instance-1.c.%s.internal:8001/operation",
"allocate_k8s_token": "http://epoxy-extension-server.%s.measurementlab.net:8800/v2/allocate_k8s_token",
"bmc_store_password": "http://epoxy-extension-server.%s.measurementlab.net:8800/v1/bmc_store_password",
"test_op": "http://soltesz-epoxy-testing-instance-1.c.%s.internal:8001/operation",
}
)

Expand Down

0 comments on commit 7d5d573

Please sign in to comment.