Skip to content

Instantly share code, notes, and snippets.

@buzztroll
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buzztroll/a579eb3c625afd6bac6f to your computer and use it in GitHub Desktop.
Save buzztroll/a579eb3c625afd6bac6f to your computer and use it in GitHub Desktop.
Launch a VM from the following set of distributions via DCM.
ubuntu:
- 10.04 amd64
- 10.04 i386
- 12.04 amd64
- 12.04 i386
- 14.04 amd64
- 14.04 i386
- debian 7.5 amd64
- debian 7.5 i386
- debian 6.0 amd64
- debian 6.0 i386
- centos 6.5 amd64
- centos 6.5 i386
On the following clouds:
- AWS
- GCE
- OpenStack
- Joyent
- Azure
login to the VM as root. Then run the following:
curl https://s3.amazonaws.com/dcmagentunstable/installer.sh > installer.sh
chmod 755 installer.sh
export AGENT_BASE_URL=https://s3.amazonaws.com/dcmagentunstable
./installer.sh
This will prompt you with a set of questions, answer them as you would the previous agent.
Once it is installed start the agent with:
/etc/init.d/dcm-agent start
When reporting any problems please include the following:
1) distribution being tested
2) cloud in use
3) the contents of the file /dcm/etc/agent.conf
4) the contents of the file /dcm/logs/agent.log
5) the output from /opt/dcm-agent/embedded/agentve/bin/dcm-agent -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment