File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed 
db-queries/src/db/datastore 
reconfigurator/planning/src/blueprint_builder Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -2537,7 +2537,6 @@ mod tests {
25372537                zones :  vec ! [ BlueprintZoneConfig  { 
25382538                    disposition:  BlueprintZoneDisposition :: InService , 
25392539                    id:  zone_id, 
2540-                     underlay_address:  Ipv6Addr :: LOCALHOST , 
25412540                    filesystem_pool:  None , 
25422541                    zone_type:  BlueprintZoneType :: Nexus ( 
25432542                        blueprint_zone_type:: Nexus  { 
Original file line number Diff line number Diff line change @@ -1177,7 +1177,6 @@ impl<'a> BlueprintBuilder<'a> {
11771177            let  zone = BlueprintZoneConfig  { 
11781178                disposition :  BlueprintZoneDisposition :: InService , 
11791179                id :  oximeter_id, 
1180-                 underlay_address :  ip, 
11811180                filesystem_pool :  Some ( filesystem_pool) , 
11821181                zone_type, 
11831182            } ; 
@@ -1284,7 +1283,6 @@ impl<'a> BlueprintBuilder<'a> {
12841283            let  zone = BlueprintZoneConfig  { 
12851284                disposition :  BlueprintZoneDisposition :: InService , 
12861285                id :  zone_id, 
1287-                 underlay_address :  underlay_ip, 
12881286                filesystem_pool :  Some ( filesystem_pool) , 
12891287                zone_type, 
12901288            } ; 
@@ -1340,7 +1338,6 @@ impl<'a> BlueprintBuilder<'a> {
13401338            let  zone = BlueprintZoneConfig  { 
13411339                disposition :  BlueprintZoneDisposition :: InService , 
13421340                id :  zone_id, 
1343-                 underlay_address :  underlay_ip, 
13441341                filesystem_pool :  Some ( filesystem_pool) , 
13451342                zone_type, 
13461343            } ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments