From a7205d4b66f88031e4b90b220429c710845160bf Mon Sep 17 00:00:00 2001 From: Matt McEuen Date: Mon, 7 Jan 2019 18:09:24 -0600 Subject: [PATCH] Make README.rst The previous README file for Divingbell did not render correctly as a md. This change converts it to a small RST file. Change-Id: Iabfc3eb6ed763ddf306d85f85399f2f3f99069ae --- README.md | 4 ---- README.rst | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 README.md create mode 100644 README.rst diff --git a/README.md b/README.md deleted file mode 100644 index 1bd12df..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Divingbell - -Find more documentation for Divingbell on -`Read the Docs `_. diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..14f17a9 --- /dev/null +++ b/README.rst @@ -0,0 +1,22 @@ +Divingbell +========== + +Divingbell is a lightweight solution for: + +1. Bare metal configuration management for a few very targeted use cases +2. Bare metal package manager orchestration + +What problems does it solve? +---------------------------- + +The needs identified for Divingbell were: + +1. To plug gaps in day 1 tools (e.g., Drydock) for node configuration +2. To provide a day 2 solution for managing these configurations going forward +3. [Future] To provide a day 2 solution for system level host patching + +Documentation +------------- + +Find more documentation for Divingbell on +`Read the Docs `_.