Skip to content

Commit

Permalink
add a proper description to enable developers (#357)
Browse files Browse the repository at this point in the history
add a proper description to enable developers

Reviewed-by: Anton Sidelnikov
Reviewed-by: SebastianGode
  • Loading branch information
tischrei authored Oct 1, 2024
1 parent b4aede3 commit f49821f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,33 @@ ok: [localhost] => {
"gw.nat_gateways": []
}
```

## For Developers: additional steps

Create a path where you place your development files e.g.:

```bash
mkdir -p ~/ansible/ansible_collections/opentelekomcloud/
```

Clone the development files into your path and rename it to cloud.

```bash
cd ~/ansible/ansible_collections/opentelekomcloud/
git clone git@github.com:opentelekomcloud/ansible-collection-cloud.git cloud
```

Export the path variable and make it available for your system:

```bash
pwd
> /path/to/your/ansible/ansible_collections/
export ANSIBLE_COLLECTIONS_PATHS=/path/to/your/ansible/ansible_collections/
```

Validate the entry of your development environment by running the following command.

```bash
source ~/youransiblevenv/bin/activate
ansible-galaxy collection list
```
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: opentelekomcloud
name: cloud
version: 0.14.5
version: 0.14.6
readme: README.md
authors:
- Artem Goncharov <artem.goncharov@gmail.com>
Expand Down

0 comments on commit f49821f

Please sign in to comment.