foreman_resource_quota 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +13 -6
- data/app/assets/javascripts/foreman_resource_quota/locale/bn/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/bn_IN/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/bqi/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/ca/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/cs_CZ/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/de/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/de_AT/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/de_DE/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/el/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/en/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/en_GB/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/en_US/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/es/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/et_EE/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/fr/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/gl/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/gu/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/he_IL/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/hi/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/id/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/it/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/ja/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/ka/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/kn/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/ko/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/ml_IN/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/mr/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/nl_NL/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/or/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/pa/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/pl/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/pl_PL/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/pt/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/pt_BR/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/ro/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/ro_RO/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/ru/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/sl/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/sv_SE/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/ta/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/ta_IN/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/te/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/tr/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/vi/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/vi_VN/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/zh/foreman_resource_quota.js +213 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/zh_CN/foreman_resource_quota.js +214 -0
- data/app/assets/javascripts/foreman_resource_quota/locale/zh_TW/foreman_resource_quota.js +214 -0
- data/app/controllers/foreman_resource_quota/api/v2/resource_quotas_controller.rb +17 -10
- data/app/controllers/foreman_resource_quota/concerns/api/v2/hosts_controller_extensions.rb +20 -0
- data/app/controllers/foreman_resource_quota/concerns/api/v2/usergroups_controller_extensions.rb +19 -0
- data/app/controllers/foreman_resource_quota/concerns/api/v2/users_controller_extensions.rb +22 -0
- data/app/models/concerns/foreman_resource_quota/host_managed_extensions.rb +9 -7
- data/app/views/foreman_resource_quota/api/v2/users/resource_quota.json.rabl +1 -1
- data/app/views/foreman_resource_quota/resource_quotas/index.html.erb +1 -1
- data/config/initializers/inflections.rb +1 -0
- data/lib/foreman_resource_quota/engine.rb +8 -1
- data/lib/foreman_resource_quota/register.rb +4 -2
- data/lib/foreman_resource_quota/version.rb +1 -1
- data/lib/tasks/foreman_resource_quota_tasks.rake +3 -3
- data/locale/Makefile +19 -6
- data/locale/bn/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/bn/foreman_resource_quota.po +214 -0
- data/locale/bn_IN/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/bn_IN/foreman_resource_quota.po +219 -0
- data/locale/bqi/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/bqi/foreman_resource_quota.po +215 -0
- data/locale/ca/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/ca/foreman_resource_quota.po +218 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/cs_CZ/foreman_resource_quota.po +221 -0
- data/locale/de/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/de/foreman_resource_quota.po +223 -0
- data/locale/de_AT/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/de_AT/foreman_resource_quota.po +215 -0
- data/locale/de_DE/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/de_DE/foreman_resource_quota.po +219 -0
- data/locale/el/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/el/foreman_resource_quota.po +218 -0
- data/locale/en/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/en/foreman_resource_quota.po +207 -9
- data/locale/en_GB/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/en_GB/foreman_resource_quota.po +220 -0
- data/locale/en_US/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/en_US/foreman_resource_quota.po +215 -0
- data/locale/es/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/es/foreman_resource_quota.po +223 -0
- data/locale/et_EE/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/et_EE/foreman_resource_quota.po +215 -0
- data/locale/foreman_resource_quota.pot +322 -8
- data/locale/fr/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/fr/foreman_resource_quota.po +222 -0
- data/locale/gl/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/gl/foreman_resource_quota.po +218 -0
- data/locale/gu/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/gu/foreman_resource_quota.po +218 -0
- data/locale/he_IL/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/he_IL/foreman_resource_quota.po +216 -0
- data/locale/hi/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/hi/foreman_resource_quota.po +218 -0
- data/locale/id/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/id/foreman_resource_quota.po +218 -0
- data/locale/it/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/it/foreman_resource_quota.po +221 -0
- data/locale/ja/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/ja/foreman_resource_quota.po +219 -0
- data/locale/ka/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/ka/foreman_resource_quota.po +218 -0
- data/locale/kn/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/kn/foreman_resource_quota.po +218 -0
- data/locale/ko/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/ko/foreman_resource_quota.po +220 -0
- data/locale/ml_IN/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/ml_IN/foreman_resource_quota.po +215 -0
- data/locale/mr/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/mr/foreman_resource_quota.po +218 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/nl_NL/foreman_resource_quota.po +223 -0
- data/locale/or/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/or/foreman_resource_quota.po +218 -0
- data/locale/pa/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/pa/foreman_resource_quota.po +219 -0
- data/locale/pl/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/pl/foreman_resource_quota.po +221 -0
- data/locale/pl_PL/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/pl_PL/foreman_resource_quota.po +217 -0
- data/locale/pt/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/pt/foreman_resource_quota.po +215 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/pt_BR/foreman_resource_quota.po +222 -0
- data/locale/ro/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/ro/foreman_resource_quota.po +215 -0
- data/locale/ro_RO/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/ro_RO/foreman_resource_quota.po +216 -0
- data/locale/ru/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/ru/foreman_resource_quota.po +222 -0
- data/locale/sl/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/sl/foreman_resource_quota.po +219 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/sv_SE/foreman_resource_quota.po +221 -0
- data/locale/ta/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/ta/foreman_resource_quota.po +214 -0
- data/locale/ta_IN/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/ta_IN/foreman_resource_quota.po +219 -0
- data/locale/te/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/te/foreman_resource_quota.po +218 -0
- data/locale/tr/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/tr/foreman_resource_quota.po +214 -0
- data/locale/vi/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/vi/foreman_resource_quota.po +214 -0
- data/locale/vi_VN/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/vi_VN/foreman_resource_quota.po +215 -0
- data/locale/zh/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/zh/foreman_resource_quota.po +214 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/zh_CN/foreman_resource_quota.po +221 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_resource_quota.mo +0 -0
- data/locale/zh_TW/foreman_resource_quota.po +220 -0
- data/package.json +10 -10
- data/webpack/components/ResourceQuotaEmptyState/__test__/ResourceQuotaEmptyState.test.js +35 -0
- data/webpack/components/ResourceQuotaEmptyState/__test__/__snapshots__/ResourceQuotaEmptyState.test.js.snap +80 -0
- data/webpack/components/ResourceQuotaEmptyState/index.js +20 -3
- data/webpack/components/ResourceQuotaForm/ResourceQuotaFormConstants.js +6 -6
- data/webpack/components/ResourceQuotaForm/components/Properties/TextInputField.js +1 -1
- data/webpack/components/ResourceQuotaForm/components/Properties/index.js +1 -1
- data/webpack/components/ResourceQuotaForm/components/Resource/UnitInputField.js +23 -21
- data/webpack/components/ResourceQuotaForm/components/Resource/__test__/UnitInputField.test.js +108 -0
- data/webpack/components/ResourceQuotaForm/components/Resource/__test__/__snapshots__/UnitInputField.test.js.snap +155 -0
- data/webpack/components/ResourceQuotaForm/components/Resource/index.js +1 -1
- data/webpack/components/ResourceQuotaForm/components/Submit.js +1 -1
- data/webpack/test_helper.js +49 -0
- metadata +158 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46b1ed89e58274a5cfb37c6c32544151202c8b80e921560e5617cb132f5b7188
|
4
|
+
data.tar.gz: b04271957baf9f86d79281f0b5834733349fe09163d3ccdd4136d19644c396e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96e7878190f41b66998e8c2f58412e5b4b5db2bd89271b4c42760c1d5894eff7d0dcf5890d9ff9f1231cb3e972e5cc4066b26cfd90899652122a854ebcfe2d74
|
7
|
+
data.tar.gz: b14c3f7584293897ad9d558ff27ed89f9f1fc24b41c3820e6aca8e961ad02016d23fce9aabd8562b9ebbdf5bb59fd17f3a466ec059370fefa189c5abbae3092c
|
data/README.md
CHANGED
@@ -3,27 +3,29 @@
|
|
3
3
|
|
4
4
|
# Foreman Resource Quota
|
5
5
|
|
6
|
-
Foreman plugin to allow resource management with
|
6
|
+
Foreman plugin to allow resource management with Resource Quotas among users and usergroups.
|
7
|
+
For more information, see [Limiting host resources](https://docs.theforeman.org/nightly/Administering_Project/index-katello.html#limiting-host-resources).
|
7
8
|
|
8
9
|
## Installation
|
9
10
|
|
10
|
-
|
11
|
+
[Installing the Resource Quota plugin](https://docs.theforeman.org/nightly/Administering_Project/index-katello.html#installing-the-resource-quota-plugin)
|
11
12
|
|
12
13
|
## Compatibility
|
13
14
|
|
14
15
|
| Foreman Version | Plugin Version |
|
15
16
|
| --------------- | -------------- |
|
17
|
+
| 3.11 | 0.3.1 |
|
16
18
|
| 3.5 | 0.0.1 |
|
17
19
|
|
18
20
|
## Usage
|
19
21
|
|
20
22
|
_TODO_ Still under development: Official documentation will be added soon.
|
21
23
|
|
22
|
-
When several users share a compute resource or infrastructure, there is a concern that some users could use more than its fair share of resources. Resource
|
24
|
+
When several users share a compute resource or infrastructure, there is a concern that some users could use more than its fair share of resources. Resource Quotas are a tool for administrators to address this concern. They limit access to the shared resource in order to guarantee a fair collaboration.
|
23
25
|
|
24
|
-
In the context of Foreman, multiple users or groups usually share a fixed number of resources (limitation of compute resources like
|
26
|
+
In the context of Foreman, multiple users or groups usually share a fixed number of resources (limitation of compute resources like CPU cores, memory, and disk space). As of now, a user cannot be limited when allocating resources. They can create hosts with as many resources as they want. This could lead to over-usage or unequal balancing of resources under the users.
|
25
27
|
|
26
|
-
This plugin introduces the configuration of
|
28
|
+
This plugin introduces the configuration of Resource Quotas. A quota limits specific resources and can be applied to a user or a user group. If a user belongs to a user group, the group’s quota is automatically applied to the user as well. When deploying a new host, a user has to choose a Resource Quota that the host counts to.
|
27
29
|
|
28
30
|
A user is hindered from deploying new hosts, if the new host would exceed the corresponding quota limits. In case, a user belongs to multiple user group with quota, the user can determine which quota new hosts belong to.
|
29
31
|
|
@@ -32,6 +34,12 @@ A user is hindered from deploying new hosts, if the new host would exceed the co
|
|
32
34
|
|
33
35
|
Fork and send a Pull Request. Thanks!
|
34
36
|
|
37
|
+
## Version Update
|
38
|
+
|
39
|
+
1. Create a feature branch `bump/version_x.y.z` and add a version bump commit
|
40
|
+
2. If all checks are fine, merge the commit and pull the latest `main` locally
|
41
|
+
3. Add a version tag afterwards on `main` and push it
|
42
|
+
|
35
43
|
## Copyright
|
36
44
|
|
37
45
|
Copyright (c) 2023 ATIX AG - https://atix.de
|
@@ -48,4 +56,3 @@ GNU General Public License for more details.
|
|
48
56
|
|
49
57
|
You should have received a copy of the GNU General Public License
|
50
58
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
51
|
-
|
@@ -0,0 +1,213 @@
|
|
1
|
+
locales['foreman_resource_quota'] = locales['foreman_resource_quota'] || {}; locales['foreman_resource_quota']['bn'] = {
|
2
|
+
"domain": "foreman_resource_quota",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_resource_quota": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_resource_quota 0.3.1",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
8
|
+
"PO-Revision-Date": "2025-01-07 14:34+0000",
|
9
|
+
"Language-Team": "Bengali (https://app.transifex.com/foreman/teams/114/bn/)",
|
10
|
+
"MIME-Version": "1.0",
|
11
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
12
|
+
"Content-Transfer-Encoding": "8bit",
|
13
|
+
"Language": "bn",
|
14
|
+
"Plural-Forms": "nplurals=2; plural=(n != 1);",
|
15
|
+
"lang": "bn",
|
16
|
+
"domain": "foreman_resource_quota",
|
17
|
+
"plural_forms": "nplurals=2; plural=(n != 1);"
|
18
|
+
},
|
19
|
+
" ${response.response.data.error.full_messages}": [
|
20
|
+
""
|
21
|
+
],
|
22
|
+
"${label}": [
|
23
|
+
""
|
24
|
+
],
|
25
|
+
"${label} *": [
|
26
|
+
""
|
27
|
+
],
|
28
|
+
"${selectedUnit.symbol}": [
|
29
|
+
""
|
30
|
+
],
|
31
|
+
"Actions": [
|
32
|
+
""
|
33
|
+
],
|
34
|
+
"Apply": [
|
35
|
+
""
|
36
|
+
],
|
37
|
+
"CPU cores": [
|
38
|
+
""
|
39
|
+
],
|
40
|
+
"Click on \\\\\\\"Fetch quota utilization\\\\\\\": ": [
|
41
|
+
""
|
42
|
+
],
|
43
|
+
"Consumed resources": [
|
44
|
+
""
|
45
|
+
],
|
46
|
+
"Create a Resource Quota": [
|
47
|
+
""
|
48
|
+
],
|
49
|
+
"Create resource quota": [
|
50
|
+
""
|
51
|
+
],
|
52
|
+
"Define a Resource Quota here and apply it to users to guarantee a fair share of your resources.": [
|
53
|
+
""
|
54
|
+
],
|
55
|
+
"Define the Resource Quota this host counts to.": [
|
56
|
+
""
|
57
|
+
],
|
58
|
+
"Delete %s?": [
|
59
|
+
""
|
60
|
+
],
|
61
|
+
"Delete a Resource Quota": [
|
62
|
+
""
|
63
|
+
],
|
64
|
+
"Description": [
|
65
|
+
""
|
66
|
+
],
|
67
|
+
"Description of the Resource Quota": [
|
68
|
+
""
|
69
|
+
],
|
70
|
+
"Disk space (GB)": [
|
71
|
+
""
|
72
|
+
],
|
73
|
+
"Edit": [
|
74
|
+
""
|
75
|
+
],
|
76
|
+
"Edit Resource Quota %s": [
|
77
|
+
""
|
78
|
+
],
|
79
|
+
"Edit: ${quotaProperties[RESOURCE_IDENTIFIER_NAME]}": [
|
80
|
+
""
|
81
|
+
],
|
82
|
+
"Fetch quota utilization": [
|
83
|
+
""
|
84
|
+
],
|
85
|
+
"Foreman Plug-in to manage resource usage among users.": [
|
86
|
+
""
|
87
|
+
],
|
88
|
+
"Global Resource Quota no action": [
|
89
|
+
""
|
90
|
+
],
|
91
|
+
"It is optional for a user to assign a quota when creating new hosts": [
|
92
|
+
""
|
93
|
+
],
|
94
|
+
"List all Resource Quotas": [
|
95
|
+
""
|
96
|
+
],
|
97
|
+
"Make the assignment of a Resource Quota, during the host creation process, optional for\\n everyone. If this is true, user-specific \\\"optional assignment\\\" configurations are neglected.": [
|
98
|
+
""
|
99
|
+
],
|
100
|
+
"Maximum disk space in GiB": [
|
101
|
+
""
|
102
|
+
],
|
103
|
+
"Maximum memory in MiB": [
|
104
|
+
""
|
105
|
+
],
|
106
|
+
"Maximum number of CPU cores": [
|
107
|
+
""
|
108
|
+
],
|
109
|
+
"Memory (MB)": [
|
110
|
+
""
|
111
|
+
],
|
112
|
+
"Name": [
|
113
|
+
""
|
114
|
+
],
|
115
|
+
"Name of the Resource Quota": [
|
116
|
+
""
|
117
|
+
],
|
118
|
+
"New Resource Quota": [
|
119
|
+
""
|
120
|
+
],
|
121
|
+
"New quota - no consumption to display.": [
|
122
|
+
""
|
123
|
+
],
|
124
|
+
"No consumption to display.": [
|
125
|
+
""
|
126
|
+
],
|
127
|
+
"No floating point for smallest unit (${units[0].symbol}).": [
|
128
|
+
""
|
129
|
+
],
|
130
|
+
"None provided": [
|
131
|
+
""
|
132
|
+
],
|
133
|
+
"Optional Assignment": [
|
134
|
+
""
|
135
|
+
],
|
136
|
+
"Properties": [
|
137
|
+
""
|
138
|
+
],
|
139
|
+
"Quota Limit": [
|
140
|
+
""
|
141
|
+
],
|
142
|
+
"Quotas from user groups": [
|
143
|
+
""
|
144
|
+
],
|
145
|
+
"Resource Quota": [
|
146
|
+
""
|
147
|
+
],
|
148
|
+
"Resource Quota ID.\\n This field is required if the setting `resource_quota_optional_assignment` is set to false.": [
|
149
|
+
""
|
150
|
+
],
|
151
|
+
"Resource Quota IDs to be associated with this user group. ": [
|
152
|
+
""
|
153
|
+
],
|
154
|
+
"Resource Quota IDs to be associated with this user. ": [
|
155
|
+
""
|
156
|
+
],
|
157
|
+
"Resource Quota optional assignment": [
|
158
|
+
""
|
159
|
+
],
|
160
|
+
"Resource Quotas": [
|
161
|
+
""
|
162
|
+
],
|
163
|
+
"Resource Quotas help admins to manage resources including CPUs, memory, and disk space among users or user groups.": [
|
164
|
+
""
|
165
|
+
],
|
166
|
+
"Resource Quota|Name": [
|
167
|
+
""
|
168
|
+
],
|
169
|
+
"Show Resource Quota": [
|
170
|
+
""
|
171
|
+
],
|
172
|
+
"Show hosts of a Resource Quota": [
|
173
|
+
""
|
174
|
+
],
|
175
|
+
"Show resources could not be determined when calculating utilization": [
|
176
|
+
""
|
177
|
+
],
|
178
|
+
"Show used resources of assigned hosts": [
|
179
|
+
""
|
180
|
+
],
|
181
|
+
"Show usergroups of a Resource Quota": [
|
182
|
+
""
|
183
|
+
],
|
184
|
+
"Show users of a Resource Quota": [
|
185
|
+
""
|
186
|
+
],
|
187
|
+
"Take no action when a Resource Quota is exceeded.": [
|
188
|
+
""
|
189
|
+
],
|
190
|
+
"The total amount of ${resourceTitle} for this quota.": [
|
191
|
+
""
|
192
|
+
],
|
193
|
+
"This can take some time since the resources of every host, assigned to this quota, must be requested.": [
|
194
|
+
""
|
195
|
+
],
|
196
|
+
"This group has no quotas": [
|
197
|
+
""
|
198
|
+
],
|
199
|
+
"Total ${resourceTitle} currently in use by all hosts assigned to this quota.": [
|
200
|
+
""
|
201
|
+
],
|
202
|
+
"Update a Resource Quota": [
|
203
|
+
""
|
204
|
+
],
|
205
|
+
"Value must be a natural number.": [
|
206
|
+
""
|
207
|
+
],
|
208
|
+
"When set to \\\"true\\\", it is optional for a user to assign a quota when creating new hosts.\\n The default value is \\\"false\\\".": [
|
209
|
+
""
|
210
|
+
]
|
211
|
+
}
|
212
|
+
}
|
213
|
+
};
|
@@ -0,0 +1,214 @@
|
|
1
|
+
locales['foreman_resource_quota'] = locales['foreman_resource_quota'] || {}; locales['foreman_resource_quota']['bn_IN'] = {
|
2
|
+
"domain": "foreman_resource_quota",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_resource_quota": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_resource_quota 0.3.1",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
8
|
+
"PO-Revision-Date": "2025-01-07 14:34+0000",
|
9
|
+
"Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2025",
|
10
|
+
"Language-Team": "Bengali (India) (https://app.transifex.com/foreman/teams/114/bn_IN/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "bn_IN",
|
15
|
+
"Plural-Forms": "nplurals=2; plural=(n != 1);",
|
16
|
+
"lang": "bn_IN",
|
17
|
+
"domain": "foreman_resource_quota",
|
18
|
+
"plural_forms": "nplurals=2; plural=(n != 1);"
|
19
|
+
},
|
20
|
+
" ${response.response.data.error.full_messages}": [
|
21
|
+
""
|
22
|
+
],
|
23
|
+
"${label}": [
|
24
|
+
""
|
25
|
+
],
|
26
|
+
"${label} *": [
|
27
|
+
""
|
28
|
+
],
|
29
|
+
"${selectedUnit.symbol}": [
|
30
|
+
""
|
31
|
+
],
|
32
|
+
"Actions": [
|
33
|
+
""
|
34
|
+
],
|
35
|
+
"Apply": [
|
36
|
+
""
|
37
|
+
],
|
38
|
+
"CPU cores": [
|
39
|
+
""
|
40
|
+
],
|
41
|
+
"Click on \\\\\\\"Fetch quota utilization\\\\\\\": ": [
|
42
|
+
""
|
43
|
+
],
|
44
|
+
"Consumed resources": [
|
45
|
+
""
|
46
|
+
],
|
47
|
+
"Create a Resource Quota": [
|
48
|
+
""
|
49
|
+
],
|
50
|
+
"Create resource quota": [
|
51
|
+
""
|
52
|
+
],
|
53
|
+
"Define a Resource Quota here and apply it to users to guarantee a fair share of your resources.": [
|
54
|
+
""
|
55
|
+
],
|
56
|
+
"Define the Resource Quota this host counts to.": [
|
57
|
+
""
|
58
|
+
],
|
59
|
+
"Delete %s?": [
|
60
|
+
""
|
61
|
+
],
|
62
|
+
"Delete a Resource Quota": [
|
63
|
+
""
|
64
|
+
],
|
65
|
+
"Description": [
|
66
|
+
"বিবরণ"
|
67
|
+
],
|
68
|
+
"Description of the Resource Quota": [
|
69
|
+
""
|
70
|
+
],
|
71
|
+
"Disk space (GB)": [
|
72
|
+
""
|
73
|
+
],
|
74
|
+
"Edit": [
|
75
|
+
"সম্পাদনা"
|
76
|
+
],
|
77
|
+
"Edit Resource Quota %s": [
|
78
|
+
""
|
79
|
+
],
|
80
|
+
"Edit: ${quotaProperties[RESOURCE_IDENTIFIER_NAME]}": [
|
81
|
+
""
|
82
|
+
],
|
83
|
+
"Fetch quota utilization": [
|
84
|
+
""
|
85
|
+
],
|
86
|
+
"Foreman Plug-in to manage resource usage among users.": [
|
87
|
+
""
|
88
|
+
],
|
89
|
+
"Global Resource Quota no action": [
|
90
|
+
""
|
91
|
+
],
|
92
|
+
"It is optional for a user to assign a quota when creating new hosts": [
|
93
|
+
""
|
94
|
+
],
|
95
|
+
"List all Resource Quotas": [
|
96
|
+
""
|
97
|
+
],
|
98
|
+
"Make the assignment of a Resource Quota, during the host creation process, optional for\\n everyone. If this is true, user-specific \\\"optional assignment\\\" configurations are neglected.": [
|
99
|
+
""
|
100
|
+
],
|
101
|
+
"Maximum disk space in GiB": [
|
102
|
+
""
|
103
|
+
],
|
104
|
+
"Maximum memory in MiB": [
|
105
|
+
""
|
106
|
+
],
|
107
|
+
"Maximum number of CPU cores": [
|
108
|
+
""
|
109
|
+
],
|
110
|
+
"Memory (MB)": [
|
111
|
+
""
|
112
|
+
],
|
113
|
+
"Name": [
|
114
|
+
"নাম"
|
115
|
+
],
|
116
|
+
"Name of the Resource Quota": [
|
117
|
+
""
|
118
|
+
],
|
119
|
+
"New Resource Quota": [
|
120
|
+
""
|
121
|
+
],
|
122
|
+
"New quota - no consumption to display.": [
|
123
|
+
""
|
124
|
+
],
|
125
|
+
"No consumption to display.": [
|
126
|
+
""
|
127
|
+
],
|
128
|
+
"No floating point for smallest unit (${units[0].symbol}).": [
|
129
|
+
""
|
130
|
+
],
|
131
|
+
"None provided": [
|
132
|
+
""
|
133
|
+
],
|
134
|
+
"Optional Assignment": [
|
135
|
+
""
|
136
|
+
],
|
137
|
+
"Properties": [
|
138
|
+
""
|
139
|
+
],
|
140
|
+
"Quota Limit": [
|
141
|
+
""
|
142
|
+
],
|
143
|
+
"Quotas from user groups": [
|
144
|
+
""
|
145
|
+
],
|
146
|
+
"Resource Quota": [
|
147
|
+
""
|
148
|
+
],
|
149
|
+
"Resource Quota ID.\\n This field is required if the setting `resource_quota_optional_assignment` is set to false.": [
|
150
|
+
""
|
151
|
+
],
|
152
|
+
"Resource Quota IDs to be associated with this user group. ": [
|
153
|
+
""
|
154
|
+
],
|
155
|
+
"Resource Quota IDs to be associated with this user. ": [
|
156
|
+
""
|
157
|
+
],
|
158
|
+
"Resource Quota optional assignment": [
|
159
|
+
""
|
160
|
+
],
|
161
|
+
"Resource Quotas": [
|
162
|
+
""
|
163
|
+
],
|
164
|
+
"Resource Quotas help admins to manage resources including CPUs, memory, and disk space among users or user groups.": [
|
165
|
+
""
|
166
|
+
],
|
167
|
+
"Resource Quota|Name": [
|
168
|
+
""
|
169
|
+
],
|
170
|
+
"Show Resource Quota": [
|
171
|
+
""
|
172
|
+
],
|
173
|
+
"Show hosts of a Resource Quota": [
|
174
|
+
""
|
175
|
+
],
|
176
|
+
"Show resources could not be determined when calculating utilization": [
|
177
|
+
""
|
178
|
+
],
|
179
|
+
"Show used resources of assigned hosts": [
|
180
|
+
""
|
181
|
+
],
|
182
|
+
"Show usergroups of a Resource Quota": [
|
183
|
+
""
|
184
|
+
],
|
185
|
+
"Show users of a Resource Quota": [
|
186
|
+
""
|
187
|
+
],
|
188
|
+
"Take no action when a Resource Quota is exceeded.": [
|
189
|
+
""
|
190
|
+
],
|
191
|
+
"The total amount of ${resourceTitle} for this quota.": [
|
192
|
+
""
|
193
|
+
],
|
194
|
+
"This can take some time since the resources of every host, assigned to this quota, must be requested.": [
|
195
|
+
""
|
196
|
+
],
|
197
|
+
"This group has no quotas": [
|
198
|
+
""
|
199
|
+
],
|
200
|
+
"Total ${resourceTitle} currently in use by all hosts assigned to this quota.": [
|
201
|
+
""
|
202
|
+
],
|
203
|
+
"Update a Resource Quota": [
|
204
|
+
""
|
205
|
+
],
|
206
|
+
"Value must be a natural number.": [
|
207
|
+
""
|
208
|
+
],
|
209
|
+
"When set to \\\"true\\\", it is optional for a user to assign a quota when creating new hosts.\\n The default value is \\\"false\\\".": [
|
210
|
+
""
|
211
|
+
]
|
212
|
+
}
|
213
|
+
}
|
214
|
+
};
|