Skip to content

Commit

Permalink
Merge pull request #31 from PiotrProkop/deployer
Browse files Browse the repository at this point in the history
Updating README.md with stackanetes-deployer quay.io image
  • Loading branch information
ss7pro committed May 30, 2016
2 parents 69bfb03 + d6c97be commit 65ab6ee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ kubectl label node minion2 app=compute

### Final host dependencies

There are a few temporary hacks in place to allow `nova-compute` run with full host privileges.
There are a few temporary hacks in place to allow `nova-compute` run with full host privileges.

On all machines you must create the directories `/var/lib/nova` and `/var/lib/libvirt`:

Expand Down Expand Up @@ -120,6 +120,15 @@ kolla-k8s --debug
```
## Deploy Stackanetes via stackanetes-deployer POD

You can either use pre-build stackanetes-deployer docker image:
- quay.io/stackanetes/stackanetes-deployer:2.0.0

or build your own image by executing

```
docker build -t stackanetes-deployer .
```

To install Stackanetes vis stackanetes-deployer POD you still have to label your nodes
and finish `Final host dependencies` step.

Expand Down
2 changes: 1 addition & 1 deletion stackanetes-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
containers:
- name: stackanetes-base
#insert a valid image name
image: stackanetes-deployer
image: quay.io/stackanetes/stackanetes-deployer:2.0.0
env:
- name: HOST_INTERFACE
value: "eno2" #name of physical interface for compute-node

0 comments on commit 65ab6ee

Please sign in to comment.