Skip to content

Commit 5c32e53

Browse files
committed
PUC-740: purpose of this tool
1 parent 915fc05 commit 5c32e53

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

python/diff-nautobot-understack/README.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
1+
# Nautobot vs OpenStack Comparison Tool
2+
3+
This tool compares data between Nautobot and OpenStack.
4+
5+
## Currently Supported Comparisons
6+
7+
| OpenStack | Nautobot |
8+
|-----------|-----------------------|
9+
| Project | Tenant |
10+
| Network | UCVNI & Namespace |
11+
12+
13+
---
14+
15+
## Setup Instructions
116

217
1. cd python/diff-nautobot-understack
318
2. python3 -m venv .venv
419
3. source .venv/bin/activate
520
4. poetry lock
621
5. poetry install
7-
6. export nautobot_api_token=<get_token_from_nautobot_dev> (can be added in .env file too)
8-
7. export nautobot_url=https://nautobot.staging.undercloud.rackspace.net (no need to export for dev env)
9-
8. export OS_CLOUD=uc-dev-infra
10-
9. export OS_CLIENT_CONFIG_FILE=./my_clouds.yaml (set this if it is any other location [defined here](https://opendev.org/openstack/openstacksdk#getting-started))
22+
6. Export environment variables (or add them to a .env file):
23+
1. export nautobot_api_token=<get_token_from_nautobot_dev>
24+
2. export nautobot_url=https://nautobot.staging.undercloud.rackspace.net (no need to export for dev env)
25+
3. export OS_CLOUD=uc-dev-infra
26+
4. export OS_CLIENT_CONFIG_FILE=./my_clouds.yaml (set this if it is in any other location not [defined here](https://opendev.org/openstack/openstacksdk#getting-started))
27+
1128

1229
- Below are some example commands
1330
```

0 commit comments

Comments
 (0)