Skip to content

QualiTorque/torque-agent-vmss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Torque agent installation instructions on VMSS

this guide describes how to install torque agent on a new VMSS, but you can tweak it to your specific use case

Prerequisites

  1. torque agent
    1. go to Manage, then Agents
    2. click on New Agent in the top right corner
    3. select vCenter, then Docker and give it a name (keep the name, we'll use it later on)
    4. click "skip for now"
  2. torque long token

VMSS

go to portal.azure.com and search for VMSS.

click on Create

select your image (make sure it ships with docker pre-installed)

then jump to the Advanced tab and paste the script in the Custom data section under Custom data and cloud init

replace TOKEN with the token you generated earlier in torque, and AGENT with the name of the torque agent you wish to use continue with creating the VMSS

log into the machine (we used ssh in this example) and run the following:

sudo docker ps -a

if all successful you should see two containers

make sure that you see your agent in active state back in the agents page in torque

Troubleshooting

if you can't see the containers, you can start by examining the cloud-init log file

sudo cat /var/log/cloud-init-output.log

we'd be happy to assist!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages