controlm / automation-api-community-solutions

Control-M Automation API community solutions
Other
49 stars 89 forks source link

Adding initial helm chart implementation (Work In Progress) #105

Closed itroyano closed 1 year ago

itroyano commented 3 years ago

Adding an initial example Helm chart for Control M Agent. This is similar to kubernetes-statefulset-agent-using-pvc, but packaged and deployed as a chart using a values.yaml.

Signed-off-by: Igor Troyanovsky itroyano@redhat.com

itroyano commented 3 years ago

=> [builder 5/8] RUN ctm env add myenv https://54.93.91.53:8446/automation-api emuser empass && sudo yum -y install java-1.8.0-openjdk-headless && java -version && 276.1s => => # info: handling product DRKAI.9.0.18.100_Linux-x86_64.tar.Z
=> => # info: downloading https://54.93.91.53:8446/automation-api/silent/agent.linux.xml to /home/controlm/.ctmTemp/agent.linux.xml
=> => # info: downloading https://54.93.91.53:8446/automation-api/descriptors/ProvisionConfig.json to /home/controlm/.ctmTemp/ProvisionConfig.json
=> => # info: downloading https://s3-us-west-2.amazonaws.com/controlm-appdev/automation/AUTO_DEPLOY/DRKAI.9.0.18.100_Linux-x86_64.tar.Z to /home/controlm/.ctmTemp/DRKAI.9.0.18.100_L => => # inux-x86_64.tar.Z
=> => # 77% (329MB/427MB) - downloading...

nathanw9722 commented 1 year ago

Outdated PR, closing due to upcoming containerized agent making this irrelevant.

itroyano commented 1 year ago

Hi @nathanw9722, there's a follow up example project for deploying using a Helm Operator - https://github.com/itroyano/controlm-agent-helm-operator

Let me know if this is helpful for containerized agent.