public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Alexandre Derumier <aderumier@odiso.com>
To: pve-devel@pve.proxmox.com
Subject: [pve-devel] [PATCH v2 pve-manager 0/3] sdn : add subnets management
Date: Wed, 15 Jul 2020 15:05:01 +0200	[thread overview]
Message-ID: <20200715130504.25390-1-aderumier@odiso.com> (raw)

Following pve-network

Changelogv2:

- add ipams gui

Alexandre Derumier (3):
  sdn: vnetedit: add subnets && remove ip/mac
  add sdn subnets
  add sdn ipams

 www/manager6/Makefile                 |   7 ++
 www/manager6/Utils.js                 |  25 +++++
 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/PhpIpamEdit.js |  53 +++++++++++
 12 files changed, 624 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/PhpIpamEdit.js

-- 
2.20.1




             reply	other threads:[~2020-07-15 13:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15 13:05 Alexandre Derumier [this message]
2020-07-15 13:05 ` [pve-devel] [PATCH v2 pve-manager 1/3] sdn: vnetedit: add subnets && remove ip/mac Alexandre Derumier
2020-07-15 13:05 ` [pve-devel] [PATCH v2 pve-manager 2/3] add sdn subnets Alexandre Derumier
2020-07-15 13:05 ` [pve-devel] [PATCH v2 pve-manager 3/3] add sdn ipams 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=20200715130504.25390-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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal