Skip to content

Commit

Permalink
Include Vagrant in README
Browse files Browse the repository at this point in the history
  • Loading branch information
armab committed Apr 11, 2017
1 parent 606944c commit e1d6587
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ st2smoketests, you will need to disable proxy for localhost.
```
## Developing
There are a few requirements when developing on `ansible-st2`:
There are a few requirements when developing on `ansible-st2`.

These are the platforms we must support (must pass end-to-end testing):
- Xenial
Expand All @@ -100,6 +99,18 @@ These are the platforms we must support (must pass end-to-end testing):

Must also support Ansible Idempotence (Eg. Ansible-playbook re-run should end with the following results: `changed=0.*failed=0`)

For development purposes there is [Vagrantfile](Vagrantfile) available. The following command will setup ubuntu16 box (`ubuntu/xenial64`) by default:
```sh
vagrant up
```

Other distros:
```sh
vagrant up ubuntu14
vagrant up centos6
vagrant up centos7
```

## Other Installers
You might be interested in other methods to deploy StackStorm engine:
* Configuration Management
Expand Down

0 comments on commit e1d6587

Please sign in to comment.