From 0f5be1e15da811a29f5b33aa1d4c2cd6b1bd001b Mon Sep 17 00:00:00 2001 From: "Lucas A. Wilson" Date: Thu, 18 Mar 2021 10:30:31 -0500 Subject: [PATCH] Adding badges to README Signed-off-by: Lucas A. Wilson --- README.md | 2 ++ omnia_config.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d3c125df..8fb23db8b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![GitHub](https://img.shields.io/github/license/dellhpc/omnia) ![GitHub issues](https://img.shields.io/github/issues-raw/dellhpc/omnia) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/dellhpc/omnia?include_prereleases) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/dellhpc/omnia/devel) ![GitHub commits since tagged version](https://img.shields.io/github/commits-since/dellhpc/omnia/v1.0.0/devel) +![GitHub contributors](https://img.shields.io/github/contributors-anon/dellhpc/omnia) ![GitHub forks](https://img.shields.io/github/forks/dellhpc/omnia) ![GitHub Repo stars](https://img.shields.io/github/stars/dellhpc/omnia) ![GitHub all releases](https://img.shields.io/github/downloads/dellhpc/omnia/total) + #### Ansible playbook-based deployment of Slurm and Kubernetes on Dell EMC PowerEdge servers running an RPM-based Linux OS Omnia (Latin: all or everything) is a deployment tool to turn Dell EMC PowerEdge servers with RPM-based Linux images into a functioning Slurm/Kubernetes cluster. diff --git a/omnia_config.yml b/omnia_config.yml index 0ba42a151..0c2cfce84 100644 --- a/omnia_config.yml +++ b/omnia_config.yml @@ -26,4 +26,4 @@ k8s_cni: "calico" # Kubernetes pod network CIDR. # Default value is "10.244.0.0/16" # Make sure this value does not overlap with any of the host networks. -k8s_pod_network_cidr: "10.244.0.0/16" \ No newline at end of file +k8s_pod_network_cidr: "10.244.0.0/16"