Skip to content

Commit

Permalink
Merge pull request #239 from wazuh/remove-molecule
Browse files Browse the repository at this point in the history
Removed molecule from root folder
  • Loading branch information
Manuel J. Bernal committed Sep 18, 2019
2 parents c7c15f6 + 9f08ca9 commit 120ed16
Show file tree
Hide file tree
Showing 40 changed files with 15 additions and 1,295 deletions.
35 changes: 0 additions & 35 deletions Pipfile

This file was deleted.

15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@ These playbooks install and configure Wazuh agent, manager and Elastic Stack.
* `master` branch contains the latest code, be aware of possible bugs on this branch.

## Testing

1. Get the `wazuh-ansible` folder from the `wazuh-qa` [repository](https://github.com/wazuh/wazuh-qa/tree/master/ansible/wazuh-ansible).

```
git clone https://github.com/wazuh/wazuh-qa
```

2. Copy the `Pipfile` and the `molecule` folder into the root wazuh-ansible directory:

```
cp wazuh-qa/ansible/wazuh-ansible/* . -R
```

3. Follow these steps for launching the tests. Check the Pipfile for running different scenarios:

```
pip install pipenv
sudo pipenv install
Expand Down
14 changes: 0 additions & 14 deletions molecule/default/Dockerfile.j2

This file was deleted.

16 changes: 0 additions & 16 deletions molecule/default/INSTALL.rst

This file was deleted.

85 changes: 0 additions & 85 deletions molecule/default/create.yml

This file was deleted.

32 changes: 0 additions & 32 deletions molecule/default/destroy.yml

This file was deleted.

47 changes: 0 additions & 47 deletions molecule/default/molecule.yml.template

This file was deleted.

19 changes: 0 additions & 19 deletions molecule/default/playbook.yml

This file was deleted.

19 changes: 0 additions & 19 deletions molecule/default/playbook.yml.template

This file was deleted.

36 changes: 0 additions & 36 deletions molecule/default/prepare.yml

This file was deleted.

Loading

0 comments on commit 120ed16

Please sign in to comment.