Starting a Cloudify Manager Image

A Cloudify Manager is a compute host that runs the Cloudify Management services. To help you get running with Cloudify Manager easily, Cloudify provides images of Cloudify Manager for:

You can create an OpenStack instance with the OpenStack QCOW file or load a Docker container. Images include pre-installation of the Cloudify Manager and its dependencies.

To install the Cloudify Manager on bare-metal or other platforms using a single offline RPM package, go to installing Cloudify Manager.

Make sure that your environment meets the prerequisites before you install Cloudify Manager.

Setup an Instance of a Cloudify Manager Image

  1. Go to the Cloudify download page and select the Cloudify Enterprise or Community image for your platform.

  2. Start the image in your platform:

    • OpenStack

      Go to your OpenStack cloud and launch an instance based on the image you downloaded:

      1. Go to Compute > Images and click Create.
      2. Enter the details of the image, including:
        • Image Source - Select Image File and click Browse File to browse to the QCOW2 image file.
        • Format - Select QCOW2.
      3. Configure the instance resources according to the prerequisites.
      4. Launch the instance.
      5. To verify that the Cloudify Manager is installed after the instance is created and running, go to the Cloudify Console at http://<public_ip>. Use this IP address as the manager IP address for CLI and Cloudify Console connections.
      6. Activate your license - Learn more about license activation
    • Docker
      For Remote Instances Only
      This Docker image is designed to run on a remote instance, not on a docker installation on your local machine.
      1. Copy the downloaded file to a remote instance that has the latest stable version of Docker installed and meets the prerequisites.

      2. To load the Docker file, go to the directory the image is located and run: sudo docker load -i <downloaded tar file>

      3. To create and start a Docker container with Cloudify Manager, run: sudo docker run --name cfy_manager -d --restart unless-stopped -v /sys/fs/cgroup:/sys/fs/cgroup:ro --tmpfs /run --tmpfs /run/lock --security-opt seccomp:unconfined --cap-add SYS_ADMIN --network host docker-cfy-manager:latest

      4. To verify that the Cloudify Manager is installed after the instance is created and running, go to the Cloudify Console at http://<host_ip>. Use this IP address as the manager IP address for CLI and Cloudify Console connections.

      5. Activate your license - Learn more about license activation

  3. To use Cloudify Manager from the terminal using the Cloudify CLI, run the following command with your instance details.

        $ cfy profiles use <manager-ip> -u admin -p admin -t default_tenant
        

    The default credentials are:

    • username - admin
    • password - admin

    Because the cfy command is already available and configured, you can navigate to Cloudify Manager using SSH and use the already configured CLI environment (except for Docker). You can also install Cloudify CLI on a local host and connect to the instance remotely.

  4. To change the admin password, run:

        cfy users set-password admin -p <new-password>
        
  5. To update the active CLI profile to use the new password, run:

        cfy profiles use <manager-ip> -u admin -p <the-new-password> -t default_tenant
        

Next Steps

After Cloudify Manager is installed, you can configure your Cloudify Manager for your environment, including: