From: Alexandre Derumier <aderumier@odiso.com>
To: pve-devel@pve.proxmox.com
Subject: [pve-devel] [PATCH v3 pve-manager 0/5] sdn : add subnets management
Date: Mon, 20 Jul 2020 18:01:16 +0200 [thread overview]
Message-ID: <20200720160121.7180-1-aderumier@odiso.com> (raw)
Following pve-network
Changelogv2:
- add ipams gui
Changelogv3:
- add internal pve ipam form
- ipam is optional for subnets
Alexandre Derumier (5):
sdn: vnetedit: add subnets && remove ip/mac
add sdn subnets
add sdn ipams
sdn: add PVEIpam
sdn: subnets: ipam is optional
www/manager6/Makefile | 8 ++
www/manager6/Utils.js | 30 ++++++
www/manager6/dc/Config.js | 16 ++++
www/manager6/form/SDNIpamSelector.js | 52 ++++++++++
www/manager6/sdn/IpamView.js | 131 ++++++++++++++++++++++++++
www/manager6/sdn/SubnetEdit.js | 102 ++++++++++++++++++++
www/manager6/sdn/SubnetView.js | 112 ++++++++++++++++++++++
www/manager6/sdn/VnetEdit.js | 29 +-----
www/manager6/sdn/VnetView.js | 18 +---
www/manager6/sdn/ipams/Base.js | 73 ++++++++++++++
www/manager6/sdn/ipams/NetboxEdit.js | 47 +++++++++
www/manager6/sdn/ipams/PVEIpamEdit.js | 34 +++++++
www/manager6/sdn/ipams/PhpIpamEdit.js | 53 +++++++++++
13 files changed, 664 insertions(+), 41 deletions(-)
create mode 100644 www/manager6/form/SDNIpamSelector.js
create mode 100644 www/manager6/sdn/IpamView.js
create mode 100644 www/manager6/sdn/SubnetEdit.js
create mode 100644 www/manager6/sdn/SubnetView.js
create mode 100644 www/manager6/sdn/ipams/Base.js
create mode 100644 www/manager6/sdn/ipams/NetboxEdit.js
create mode 100644 www/manager6/sdn/ipams/PVEIpamEdit.js
create mode 100644 www/manager6/sdn/ipams/PhpIpamEdit.js
--
2.20.1
next reply other threads:[~2020-07-20 16:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-20 16:01 Alexandre Derumier [this message]
2020-07-20 16:01 ` [pve-devel] [PATCH v3 pve-manager 1/5] sdn: vnetedit: add subnets && remove ip/mac Alexandre Derumier
2020-07-20 16:01 ` [pve-devel] [PATCH v3 pve-manager 2/5] add sdn subnets Alexandre Derumier
2020-07-20 16:01 ` [pve-devel] [PATCH v3 pve-manager 3/5] add sdn ipams Alexandre Derumier
2020-07-20 16:01 ` [pve-devel] [PATCH v3 pve-manager 4/5] sdn: add PVEIpam Alexandre Derumier
2020-07-20 16:01 ` [pve-devel] [PATCH v3 pve-manager 5/5] sdn: subnets: ipam is optional Alexandre Derumier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200720160121.7180-1-aderumier@odiso.com \
--to=aderumier@odiso.com \
--cc=pve-devel@pve.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox