Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 10) Generate SSH Key

Generate ssh key in your $HOME directory (the CloudStack Management server will be looking for this at run time)

ssh-keygen -t rsa -q

Step 11) Install "mkisofs"

Cygwin's mkisofs is a soft link. These do not work with the build.

...

NB: Test your environment variables by opening a Cygwin shell and typing 'which mkisofs'. This should return the path to the mkisofs executable.

Step

...

12) Tell CloudStack the password for mysql

Password is assigned to DBROOTPW= in the build/replace.properties file.

E.g.
{{$ cat build/override/replace.properties
DBUSER=cloud
DBPW=cloud
DBROOTPW=
MSLOG=vmops.log
APISERVERLOG=api.log
DBHOST=localhost
AGENTLOGDIR=logs
AGENTLOG=logs/agent.log
MSMNTDIR=/mnt
COMPONENTS-SPEC=components-premium.xml}}

Step

...

13) Build

...

ssh-keygen -t rsa -q

To clean out existing artifacts, go to the cloudstack source folder and run:

...

Open the mgmt server console using http://localhost:8080 and configure it as required.

Step

...

14) OPTIONAL: Start working with DevCloud

DevCloud provides a self-contained CloudStack development environment, which runs in a VirtualBox VM. For details, refer to DevCloud

...