From b84c97334b09d466cbd7bd8f112c6b76f5b181d4 Mon Sep 17 00:00:00 2001 From: Tamilmani Manoharan Date: Thu, 2 May 2019 16:27:56 -0700 Subject: [PATCH 1/2] added ubuntu18 config --- test/e2e/kubernetes/cniLinux18.json | 44 +++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 test/e2e/kubernetes/cniLinux18.json diff --git a/test/e2e/kubernetes/cniLinux18.json b/test/e2e/kubernetes/cniLinux18.json new file mode 100644 index 0000000000..8735eb8924 --- /dev/null +++ b/test/e2e/kubernetes/cniLinux18.json @@ -0,0 +1,44 @@ +{ + "apiVersion":"vlabs", + "properties":{ + "orchestratorProfile":{ + "orchestratorType":"Kubernetes", + "orchestratorRelease":"1.11", + "kubernetesConfig":{ + "networkPlugin":"azure", + "networkPolicy":"azure", + "azureCNIVersion":"", + "azureCNIURLLinux":"" + } + }, + "masterProfile":{ + "count":1, + "dnsPrefix":"cniLinux", + "vmSize":"Standard_D2_v2" + }, + "agentPoolProfiles":[ + { + "name":"agentpool1", + "count":3, + "vmSize":"Standard_D2_v2", + "osType": "Linux", + "distro": "aks-18.04", + "availabilityProfile":"AvailabilitySet" + } + ], + "linuxProfile":{ + "adminUsername":"azureuser", + "ssh":{ + "publicKeys":[ + { + "keyData":"" + } + ] + } + }, + "servicePrincipalProfile":{ + "clientId":"", + "secret":"" + } + } +} \ No newline at end of file From 3efe97bc226aac7ce4f584ea17e6c607e91701f4 Mon Sep 17 00:00:00 2001 From: Tamilmani Manoharan Date: Thu, 2 May 2019 16:29:33 -0700 Subject: [PATCH 2/2] space damage --- test/e2e/kubernetes/cniLinux18.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/kubernetes/cniLinux18.json b/test/e2e/kubernetes/cniLinux18.json index 8735eb8924..aecc26c2d8 100644 --- a/test/e2e/kubernetes/cniLinux18.json +++ b/test/e2e/kubernetes/cniLinux18.json @@ -21,8 +21,8 @@ "name":"agentpool1", "count":3, "vmSize":"Standard_D2_v2", - "osType": "Linux", - "distro": "aks-18.04", + "osType": "Linux", + "distro": "aks-18.04", "availabilityProfile":"AvailabilitySet" } ],