Skip to content

Commit 8860d32

Browse files
authored
Cleanup & Reorg startup scripts (#691)
* Cleanup & Reorg startup scripts
1 parent b9dff0d commit 8860d32

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1
-57
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žstartup_scripts/140_clusters.py

Lines changed: 0 additions & 42 deletions
This file was deleted.
File renamed without changes.

β€Žstartup_scripts/165_cluster_groups.py

Lines changed: 0 additions & 15 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žstartup_scripts/260_ip_addresses.py renamed to β€Žstartup_scripts/370_ip_addresses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
params["assigned_object_id"] = Interface.objects.get(**query).id
5353
else:
5454
query = {field: params.pop(assoc)}
55+
5556
params[assoc] = model.objects.get(**query)
5657

5758
ip_address, created = IPAddress.objects.get_or_create(**params)

0 commit comments

Comments
Β (0)