Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
In this video demonstration we look at how CloudCenter can be used in the Enterprise with many of the other tools that might already be in place. By integrating those with CloudCenter you will improve standardization and consistency in the the way wo...
What is the official list of operating systems that are supported as guests with the agent installed? I found this page on the docs site, but it talks about which images are provided, which is not the same thing:http://docs.cloudcenter.cisco.com/disp...
I just upgraded CloudCenter from 4.5.3 to 4.7.1.1 this morning and everything seems to be fine. How do I now go back and upgrade my existing running workers to the 4.7.1.1 version of the agent, just in case important things have changed?
You can see in the first line of the script that it's logging to a file in /var/tmp. Check that file and see what it says. The other scripts on other VMs will be logging similarly. Check those too.
Alex, currently there's no way to do this in CloudCenter. If you allow the user to choose, they will be able to select from all networks available to the cloud account - which actually points to the correct way to handle this: Restrict the cloud acco...
Paul, there are two limitations of not running the agent:1. CloudCenter will not be able to run any commands from within the VM. Fortunately it sounds like this is a requirement rather than a limitation for your customer.2. CloudCenter will not be ab...
If you want to directly refer to a private github file from CloudCenter, what you could do is specify a command to download the file, then pipe it to bash. The command to download the file can be found here:curl - How can I download a single raw file...
Adilson, the SSH keys used to deploy the VMs are unique per user and per cloud region. A given user's SSH keys for all regions can be pulled from the API:https://{{ccm}}/v1/users/{{userId}}/keysYou will then need to look for the key that goes with th...