-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcluster_vsphere.yaml
47 lines (46 loc) · 1.63 KB
/
cluster_vsphere.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
47
cloudType: vsphere
projectName: Default
clusterProfileName: ProdVMware2
cloudAccountName: picard-vc2-gateway-1
labels:
cicd: spectro__tag
cloudConfig:
controlPlaneEndpoint:
type: DDNS
ddnsSearchDomain: spectrocloud.local
# network:
# networkName: ""
# staticIp: false
placement:
datacenter: Datacenter
folder: Demo/
network:
networkName: ""
staticIp: false
# staticIp: false
sshKeys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDAUaBODDNpQxJJqXz/Q+afauM5EPFp4oDRrWzK/cGd92N+exkd+tEZdO7n3R+WAx0XTcPiVvfKctzekNS6f/ZMrFb5HAPvFJtnGNIE2sm+eryEnAH+Sc7ppZha3/MaSp/A2dm2IobYRvwl04sEi4w1K+I8Rtt+fBe3gV3wnP3E3yOiRx4G2XFC3T6x8MjdOkjO2v6fBluw1M1H2etp1m/n4D70UkeyVJyipcntz0ubHweU7yPNdNS3YkpExYIGhm97C4dyESHEw9PZVdLs1FBL6mW5Yb4qVbg5FkLljLFynh9jL8IAYal0pibAAH+Sk/Nd4865lVJ3lrm8nhBnjs1OEFA487rcxyInxJk/WwLEHvo88Ku9IlYq15Alr8N/JHHackV4kAH0yJNeLtwAysK2gI7Mb5uGnMTPrz73IZqXSxFqnU34Ow+vwu8fXBtXmHA5cUHyz0ARzpgx8A0e8L8SjdY/6dsFhSzGo7JoCElN7sEMo7iI4Wdo8CYdlT+OXizBf3pnM/wxRZclCeRDJpLtd6jl5swv7J5ocINEh1r3BllCyV8L7Xp5gw8IKT3ohz6rliGJwwlq/emqY52eB3wweTLRm30z3h3aQa3YeAR+2JgvWlrJ3YWsYYCLRhSQTfYmpgUkoZIcfB2xkZzp6cyooM0i5Obz313HsxwBHOmNrw== spectro@spectro
ntpServers: []
machinePools:
- controlPlane: true
controlPlaneAsWorker: true
name: master-pool
count: 1
config:
instanceType:
diskGiB: 60
memoryMiB: 4096
numCPUs: 2
placements:
- cluster: cluster1
datastore: datastore55
resourcePool: ""
network:
networkName: VM Network
staticIp: false
# - name: worker-pool1
# count: 1
# config:
# instanceType: t3.large
# rootDeviceSize: 65
# azs: ["us-west-2a"]