Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Updated sgx driver download urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Campbell committed Feb 28, 2020
1 parent a9002c6 commit 6475526
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parts/k8s/cloud-init/artifacts/cse_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ installSGXDrivers() {
VERSION=$(grep DISTRIB_RELEASE /etc/*-release| cut -f 2 -d "=")
case $VERSION in
"18.04")
SGX_DRIVER_URL="https://download.01.org/intel-sgx/dcap-1.2/linux/dcap_installers/ubuntuServer18.04/sgx_linux_x64_driver_1.12_c110012.bin"
SGX_DRIVER_URL="https://download.01.org/intel-sgx/latest/dcap-latest/linux/distro/ubuntuServer18.04/sgx_linux_x64_driver_1.21.bin"
;;
"16.04")
SGX_DRIVER_URL="https://download.01.org/intel-sgx/dcap-1.2/linux/dcap_installers/ubuntuServer16.04/sgx_linux_x64_driver_1.12_c110012.bin"
SGX_DRIVER_URL="https://download.01.org/intel-sgx/latest/dcap-latest/linux/distro/ubuntuServer18.04/sgx_linux_x64_driver_1.21.bin"
;;
"*")
echo "$VERSION is not supported"
Expand Down
51 changes: 51 additions & 0 deletions test/e2e/test_cluster_configs/sgx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"env": {
"REGION_OPTIONS": "westeurope",
"GINKGO_SKIP": "should have healthy time synchronization|should create a pv by deploying a pod that consumes a pvc"
},
"options": {
"allowedOrchestratorVersions": [
"1.13",
"1.14",
"1.15",
"1.16"
]
},
"apiModel": {
"apiVersion": "vlabs",
"properties": {
"orchestratorProfile": {
"orchestratorType": "Kubernetes"
},
"masterProfile": {
"count": 1,
"vmSize": "Standard_D2s_v3",
"dnsPrefix": ""
},
"agentPoolProfiles": [
{
"name": "agentpool",
"count": 1,
"availabilityProfile": "VirtualMachineScaleSets",
"distro": "aks-ubuntu-18.04",
"vmSize": "Standard_DC2s",
"storageProfile": "ManagedDisks"
}
],
"linuxProfile": {
"adminUsername": "azureuser",
"ssh": {
"publicKeys": [
{
"keyData": ""
}
]
}
},
"servicePrincipalProfile": {
"clientId": "",
"secret": ""
}
}
}
}

0 comments on commit 6475526

Please sign in to comment.