Remove deprecated fields of remoteDirect
This change removes the deprecated "remoteType", "useProxy", and "insecure" fields from the remoteDirect field of bootstrapInfo Change-Id: I64d28b715b81464c871f99ad0348fadc2e9fc5f6 Relates-To: #242
This commit is contained in:
parent
fcb1202e11
commit
5a187e1810
@ -11,7 +11,6 @@ bootstrapInfo:
|
||||
outputMetadataFileName: output-metadata.yaml
|
||||
remoteDirect:
|
||||
isoUrl: http://localhost:8099/debian-custom.iso
|
||||
remoteType: redfish
|
||||
clusters:
|
||||
dummycluster:
|
||||
clusterType:
|
||||
|
1
pkg/phase/apply/testdata/config.yaml
vendored
1
pkg/phase/apply/testdata/config.yaml
vendored
@ -11,7 +11,6 @@ bootstrapInfo:
|
||||
outputMetadataFileName: output-metadata.yaml
|
||||
remoteDirect:
|
||||
isoUrl: http://localhost:8099/debian-custom.iso
|
||||
remoteType: redfish
|
||||
clusters:
|
||||
dummycluster:
|
||||
clusterType:
|
||||
|
@ -6,9 +6,6 @@ bootstrapInfo:
|
||||
image: {{ airship_config_iso_builder_docker_image }}
|
||||
containerRuntime: docker
|
||||
remoteDirect:
|
||||
remoteType: {{ remote_type }}
|
||||
insecure: {{ remote_insecure }}
|
||||
useproxy: {{ remote_proxy }}
|
||||
isoUrl: http://{{ airship_config_iso_serve_host }}:{{ airship_config_iso_port }}/{{ airship_config_iso_name }}
|
||||
builder:
|
||||
userDataFileName: user-data
|
||||
|
1
testdata/k8s/config.yaml
vendored
1
testdata/k8s/config.yaml
vendored
@ -11,7 +11,6 @@ bootstrapInfo:
|
||||
volume: /srv/iso:/config
|
||||
remoteDirect:
|
||||
isoUrl: http://localhost:8099/debian-custom.iso
|
||||
remoteType: redfish
|
||||
clusters:
|
||||
default:
|
||||
clusterType:
|
||||
|
Loading…
Reference in New Issue
Block a user