You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: python/diff-nautobot-understack/README.md
+21-4
Original file line number
Diff line number
Diff 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
1
16
2
17
1. cd python/diff-nautobot-understack
3
18
2. python3 -m venv .venv
4
19
3. source .venv/bin/activate
5
20
4. poetry lock
6
21
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):
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))
0 commit comments