main.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # Copyright 2020 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. kfctl_download_url: https://github.com/kubeflow/kfctl/releases/download/v1.0.2/kfctl_v1.0.2-0-ga476281_linux.tar.gz
  16. kfctl_download_dest_path: /usr/bin/
  17. kfctl_download_file_mode: 0755
  18. omnia_kubeflow_dir_path: /root/k8s/omnia-kubeflow
  19. omnia_kubeflow_dir_mode: 0755
  20. kubeflow_config_yaml_url: https://raw.githubusercontent.com/kubeflow/manifests/v1.0-branch/kfdef/kfctl_k8s_istio.v1.0.2.yaml
  21. istio_noauth_yaml_file_path: "{{ omnia_kubeflow_dir_path }}/kustomize/istio-install/base/istio-noauth.yaml"
  22. kfserving_gateway_yaml_file_path: "{{ omnia_kubeflow_dir_path }}/kustomize/kfserving-gateway/base/deployment.yaml"
  23. argo_yaml_file_path: "{{ omnia_kubeflow_dir_path }}/kustomize/argo/base/service.yaml"
  24. kubeflow_config_file: "{{ omnia_kubeflow_dir_path }}/kfctl_k8s_istio.v1.0.2.yaml"
  25. cert_manager_block: >
  26. - kustomizeConfig:
  27. overlays:
  28. - self-signed
  29. - application
  30. parameters:
  31. - name: namespace
  32. value: cert-manager
  33. repoRef:
  34. name: manifests
  35. path: cert-manager/cert-manager
  36. name: cert-manager
  37. seldon_core_operator_block: >
  38. - kustomizeConfig:
  39. overlays:
  40. - application
  41. repoRef:
  42. name: manifests
  43. path: seldon/seldon-core-operator
  44. name: seldon-core-operator