Skip to content

Instantly share code, notes, and snippets.

@kahou82
Created October 2, 2019 15:57
Show Gist options
  • Save kahou82/cf8956085c2f37438a55f0c4878a673f to your computer and use it in GitHub Desktop.
Save kahou82/cf8956085c2f37438a55f0c4878a673f to your computer and use it in GitHub Desktop.
apiVersion: vsphere.ccp.cisco.com/v1alpha1
kind: VsphereCluster
metadata:
name: kahou-vspherecluster
spec:
controlPlane: false
ipAllocationMethod: ccpnet
# masterVIP: "<VIP>"
kubernetesVersion: "1.14.6"
ntpPools: []
ntpServers: []
insecureRegistries: []
rootCaRegistries: []
selfSignedRegistries: {}
dockerBIP: ""
httpProxy: ""
httpsProxy: ""
vsphereInfra:
datacenter: "hx4"
datastore: "ccp-ds"
networks: []
cluster: "hx4"
hostSystem: "Resources"
resourcePool: ""
vsphereProviderSecret: "vsphere-provider-secret"
masterGroup:
name: "master-group"
size: 3
template: "ccp-tenant-image-1.14.6-ubuntu18-811-70f89a7.ova "
vcpus: 2
memoryMB: 16384
sshUser: "ccpuser"
sshKey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVXb8SNuiJbWJgIT9ajUPr1bSuWwt9Xe95ewGRNs4j5 kalei@KALEI-M-V11L"
nodeGroups:
- name: "worker-group-0"
size: 3
template: "ccp-tenant-image-1.14.6-ubuntu18-811-70f89a7.ova "
vcpus: 2
memoryMB: 16384
sshUser: "ccpuser"
sshKey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVXb8SNuiJbWJgIT9ajUPr1bSuWwt9Xe95ewGRNs4j5 kalei@KALEI-M-V11L"
- name: "worker-group-1"
size: 3
template: "ccp-tenant-image-1.14.6-ubuntu18-811-70f89a7.ova "
vcpus: 2
memoryMB: 16384
sshUser: "ccpuser"
sshKey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPVXb8SNuiJbWJgIT9ajUPr1bSuWwt9Xe95ewGRNs4j5 kalei@KALEI-M-V11L"
networkPluginProfile:
name: aci
details:
# input values for cluster
routableCIDR: 10.10.109.1/24
imagePrefix: "registry.ci.ciscolabs.com/cpsg_kaas-images/dockerhub/noiro"
# values from aci profile
configAllocatorURL: https://127.0.0.1:3316/v1/aci/allocators/hx4test
nameservers: "10.30.118.53,10.30.118.54"
kubeNodeContract: common-allow-all
l3OutNetwork: hx-ext-net
l3OutPolicy: hx-l3out
aaep: hx-aep
vrfName: hx-l3out-vrf
vrfTenant: common
vmmDomain: hx4
aciHosts: "10.18.183.51"
aciLoginSecret: hx4aci
userKey: username
passwordKey: password
insecure: "true"
infraVlanID: "4093"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment