Re: Set number of total projects for each account

2024-05-27 Thread Mevludin Blazevic

Done:

https://github.com/apache/cloudstack/issues/9127

Am 27.05.2024 um 13:40 schrieb Wei ZHOU:

Yes Mevludin,

as Jayanth said, you can create an improvement request to support max
projects per domain or per account.



-Wei

On Mon, May 27, 2024 at 1:37 PM Mevludin Blazevic
  wrote:

Thanks a lot, Wei!

Shall I create an issue for this?

- Mevludin

Am 27.05.2024 um 13:33 schrieb Jayanth Babu A:

Thanks, Wei.
Would it be good to introduce something like “max.account.projects” into the 
Global Limits [1] as well?

[1]https://docs.cloudstack.apache.org/en/latest/adminguide/usage.html#globally-configured-limits

Regards,
Jayanth Reddy

From: Wei ZHOU
Date: Monday, 27 May 2024 at 4:26 PM
To:users@cloudstack.apache.org   
Subject: Re: Set number of total projects for each account
This seems to be missing on UI

it works via cloudmonkey

(localcloud)  > update resourcelimit
domainid=37ff2485-cc1e-11ee-a4eb-1e00db000197 account=ACSUser
resourcetype=5 max=3
{
"resourcelimit": {
  "account": "ACSUser",
  "domain": "ROOT",
  "domainid": "37ff2485-cc1e-11ee-a4eb-1e00db000197",
  "max": 3,
  "resourcetype": "5",
  "resourcetypename": "project"
}
}


-Wei

On Mon, May 27, 2024 at 10:23 AM Mevludin Blazevic
   wrote:

Hi all,

does anyone know how to set a fix number of projects for each account?
In the ressources overview I can only see that there is an unlimited
number of projects available for an account, but how can I set a value
for this?

- Mevludin


Disclaimer *** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION 
intended solely for the use of the addressee(s). If you are not the intended 
recipient, please notify the sender by e-mail and delete the original message. 
Further, you are not authorised to copy, disclose, or distribute this e-mail or its 
contents to any other person and any such actions are unlawful and strictly 
prohibited. This e-mail may contain viruses. NxtGen Datacenter & Cloud 
Technologies Private Ltd (“NxtGen”) has taken every reasonable precaution to 
minimize this risk but is not liable for any damage you may sustain as a result of 
any virus in this e-mail. You should carry out your own virus checks before opening 
the e-mail or attachment. NxtGen reserves the right to monitor and review the 
content of all messages sent to or from this e-mail address. Messages sent to or 
from this e-mail address may be stored on the NxtGen e-mail system. *** End of 
Disclaimer ***NXTGEN***



--

---

Mevludin Blazevic, M.Sc.
Research Assistant / Cloud Administrator

University of Koblenz
Center for Information and Media Technologies (CIMT)
Research Group Information Systems and Smart Data
Universitätsstr. 1 | 56070 Koblenz | Germany

P: +49 261 287 1326
M: mblaze...@uni-koblenz.de <mailto:%7B%7B%20email%20%7D%7D>
W: https://uni-ko.de/riehle 
<https://www.uni-koblenz.de/Service/%7B%7B%20web%20%7D%7D>


<https://www.instagram.com/uni_koblenz/> 
<https://www.facebook.com/universitaet.koblenz> 
<https://twitter.com/unikoblenzde> 
<https://www.youtube.com/@universitaetkoblenz> 
<https://de.linkedin.com/company/universit%C3%A4t-koblenz>


<https://www.uni-koblenz.de>




Re: Set number of total projects for each account

2024-05-27 Thread Wei ZHOU
Yes Mevludin,

as Jayanth said, you can create an improvement request to support max
projects per domain or per account.



-Wei

On Mon, May 27, 2024 at 1:37 PM Mevludin Blazevic
 wrote:
