Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #193 from brave-experiments/clean-up
Browse files Browse the repository at this point in the history
update files
  • Loading branch information
Genysys authored Oct 23, 2019
2 parents 4d51001 + 6e02375 commit d9ff053
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apk add --no-cache make \

RUN go get github.com/githubnemo/CompileDaemon

VOLUME /usr/local/go/src/github.com/brave-experiments/apollo-devops
WORKDIR /usr/local/go/src/github.com/brave-experiments/apollo-devops
VOLUME /usr/local/go/src/github.com/brave-experiments/Mjolnir
WORKDIR /usr/local/go/src/github.com/brave-experiments/Mjolnir

ADD . .
RUN make generate
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

# Mjölnir
## ...the hammer of Thor.
## ...[the hammer of Thor](https://en.wikipedia.org/wiki/Mj%C3%B6lnir).

[![Build Status](https://travis-ci.com/brave-experiments/Mjolnir.svg?token=KboonuECWJN5n1otaykj&branch=master)](https://travis-ci.com/brave-experiments/Mjolnir) <!--[![Coverage Status](https://coveralls.io/repos/github/<github username>/<repo name>/badge.svg?branch=master)](https://coveralls.io/github/<github username>/<repo name>?branch=master)-->
[![Build Status](https://travis-ci.com/brave-experiments/Mjolnir.svg?token=KboonuECWJN5n1otaykj&branch=master)](https://travis-ci.com/brave-experiments/Mjolnir)
<!--[![Coverage Status](https://coveralls.io/repos/github/<github username>/<repo name>/badge.svg?branch=master)](https://coveralls.io/github/<github username>/<repo name>?branch=master)-->

|" \ /" | |" | / " \ |" | (\" \|" \ |" \ /" \
Expand Down Expand Up @@ -32,7 +33,7 @@ At this moment, Mjolnir supports the following clients:



## Table of Content
## Table of Contents
- [Architecture](tbd)
- [Terminology](https://github.com/brave-experiments/Mjolnir#terminology)
- [Requirements](https://github.com/brave-experiments/Mjolnir#requirements)
Expand All @@ -51,7 +52,7 @@ At this moment, Mjolnir supports the following clients:
- [Dashboard-JSON](https://github.com/brave-experiments/Mjolnir#dashboard-json)
- [Error-Handling](https://github.com/brave-experiments/Mjolnir#error-handling)
- [Limitations](https://github.com/brave-experiments/Mjolnir#limitations)
- [Built-With](https://github.com/brave-experiments/Mjolnir#built-with)
-[Built-With](https://github.com/brave-experiments/Mjolnir#built-with)
- [Conributing](https://github.com/brave-experiments/Mjolnir#contributing)
- [License](https://github.com/brave-experiments/Mjolnir#license)

Expand All @@ -65,7 +66,7 @@ At this moment, Mjolnir supports the following clients:

## Terminology

- **{cli-version}** : Semantic version of binary
- **{cli-version}**: Semantic version of binary
- **{arch}**: The OS architecture. Currently supported are
- `osx`
- `unix`
Expand All @@ -74,7 +75,7 @@ At this moment, Mjolnir supports the following clients:
- `quorum`
- `pantheon`
- `parity`
- **{cmdName}** : Binary's sub command.
- **{cmdName}**: Binary's sub command.

## Requirements
- A UNIX based machine.
Expand All @@ -84,7 +85,7 @@ At this moment, Mjolnir supports the following clients:


## Getting started
- **Step 1 : Deploy Infrastructure**
- **Step 1: Deploy Infrastructure**
- Clone this repo - ` git clone [email protected]:brave-experiments/Mjolnir.git`
- Enter `bin/run` to run locally. This will create a local docker container and ssh into it.
- Create a copy of the configuration files in `examples/values.yaml` to `examples/values-local.yaml`
Expand Down Expand Up @@ -148,7 +149,7 @@ After execution of `apply` command certain files will be created on your host:

To manually test build run

`bin/run` - or get latest binary release from here: https://github.com/brave-experiments/apollo-devops/releases
`bin/run` - or get latest binary release from here: https://github.com/brave-experiments/Mjolnir/releases

To execute apollo CLI run:

Expand Down Expand Up @@ -189,7 +190,7 @@ Restoring env variables.
```
## Subcommands

- SSH into the bastion :
- SSH into the bastion:

`./dist/{cli-version}/{arch}/apollo bastion`

Expand Down Expand Up @@ -249,17 +250,16 @@ When you are running command through CLI it should end with exit code status. St
`commands.go`

## Limitations

- **This tool is meant for benchmarking alone and should not be used to deploy production instances.**
- Some features may not be compatible in Windows environment
- Some features may not be compatible in Windows environment.
- Only Amazon Web Services (AWS) is supported now. We are however open to PRs for other cloud providers!


## Built with

- Chainhammer : https://github.com/drandreaskrueger/chainhammer

- Chainhammer: https://github.com/drandreaskrueger/chainhammer
- Quorum Cloud: https://github.com/jpmorganchase/quorum-cloud

- Terraform: https://www.terraform.io/

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package main

import (
"fmt"
"github.com/brave-experiments/apollo-devops/connect"
"github.com/brave-experiments/apollo-devops/terra"
"github.com/brave-experiments/Mjolnir/connect"
"github.com/brave-experiments/Mjolnir/terra"
"github.com/mitchellh/cli"
"io/ioutil"
"os"
Expand Down
2 changes: 1 addition & 1 deletion commands_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/brave-experiments/apollo-devops/terra"
"github.com/brave-experiments/Mjolnir/terra"
"github.com/mitchellh/cli"
"github.com/stretchr/testify/assert"
"io/ioutil"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.test.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build: .
image: brave-experiments/apollo-go:latest
volumes:
- ./:/usr/local/go/src/github.com/brave-experiments/apollo-devops
- ./:/usr/local/go/src/github.com/brave-experiments/Mjolnir
env_file:
- .env.test
command: >
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build: .
image: brave-experiments/apollo-go:latest
volumes:
- ./:/usr/local/go/src/github.com/brave-experiments/apollo-devops
- ./:/usr/local/go/src/github.com/brave-experiments/Mjolnir
env_file:
- .env
command: >
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/brave-experiments/apollo-devops
module github.com/brave-experiments/Mjolnir

go 1.12

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"github.com/brave-experiments/apollo-devops/terra"
"github.com/brave-experiments/Mjolnir/terra"
"github.com/mitchellh/cli"
"log"
"os"
Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/brave-experiments/apollo-devops/terra"
"github.com/brave-experiments/Mjolnir/terra"
"github.com/stretchr/testify/assert"
"testing"
)
Expand Down

0 comments on commit d9ff053

Please sign in to comment.