mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-11 11:27:39 -02:30
Initial support for vsphere as cloud provider
This commit is contained in:
committed by
Brad Beam
parent
27b4e61c9f
commit
df476b0088
@@ -32,3 +32,13 @@ openstack_tenant_id: "{{ lookup('env','OS_TENANT_ID')|default(lookup('env','OS_P
|
||||
# Container Linux by CoreOS cloud init config file to define /etc/resolv.conf content
|
||||
# for hostnet pods and infra needs
|
||||
resolveconf_cloud_init_conf: /etc/resolveconf_cloud_init.conf
|
||||
|
||||
# For the vSphere integration kubelet will need credentials to access
|
||||
# the api. Per default this values will be
|
||||
# read from the environment.
|
||||
vsphere_username: "{{ lookup('env', VSPHERE_USERNAME ) }}"
|
||||
vsphere_password: "{{ lookup('env', VSPHERE_PASSWORD ) }}"
|
||||
vsphere_server: "{{ lookup('env', VSPHERE_SERVER ) }}"
|
||||
vsphere_datacenter: "{{ lookup('env', VSPHERE_DATACENTER ) }}"
|
||||
vsphere_datastore: "{{ lookup('env', VSPHERE_DATASTORE ) }}"
|
||||
vsphere_working_dir: "{{ lookup('env', VSPHERE_WORKING_DIR ) }}"
|
||||
|
||||
Reference in New Issue
Block a user