Housekeeping;Add missing key to dict
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ac4b011e83
commit
fe8700f300
@ -21,6 +21,7 @@
|
|||||||
datacenter: "{{ vcenter_info.datacenter }}"
|
datacenter: "{{ vcenter_info.datacenter }}"
|
||||||
datastore: "{{ vcenter_info.datastore }}"
|
datastore: "{{ vcenter_info.datastore }}"
|
||||||
network: "{{ vcenter_info.network }}"
|
network: "{{ vcenter_info.network }}"
|
||||||
|
resourcepool: "{{ vcenter_info.resourcepool }}"
|
||||||
cluster:
|
cluster:
|
||||||
publickey: "{{ vapp['guestinfo.rootsshkey'] }}"
|
publickey: "{{ vapp['guestinfo.rootsshkey'] }}"
|
||||||
version: "{{ components.clusterapi.workload.version.k8s }}"
|
version: "{{ components.clusterapi.workload.version.k8s }}"
|
||||||
|
@ -36,6 +36,11 @@
|
|||||||
$(govc object.collect -json VirtualMachine:{{ moref_id }} | \
|
$(govc object.collect -json VirtualMachine:{{ moref_id }} | \
|
||||||
jq -r '.[] | select(.Name == "network").Val.ManagedObjectReference | .[].Type + ":" + .[].Value')
|
jq -r '.[] | select(.Name == "network").Val.ManagedObjectReference | .[].Type + ":" + .[].Value')
|
||||||
part: NF
|
part: NF
|
||||||
|
- attribute: resourcepool
|
||||||
|
moref: >-
|
||||||
|
$(govc object.collect -json /DeSchakel/vm/Kubernetes.Bootstrap.Appliance2 |
|
||||||
|
jq -r '.[] | select(.Name == "resourcePool").Val | .Type + ":" + .Value')
|
||||||
|
part: 0
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.attribute }}"
|
label: "{{ item.attribute }}"
|
||||||
|
|
||||||
|
@ -159,7 +159,7 @@ PropertyCategories:
|
|||||||
|
|
||||||
- Key: hv.password
|
- Key: hv.password
|
||||||
Type: password(1..)
|
Type: password(1..)
|
||||||
Label: vCenter password ...*
|
Label: vCenter password*
|
||||||
Description: The password which this bootstrap appliance will authenticate with to the vCenter instance.
|
Description: The password which this bootstrap appliance will authenticate with to the vCenter instance.
|
||||||
DefaultValue: ''
|
DefaultValue: ''
|
||||||
Configurations: '*'
|
Configurations: '*'
|
||||||
|
Loading…
Reference in New Issue
Block a user