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

Commit

Permalink
doc: Added manual host creation for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcrow committed Jan 8, 2016
1 parent a7ec949 commit 2f87bb2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ From the repo root...
(virtualenv)$ nosetests -v --with-coverage --cover-package commissaire --cover-min-percentage 80 test/
```

Adding a Host Manually
----------------------
Verify that etcd is running then execute...


```
(virtualenv)$ etcdctl set /commissaire/hosts/10.0.0.1 '{"address": "10.0.0.1","status": "available","os": "atomic","cpus": 2,"memory": 11989228,"space": 487652,"last_check": "2015-12-17T15:48:18.710454"}'
```

Running the service
-------------------
From the repo root...
Expand Down

0 comments on commit 2f87bb2

Please sign in to comment.