yangdeyue-root

Results 14 comments of yangdeyue-root

我也有这个需求 但是我用一个脚本来实现的 也就是在不同的脚本里申请不同的域名证书 然后配置了不同的key 我贴一个实例吧 脚本1: #!/bin/bash export Ali_Key="阿里云账户1_KEY" export Ali_Secret="阿里云账户1_secret" /root/.acme.sh/acme.sh --issue --dns dns_ali -d test.AAA.com --force 脚本2: #!/bin/bash export Ali_Key="阿里云账户2_KEY" export Ali_Secret="阿里云账户2_secret" /root/.acme.sh/acme.sh --issue --dns dns_ali -d test.BBB.com...

![image](https://github.com/cloudfoundry/bosh/assets/67721351/cd81df35-2682-4a75-919a-7f2cd131cb01) However, I can see from vsphere that the virtual machine is started and can be pinged

@jpalermo Hello, thank you very much for your reply. May I ask whether you are talking about ESXI log or vsphere log? I can check it here

Hello, we have not found the problem. We want to use VirtualBox to install bosh and then deploy cloudfoundry on vsphere. Is this solution ok @jpalermo

Thank you very much for your patient answer. Since we have just come into contact with this project and don't know much about it, I still can't connect to the...

Hi, I think I found the log by separating the faulty vm disk, but I can't pinpoint the exact cause of the failure. But I see it in sys\log\nats\nats.log [ERR]...

It seems that the problem is caused by different time zones. I adjusted the time zones of esxi, vsphere, and centos to UTC, and no error was reported when bosh...

Hi, I have solved the above problems. I am currently trying to install and deploy cloudfoundry. According to the deployment of these tutorials, https://github.com/cloudfoundry/cf-deployment/blob/main/texts/deployment-guide.md, perform the BBL up, throws an...

Based on the output, you don't see any additional prompts, just the exact cause of the error [root@bogon bosh-1]# bosh task 21 --debug Using environment 'https://10.2.160.6:25555' as client 'admin' Task...

Hi, I am still investigating this problem, and it has not been solved yet. I saw that ovf deployment task was submitted for execution on vsphere, but the final result...