From 667fa134daca1c7264d0abfabfb1ce443a82ccc4 Mon Sep 17 00:00:00 2001 From: adarsh1001 Date: Sun, 22 Jul 2018 02:11:47 +0530 Subject: Add ansible scripts for raspberry pi based kubernetes edge cluster JIRA: CLOVER-71 This issue falls under the "Edge Cloud-Native Cluster" intern project and is a part of both Clover and Edge cloud projects. The detailed description of the project and the instructions for using the scripts are documented in the README. Change-Id: I4fdb98f17ae0c53f918376ad6fb90be8ff0b0a71 Signed-off-by: adarsh1001 --- edge/sample/hosts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 edge/sample/hosts (limited to 'edge/sample/hosts') diff --git a/edge/sample/hosts b/edge/sample/hosts new file mode 100644 index 0000000..8a4d302 --- /dev/null +++ b/edge/sample/hosts @@ -0,0 +1,16 @@ +[master] +192.168.1.107 + +[slaves] +192.168.1.103 +192.168.1.108 +192.168.1.109 +192.168.1.110 +192.168.1.111 + +[kube-cluster:children] +master +slaves + +[kube-cluster:vars] +ansible_ssh_user=pi -- cgit 1.2.3-korg