Skip to content
Thorsten Hoeger edited this page Mar 1, 2014 · 4 revisions

######Will CloudConductor run in a cloud environment? Yes, it will. E.g. CloudConductor already is used within AWS. See Fast start using AWS ec2 for a short install instruction

######Which operating systems are supported? The CloudConductor itself is useable in any environment providing java. For the hosts there are currently the following CloudConductor-Agents available:

Other Clients may be released in the future or can be build using the CloudConductor-Agent API.
Since the REST API consists of some HTTP calls, it's very easy to create new Clients.

######What is a template A template is the representation of the package and configuration state of any host associated with it. One template provides the configuration for an arbitrary number of hosts.

######What is a host A Host is a single machine or VM. It's always associated with one template, which provides it's configuration.

######What is a service? A package providing an initscript may be added as a service.

######Where can i find the web frontend? The CloudConductor web frontend may be found at

http://<YourIp>:<YourPort>/web
e.g.:http://localhost:8090/web

######Where can i find the api? The CloudConductor API may be found at

http://<YourIp>:<YourPort>/api
e.g.:http://localhost:8090/api

######Where can logs be found The CloudConductor log can be found by default at /opt/cloudconductor/log.
The CloudConductor-Agent log can be found at /opt/cloudconductor-agent/log

######**Why is host_name not listed under "hosts" **

  1. The CloudConductor-Agent is not running on the host
  2. The last time the CloudConductor-Agent communicated with CloudConductor has been more than 3 hours ago.

Clone this wiki locally