https://github.com/re-ops/re-core
End to end machine management from the REPL
https://github.com/re-ops/re-core
management ops orchestration re-mote re-ops repl virtual vms
Last synced: 5 months ago
JSON representation
End to end machine management from the REPL
- Host: GitHub
- URL: https://github.com/re-ops/re-core
- Owner: re-ops
- Created: 2017-03-28T13:02:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T09:39:13.000Z (10 months ago)
- Last Synced: 2024-12-05T10:29:34.587Z (10 months ago)
- Topics: management, ops, orchestration, re-mote, re-ops, repl, virtual, vms
- Language: Clojure
- Homepage: https://re-ops.github.io/re-ops/
- Size: 2.94 MB
- Stars: 36
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# Intro
This repository includes two main components:
* Re-core is a live functional environment for setting up VM instances in a consistent and reliable way across multiple providers (AWS, DigitalOcean,KVM and LXC).
* Re-mote a remote management swiss knife that supports SSH and ZeroMQ (using [Re-gent](https://github.com/re-ops/re-gent)) enabling provisioning, security auditing and metric collection using distributed Clojure functions.
Both components are a part of the [Re-ops](https://re-ops.github.io/re-ops/) project that offers a live coding environment for configuration management.
For more detailed information please follow:
* [Quickstart](https://re-ops.github.io/re-docs/quickstart/) for getting LXC and Re-core running quickly on a local machine
* [Usage](https://re-ops.github.io/re-docs/usage/) in order to learn how to utilize the different components.
* [Configuration](https://re-ops.github.io/re-docs/configuration/) in order to learn how to utilize the different components.[](https://travis-ci.org/re-ops/re-core)
# Basic usage
Re-core enables us to create and manipulate VMs quickly from the REPL using a fast functional DSL for rapid provisioning:

# Copyright and license
Copyright [2020] [Ronen Narkis]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.