Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment Is there anyway to skip this wizard? I Was attempting to see how the database would look like post wizard so I can add the appropriate zones. However, I cannot get pa

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment Ok so let's drill down even more: 1. Use default admin credentials to log into API 2. Use `registerUserKeys` to generate `apikey/secretkey` for default admin user 3.

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment Ok so let's drill down even more: 1. Use default admin credentials to log into API 2. Use `registerUserKeys` to generate `apikey/secretkey` for my default user 3. Use

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment I think we are getting out of sync. Let me explain my understanding: 1. when I first deploy a management node via Cloudstack, I only have admin/password default cred

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment I think we are getting out of sync. Let me explain my understanding: 1. when I first deploy a management node via Cloudstack, I only have admin/password default cred

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment about "There is no way to modify this on install” I am not sure, but your proposed procedure should work (without using the GUI). you can alternatively - Use default ad

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment I think we are getting out of sync. Let me explain my understanding: 1. when I first deploy a management node via Cloudstack, I only have admin/password default cred

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment I think we are getting out of sync. Let me explain my understanding: 1. when I first deploy a management node via Cloudstack, I only have admin/password default crede

Re: [D] Cloudstack 4.20.0.0, KVM with CEPH RBD live migration error [cloudstack]

2025-04-24 Thread via GitHub
GitHub user sourceYan added a comment to the discussion: Cloudstack 4.20.0.0, KVM with CEPH RBD live migration error hi @DaanHoogland - thank you for your message! i tested both, and reverse NFS Storage an "local" Mountpoint (OCFS2, iSCSI)... but all fail. Only offline it's possible. Between

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment @dcontiveros-nf you can call the API without loging into the GUI. see https://cloudstack.apache.org/api/apidocs-4.20/apis/registerUserKeys.html GitHub link: https://gi

Re: [D] Cloudstack 4.20.0.0, KVM with CEPH RBD live migration error [cloudstack]

2025-04-24 Thread via GitHub
GitHub user sourceYan added a comment to the discussion: Cloudstack 4.20.0.0, KVM with CEPH RBD live migration error hi @weizhouapache - thanks for your message! if i try to migrate only the storage, a message appear, that with kvm i have to move also the host. i didn't tested the migration be

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf edited a comment on the discussion: Generating credentials prior to install for automated deployment The entire point of this is to avoid using a GUI. Forcing an admin to log into a GUI to define the proper access is definitely a limiting factor in automation. I thi

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment The entire point of this is to avoid using a GUI. Forcing an admin to log into a GUI to define the proper information is definitely a limiting factor in automation. I

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment Sure, it seems valid, though I would not have an implementation strategy yet. Also I am not sure if I am missing something (cc @NuxRo @rajujith ) GitHub link: https://

Re: [D] Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck @wverleger , I think you should maybe also restart qemu/libvirtd to resolve the issues. If there are no vital VMs on the machine , even reboot it, though this should not be necessary.

Re: [D] Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck these “ERROR”s you can ignore. The agent tries several strategies to retrieve the cpu-speed and the last one you see succeeding: ``` 2025-04-24 10:14:18,062 INFO [utils.linux.KVMHostI

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user dcontiveros-nf added a comment to the discussion: Generating credentials prior to install for automated deployment So essentially there is no way to fully automate this in a safe manner without defaulting to creating my user post install via API. I'm wondering if I should place a

Re: [D] Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck [cloudstack]

2025-04-24 Thread via GitHub
GitHub user wverleger added a comment to the discussion: Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck Hi, As an additional info we receive the following log entries from cloudstack-agent log now: [cloudstack-agent_log.txt](https://github.com/user-attachments/files/19891120/cloudstack-age

Re: [D] Cloudstack 4.20.0.0, KVM with CEPH RBD live migration error [cloudstack]

2025-04-24 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Cloudstack 4.20.0.0, KVM with CEPH RBD live migration error this is a known limitation I think for vm live mirgation between ceph storages, we should migrate the volume instead of the vm (it will use "virsh blockcopy"). but it may n

Re: [D] Generating credentials prior to install for automated deployment [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Generating credentials prior to install for automated deployment @dcontiveros-nf , you can do most steps using an api-/secret-key pair using the API, you will have to have that generated initially. so the one first call will have to

Re: [D] Cloudstack 4.20.0.0, KVM with CEPH RBD live migration error [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Cloudstack 4.20.0.0, KVM with CEPH RBD live migration error @sourceYan , migrations across different storage solutions don’t always work great. It might well be that yours isn’ t supported. What is the target storage for type (i.e. NF