12-19-2017 12:48 AM - edited 03-21-2019 11:28 AM
Hello,
I'm trying to integrate Cisco CloudCenter with Azure. During deployment of Application I'm getting these errors. My Orchestrator is register with CCM. What should I configure in order to overcome these errors.
Thanks in advance.
Regards,
Sheriff
Solved! Go to Solution.
01-14-2018 12:21 AM
hi Nayeemuddin,
From the screenshot it seems that the Azure cloud account details seem to be incorrect. Please refer to the document if not already -
https://editor-docs.cloudcenter.cisco.com/display/CCD48/Azure+Configurations
Thank you,
Saurabh
01-14-2018 12:21 AM
hi Nayeemuddin,
From the screenshot it seems that the Azure cloud account details seem to be incorrect. Please refer to the document if not already -
https://editor-docs.cloudcenter.cisco.com/display/CCD48/Azure+Configurations
Thank you,
Saurabh
01-15-2018 08:43 PM
Hi Saurabh Kothari,
Thanks for the response.
My error has been resolved, I have entered some details of Azure wrongly. Now its working fine.
Regards,
Sheriff
03-02-2018 11:07 AM
Hello,
Did you have any problems when you try to add the CCO when you set your azure account?
I'm getting this error when I'm try to connect with the CCO:
Error while trying to configure orchestrator. Reason: Error while creating/updating User Cloud Account and related artifacts on Cloud Provider. null.
But everthing seems to be ok?
Could you help me¿?
Thanks,
Best regards,
gabrie
03-02-2018 12:31 PM
Gabriel,
Please let me know how did you configure Azure for CloudCenter Integration?
I suspect that the Azure Active Directory App (which ~ the Client ID) is not added to the resource group.
Thx
03-02-2018 01:05 PM
03-03-2018 11:20 AM
Hello Gabriel,
To access resources in your subscription, you must assign the application to a role. Let me know if you already did the following -
Thx
03-04-2018 12:40 AM
Hello Saurabh,
Yes, I did that part, indeed I have another application for my old version of cloudcenter (4.7) and it works ok!, I've created a new one just in cases I missed some step and still doesn't work, I attach you a pic of the applications with the owner role, the azureciscocloudcenter is the new one, and the cloudcenter is the old one (fot the v4.7 version of cc). I don't know what can be wrong.
03-04-2018 10:10 AM
Gabriel, I am assuming that the Azure Credentials are correct since you have an existing working Azure integration with CloudCenter.
Can you send me the screenshot of the Deployment Environment config page. Also the CCO logs at the time when you are adding a Deployment Environment.
SSH to CCO -
/usr/local/osmosix/logs/gateway.log
03-05-2018 12:20 AM
Hi Saurabh !
The problem is that I am not even able to connect the CCO with the CCM in the Cloud Region configuration tab, thas my real problem.
I will show you the logs of the CCO when I'm trying to connect with the CCM:
# tail -f gateway.log 2018-03-05 08:07:43,233 INFO config.GatewayConfigController [https-jsse-nio-8443-exec-7] - Activating gateway: mgmtServer=<CCM_IP>, cloudType=AzureLogicalis-eu-north 2018-03-05 08:07:43,233 INFO config.GatewayConfigController [https-jsse-nio-8443-exec-7] - pinging management server at 62.14.249.253 2018-03-05 08:07:43,713 ERROR azure.AzureClientFactory [https-jsse-nio-8443-exec-1] - Error creating client.. java.lang.NullPointerException: null at com.osmosix.commons.util.SSLUtil.buildKeyStore(SSLUtil.java:115) ~[osmosix-commons-core-4.8.2.jar!/:4.8.2] [...]
And here is the error message in the CCM web interrface when I am trying to integrate it:
So the weird thing is that with the exact account parameters I am able to intergate the CCO and the CCm and even launch some application profiles,
Coudl it be that the new Azure VMs are installed wrong¿?
I don't know what else to try
Thanks for all the help
Best Regards,
Gabriel
03-05-2018 01:24 AM
03-05-2018 01:32 AM
03-05-2018 01:51 AM
Gabriel, Seems like the installation had some problem.
what commands did you use to configure CCO and AMQP using binaries?
03-05-2018 02:59 AM
Hi,
First I used the
./core_installer.bin centos7 azure <cco | rabbit>
and then the next:
java -jar cco-installer.jar <cco-response.xml | conn-broker.xml>
But it seems that it installed correctly becasue then I configured both rabbitmq and cco using the
/usr/local/cliqr/bin/<cco|amqp_config_wizard.sh>
and then I was able to see the connections,users and vhosts in the rabbitmq server.
Best regards,
Gabriel
03-05-2018 03:56 AM
Gabriel, you shouldnt be writing azure in the command - ./core_installer.bin centos7 azure <cco | rabbit>
if you enter the following command you will see the correct options -
./core_installer.bin help
[root@cco tmp]# ./core_installer.bin help
Verifying archive integrity... All good.
Uncompressing Core Installer V 4.8.2.1-SNAPSHOT....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Usage: core_installer.bin <OS> <Cloud> <Module-type>
Supported OS : rhel6 | rhel7 | centos6 | centos7
Supported Cloud : alibaba | amazon | azurerm | azurepack | bracket | cloudn | cloudstack | google | opsource | openstack | rackspace | softlayer | vmware | vcd
Supported Module-type : ccm | ccm_sa | mgmtpostgres | cco | logcollector | rabbit | docker | <file with custom list of modules>
assuming you are using AzureRM the correct install command should be -
./core_installer.bin centos7 azurerm cco
./core_installer.bin centos7 azurerm rabbit
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide