-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathconfig.yaml
46 lines (46 loc) · 1.16 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# cattle|kubernetes|swarm|mesos
orchestrator: cattle
# 'true'|'false' isolated network requiring proxy. must be in ''
network_mode: normal
# 'true'|'false'
sslenabled: 'false'
ssldns: 'server.rancher.vagrant'
# https://hub.docker.com/r/rancher/server/tags/
version: latest
#Pass through environment variables for Rancher Server to start with
rancher_env_vars: ""
agent_version: "v1.2.5"
ROS_version: 1.0.3
master:
cpus: 1
memory: 1024
server:
count: 1
cpus: 1
memory: 2048
node:
count: 3
cpus: 1
memory: 2048
ip:
master: 172.22.101.100
server: 172.22.101.101
node: 172.22.101.111
# Linked clones are based on a master VM, which is generated by importing the
# base box only once the first time it is required. The result is reduced
# storage overhead and faster deployment times for multi-VM deployments.
#
# https://www.vagrantup.com/docs/virtualbox/configuration.html#linked-clones
linked_clones: true
net:
private_nic_type: 82545EM
network_type: private_network
# Location of ssh key files that want to be added to the servers
keys:
public_key: ""
private_key: ""
external_access:
enabled: false
ssh_port: 2277
http_port: 80
https_port: 443