Просмотр исходного кода

Add Xilinx FPGA Device Plugin

close issue #51

Signed-off-by: John Lockman <jlockman3@gmail.com>
John Lockman 4 лет назад
Родитель
Сommit
eb3adf88a7
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      kubernetes/roles/startmaster/tasks/main.yml

+ 5 - 0
kubernetes/roles/startmaster/tasks/main.yml

@@ -84,6 +84,11 @@
   register: gpu_enable
   register: gpu_enable
   tags: init
   tags: init
 
 
+- name: Deploy Xilinx Device Plugin 
+  shell: kubectl create -f https://raw.githubusercontent.com/Xilinx/FPGA_as_a_Service/master/k8s-fpga-device-plugin/fpga-device-plugin.yml
+  register: fpga_enable
+  tags: init
+
 - name: Create yaml repo for setup
 - name: Create yaml repo for setup
   file: 
   file: 
     path: /root/k8s 
     path: /root/k8s