Do You Want to Play with CloudStack by Edison Su

Preview:

DESCRIPTION

Do You Want to Play with CloudStack by Edison Su

Citation preview

Do you want to play with CloudStack?

Edison SuCitrix Systems

Playing with CloudStack

• Servers• Hypervisor• Storage• Network

But to build my IaaS don’t I need?

• We have DevCloudYes you do for real

life deployment but not to play or develop for CloudStack

2

What is DevCloud?

• A virtual box appliance packaged to provide a working CloudStack Environment

3

DevCloud Steps1. Install VirtualBox 4.2 or latest.2. Configure VirtualBox

Create a "host-only" network in VirtualBox, if you don't have one.

To config the network, right click and select "Edit host-only network", then uncheck "Enable server" in the "DHCP server" tab

If you are using Windows ensure that Windows Firewall does not block communications on “host-only” network.

3. Download DevCloud 2.0 virtual appliance. Import the DevCloud ova image into VirtualBox.

4. Start the DevCloud VM. After VM boots up, login into VM with username: root, password: password

4

DevCloud Steps5. Checkout the latest master code,

then start management server on your machine and run following commands

6. Deploy DevCloud (make sure mysql-connector-python is installed and that the management server is running)mvn -P developer,deploysvr -pl tools/devcloud -Ddeploysvr

5

Recommended