5
Do you want to play with CloudStack? Edison Su Citrix Systems

Do You Want to Play with CloudStack by Edison Su

Embed Size (px)

DESCRIPTION

Do You Want to Play with CloudStack by Edison Su

Citation preview

Page 1: Do You Want to Play with CloudStack by Edison Su

Do you want to play with CloudStack?

Edison SuCitrix Systems

Page 2: Do You Want to Play with CloudStack by Edison Su

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

Page 3: Do You Want to Play with CloudStack by Edison Su

What is DevCloud?

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

3

Page 4: Do You Want to Play with CloudStack by Edison Su

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

Page 5: Do You Want to Play with CloudStack by Edison Su

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