https://github.com/liquidm/baremetal-cloud
Manage your bare metals as if virtual
https://github.com/liquidm/baremetal-cloud
Last synced: about 1 month ago
JSON representation
Manage your bare metals as if virtual
- Host: GitHub
- URL: https://github.com/liquidm/baremetal-cloud
- Owner: liquidm
- License: gpl-3.0
- Created: 2018-03-25T18:41:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T02:34:42.000Z (about 2 years ago)
- Last Synced: 2024-11-04T08:37:31.476Z (6 months ago)
- Language: Ruby
- Size: 130 KB
- Stars: 3
- Watchers: 24
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - liquidm/baremetal-cloud - Manage your bare metals as if virtual (others)
README
Baremetal cloud (aka the alternator)
====================================Goal
----
Make managing baremetals as easy as virtual machines.Proof-of-concept
----------------
```
onhost/setup/rescue-env # assumes apt and ensures dependencies, will survive on centos. onhost/disklayout/two-disk-raid0 # check the dsl, you should get along just fine
baremetal_config # the complete state is in env, verify it. If you get an error, redo disklayout using /bin/bash. onhost/install/ubuntu-bionic # this will wipe disks, backups are your friend
reboot # it should just work!
```Backlog
-------
long!