Cloud agnostic inventory system currently supporting:
- AWS (ec2, RDS, elasticache) with multi-region
- OVH (baremetal and cloud though ovh API)
- Leaseweb (also called LSW) baremetal API only
- Alicloud Services (also called ACS, ecs service only)
- GCP (Only vm)
- Internal inventory
Compile jar and create a conf file like one in conf/sample
Inventory are basically stored in flat yaml files so it can be read easily, however for distributed setup the following storage are supported:
- yaml stored into aws s3
- yaml stored into alicloud oss
- yaml stored into local filesystem
- map stored into consul
Storage replication is fully asynchronous inventory aims to retains data in memory to be fast
Launching
$ java -jar inventory-0.16.10-standalone.jar conf/prod.clj
Documentation is available here
Copyright Jean-Baptiste Besselat © 2020 Linkfluence SAS
OMAPI dhcp by [email protected], website https://talamonso.net/omapi/, maintained here: https://github.com/jedi4ever/omapi-dhcp
OMAPI dhcp has been patched to be compatible with java8 base64 encoder/decoder
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.