cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Deploy OneAgent using chef cookbook?

etorrebl
Participant

Hi all,


On a PoC where I'm using VMs on Azure (IaaS), I need to include OneAgent deployment on Chef cookbook, but Security Officer says that deployment can't include download installer shell script, so He (Security Officer) requires to unassemble installer shell script to extract only steps related with installing tasks. Anyone knows how to do that?

Thanks & Regards/Saludos y Gracias

ETV


2 REPLIES 2

skrystosik
DynaMight Guru
DynaMight Guru

You can download agent from link that is provided in wget and than provide binary and rest of installer steps. Agent will update automatically on startup (if proper config is settled)

Sebastian


Regards, Sebastian

Tomasz_Gajger
Dynatrace Champion
Dynatrace Champion

Hi Eric,

so He (Security Officer) requires to unassemble installer shell script to extract only steps related with installing tasks. Anyone knows how to do that?

This would be considered an unsupported modification. You must not do that.
Actually the installer shell script consists entirely of "steps related with installing tasks", so you wouldn't gain anything by unassembling it - all the steps need to be performed anyway.

As Sebastian suggested, you may download the installer and put in a local share, or whatever else the policy in your company requires, and then use it during machine provisioning.

Regards,
Tomasz


Featured Posts