Version 1.0.0 - It's Working
This commit is contained in:
parent
d41475bb7e
commit
9bb671f118
@ -8,7 +8,7 @@ All the Scripts and there usage
|
|||||||
## Cloud-Init VM-Creator
|
## Cloud-Init VM-Creator
|
||||||
This simple Scripts creates an Virtualmachine on Proxmox, with the Qemu-Cli.\
|
This simple Scripts creates an Virtualmachine on Proxmox, with the Qemu-Cli.\
|
||||||
[Take me to the Script](Scripts/CreateCloudInitVM.sh)\
|
[Take me to the Script](Scripts/CreateCloudInitVM.sh)\
|
||||||
Current State: Development
|
Current State: Version 1.0.0 Works fine
|
||||||
### Usage:
|
### Usage:
|
||||||
Just Execute the script, it's a guided Script (chmod +x CreateCloudInitVM.sh && ./ CreateCloudInitVM.sh)
|
Just Execute the script, it's a guided Script (chmod +x CreateCloudInitVM.sh && ./ CreateCloudInitVM.sh)
|
||||||
### Planned Features:
|
### Planned Features:
|
||||||
@ -23,4 +23,4 @@ The checkbox visualises, if the feature is already working
|
|||||||
- [X] IMG & ISO support
|
- [X] IMG & ISO support
|
||||||
|
|
||||||
# Bookstack Link to general Cloud-Init Information
|
# Bookstack Link to general Cloud-Init Information
|
||||||
https://bookstack.voser.cloud/books/virtualisierung/chapter/cloud-init
|
https://bookstack.voser.cloud/books/virtualisierung/chapter/cloud-init
|
||||||
|
8
Scripts/CreateCloudInitVM.sh
Normal file → Executable file
8
Scripts/CreateCloudInitVM.sh
Normal file → Executable file
@ -9,7 +9,7 @@
|
|||||||
# Date of Last Maintenance: 03.12.2021
|
# Date of Last Maintenance: 03.12.2021
|
||||||
#
|
#
|
||||||
# Current State: Development
|
# Current State: Development
|
||||||
# Version: 0.5.0
|
# Version: 1.0.0
|
||||||
# Version History:
|
# Version History:
|
||||||
# v0.0.1 - Basic Script Structure
|
# v0.0.1 - Basic Script Structure
|
||||||
# v0.1.0 - Get the User input
|
# v0.1.0 - Get the User input
|
||||||
@ -17,7 +17,7 @@
|
|||||||
# v0.3.0 - Get & Select the Image of the Virtualmachine
|
# v0.3.0 - Get & Select the Image of the Virtualmachine
|
||||||
# v0.4.0 - Create the VM & Gather additional Information
|
# v0.4.0 - Create the VM & Gather additional Information
|
||||||
# v0.5.0 - Add proper Comments
|
# v0.5.0 - Add proper Comments
|
||||||
|
# v1.0.0 - First Properly Working Version
|
||||||
|
|
||||||
# Planned Features:
|
# Planned Features:
|
||||||
# - [X] Guided VM Creation
|
# - [X] Guided VM Creation
|
||||||
@ -190,4 +190,6 @@ function create_qm_vm {
|
|||||||
}
|
}
|
||||||
# Main Script
|
# Main Script
|
||||||
get_user_input
|
get_user_input
|
||||||
create_qm_vm
|
create_qm_vm
|
||||||
|
echo "Script was Successful"
|
||||||
|
echo "Have fun with your newly deployed Virtual Machine"
|
||||||
|
Loading…
Reference in New Issue
Block a user