AW: metadata on VR

2020-10-20 Thread me
creation packer added these details to CS and they are sticking with the template. I deleted the entries and the key was gone. Swen -Ursprüngliche Nachricht- Von: Andrija Panic Gesendet: Freitag, 16. Oktober 2020 17:19 An: users Betreff: Re: metadata on VR In general (at least in the more

Re: metadata on VR

2020-10-16 Thread Andrija Panic
not sure > if this is still the case with the latest version. > > Swen > > -Ursprüngliche Nachricht- > Von: m...@swen.io > Gesendet: Donnerstag, 15. Oktober 2020 16:02 > An: users@cloudstack.apache.org > Betreff: AW: metadata on VR > > I did more detailed search within the

AW: metadata on VR

2020-10-15 Thread me
@cloudstack.apache.org Betreff: AW: metadata on VR I did more detailed search within the management-server.log and found this: "SSH.KeyPairName":"packer_5f635a58-1c36-bd60-b7fa-dc04b5f4c8a2" We are creating our templates via packer.io, but we do delete the keys inside the

AW: metadata on VR

2020-10-15 Thread me
keypair with during template creation? Swen -Ursprüngliche Nachricht- Von: m...@swen.io Gesendet: Donnerstag, 15. Oktober 2020 15:50 An: users@cloudstack.apache.org Betreff: AW: metadata on VR Hi David, even if I create a VM now the public key will be put in the file for the new VM. An

AW: metadata on VR

2020-10-15 Thread me
anything about this. Any idea where to search? Swen -Ursprüngliche Nachricht- Von: David Jumani Gesendet: Donnerstag, 15. Oktober 2020 13:20 An: users@cloudstack.apache.org Betreff: Re: metadata on VR It could be because the key has been deleted on Cloudstack. Checking the logs could verify

Re: metadata on VR

2020-10-15 Thread David Jumani
It could be because the key has been deleted on Cloudstack. Checking the logs could verify that From: m...@swen.io Sent: Thursday, October 15, 2020 2:07 PM To: users@cloudstack.apache.org Subject: AW: metadata on VR Hi, any idea why a public key which is not

AW: metadata on VR

2020-10-15 Thread me
Hi, any idea why a public key which is not in the db is put into the public-keys file on the VR? Swen -Ursprüngliche Nachricht- Von: David Jumani Gesendet: Mittwoch, 14. Oktober 2020 14:30 An: users@cloudstack.apache.org Betreff: Re: metadata on VR Hi Cu, The database stores the MD5

AW: metadata on VR

2020-10-14 Thread me
Hi David, the VR is using an older version of ssh-keygen so it is already md5 fingerprint and -E is not a valid option. best regards, Swen -Ursprüngliche Nachricht- Von: David Jumani Gesendet: Mittwoch, 14. Oktober 2020 14:30 An: users@cloudstack.apache.org Betreff: Re: metadata on VR

Re: metadata on VR

2020-10-14 Thread David Jumani
: metadata on VR Hi David, thx for getting back so fast. That is what I thought too. Now the problem is that in the file public-keys is a key that is not in the database. It should be in the table ssh_keypairs, correct? When I do a ssh-keygen -lf public-keys on the file in the VR the fingerprint

AW: metadata on VR

2020-10-14 Thread me
users@cloudstack.apache.org Betreff: Re: metadata on VR Hi Cu, When you try to set/reset the SSH key for a VM, it goes into the VR as a databag, i.e., a vm_metadata.json..gz file gets created in the /var/cache/cloud/processed/ path in the VR. This databag is then read by the merge.py script, which in

Re: metadata on VR

2020-10-14 Thread Pearl d'Silva
lic key is set to the vmdata which further goes on to become the databag in the VR. Thanks Pearl From: m...@swen.io Sent: Wednesday, October 14, 2020 5:26 PM To: users@cloudstack.apache.org Subject: AW: metadata on VR Hi David, thx for getting back so fast. Th

AW: metadata on VR

2020-10-14 Thread me
any fingerprint in the ssh_keypairs table. I am wondering where the key in the public-keys file comes from. Cu Swen -Ursprüngliche Nachricht- Von: David Jumani Gesendet: Mittwoch, 14. Oktober 2020 12:19 An: users@cloudstack.apache.org Betreff: Re: metadata on VR Hi, The file contents

Re: metadata on VR

2020-10-14 Thread David Jumani
the folder. Thanks, David From: m...@swen.io Sent: Wednesday, October 14, 2020 3:34 PM To: users@cloudstack.apache.org Subject: metadata on VR Hi all, I have a question regarding the metadata on virtual routers. We are running an older version, so I am not sure

metadata on VR

2020-10-14 Thread me
Hi all, I have a question regarding the metadata on virtual routers. We are running an older version, so I am not sure if path or script are being renamed or changed. I see that CS is creating /var/www/html/metadata// on the VR for all VMs in the network. As far as I understand this script is