Browse Source

Adding badges to README

Signed-off-by: Lucas A. Wilson <luke.wilson@dell.com>
Lucas A. Wilson 4 years ago
parent
commit
0f5be1e15d
2 changed files with 3 additions and 1 deletions
  1. 2 0
      README.md
  2. 1 1
      omnia_config.yml

+ 2 - 0
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.

+ 1 - 1
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"
+k8s_pod_network_cidr: "10.244.0.0/16"