From cd257862c8c029ea983be957230588ab66314d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 30 May 2019 07:24:23 -0400 Subject: [PATCH] move repo usage to infra-docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 318a352..e399030 100644 --- a/README.md +++ b/README.md @@ -2,27 +2,10 @@ This repo defines Geth LES nodes clusters. -# Requirements +# Endpoints -In order to use this you will need secrets(passwords, certs, keys) contained within the [infra-pass](https://github.com/status-im/infra-pass) repository. If you can't see it ask jakub@status.im to get you access for it. +https://fleets.status.im/les -In order for this to work first you need to install necessary Terraform plugins and get the right secrets from the [infra-pass](https://github.com/status-im/infra-pass) repo, to do that simply run: -``` -make -# alternatively -make plugins -make secrets -``` -This will put the necessary certificates, keys, and passwords are in place so you can deploy and configure hosts. +# Repo Usage -# Usage - -To deploy hosts for the subsystem you want - for example `discourse` - simply run: -``` -terraform plan -terraform apply -``` -Then configure clusters: -``` -ansible-playbook ansible/main.yml -``` +For how to use this repo read the [Infra Repo Usage](https://github.com/status-im/infra-docs/blob/master/articles/infra_repo_usage.md) doc.