>
> Thanks a lot, Wei!
>
> Shall I create an issue for this?
>
> - Mevludin
>
> Am 27.05.2024 um 13:33 schrieb Jayanth Babu A:
> > Thanks, Wei.
> > Would it be good to introduce something like “max.account.projects” into 
> > the Global Limits [1] as well?
> >
> > [1]https://docs.cloudstack.apache.org/en/latest/adminguide/usage.html#globally-configured-limits
> >
> > Regards,
> > Jayanth Reddy
> >
> > From: Wei ZHOU
> > Date: Monday, 27 May 2024 at 4:26 PM
> > To:users@cloudstack.apache.org  
> > Subject: Re: Set number of total projects for each account
> > This seems to be missing on UI
> >
> > it works via cloudmonkey
> >
> > (localcloud)  > update resourcelimit
> > domainid=37ff2485-cc1e-11ee-a4eb-1e00db000197 account=ACSUser
> > resourcetype=5 max=3
> > {
> >"resourcelimit": {
> >  "account": "ACSUser",
> >  "domain": "ROOT",
> >  "domainid": "37ff2485-cc1e-11ee-a4eb-1e00db000197",
> >  "max": 3,
> >  "resourcetype": "5",
> >  "resourcetypename": "project"
> >}
> > }
> >
> >
> > -Wei
> >
> > On Mon, May 27, 2024 at 10:23 AM Mevludin Blazevic
> >   wrote:
> >> Hi all,
> >>
> >> does anyone know how to set a fix number of projects for each account?
> >> In the ressources overview I can only see that there is an unlimited
> >> number of projects available for an account, but how can I set a value
> >> for this?
> >>
> >> - Mevludin
> >>
> > Disclaimer *** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION 
> > intended solely for the use of the addressee(s). If you are not the 
> > intended recipient, please notify the sender by e-mail and delete the 
> > original message. Further, you are not authorised to copy, disclose, or 
> > distribute this e-mail or its contents to any other person and any such 
> > actions are unlawful and strictly prohibited. This e-mail may contain 
> > viruses. NxtGen Datacenter & Cloud Technologies Private Ltd (“NxtGen”) has 
> > taken every reasonable precaution to minimize this risk but is not liable 
> > for any damage you may sustain as a result of any virus in this e-mail. You 
> > should carry out your own virus checks before opening the e-mail or 
> > attachment. NxtGen reserves the right to monitor and review the content of 
> > all messages sent to or from this e-mail address. Messages sent to or from 
> > this e-mail address may be stored on the NxtGen e-mail system. *** End of 
> > Disclaimer ***NXTGEN***
>
>


Re: Set number of total projects for each account

2024-05-27 Thread Mevludin Blazevic

Thanks a lot, Wei!

Shall I create an issue for this?

- Mevludin

Am 27.05.2024 um 13:33 schrieb Jayanth Babu A:

Thanks, Wei.
Would it be good to introduce something like “max.account.projects” into the 
Global Limits [1] as well?

[1]https://docs.cloudstack.apache.org/en/latest/adminguide/usage.html#globally-configured-limits

Regards,
Jayanth Reddy

From: Wei ZHOU
Date: Monday, 27 May 2024 at 4:26 PM
To:users@cloudstack.apache.org  
Subject: Re: Set number of total projects for each account
This seems to be missing on UI

it works via cloudmonkey

(localcloud)  > update resourcelimit
domainid=37ff2485-cc1e-11ee-a4eb-1e00db000197 account=ACSUser
resourcetype=5 max=3
{
   "resourcelimit": {
 "account": "ACSUser",
 "domain": "ROOT",
 "domainid": "37ff2485-cc1e-11ee-a4eb-1e00db000197",
 "max": 3,
 "resourcetype": "5",
 "resourcetypename": "project"
   }
}


-Wei

On Mon, May 27, 2024 at 10:23 AM Mevludin Blazevic
  wrote:

Hi all,

does anyone know how to set a fix number of projects for each account?
In the ressources overview I can only see that there is an unlimited
number of projects available for an account, but how can I set a value
for this?

- Mevludin


Disclaimer *** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION 
intended solely for the use of the addressee(s). If you are not the intended 
recipient, please notify the sender by e-mail and delete the original message. 
Further, you are not authorised to copy, disclose, or distribute this e-mail or its 
contents to any other person and any such actions are unlawful and strictly 
prohibited. This e-mail may contain viruses. NxtGen Datacenter & Cloud 
Technologies Private Ltd (“NxtGen”) has taken every reasonable precaution to 
minimize this risk but is not liable for any damage you may sustain as a result of 
any virus in this e-mail. You should carry out your own virus checks before opening 
the e-mail or attachment. NxtGen reserves the right to monitor and review the 
content of all messages sent to or from this e-mail address. Messages sent to or 
from this e-mail address may be stored on the NxtGen e-mail system. *** End of 
Disclaimer ***NXTGEN***





Re: Set number of total projects for each account

