blob: df93a88630b445ca400da9f43bc3d088b09740b3 [file] [log] [blame]
Pawel Wieczorek216bd6a2019-11-29 15:15:51 +01001# An example of a Kubernetes cluster for ONAP
2ssh_key_path: &ssh_key_path "~/.ssh/onap-key"
3nodes:
4- address: 172.17.4.100
5 port: "22"
6 role:
7 - controlplane
8 - etcd
9 hostname_override: "onap-control-1"
10 user: vagrant
11 ssh_key_path: *ssh_key_path
12- address: 172.17.4.101
13 port: "22"
14 role:
15 - worker
16 hostname_override: "onap-k8s-1"
17 user: vagrant
18 ssh_key_path: *ssh_key_path
19services:
20 kube-api:
21 service_cluster_ip_range: 10.43.0.0/16
22 pod_security_policy: false
23 always_pull_images: false
24 kube-controller:
25 cluster_cidr: 10.42.0.0/16
26 service_cluster_ip_range: 10.43.0.0/16
27 kubelet:
28 cluster_domain: cluster.local
29 cluster_dns_server: 10.43.0.10
30 fail_swap_on: false
31network:
32 plugin: canal
33authentication:
34 strategy: x509
35ssh_key_path: *ssh_key_path
36ssh_agent_auth: false
37authorization:
38 mode: rbac
39ignore_docker_version: false
40kubernetes_version: "v1.13.5-rancher1-2"
41private_registries:
42- url: nexus3.onap.org:10001
43 user: docker
44 password: docker
45 is_default: true
46cluster_name: "onap"
47restore:
48 restore: false
49 snapshot_name: ""