--- Begin Message ---
+ use default_headers to avoid code repetition
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 45 ++---
1 file changed, 39 insertions(+), 6 deletions(-)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
b/src/PVE/Netw
--- Begin Message ---
since nautobot lacks support for IP ranges,
this feature could be dropped / marked unsupported
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 26 -
1 file changed, 20 insertions(+), 6 deletions(-)
diff --git a/src/PVE/Net
--- Begin Message ---
Nautobot can infer object IDs itself
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
b/src/PVE/Network/SDN/Ipams/Nautobot
--- Begin Message ---
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/Network/SDN/Ipams/Makefile
b/src/PVE/Network/SDN/Ipams/Makefile
index 4e7d65f..75e5b9a 100644
--- a/src/PVE/Network/SDN/Ipams/Make
--- Begin Message ---
+ minimal module
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 22 -
src/PVE/Network/SDN/Ipams/NetboxPlugin.pm | 2 +-
2 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPl
--- Begin Message ---
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 45 +
1 file changed, 45 insertions(+)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
b/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
index 6597bfe..ebdc07b 100644
--
--- Begin Message ---
This patch series introduce support for Nautobot as an IPAM.
Please note that:
- Some stuff could still be refined, in my opinion.
I would be happy to receive some comments, as I'm a
Perl beginner.
- Test code has not been written *yet*.
- Nautobot itself has some restric
--- Begin Message ---
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 21 ++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
b/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
index 083ab20..5
--- Begin Message ---
offset has to be fixed - we can't guarantee correct start
if IPs outside range have been boked
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 25 +
1 file changed, 25 insertions(+)
diff --git a/src/PVE/Network/SDN/Ipams/N
--- Begin Message ---
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 69 -
1 file changed, 66 insertions(+), 3 deletions(-)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
b/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
index ee0ad49..6
--- Begin Message ---
Signed-off-by: lou lecrivain
---
src/PVE/API2/Network/SDN/Ipams.pm | 1 +
src/PVE/Network/SDN/Ipams.pm| 3 ++
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 37 +
3 files changed, 41 insertions(+)
create mode 100644 src/PVE/Net
--- Begin Message ---
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 24 +
1 file changed, 24 insertions(+)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
b/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
index e328c9f..69e7897 100644
--
--- Begin Message ---
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
b/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
index e3ba57c..22867df 100644
--- a/src/PVE/Network/SDN
--- Begin Message ---
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
b/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
index 53190bc..ee0ad49 100644
--- a/src
--- Begin Message ---
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 6 ++
1 file changed, 6 insertions(+)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
b/src/PVE/Network/SDN/Ipams/NautobotPlugin.pm
index ebdc07b..083ab20 100644
--- a/src/PVE/Netwo
--- Begin Message ---
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NetboxPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm
b/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm
index 7efccaf..d923269 100644
--- a/src/PVE/N
--- Begin Message ---
+ bugfix (return from eval was garbage-collected, callers got undef)
Signed-off-by: lou lecrivain
---
src/PVE/Network/SDN/Ipams/NautobotPlugin.pm | 30 -
1 file changed, 29 insertions(+), 1 deletion(-)
diff --git a/src/PVE/Network/SDN/Ipams/NautobotPlug
Am 26.11.24 um 17:36 schrieb Stoiko Ivanov:
> stubled across https://bugzilla.proxmox.com/show_bug.cgi?id=5926 which
> mentioned kernel-issues related to the 8.3.0 release - so took a quick look.
>
> While I think that the issues were not directly related to 8.3 (or the
> kernel version shipped wi
Am 27.11.24 um 14:39 schrieb Maximiliano Sandoval:
> We make some words as 'snapshot' or 'media' be consistently lowercased.
>
> Signed-off-by: Maximiliano Sandoval
> ---
> es.po | 74 ++-
> 1 file changed, 33 insertions(+), 41 deletions(-)
Am 27.11.24 um 12:18 schrieb Dominik Csapak:
> Since tags are mostly free-form, a single tag with a numeric value will
> get sent to influxdb as a number by default. Change that to always quote
> the tags as a string, like we do for the 'name' field. (InfluxDB can
> only have one type per field, so
Hello,
First, if you, or anybody else, think they found a problem with security
implications
then please use our dedicated confidential channels for evaluating that
initially:
https://pve.proxmox.com/wiki/Security_Reporting
If it's a real problem then other users might not be happy about a pub
Am 27.11.24 um 11:16 schrieb Maximiliano Sandoval:
> Signed-off-by: Maximiliano Sandoval
> ---
> es.po | 82 +++
> 1 file changed, 32 insertions(+), 50 deletions(-)
>
>
applied, thanks!
___
pve
Am 27.11.24 um 09:09 schrieb Thomas Lamprecht:
> The core assumption is that the admin doing the import fully controls both
> sides,
> VMWare ESXi and Proxmox VE.
> As otherwise this feature makes no sense, if the ESXi isn't trusted, it can
> do all
> sorts of bad things that just cannot be prote
Signed-off-by: Maximiliano Sandoval
---
es.po | 82 +++
1 file changed, 32 insertions(+), 50 deletions(-)
diff --git a/es.po b/es.po
index 275dad2..f905062 100644
--- a/es.po
+++ b/es.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: proxm
Since tags are mostly free-form, a single tag with a numeric value will
get sent to influxdb as a number by default. Change that to always quote
the tags as a string, like we do for the 'name' field. (InfluxDB can
only have one type per field, so either a string or a number type).
This won't fix i
Signed-off-by: Shannon Sterz
---
de.po | 71 +++
1 file changed, 27 insertions(+), 44 deletions(-)
diff --git a/de.po b/de.po
index fc4684f..4a7ea2a 100644
--- a/de.po
+++ b/de.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: proxmox tran
Am 27.11.24 um 12:19 schrieb Shannon Sterz:
> Signed-off-by: Shannon Sterz
> ---
> de.po | 71 +++
> 1 file changed, 27 insertions(+), 44 deletions(-)
>
> #: proxmox-backup/www/Utils.js:431
> -#, fuzzy
> msgid "Unmount Device"
> -msgstr
Am 27.11.24 um 12:19 schrieb Shannon Sterz:
> Signed-off-by: Shannon Sterz
> ---
> de.po | 71 +++
> 1 file changed, 27 insertions(+), 44 deletions(-)
>
>
applied this now nonetheless, can be still improved later after all, thanks!
_
We make some words as 'snapshot' or 'media' be consistently lowercased.
Signed-off-by: Maximiliano Sandoval
---
es.po | 74 ++-
1 file changed, 33 insertions(+), 41 deletions(-)
diff --git a/es.po b/es.po
index cd00fa7..f9ff3ee 100644
---
29 matches
Mail list logo