All Projects → plunder-app → Plunder

plunder-app / Plunder

Licence: apache-2.0
A Modern automation platform

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Plunder

Xterm.js
A terminal for the web
Stars: ✭ 12,019 (+9833.06%)
Mutual labels:  ssh
Php Sf Flex Webpack Encore Vuejs
A simple app skeleton to try to make every components work together : symfony 4 (latest stable at the date, but work with sf 3.3+ if you just change the versions in composer.json), symfony/flex, webpack-encore, vuejs 2.5.x, boostrap 4 sass
Stars: ✭ 118 (-2.48%)
Mutual labels:  bootstrap
Nassh Relay
Relay Server for the Secure Shell Chromium plugin
Stars: ✭ 118 (-2.48%)
Mutual labels:  ssh
Gitnow
Speed up your Git workflow. 🐠
Stars: ✭ 117 (-3.31%)
Mutual labels:  ssh
Tabler Angular
Maintained by @arunabhdas Tabler for Angular - Components, demos and documentation
Stars: ✭ 118 (-2.48%)
Mutual labels:  bootstrap
Bootstrap form
Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
Stars: ✭ 1,532 (+1166.12%)
Mutual labels:  bootstrap
Packer Bare Metal
Building bare metal OS images with Packer, VirtualBox and qemu-img
Stars: ✭ 115 (-4.96%)
Mutual labels:  bare-metal
Bootstrap Grid Css
The grid and responsive utilities classes extracted from the Bootstrap 4 framework, compiled into CSS.
Stars: ✭ 119 (-1.65%)
Mutual labels:  bootstrap
Django Crud Ajax Login Register Fileupload
Django Crud, Django Crud Application, Django ajax CRUD,Django Boilerplate application, Django Register, Django Login,Django fileupload, CRUD, Bootstrap, AJAX, sample App
Stars: ✭ 118 (-2.48%)
Mutual labels:  bootstrap
Notebook
我的技术笔记本~
Stars: ✭ 118 (-2.48%)
Mutual labels:  ssh
Ssh Login Alert Telegram
Recieive telegram notfications when user connect to a server
Stars: ✭ 117 (-3.31%)
Mutual labels:  ssh
Servicestackvs
ServiceStackVS - Visual Studio extension for ServiceStack
Stars: ✭ 117 (-3.31%)
Mutual labels:  bootstrap
Xxh
🚀 Bring your favorite shell wherever you go through the ssh.
Stars: ✭ 2,559 (+2014.88%)
Mutual labels:  ssh
Ona
OpenNetAdmin IP Address Management (IPAM) system
Stars: ✭ 116 (-4.13%)
Mutual labels:  dhcp
Next Terminal
Next Terminal是一个轻量级堡垒机系统,易安装,易使用,支持RDP、SSH、VNC、Telnet、Kubernetes协议。
Stars: ✭ 2,354 (+1845.45%)
Mutual labels:  ssh
Reactstrap
Simple React Bootstrap 5 components
Stars: ✭ 10,207 (+8335.54%)
Mutual labels:  bootstrap
Movie Website
🎬基于 Node.js + Express + mongoDB + Bootstrap 搭建的电影网站。
Stars: ✭ 118 (-2.48%)
Mutual labels:  bootstrap
Toast
A Bootstrap 4.2+ jQuery plugin for the toast component
Stars: ✭ 121 (+0%)
Mutual labels:  bootstrap
Getssl
obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
Stars: ✭ 1,687 (+1294.21%)
Mutual labels:  ssh
Rebirth Ng
rebirth-ng is a ui framework for Angular & bootstrap.
Stars: ✭ 118 (-2.48%)
Mutual labels:  bootstrap

Plunder

The complete tool for finding Infrastructure gold amongst bits of bare-metal!

Plunder Captain

Overview

Plunder is a single-binary server that is all designed in order to make the provisioning of servers, platforms and applications easier. It is deployed as a server that an end user can interact with through it's Api-server in order to control and automate the usage. At this time interacting with the api-server is detailed in the source https://github.com/plunder-app/plunder/blob/master/pkg/apiserver/endpoints.go, however documentation will be added soon.

From an end-user interaction a plunder control utility has been created:

https://github.com/plunder-app/pldrctl - provides the capability to query and create deployments and configurations within a plunder instance.

Services

  • DHCP - Allocating an IP addressing and pointing to a TFTP server
  • TFTP - Bootstrapping an Operating system install (uses iPXE)
  • HTTP - Provides a services where the bootstrap can pull the components needed for the OS install.

An operating system can be easily performed using either preseed or kickstart, alternatively custom kernels and init ramdisks can be specified to be used based upon Mac address.

Automation

Further more once the operating system has been provisioned there are usually post-deployment tasks in order to complete an installation. Plunder has the capability to do the following:

  • Remote command execution - Over SSH (key configured above)
  • Scripting engine - A JSON/YAML language that also supports plugins to extend the capablities of the automation engine.

A small repository of existing deployment maps has been created https://github.com/plunder-app/maps

Additional features

  • iso support - Plunder no longer requires a user with elevated privileges to mount an OS ISO in order to read the contents. Plunder can read files directly from the iso file and expose them to an installer through http.
  • online updates - As all configuration to plunder is exposed and managed through an API, it provides the capability of performing most configuration changes with no down time or restarts.
  • in-memory configurations - Plunder will create all deployment configurations and hold them in memory, meaning that it is stateless and it doesn't leave configuration all over a filesystem
  • VMware deployment support - Plunder can deploy preseed/kickstart and now vSphere installations.
  • Management of unclaimed devices - Plunder will watch and keep a pool of devices that aren't being deployed and can force them to reboot/restart until they're needed for deployment.
  • Logging of remote execution - Plunder can now store all execution logs in-memory until told to clear them.

Getting Plunder

Prebuilt binaries for Darwin(MacOS)/Linux and Windows can be found on the releases page.

Building

If you wish to build the code yourself then this can be done simply by running:

go get -u github.com/plunder-app/plunder

Alternatively clone the repository and either go build or make build, note that using the makefile will ensure that the current git commit and version number are returned by plunder version.

Usage!

One of the key design concepts was to try to simplify the amount of moving parts required to bootstrap a server, therefore plunder aims to be a single tool that you can use. It also aims to simplify the amount of configuration files and configuration work required, it does this by auto-detecting most configuration and producing mainly completed configuration as needed.

One thing to be aware of is that plunder doesn't require replacing anything that already exists in the infrastructure.

The documentation is available here

Warning

NOTE 1 As this provides low-level networking services, only run on a network that is safe to do so. Providing DHCP on a network that already provides DHCP services can lead to un-expected behaviour (and angry network administrators)

NOTE 2 As DHCP/TFTP and HTTP all bind to low ports < 1024, root access (or sudo) is required to start the plunder services.

Troubleshooting

PXE booting provides very little feedback when things aren't working, but usually the hand-off is why things wont work i.e. DHCP -> TFTP boot. Logs from plunder should show the hand-off from the CLI.

Roadmap

  • Ability to automate deployments over VMware VMTools

  • Windows deployments

  • Tidier logging

  • Stability enhancements

  • Additional plugins

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].