Skip to content

Commit 4d80fb7

Browse files
committed
Updates the default datastore to ssd1
1 parent df94011 commit 4d80fb7

10 files changed

+10
-10
lines changed

Diff for: create-centos-64-cloudinit-vm-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BASEDIR=$(dirname $0)
33

44
FLOPPY_IMAGE_PATH=$BASEDIR/ks_cloudinit.flp
5-
DATASTORE=datastore1
5+
DATASTORE=ssd1
66

77
$BASEDIR/create-vm-template.sh $DATASTORE rhel6-64 centos-6.4-cloudinit-template 1024 10G /vmfs/volumes/datastore2/iso/CentOS-6.4-x86_64-bin-DVD1-ks.iso linux $FLOPPY_IMAGE_PATH "VM Network" true true
88

Diff for: create-centos-64-vm-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BASEDIR=$(dirname $0)
33

44
FLOPPY_IMAGE_PATH=$BASEDIR/ks.flp
5-
DATASTORE=datastore1
5+
DATASTORE=ssd1
66

77
$BASEDIR/create-vm-template.sh $DATASTORE rhel6-64 centos-6.4-template-40G 1024 40G /vmfs/volumes/datastore2/iso/CentOS-6.4-x86_64-bin-DVD1-ks.iso linux $FLOPPY_IMAGE_PATH "VM Network" true true
88

Diff for: create-hyperv-2012-cn-vm-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
BASEDIR=$(dirname $0)
4-
DATASTORE=datastore1
4+
DATASTORE=ssd1
55
FLOPPY_IMAGE_PATH=$BASEDIR/unattend_hyperv_2012_cloudbaseinit.flp
66
ISO_PATH=/vmfs/volumes/datastore2/iso/cn_microsoft_hyper-v_server_2012_x64_dvd_915786.iso
77

Diff for: create-hyperv-2012-r2-vm-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
BASEDIR=$(dirname $0)
4-
DATASTORE=datastore1
4+
DATASTORE=ssd1
55
FLOPPY_IMAGE_PATH=$BASEDIR/unattend_hyperv_2012_r2_cloudbaseinit.flp
66

77
$BASEDIR/create-vm-template.sh $DATASTORE winhyperv hyperv-2012-r2-template-80G 2048 80G /vmfs/volumes/datastore2/iso/en_microsoft_hyper-v_server_2012_r2_x64_dvd_2708236.iso windows $FLOPPY_IMAGE_PATH "VM Network" true true

Diff for: create-hyperv-2012-vm-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
BASEDIR=$(dirname $0)
4-
DATASTORE=datastore1
4+
DATASTORE=ssd1
55
FLOPPY_IMAGE_PATH=$BASEDIR/unattend_hyperv_2012_cloudbaseinit.flp
66
ISO_PATH=/vmfs/volumes/datastore2/iso/en_microsoft_hyper-v_server_2012_x64_dvd_915600.iso
77

Diff for: create-ubuntu-1204-server-vm-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BASEDIR=$(dirname $0)
33

44
ISO_PATH=/vmfs/volumes/datastore2/iso/ubuntu-12.04.3-server-amd64-preseed.iso
55
FLOPPY_IMAGE_PATH=$BASEDIR/preseed.flp
6-
DATASTORE=datastore1
6+
DATASTORE=ssd1
77

88
$BASEDIR/create-vm-template.sh $DATASTORE ubuntu-64 ubuntu-12.04-server-template-40G 1024 40G $ISO_PATH linux $FLOPPY_IMAGE_PATH "VM Network" true true
99

Diff for: create-windows-8.1-enterprise-vm-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
BASEDIR=$(dirname $0)
4-
DATASTORE=datastore1
4+
DATASTORE=ssd1
55
FLOPPY_IMAGE_PATH=$BASEDIR/unattend_windows_8.1_ent_cloudbaseinit.flp
66

77
$BASEDIR/create-vm-template.sh $DATASTORE winhyperv windows-8.1-ent-template 2048 20G /vmfs/volumes/datastore2/iso/en_windows_8_1_enterprise_x64_dvd_2791088.iso windows $FLOPPY_IMAGE_PATH "VM Network" true true

Diff for: deploy-devstack-example.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VMDK_OPTION=$3
1212

1313
DEVSTACK_NAME=devstack-test-$RANDOM
1414

15-
DATASTORE=datastore1
15+
DATASTORE=ssd1
1616
ESXI_PUBLIC_SWITCH=vSwitch0
1717
ESXI_PUBLIC_VMNIC=vmnic0
1818

Diff for: deploy-rdo-example.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ VMDK_OPTION=$4
1313

1414
RDO_NAME=rdo-test-$RANDOM
1515

16-
DATASTORE=datastore1
16+
DATASTORE=ssd1
1717
ESXI_PUBLIC_SWITCH=vSwitch0
1818
ESXI_PUBLIC_VMNIC=vmnic0
1919

Diff for: deploy-template.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VM_NAME=${6:-$TEMPLATE_NAME-$RANDOM}
1515
RAM=${7:-1024}
1616
NETWORK=${8:-"VM Network"}
1717

18-
TEMPLATE_DATASTORE=datastore1
18+
TEMPLATE_DATASTORE=ssd1
1919

2020
NET_ADAPTER_TYPE=vmxnet3
2121

0 commit comments

Comments
 (0)