Help with virtual router

2022-09-21 Thread Rémi Paeta
Hello,
I contact you because I am studying the possibility of using Cloudstack for
my company.
I currently use bare-metal servers that are rented from a hosting provider.
I encounter a problem for the management of Public IPs. My hosting provider
gives me public IPs that are associated with a specific mac address. I must
use this mac address for an IP ou a group of IP.
Is there a way to specify the MAC address of the virtual router's external
network interface?
Thanks for your expert advice!


Re: Which linux system is recommended

2022-09-21 Thread Darren Cole
I haven two cluster setup, both on Ubuntu LTS and kvm. 
This has worked fine. 

BUT. 

One cluster is a tiny two node compute with 1 Raspberry Pi running all storage 
and management. 
Storage is a bit slow, but a dedicated external usb with an SSD was quite a bit 
faster. 
It is a toy compared to what most people on this list run. 

The second is an experimental cluster at work, but it is still small compared 
to others. 
1 management node 
1 storage node for both primary and secondary 
3 compute nodes 
They will be moved to a dedicated switch and converted to Rocky linux. 
When converted will likely pull a different version of kvm per previous 
discussions on this list. 
The short of it is the RedHat kvm rpm does not have all the features enable and 
some Cloudstack features wont work. 
If I remember correctly people used the epel kvm version with some success, 
including in production. 

