Downgrade docker vesion for COE CSIT 24/80224/7
authorFaseela K <faseela.k@ericsson.com>
Fri, 8 Feb 2019 15:26:12 +0000 (20:56 +0530)
committerFaseela K <faseela.k@ericsson.com>
Mon, 11 Feb 2019 09:46:57 +0000 (09:46 +0000)
lfit.docker-install is by default pulling
in 18.09 which is not working for COE CSIT.
K8S officially supports 18.06

Change-Id: Idee1a5b3c23d5c5243a38a8624ff4e27c6c81920
Signed-off-by: Faseela K <faseela.k@ericsson.com>
packer/provision/kubernetes.yaml

index 1e18e76ff960f0045b4aeec7f222075e4797bbef..77df480ff311d4d74e76dcdeb076c136cd524e13 100644 (file)
@@ -13,7 +13,7 @@
     - include_role: name=lfit.system-update
 
   roles:
-    - lfit.docker-install
+    - {role: lfit.docker-install, ubuntu_docker_version: 18.06.0~ce~3-0~ubuntu}
     - fkautz.bridge-utils-install
     - fkautz.golang-install
     - fkautz.kubernetes-install