Skip to content
Snippets Groups Projects
Commit 898a4716 authored by Sebastian Rieger's avatar Sebastian Rieger
Browse files

Merge branch 'master' of gogs.informatik.hs-fulda.de:srieger/virl-utils-hs-fulda

parents 6552ddb6 9def7924
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
# changelog:
#
# V0.1 initial version
# V0.2 changed hw_disk_bus to ide to fix resource provisioning
# usage
if [ ! $# -eq 2 ] ; then
......@@ -147,7 +148,7 @@ qemu-img convert -O qcow2 $BIGIP_QCOW2_BASENAME.raw $BIGIP_PATCHED_QCOW2
# use recommendations from https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-ve-kvm-setup-11-3-0/2.html#r_ve_vmware_1022_esx_mach_reqs
glance image-create --container-format bare --disk-format qcow2 --visibility public --name $GLANCE_IMAGE_NAME \
--file $BIGIP_PATCHED_QCOW2 --property hw_disk_bus=virtio --property serial=1 \
--file $BIGIP_PATCHED_QCOW2 --property hw_disk_bus=ide --property serial=1 \
--property hw_vif_model=virtio --property hw_cdrom_type=ide --property release="$GLANCE_IMAGE_RELEASE" --property subtype=F5-BIGIP --property config_disk_type=disk
# create default flavor
......
......@@ -8,7 +8,7 @@
"interface_pattern": "eth{0}",
"hw_ram": 4096,
"cli_protocol": "ssh",
"hw_disk_bus": "virtio",
"hw_disk_bus": "ide",
"baseline_flavor": "F5-BIGIP.small",
"plugin_name": "F5-BIGIP",
"hw_vcpus": 2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment