Versions Compared

Key

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

...

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

E.g. {{

Code Block

$ 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

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

...