Versions Compared

Key

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

...

  • The selection of default packages to install is inadequate, because development and common editors are not included.
    • Under 'Devel', select git for 'Install'. Or set the whole 'Develop' category to install. This takes more time, but it is simpler.\
    • Under 'Editors', select vim or emacs depending on which you expect to be available from the Cygwin command line.
    • Under 'Libs', select libsasl2
    • Under 'Net', select ca-certificates and openssh
    • Select Python for 'Install'
    • Under 'Utils', select genisoimage and mkisofs

...

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 12) Build

As a one-off activity generate ssh key (the CloudStack Management server will be looking for this at run time)

ssh-keygen -t rsa -q

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

...