Re: [D] Static IP in cloudstack instance [cloudstack]

2024-07-05 Thread Marty Godsey
You can set the IP address on any VM statically, even if DHCP is enabled on the network. But as Weizhouapache mentioned, if you did this via template, all the VMs would have the same IP. If I needed to do this, I would create the VM, and change the network settings to static like you need, but

Re: [D] Static IP in cloudstack instance [cloudstack]

2024-07-05 Thread via GitHub
GitHub user weizhouapache edited a comment on the discussion: Static IP in cloudstack instance You can make the changes you mentioned, then stop the vm and create a template from its volume. But all vms created from the template will have the same IP and mac. What's your use case? GitHub lin

Re: [D] Static IP in cloudstack instance [cloudstack]

2024-07-05 Thread via GitHub
GitHub user weizhouapache edited a comment on the discussion: Static IP in cloudstack instance You can make the changes you mentioned, then stop the vm and create a template from its volume. But all vms created from the template will have the same IP. What's your use case? GitHub link: http

Re: [D] Static IP in cloudstack instance [cloudstack]

2024-07-05 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Static IP in cloudstack instance You can make the changes you mentioned, then stop the vm and create a template from its volume. But all vms created from the template will have the same IP. What's your use case? GitHub link: https

Re: [D] Static IP in cloudstack instance [cloudstack]

2024-07-05 Thread Nux
Hi, That is not possible at the moment, you need DCHP to get an IP, configdrive doesn't yet support the network bit, AFAIK. On 2024-07-05 10:36, j3cky wrote: GitHub user j3cky created a discussion: Static IP in cloudstack instance Hi, i would like to know if cloudstack support configure s

Re: [D] Static IP in cloudstack instance [cloudstack]

2024-07-05 Thread via GitHub
GitHub user j3cky edited a comment on the discussion: Static IP in cloudstack instance @weizhouapache yes, after instance deployed example centos 7, we get config in /etc/sysconfig/network-scripts/ifcfg-eth0 using dhcp. BOOTPROTO=dhcp DEVICE=eth0 HWADDR=02:02:01:66:00:27 ONBOOT=yes STARTMODE

Re: [D] Static IP in cloudstack instance [cloudstack]

2024-07-05 Thread via GitHub
GitHub user j3cky added a comment to the discussion: Static IP in cloudstack instance @weizhouapache yes, after instance deployed example centos 7, we get config in /etc/sysconfig/network-scripts/ifcfg-eth0 using dhcp. `# BOOTPROTO=dhcp DEVICE=eth0 HWADDR=02:02:01:66:00:27 ONBOOT=yes STARTMOD

Re: [Proposal] Storage Filesystem as a First Class Feature

2024-07-05 Thread Nux
Rohit, Your reply LGTM, a few more lines from me: - initially the export is NFS, that's how users/VMs will consume it as, just clarifying, I know we want to keep this somewhat agnostic - while there is no agent running there, as you noted, most of the stuff can be configured either via userdata

Re: [D] Static IP in cloudstack instance [cloudstack]

2024-07-05 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Static IP in cloudstack instance @j3cky what did you mean `static` ? do you want to assign a specific IP to the vm ? GitHub link: https://github.com/apache/cloudstack/discussions/9342#discussioncomment-9969140 This is an auto

Re: [D] Static IP in cloudstack instance [cloudstack]

2024-07-05 Thread Marty Godsey
You can set up a new virtual router offering without selecting DHCP. However, this will only affect the machines within the subnet. The virtual router will still pull DHCP from the public side and be the gateway you set up. If you use the default virtual router, you can also specify the IP for t

[ANNOUNCE] Apache CloudStack LTS Security Releases 4.18.2.1 and 4.19.0.2

2024-07-05 Thread Abhishek Kumar
Apache CloudStack project announces the release of LTS security releases 4.18.2.1 and 4.19.0.2 that addresses CVE-2024-38346 and CVE-2024-39864, both of severity rating 'important', explained below. # CVE-2024-38346: Unauthenticated cluster service port leads to remote execution The CloudStack cl

Re: [D] Instance backups [cloudstack]

2024-07-05 Thread via GitHub
GitHub user pcfriek1987 added a comment to the discussion: Instance backups On a normal backup you wouldn't save the memory either, so the memory is of no concern to me. For me it would be the data most, and a way to just restore a file if needed or the whole machine. @rajujith what do you m

Re: [D] Instance backups [cloudstack]

2024-07-05 Thread via GitHub
GitHub user JoaoJandre added a comment to the discussion: Instance backups Are you interested in saving the VM's memory as well as the volume's data, or only the volume's data? GitHub link: https://github.com/apache/cloudstack/discussions/9347#discussioncomment-9967642 This is an automa

Re: [D] Instance backups [cloudstack]

2024-07-05 Thread via GitHub
GitHub user rajujith added a comment to the discussion: Instance backups @pcfriek1987 have you considered Dell NetWorker? although snapshots are not really backups would it help you if you store the snapshots in the remote zone as well ? GitHub link: https://github.com/apache/cloudstack/dis

Re: [D] Static IP in cloudstack instance [cloudstack]

2024-07-05 Thread via GitHub
GitHub user pcfriek1987 added a comment to the discussion: Static IP in cloudstack instance I think that would be up to setting up a VLAN then to your outside network, the VRR only does DHCP. GitHub link: https://github.com/apache/cloudstack/discussions/9342#discussioncomment-9967105 T

Re: [Proposal] Storage Filesystem as a First Class Feature

2024-07-05 Thread Rohit Yadav
Proposed design doc largely LGTM. I've some additional suggestions and feedback to make requirements & the first phase implementation more clearer and simpler: * +1 on implementing it in a hypervisor and storage agnostic manner. * Let's have the FS VMs owned by the caller (account or pro