The Mock IaaS feature in Stratos simulates the basic features that Stratos requires from an IaaS. Thereby, providing a cost effective way of trying out Stratos.

For information on Mock IaaS, see Apache Stratos Mock IaaS.

Follow the instructions below to install Stratos with a Mock IaaS:

  1. Ensure that all the following prerequisites have been met based on your environment and IaaS.

    You only need to install Maven, JDK, Git and Apache ActiveMQ when working on a Mock IaaS.

    Error rendering macro 'excerpt-include'

    No link could be created for '4.1.0 Start Stratos on EC2 in a Testing Environment'.

  2. Navigate to the <apache-stratos-version-SNAPSHOT>/repository/conf/mock-iaas.xml file and enable the Mock IaaS. By default, the Mock IaaS will be disabled. 

    <mock-iaas enabled="true">


  3. Navigate to the <apache-stratos-version-SNAPSHOT>/bin/ directory, which is in the unzipped Stratos distribution.

    cd <apache-stratos-version-SNAPSHOT>/bin/
  4. Start Stratos. 

    ./stratos.sh
  • No labels