Giter VIP home page Giter VIP logo

Comments (2)

Msabljic avatar Msabljic commented on August 9, 2024 1

Maybe to make this not a huge task just focus on zone, vnet and subnet configuration stack!

from terraform-provider-proxmox.

bencurio avatar bencurio commented on August 9, 2024

The pvesh command is quite usable from CLI:

Create Zone:

# ⚠️ Never use VxLAN over WAN! (It's unencrypted)
$ pvesh create /cluster/sdn/zones --type vxlan --zone promlan --peers 10.22.55.30,10.22.55.40 --ipam pve

$ pvesh get /cluster/sdn/zones/promlan --output-format yaml
---
digest: 5146d6cac2576423a9d42e3c096e3bec08a0d86a
peers: 10.22.55.30,10.22.55.40
type: vxlan
zone: promlan

Create VNet:

$ pvesh create /cluster/sdn/vnets --vnet promlan --zone promlan --tag 1

$ pvesh get /cluster/sdn/vnets/promlan --output-format yaml
---
digest: 943543359f9943dcdc26fc3c9d957a085700680b
tag: 1
type: vnet
vnet: promlan
zone: promlan

Create Subnet:

$ pvesh create /cluster/sdn/vnets/promlan/subnets --subnet 10.88.88.0/24 --type subnet --dhcp-range "start-address=10.88.88.100,end-address=10.88.88.200"

$ pvesh get /cluster/sdn/vnets/promlan/subnets --output-format yaml
---
- cidr: 10.88.88.0/24
  dhcp-range:
  - end-address: 10.88.88.254
    start-address: 10.88.88.2
  digest: 688e0800b83937ac39db62a9ecd602213a1597a3
  id: promlan-10.88.88.0-24
  mask: '24'
  network: 10.88.88.0
  subnet: promlan-10.88.88.0-24
  type: subnet
  vnet: promlan
  zone: promlan

Apply configuration

$ pvesh set /cluster/sdn
info: executing /usr/bin/dpkg -l ifupdown2
proxmox-1: reloading network config
info: executing /usr/bin/dpkg -l ifupdown2
proxmox-2: reloading network config
info: executing /usr/bin/dpkg -l ifupdown2
UPID:proxmox-1:00003755:0006151B:65C37D39:reloadnetworkall::root@pam:

Related API Docs: https://pve.proxmox.com/pve-docs/api-viewer/index.html#/cluster/sdn

from terraform-provider-proxmox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.