File tree Expand file tree Collapse file tree 2 files changed +38
-4
lines changed 
inventory/sample/host_vars/setup Expand file tree Collapse file tree 2 files changed +38
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1313> -  ** Fixed**  for any bug fixes.
1414> -  ** Security**  in case of vulnerabilities.
1515
16+ ## [ 1.0a2]  - 2025-09-30 
17+ 
18+ ### Added  
19+ 
20+ -  [ PR #183 ] ( https://github.com/RS-PYTHON/rs-infra-core/pull/183 )  : Update CloudNativePG
21+ -  [ PR #173 ] ( https://github.com/RS-PYTHON/rs-infra-core/pull/173 )  : Update OAuth2 Proxy (bye bye bitnami)
22+ -  [ PR #195 ] ( https://github.com/RS-PYTHON/rs-infra-core/pull/195 )  : Add S1 ARD processor
23+ 
24+ ### Changed  
25+ 
26+ -  [ PR #196 ] ( https://github.com/RS-PYTHON/rs-infra-core/pull/196 )  : Allow latest version of Ansible
27+ -  Update inventory for prip stations
28+ 
29+ ### Fixed  
30+ 
31+ -  [ PR #193 ] ( https://github.com/RS-PYTHON/rs-infra-core/pull/193 )  : Add missing depedencies
32+ 
1633## [ 1.0a1]  - 2025-08-29 
1734
1835### Added  
Original file line number Diff line number Diff line change @@ -156,6 +156,16 @@ rs_server_adgs_station: |
156156      # -- ADGS URL 
157157      url: http://mockup-station-adgs.processing.svc.cluster.local:8080/Products 
158158
159+ rs_server_prip_station : | 
160+   s1a: 
161+     endpoint: 
162+       # -- PRIP station URL 
163+       url: http://mockup-prip-s1a.processing.svc.cluster.local:8080/Products 
164+   s2b: 
165+     endpoint: 
166+       # -- PRIP station URL 
167+       url: http://mockup-prip-s2b.processing.svc.cluster.local:8080/Products 
168+ 
159169rs_server_catalog :
160170  database :
161171    host : rs-server-catalog-db.database.svc.cluster.local 
@@ -377,14 +387,14 @@ rs_server_station_secrets:
377387        client_id: client_id 
378388        client_secret: client_secret 
379389        authorization: Basic test 
380-     s2a : 
390+     s2b : 
381391      service: 
382392        name: prip 
383-         url: http://mockup-prip-s2a .processing.svc.cluster.local:8080 
384-       domain: mockup-prip-s2a .processing.svc.cluster.local 
393+         url: http://mockup-prip-s2b .processing.svc.cluster.local:8080 
394+       domain: mockup-prip-s2b .processing.svc.cluster.local 
385395      authentication: 
386396        auth_type: oauth2 
387-         token_url: http://mockup-prip-s2a .processing.svc.cluster.local:8080/oauth2/token 
397+         token_url: http://mockup-prip-s2b .processing.svc.cluster.local:8080/oauth2/token 
388398        grant_type: password 
389399        scope: null  
390400        username: test 
@@ -420,6 +430,13 @@ rs_station_mockup:
420430    sgs :
421431      bucketName : rspython-ops-catalog-playground 
422432      bucketPath : stations/CADIP/ 
433+   prip :
434+     s1a :
435+       bucketName : rspython-ops-catalog-playground 
436+       bucketPath : stations/PRIP/ 
437+     s2b :
438+       bucketName : rspython-ops-catalog-playground 
439+       bucketPath : stations/PRIP/ 
423440
424441rs_osam :
425442  provider :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments