@@ -64,35 +64,46 @@ INSERT INTO public.ipam_prefix (created, last_updated, custom_field_data, prefix
64
64
VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {}' , ' 2.0.0.0/16' , ' active' , false, ' ' , NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' );
65
65
66
66
-- 3.0.0.0/24 - 3.0.8.0/24 (watch out for the upper/lower-case)
67
- -- Pool 1, Production
67
+ -- Pool 1, Production (IPv4)
68
68
INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
69
69
VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "Production", "poolName": "Pool 1", "cfDataTypeBool": true, "cfDataTypeInteger": 1}' , ' 3.0.0.0/24' , ' active' , false, ' ' , NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' );
70
70
71
71
INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
72
72
VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "Production", "poolName": "Pool 1", "cfDataTypeBool": true, "cfDataTypeInteger": 1}' , ' 3.0.1.0/24' , ' active' , false, ' ' , NULL , 5 , 100 , NULL , NULL , 0 , 0 , false, ' ' );
73
73
74
- -- Pool 1, Development
74
+ -- Pool 1, Development (IPv4)
75
75
INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
76
76
VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "Development", "poolName": "Pool 1", "cfDataTypeBool": false, "cfDataTypeInteger": 2}' , ' 3.0.2.0/24' , ' active' , false, ' ' , NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' );
77
77
78
- -- Pool 2, Production
78
+ -- Pool 2, Production (IPv4)
79
79
INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
80
80
VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "Production", "poolName": "Pool 2", "cfDataTypeBool": true, "cfDataTypeInteger": 3}' , ' 3.0.3.0/24' , ' active' , false, ' ' , NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' );
81
81
82
82
INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
83
83
VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "Production", "poolName": "Pool 2", "cfDataTypeBool": true, "cfDataTypeInteger": 3}' , ' 3.0.4.0/24' , ' active' , false, ' ' , NULL , 5 , 100 , NULL , NULL , 0 , 0 , false, ' ' );
84
84
85
- -- Pool 2, Development
85
+ -- Pool 2, Development (IPv4)
86
86
INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
87
87
VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "Development", "poolName": "Pool 2", "cfDataTypeBool": false, "cfDataTypeInteger": 4}' , ' 3.0.5.0/24' , ' active' , false, ' ' , NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' );
88
88
89
- -- pool 3, production
89
+ -- pool 3, production (IPv4)
90
90
INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
91
91
VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "production", "poolName": "pool 3", "cfDataTypeBool": true, "cfDataTypeInteger": 5}' , ' 3.0.6.0/24' , ' active' , false, ' ' , NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' );
92
92
93
93
INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
94
94
VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "production", "poolName": "pool 3", "cfDataTypeBool": true, "cfDataTypeInteger": 5}' , ' 3.0.7.0/24' , ' active' , false, ' ' , NULL , 5 , 100 , NULL , NULL , 0 , 0 , false, ' ' );
95
95
96
- -- pool 3, development
96
+ -- pool 3, development (IPv4)
97
97
INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
98
98
VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "development", "poolName": "pool 3", "cfDataTypeBool": false, "cfDataTypeInteger": 6}' , ' 3.0.8.0/24' , ' active' , false, ' ' , NULL , NULL , 100 , NULL , NULL , 0 , 0 , false, ' ' );
99
+
100
+ -- pool 4, production (IPv6)
101
+ INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
102
+ VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "production", "poolName": "pool 4", "cfDataTypeBool": true, "cfDataTypeInteger": 7}' , ' 2::/64' , ' active' , false, ' ' , NULL , NULL , 5 , NULL , NULL , 0 , 0 , false, ' ' );
103
+
104
+ INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
105
+ VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "production", "poolName": "pool 4", "cfDataTypeBool": true, "cfDataTypeInteger": 7}' , ' 2:0:0:1::/64' , ' active' , false, ' ' , NULL , 5 , 5 , NULL , NULL , 0 , 0 , false, ' ' );
106
+
107
+ -- pool 4, development (IPv6)
108
+ INSERT INTO public .ipam_prefix (created, last_updated, custom_field_data, prefix, status, is_pool, description, role_id, site_id, tenant_id, vlan_id, vrf_id, _children, _depth, mark_utilized, comments)
109
+ VALUES (' 2024-06-14 10:01:10.094083+00' , ' 2024-06-14 10:01:10.094095+00' , ' {"environment": "development", "poolName": "pool 4", "cfDataTypeBool": false, "cfDataTypeInteger": 8}' , ' 2:0:0:2::/64' , ' active' , false, ' ' , NULL , NULL , 5 , NULL , NULL , 0 , 0 , false, ' ' );
0 commit comments