Skip to content

Commit

Permalink
Merge branch 'master' into release-20.10
Browse files Browse the repository at this point in the history
* master:
  Update MPI operator version
  • Loading branch information
dholt committed Oct 5, 2020
2 parents a3b3fd9 + a7012f7 commit 1100634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/roce_backend/tasks/k8smaster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
- name: Install DHCP CNI
k8s:
state: present
definition: "{{ lookup('url', 'https://raw.githubusercontent.com/Mellanox/dhcp-cni/master/dhcp-cni-ds.yaml', split_lines=False) }}"
definition: "{{ lookup('url', 'https://raw.githubusercontent.com/Mellanox/dhcp-cni/master/k8s-1.16/dhcp-cni-ds.yaml', split_lines=False) }}"
run_once: true
tags:
- roce_k8s
Expand Down Expand Up @@ -84,7 +84,7 @@
- name: Install Kubeflow MPI-Operator version v1alpha2
k8s:
state: present
definition: "{{ lookup('url', 'https://raw.githubusercontent.com/kubeflow/mpi-operator/master/deploy/mpi-operator.yaml', split_lines=False) }}"
definition: "{{ lookup('url', 'https://raw.githubusercontent.com/kubeflow/mpi-operator/master/deploy/v1/mpi-operator.yaml', split_lines=False) }}"
run_once: true
tags:
- roce_k8s
Expand Down

0 comments on commit 1100634

Please sign in to comment.