
This patchset copies the development-pipeline and standard-container into the sample network mongodb directory to begin testing the pipeline and standard-container in a namespace created by jarvis-system. Change-Id: I8448a122e8da218752ea57b15fb2983881e90ec9
6 lines
172 B
YAML
6 lines
172 B
YAML
- hosts: localhost
|
|
become: yes
|
|
tasks:
|
|
- name: Get kubeconfig for Kubernetes cluster to deploy CNF
|
|
include_tasks: ./roles/kubernetes/tasks/get-kubeconfig.yaml
|