From 648ca0c834dd35371b40fd46c3e393ad1c6787bc Mon Sep 17 00:00:00 2001
From: attardi <giuseppe.attardi@garr.it>
Date: Fri, 3 Aug 2018 01:24:04 +0200
Subject: [PATCH] Update Cuda repo.

---
 bundle.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bundle.yaml b/bundle.yaml
index 64e7a18..cb10ce7 100644
--- a/bundle.yaml
+++ b/bundle.yaml
@@ -84,6 +84,7 @@ services:
     charm: ./kubernetes-keystone
     options:
       keystone-url: https://keystone.cloud.garr.it:5000/v3
+      k8s-keystone-auth-url: https://git.garr.it/cloud/charms/kubernetes-keystone/raw/master/bin/linux-amd64/k8s-keystone-auth
 
   kubernetes-master:
     charm: cs:~containers/kubernetes-master-122
@@ -113,7 +114,6 @@ services:
     expose: true
     options:
       channel: 1.11/stable
-      cuda_repo: 9.2.88-1
       # Enable Cloud Controller Manager
       # https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/
       # kubelet-extra-args: --cloud-provider=external
@@ -131,7 +131,7 @@ services:
     expose: true
     options:
       channel: 1.11/stable
-      cuda_repo: 9.2.88-1
+      cuda_repo: 9.2.148-1
       # kubelet-extra-args: --cloud-provider=external
     annotations: 
       gui-x: "520"
-- 
GitLab