2024-05-27 Thread Jayanth Babu A
Thanks, Wei.
Would it be good to introduce something like “max.account.projects” into the 
Global Limits [1] as well?

[1] 
https://docs.cloudstack.apache.org/en/latest/adminguide/usage.html#globally-configured-limits

Regards,
Jayanth Reddy

From: Wei ZHOU 
Date: Monday, 27 May 2024 at 4:26 PM
To: users@cloudstack.apache.org 
Subject: Re: Set number of total projects for each account
This seems to be missing on UI

it works via cloudmonkey

(localcloud)  > update resourcelimit
domainid=37ff2485-cc1e-11ee-a4eb-1e00db000197 account=ACSUser
resourcetype=5 max=3
{
  "resourcelimit": {
"account": "ACSUser",
"domain": "ROOT",
"domainid": "37ff2485-cc1e-11ee-a4eb-1e00db000197",
"max": 3,
"resourcetype": "5",
"resourcetypename": "project"
  }
}


-Wei

On Mon, May 27, 2024 at 10:23 AM Mevludin Blazevic
 wrote:
>
> Hi all,
>
> does anyone know how to set a fix number of projects for each account?
> In the ressources overview I can only see that there is an unlimited
> number of projects available for an account, but how can I set a value
> for this?
>
> - Mevludin
>
Disclaimer *** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION 
intended solely for the use of the addressee(s). If you are not the intended 
recipient, please notify the sender by e-mail and delete the original message. 
Further, you are not authorised to copy, disclose, or distribute this e-mail or 
its contents to any other person and any such actions are unlawful and strictly 
prohibited. This e-mail may contain viruses. NxtGen Datacenter & Cloud 
Technologies Private Ltd (“NxtGen”) has taken every reasonable precaution to 
minimize this risk but is not liable for any damage you may sustain as a result 
of any virus in this e-mail. You should carry out your own virus checks before 
opening the e-mail or attachment. NxtGen reserves the right to monitor and 
review the content of all messages sent to or from this e-mail address. 
Messages sent to or from this e-mail address may be stored on the NxtGen e-mail 
system. *** End of Disclaimer ***NXTGEN***


Re: Set number of total projects for each account

2024-05-27 Thread Wei ZHOU
This seems to be missing on UI

it works via cloudmonkey

(localcloud)  > update resourcelimit
domainid=37ff2485-cc1e-11ee-a4eb-1e00db000197 account=ACSUser
resourcetype=5 max=3
{
  "resourcelimit": {
"account": "ACSUser",
"domain": "ROOT",
"domainid": "37ff2485-cc1e-11ee-a4eb-1e00db000197",
"max": 3,
"resourcetype": "5",
"resourcetypename": "project"
  }
}


-Wei

On Mon, May 27, 2024 at 10:23 AM Mevludin Blazevic
 wrote:
>
> Hi all,
>
> does anyone know how to set a fix number of projects for each account?
> In the ressources overview I can only see that there is an unlimited
> number of projects available for an account, but how can I set a value
> for this?
>
> - Mevludin
>


Re: Set number of total projects for each account

2024-05-27 Thread Jayanth Babu A
Hello Mevludin,
I don’t think that project limits at an account-level is implemented. You may 
have to consider at domain-level only.

Regards,
Jayanth Reddy

From: Mevludin Blazevic 
Date: Monday, 27 May 2024 at 1:53 PM
To: users@cloudstack.apache.org 
Subject: Set number of total projects for each account
Hi all,

does anyone know how to set a fix number of projects for each account?
In the ressources overview I can only see that there is an unlimited
number of projects available for an account, but how can I set a value
for this?

- Mevludin
Disclaimer *** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION 
intended solely for the use of the addressee(s). If you are not the intended 
recipient, please notify the sender by e-mail and delete the original message. 
Further, you are not authorised to copy, disclose, or distribute this e-mail or 
its contents to any other person and any such actions are unlawful and strictly 
prohibited. This e-mail may contain viruses. NxtGen Datacenter & Cloud 
Technologies Private Ltd (“NxtGen”) has taken every reasonable precaution to 
minimize this risk but is not liable for any damage you may sustain as a result 
of any virus in this e-mail. You should carry out your own virus checks before 
opening the e-mail or attachment. NxtGen reserves the right to monitor and 
review the content of all messages sent to or from this e-mail address. 
Messages sent to or from this e-mail address may be stored on the NxtGen e-mail 
system. *** End of Disclaimer ***NXTGEN***