Questions tagged [cloud-automation-manager]

Use the cloud-automation-manager tag to ask questions about the IBM Cloud Automation Manager product running on the IBM Cloud Private platform

Type of questions: CAM Usage, API usage, terraform questions

IBM Cloud Automation Manager has an information center at https://www.ibm.com/support/knowledgecenter/SS2L37/kc_welcome.html

You can also see some tutorials and scenario guidance at the IBM DevCenter https://developer.ibm.com/cloudautomation/

26 questions
0
votes
1 answer

Instance Deploy fails when using LVM

When I provision a single VM where the golden image has an LVM configuration inside, we get a failure: * vsphere_virtual_machine.vm_1: 1 error(s) occurred: * vsphere_virtual_machine.vm_1: Customization of the guest operating system…
SBERENS
  • 68
  • 7
0
votes
1 answer

API to obtain an access_token in CAM

I just attempted to obtain an access_token from the latest API and got an 404 error. I used to be able to do this by using a POST on https://:30000/cam/v1/auth/camtoken Has there been a change in this with the new security model?
SBERENS
  • 68
  • 7
0
votes
1 answer

Can I pass some custom variables to CAM via the API?

I'm using the CAM beta on ICP 2.1 beta RC2 (https://www-01.ibm.com/marketing/iwm/iwmdocs/web/cc/earlyprograms/cloud/cam/index.shtml) Can I pass some custom variables to CAM via the API ? E.g - if I want to pass this value as some custom tform…
SBERENS
  • 68
  • 7
0
votes
1 answer

Authentication of Cloud Automation manager ReST API requests

I am trying to use IBM CAM's ReST API but I get 401 Unauthorised error. How to I generate the authorization token to authorize to access the resources?
codec
  • 7,978
  • 26
  • 71
  • 127
0
votes
1 answer

Clearity on github structure for terraform template

I am trying to understand the readymade template for IBM Cloud at https://cam-proxy-ng.ng.bluemix.net/cam/instances/#!/deployTemplateEditorWithNoParam/7921d773a240309379cf2c31c8004c9a which is Node.js on a Single VM. When we go to the source code…
codec
  • 7,978
  • 26
  • 71
  • 127
0
votes
1 answer

How to develop bluemix CAM

Is there any github source where IBM Cloud automation manager source code is there? Can I extend CAM's functionalities? Or should I extend terraform's capabilties instead?
codec
  • 7,978
  • 26
  • 71
  • 127
0
votes
1 answer

Bluemix Cloud Automation Manager referencing external files

I was looking at the pre-defined LAMP stack for Amazon ec2 instance template on Bluemix and found the following piece of code: "awsPHPInstance": { "source":…
codec
  • 7,978
  • 26
  • 71
  • 127
0
votes
1 answer

How do I develop templates for cloud automation manager?

I am using the Bluemix Cloud Automation Manager to deploy application resources on AWS. I have tried out the existing templates and I would like to develop my own because the existing templates do not include the application I would like to install.…
K. Segun
  • 3
  • 1
  • 4
-1
votes
2 answers

How to write in the same cell where 'progress' is written. It must write only, on the cells where the conditions are met? Could someone help me?

This yields in sending emails with the details, whose due dates are due. Also, I want to change the status from 'Pogress' to 'Forwarded' to know the details have been forwarded. function myEmailBot() { var ss = SpreadsheetApp.getActiveSheet(); …
-1
votes
2 answers

Cloud Automation Manager - offline install via helm CLI

I recently hitted an issue where I could not use the ICP GUI to install Cloud Automation Manager, but yet I really needed to select the "optimize for offline" option since it was an air-gapped environment. I reviewed the knowledge center but I did…
-1
votes
1 answer

How can I set up a proxy server in CAM to pull CAM templates from the internet?

I would like to set up a proxy server in CAM to pull templates from the internet. How can I set up and configure this?
1
2