Merge "Implement Apply API for DCM"
[multicloud/k8s.git] / kud / hosting_providers / vagrant / config / default.yml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2018
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 - name: "controller01"
12   ip: "10.10.10.3"
13   memory: 8192
14   cpus: 2
15   roles:
16     - kube-master
17     - etcd
18     - ovn-central
19 - name: "controller02"
20   ip: "10.10.10.4"
21   memory: 8192
22   cpus: 2
23   roles:
24     - kube-master
25     - etcd
26     - ovn-controller
27 - name: "controller03"
28   ip: "10.10.10.5"
29   memory: 8192
30   cpus: 2
31   roles:
32     - kube-master
33     - etcd
34     - ovn-controller
35 - name: "compute01"
36   ip: "10.10.10.6"
37   memory: 32768
38   cpus: 16
39   volumes:
40     - name: sdb
41       size: 50
42       mount: /var/lib/docker/
43   roles:
44     - kube-node
45     - ovn-controller
46     - virtlet
47 - name: "compute02"
48   ip: "10.10.10.7"
49   memory: 8192
50   cpus: 4
51   roles:
52     - kube-node
53     - ovn-controller