This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-installer.git
commit d12bd27d3942a165e01dc7200c02e8c28788fbdb Author: Rohit Yadav <[email protected]> AuthorDate: Tue Dec 31 21:39:19 2024 +0530 update repository Signed-off-by: Rohit Yadav <[email protected]> --- README.md | 14 ++++---------- install.sh | 10 +++++----- snap2.png => screenshot.png | Bin snap1.png | Bin 269808 -> 0 bytes 4 files changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 540bd3e..7976fa5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# [c8k.in](https://github.com/cloudstack/c8k.in): One-liner installer for [Apache CloudStack](https://cloudstack.apache.org) +# [c8k.in](https://github.com/apache/cloudstack-installer): One-liner installer for [Apache CloudStack](https://cloudstack.apache.org) > [!NOTE] > Only supports CloudStack installation on Ubuntu with x86_64 KVM and tested > with Ubuntu 22.04 LTS (x86_64). Please use this on a throwaway host or a VM > (with hardware acceleration) that wouldn't hurt you to lose, in an [RFC1918 > local private network](https://en.wikipedia.org/wiki/Private_network). This > is currently in `beta` and open for users testing and issue reporting. - +NOTE: Work in progress To install and deploy [CloudStack](https://cloudstack.apache.org), just copy and run the following as `root` user: @@ -22,16 +22,10 @@ bash -x install.sh # to also see what it's doing > [!IMPORTANT] > This deploys an all-in-a-box CloudStack installation that has the CloudStack > management & usage server, CloudStack agent, MySQL DB, NFS and KVM on a > single Linux host and is only useful for anyone who just wants to try > CloudStack on a host or a VM, but does not want to [read the official > docs](https://docs.cloudstack.apache.org). It makes several assumptions > about the IaaS deployment, and tries to figure out host's network setup so > the deployment could work out of the box. This is not [...] -Screenshot after running the command: - - - Screenshot when the command finishes: - - -Created by [@rohityadavcloud](https://github.com/rohityadavcloud) as part of a hackathon. + [Discuss further here](https://github.com/apache/cloudstack/discussions) -Get Source or Report an issue: [https://github.com/rohityadavcloud/c8k.in](https://github.com/rohityadavcloud/c8k.in) +Get Source or Report an issue: [https://github.com/apache/cloudstack-installer](https://github.com/apache/cloudstack-installer) diff --git a/install.sh b/install.sh index 2cd2fcc..f5d8133 100644 --- a/install.sh +++ b/install.sh @@ -1,8 +1,6 @@ #!/usr/bin/env bash # c8k.in/stall.sh - Easiest Apache CloudStack Installer -# Author: Rohit Yadav <[email protected]> and other contributors -# -# Install with this command (from your Ubuntu host): +# Install with this command (from your Ubuntu/EL host): # # curl -sSfL https://c8k.in/stall.sh | bash # @@ -23,15 +21,17 @@ # specific language governing permissions and limitations # under the License. +# NOTE: This is work-in-progress + set -e set -o noglob -CS_VERSION=4.19 +CS_VERSION=4.20 INTERFACE= BRIDGE=cloudbr0 HOST_IP= GATEWAY= -DNS="8.8.8.8, 1.1.1.1" +DNS="9.9.9.9, 1.1.1.1" # --- helper functions for logs --- info() diff --git a/snap2.png b/screenshot.png similarity index 100% rename from snap2.png rename to screenshot.png diff --git a/snap1.png b/snap1.png deleted file mode 100644 index 9b79283..0000000 Binary files a/snap1.png and /dev/null differ
