Giter VIP home page Giter VIP logo

cloudyipam's Introduction

archival note

Archiving this repo because AWS now provide IPAM as a service and I don't see a need for this anymore, and because maintaining Terraform providers is painful. It was a fun experiment, though.

cloudyipam

This repository contains an extremely barebones IP address management (IPAM) service. When deploying infrastructure in modern cloud environments such as AWS, often there is a requirement to allocate and then subdivide IP address ranges.

cloudyipam attempts to provide this address range allocation such that it can be used with extremely minimal pre-existing infrastructure. It manages only two kinds of resources: zones and subnets. A zone is an IP address range that is intended to be divided into subnets of equal size.

what's included

  • database/cloudyipam.sql: the IPAM service, implemented in PostgreSQL as a collection of stored procedures/functions
  • pkg/cloudyipam: a thin "API client" library that interacts with the PostgreSQL components
  • cmd/cloudyipam: a command-line client, built with pkg/cloudyipam pkg/cloudyipam
  • a Dockerfile to build a PostgreSQL container with CloudyIPAM deployed in it, and the CLI tool also, for experimentation

Terraform provider

This repository used to contain terraform-provider-cloudyipam also. That code now lives in its own repository.

random notes/todo

  • resource updates are not supported
  • documentation is very thin
  • the CLI client is not intended as a general purpose tool; it was mostly for me to exercise the API during development. But the framework is there to make a good tool, I guess?

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.