I wrote some ansible roles to install both clusters, they are here with some 
example plays: [ https://gitlab.com/coledarr/cloudstack-roles | 
https://gitlab.com/coledarr/cloudstack-roles ] 
The roles, and example plays, will be updated as I finish the work on 
converting the work cluster to Rocky linux. 
But the work cluster is an experimental side project so it will be awhile 
before that happens. 

Darren 
-- 
This e-mail is confidential. Any distribution, use or copying of this e-mail or 
the information it contains other than by the intended recipient is forbidden. 
If you are not the intended recipient, please advise the sender (by return 
e-mail or otherwise) immediately and delete this e-mail. 


From: "Granwille Strauss"  
To: "users"  
Sent: Tuesday, September 20, 2022 10:59:42 AM 
Subject: Re: Which linux system is recommended 



We currently run Cloudstack 4.17 on AlmaLinux 8. Both CM and KVM servers on 
AlmaLinux 8 OS. So far we're able to deploy publicly accessible VMs without any 
issues. However, it is a new setup, only time will tell. 
On 9/20/22 19:27, Wei ZHOU wrote: 



Regarding the Ubuntu 22.04, we have tested with CloudStack 4.17.0.0, there
are no issues found.
Therefore, since cloudstack 4.17.1.0 (will be released soon), Ubuntu 22.04
is officially supported by cloudstack.

-Wei

On Tue, 20 Sept 2022 at 19:16, Eric Green [ mailto:eric.lee.gr...@gmail.com | 
 ] wrote: 

BQ_BEGIN

We have used both CentOS and Ubuntu. Currently we have standardized on
Ubuntu 20.04 LTS due to Red Hat shenanigans with CentOS and for
reliability reasons (Red Hat often broke Cloudstack with bug fixes for
CentOS, Ubuntu has never done so). Once a version of Cloudstack is
released that has been validated with Ubuntu 22.04 LTS and we have
validated it ourselves we will upgrade to that.

We currently have one old cluster running CentOS 7 (soon to be retired)
and a new cluster running Ubuntu 20.04LTS. Both are operating in the
same zone and pod without a problem, Cloudstack allocates virtual
machines across both clusters without a problem.

On 9/20/2022 8:05 AM, Mariusz Wojtarek wrote: 

BQ_BEGIN

Hi,

which linux system is recommended for cs and kvm? Debian ? ubuntu ?
fedora ? centos ?

Support Online





*Mariusz Wojtarek*

Administrator iT

*P: *22 335 28 00

*E: *mariusz.wojta...@support-online.pl [ 
mailto:mariusz.wojta...@support-online.pl | 
 ] [ http://www.support-online.pl/ | 
www.support-online.pl ] [ http://www.support-online.pl/ | 
 ] Poleczki 23 | 02-822 Warszawa [ 
mailto:cidimage005.png@01D77E41.D4CA7110 | cidimage005.png@01D77E41.D4CA7110 ] 
< [ https://www.facebook.com/Support-Online-147141642016372 | 
https://www.facebook.com/Support-Online-147141642016372 ] [ 
mailto:cidimage007.png@01D77E41.D4CA7110 | cidimage007.png@01D77E41.D4CA7110 ] 
[ https://linkedin.com/company/support-online | 
 ] 

Support OnLine Sp. z o.o., ul. Poleczki 23, 02-822 Warszawa, NIP:
951-20-32-692, Regon: 017431965, KRS: 078497,
XIII Wydział Gospodarczy Krajowego Rejestru Sądowego w Warszawie,
Kapitał zakładowy: 50 000 PLN - opłacony w pełnej wysokości.
W przypadku podania w ramach niniejszej korespondencji Państwa danych
osobowych, prosimy zapoznać się z następującą informacją [ 
https://www.support-online.pl/dane-osobowe | 
https://www.support-online.pl/dane-osobowe ] In case any of your private data 
was included within this
conversation, please consult this website [ 
https://www.support-online.pl/en/personal-data | 
https://www.support-online.pl/en/personal-data ] 



BQ_END


BQ_END

-- 
Regards / Groete 


[ https://www.namhost.com/ ]Granwille Strauss // Senior Systems Admin 

e: [ mailto:granwi...@namhost.com | granwi...@namhost.com ] 
m: +264 81 323 1260 
w: [ https://www.namhost.com/ | www.namhost.com ] 

[ https://www.facebook.com/namhost ] [ https://twitter.com/namhost ] [ 
https://www.instagram.com/namhostinternetservices/ ] 

Re: Help with virtual router

2022-09-21 Thread Rémi Paeta
Thank you for the suggestion.
Could you please tell me which table I need to modify?
I still have some questions:
Is it possible to add a script to the virtual router template to handle
this?
Is it also possible to modify the HAProxy/conntrackd template to add the
use of a script?
I can't find documentation for creating a custom Virtual Router template.
Thank you all for your help 😁

Le mer. 21 sept. 2022, 22:18, Alex Mattioli  a
écrit :

> You could potentially change the MAC Address in the NICs table in the
> database, but that would be possible only after the VR has been deployed.
> Hope it works for you.
> If you need help with the command I can send you the MySQL statement, let
> me know.
>
> Cheers
> Alex
>
>
>
>
> -Original Message-
> From: Rémi Paeta 
> Sent: 21 September 2022 16:33
> To: users@cloudstack.apache.org
> Subject: Help with virtual router
>
> Hello,
> I contact you because I am studying the possibility of using Cloudstack
> for my company.
> I currently use bare-metal servers that are rented from a hosting provider.
> I encounter a problem for the management of Public IPs. My hosting
> provider gives me public IPs that are associated with a specific mac
> address. I must use this mac address for an IP ou a group of IP.
> Is there a way to specify the MAC address of the virtual router's external
> network interface?
> Thanks for your expert advice!
>


RE: Help with virtual router

2022-09-21 Thread Alex Mattioli
You could potentially change the MAC Address in the NICs table in the database, 
but that would be possible only after the VR has been deployed. 
Hope it works for you.
If you need help with the command I can send you the MySQL statement, let me 
know.

Cheers
Alex

 


-Original Message-
From: Rémi Paeta  
Sent: 21 September 2022 16:33
To: users@cloudstack.apache.org
Subject: Help with virtual router

Hello,
I contact you because I am studying the possibility of using Cloudstack for my 
company.
I currently use bare-metal servers that are rented from a hosting provider.
I encounter a problem for the management of Public IPs. My hosting provider 
gives me public IPs that are associated with a specific mac address. I must use 
this mac address for an IP ou a group of IP.
Is there a way to specify the MAC address of the virtual router's external 
network interface?
Thanks for your expert advice!


Help with virtual router

2022-09-21 Thread Rémi Paeta
Hello,
I contact you because I am studying the possibility of using Cloudstack for
my company.
I currently use bare-metal servers that are rented from a hosting provider.
I encounter a problem for the management of Public IPs. My hosting provider
gives me public IPs that are associated with a specific mac address. I must
use this mac address for an IP ou a group of IP.
Is there a way to specify the MAC address of the virtual router's external
network interface?
Thanks for your expert advice!


Compute Offerings: Provisioning Type for Ceph/RBD as Primary Storage

2022-09-21 Thread Mevludin Blazevic

Hi all,

I have a small question regarding performance optimization: Using
Ceph/RBD as Primary Storage, which Provisioning Type (thin, sparse, fat)
would you suggest? Is there any performance difference between them?
Furthermore, which Write-cache Type would be the best?

Regards

Mevludin


--
Diese E-Mail wurde von Avast-Antivirussoftware auf Viren geprüft.
www.avast.com


Re: Official release date for ACS 4.17.1

2022-09-21 Thread Daan Hoogland
it is underway Vivek,
packages are being built and official notices and release notes are being
prepared.

On Wed, Sep 21, 2022 at 12:43 PM Vivek Kumar
 wrote:

> Hello Folks,
>
>
> When can we expect ACS 4.17.1 to be officially released. I see on the
> gitlab that all milestones has been closed.
>
>
>
> Vivek Kumar
> Sr. Manager - Cloud & DevOps
> TechOps | Indiqus Technologies
>
> vivek.ku...@indiqus.com 
> www.indiqus.com 
>
>
>
>
>
> --
> This message is intended only for the use of the individual or entity to
> which it is addressed and may contain confidential and/or privileged
> information. If you are not the intended recipient, please delete the
> original message and any copy of it from your computer system. You are
> hereby notified that any dissemination, distribution or copying of this
> communication is strictly prohibited unless proper authorization has been
> obtained for such action. If you have received this communication in
> error,
> please notify the sender immediately. Although IndiQus attempts to sweep
> e-mail and attachments for viruses, it does not guarantee that both are
> virus-free and accepts no liability for any damage sustained as a result
> of
> viruses.
>


-- 
Daan


Official release date for ACS 4.17.1

2022-09-21 Thread Vivek Kumar
Hello Folks,


When can we expect ACS 4.17.1 to be officially released. I see on the gitlab 
that all milestones has been closed.



Vivek Kumar
Sr. Manager - Cloud & DevOps
TechOps | Indiqus Technologies

vivek.ku...@indiqus.com 
www.indiqus.com 





-- 
This message is intended only for the use of the individual or entity to 
which it is addressed and may contain confidential and/or privileged 
information. If you are not the intended recipient, please delete the 
original message and any copy of it from your computer system. You are 
hereby notified that any dissemination, distribution or copying of this 
communication is strictly prohibited unless proper authorization has been 
obtained for such action. If you have received this communication in error, 
please notify the sender immediately. Although IndiQus attempts to sweep 
e-mail and attachments for viruses, it does not guarantee that both are 
virus-free and accepts no liability for any damage sustained as a result of 
viruses.


Re: [DISCUSS] release and release manager 4.18

2022-09-21 Thread Rohit Yadav
Hi Sina,

The release process is documented here:
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+Procedure

Some of the logistical bits require the ability to cut branches, create tags 
and push on the ASF remote (as svn commits), this can be only done by at least 
a committer [1] who has the minimum privilege to perform these operations; and 
can get a PMC member to do some of the tasks.

My understanding is, that any committer can be a release manager and:

  *   have built support with the dev community (proposed themselve as RM and 
had no objections at least; and proposed a timeline)
  *   are able to triage and work with Github (committer/PMC have 2FA enabled 
and added to asf org https://gitbox.apache.org, or 
at least have the triaging role enabled)
  *   have built some support with a PMC member to (a) add their GPG keys, (b) 
have the PMC member move the src/artifacts post a release vote is passed using 
subversion
  *   have reputation/access to various tightly-controlled project portals 
(such as docs/readthedocs, publishing on website, publish community packages 
i.e. access on download.cloudstack.org)
  *   have the motivation, time/bandwidth, and patience to do this (esp when 
there are blockers/critical issues and requirements to cut multiple RCs)

[1] https://cloudstack.apache.org/who.html


Regards.



 

From: Sina Kashipazha
Sent: Wednesday, September 21, 2022 03:11
To: users@cloudstack.apache.org; daan.hoogl...@gmail.com
Cc: dev
Subject: Re: [DISCUSS] release and release manager 4.18


Sorry to interrupt. I'm curious to know how is the release procedure. Is it 
possible for me to help or should I be a PMC member?

--- Original Message ---
On Tuesday, September 20th, 2022 at 4:52 PM, Simon Weller 
 wrote:


>
>
> +1 to Daan :-)
> 
> From: Rohit Yadav rohit.ya...@shapeblue.com
>
> Sent: Tuesday, September 20, 2022 9:43 AM
> To: users@cloudstack.apache.org users@cloudstack.apache.org; dev 
> d...@cloudstack.apache.org
>
> Subject: Re: [DISCUSS] release and release manager 4.18
>
> EXTERNAL EMAIL: This message originated outside of ENA. Use caution when 
> clicking links, opening attachments, or complying with requests. Click the 
> "Phish Alert Report" button above the email, or contact MIS, regarding any 
> suspicious message.
>
>
>
> +1 thanks for volunteering as 4.18 RM Daan.
>
> Regards.
>
> Regards.
> 
> From: Daan Hoogland daan.hoogl...@gmail.com
>
> Sent: Tuesday, September 20, 2022 7:53:53 PM
> To: dev d...@cloudstack.apache.org; users users@cloudstack.apache.org
>
> Subject: [DISCUSS] release and release manager 4.18
>
> Hello everybody,
> As Abhishek is wrapping up the 4.17.1 release. I´d like to start the
> discussion about 4.18. Nobody has volunteered as the next release manager
> yet and I'd like to give the community the opportunity to prevent it
> becoming me. My idea is that we will have set a feature freeze date and
> then a target date for the first RC. Iḿ not proposing one now as mine would
> probably be too tight a deadline for new features and there are some big
> ones out there that we'd want in.
> Please let us all know what you have in the pipeline and what you want in
> and what time you need, so we can discuss if it is feasible for 4.18.
> Also please come forward if you want this task of triaging issues and PRs
> and tagging them to go in the release.
> thanks
>
> --
> Daan
>


RE: Change MAC Address of a NIC

2022-09-21 Thread Gary Dixon
Hi Christian

I'm not 100% sure - but you might need to change the policy on the vSwitch in 
VMWare and set it to allow 'MAC Address Changes' see - 
https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-942BD3AA-731B-4A05-8196-66F2B4BF1ACB.html

Hope this solves your problem

BR

Gary


Gary Dixon
Senior Technical Consultant
T:  +44 161 537 4990
E:  v...@quadris-support.com
W: www.quadris.co.uk
The information contained in this e-mail from Quadris may be confidential and 
privileged for the private use of the named recipient.  The contents of this 
e-mail may not necessarily represent the official views of Quadris.  If you 
have received this information in error you must not copy, distribute or take 
any action or reliance on its contents.  Please destroy any hard copies and 
delete this message.
-Original Message-
From: Christian Reichert 
Sent: 20 September 2022 15:07
To: 'users@cloudstack.apache.org' 
Subject: AW: Change MAC Address of a NIC

Hi,

the json looks fine, the mac is the correct one.
I think it is a vmware problem we will dig into this now.

Thanks,

Christian

-Ursprüngliche Nachricht-
Von: Udo Müller [mailto:i...@cs-ol.de]
Gesendet: Dienstag, 20. September 2022 12:18
An: users@cloudstack.apache.org
Betreff: Re: Change MAC Address of a NIC

No idea tbh.

We are using CS with KVM only and there it works like a charm.

Do younhave the possibility to debug the communcation received by the agent?

It receives a json from the manager with all the information how to create the 
machine. The mac should be included.

Gruß Udo

> Am 20.09.2022 um 11:52 schrieb Christian Reichert 
> :
>
> Hi Udo,
>
> thanks for the feedback, I changed the MAC in the nics mysql tabell and the 
> MAC is set correct in vmware.
> When I boot the VM, it is reachable but after a shutdown and start it is not 
> reachable any more. Then I edit the nic in vmware (just a save) and start the 
> VM it is reachable again.
> Any idea?
>
> Regards,
>
> Christian
>
>
> -Ursprüngliche Nachricht-
> Von: Udo Müller [mailto:i...@cs-ol.de]
> Gesendet: Montag, 19. September 2022 20:04
> An: users@cloudstack.apache.org
> Betreff: Re: Change MAC Address of a NIC
>
> Hi,
>
> We use the mysql cli for that. Find out the id of the vm and run an update 
> command on table nics.
> Stop and start the vm afterwards since the new mac address is not changed on 
> the fly.
>
> Regards Udo
>
>> Am 19.09.2022 um 20:26 schrieb Christian Reichert 
>> :
>>
>> 
>> Hello,
>>
>> I need to change the MAC Address of a NIC, what is the best way to do it?
>> I found no option on the UI.
>>
>> Thanks and Regards,
>>
>> Christian




Re: [DISCUSS] release and release manager 4.18

2022-09-21 Thread Daan Hoogland
Sina,
you most certainly can and you'll have my support. It is true that some
actions require PMC karma, but these are minor and isolated, so I would not
regard those an inhibition against you being an RM.
Do you know what the task entails?

On Tue, Sep 20, 2022 at 11:41 PM Sina Kashipazha <
s.kashipa...@protonmail.com> wrote:

>
> Sorry to interrupt. I'm curious to know how is the release procedure. Is
> it possible for me to help or should I be a PMC member?
>
> --- Original Message ---
> On Tuesday, September 20th, 2022 at 4:52 PM, Simon Weller
>  wrote:
>
>
> >
> >
> > +1 to Daan :-)
> > 
> > From: Rohit Yadav rohit.ya...@shapeblue.com
> >
> > Sent: Tuesday, September 20, 2022 9:43 AM
> > To: users@cloudstack.apache.org users@cloudstack.apache.org; dev
> d...@cloudstack.apache.org
> >
> > Subject: Re: [DISCUSS] release and release manager 4.18
> >
> > EXTERNAL EMAIL: This message originated outside of ENA. Use caution when
> clicking links, opening attachments, or complying with requests. Click the
> "Phish Alert Report" button above the email, or contact MIS, regarding any
> suspicious message.
> >
> >
> >
> > +1 thanks for volunteering as 4.18 RM Daan.
> >
> > Regards.
> >
> > Regards.
> > 
> > From: Daan Hoogland daan.hoogl...@gmail.com
> >
> > Sent: Tuesday, September 20, 2022 7:53:53 PM
> > To: dev d...@cloudstack.apache.org; users users@cloudstack.apache.org
> >
> > Subject: [DISCUSS] release and release manager 4.18
> >
> > Hello everybody,
> > As Abhishek is wrapping up the 4.17.1 release. I´d like to start the
> > discussion about 4.18. Nobody has volunteered as the next release manager
> > yet and I'd like to give the community the opportunity to prevent it
> > becoming me. My idea is that we will have set a feature freeze date and
> > then a target date for the first RC. Iḿ not proposing one now as mine
> would
> > probably be too tight a deadline for new features and there are some big
> > ones out there that we'd want in.
> > Please let us all know what you have in the pipeline and what you want in
> > and what time you need, so we can discuss if it is feasible for 4.18.
> > Also please come forward if you want this task of triaging issues and PRs
> > and tagging them to go in the release.
> > thanks
> >
> > --
> > Daan
> >



-- 
Daan