mirror of https://github.com/rancher/ui.git
vSphere, using RancherOS as default instead of boot2docker
This commit is contained in:
parent
ba3725a870
commit
f59d9dd56c
|
|
@ -35,7 +35,7 @@ export default Component.extend(NodeDriver, {
|
|||
},
|
||||
|
||||
bootstrap: function() {
|
||||
let iso = get(this, `settings.${C.SETTING.ENGINE_ISO_URL}`) || 'https://github.com/boot2docker/boot2docker/releases/download/v17.03.2-ce/boot2docker.iso';
|
||||
let iso = get(this, `settings.${C.SETTING.ENGINE_ISO_URL}`) || 'https://releases.rancher.com/os/latest/rancheros-vmware.iso';
|
||||
|
||||
let config = get(this, 'globalStore').createRecord({
|
||||
type: CONFIG,
|
||||
|
|
|
|||
|
|
@ -4813,7 +4813,7 @@ nodeDriver:
|
|||
unit: MB
|
||||
boot2dockerUrl:
|
||||
label: OS ISO URL
|
||||
placeholder: "Default: Latest boot2docker image"
|
||||
placeholder: "Default: Latest rancheros-vmware image"
|
||||
schedulingSection: Scheduling
|
||||
dataCenter:
|
||||
label: Data Center
|
||||
|
|
|
|||
|
|
@ -4579,7 +4579,7 @@ nodeDriver:
|
|||
unit: MB
|
||||
boot2dockerUrl:
|
||||
label: OS ISO URL
|
||||
placeholder: "デフォルト: 最新の boot2docker イメージ"
|
||||
placeholder: "デフォルト: 最新の rancheros-vmware イメージ"
|
||||
schedulingSection: スケジューリング
|
||||
dataCenter:
|
||||
label: データセンター
|
||||
|
|
|
|||
|
|
@ -4647,7 +4647,7 @@ nodeDriver:
|
|||
unit: MB
|
||||
boot2dockerUrl:
|
||||
label: 操作系统ISO下载地址
|
||||
placeholder: "缺省: 最新的boot2docker镜像"
|
||||
placeholder: "缺省: 最新的rancheros-vmware镜像"
|
||||
schedulingSection: 调度
|
||||
dataCenter:
|
||||
label: 数据中心
|
||||
|
|
|
|||
Loading…
Reference in New Issue