Commit ca4b7038 authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

build(ansible): bump SRM image to d1f8bbd

Use SRM image with FM internal deployed-app lookup fix so federated kubernetes smoke tests can complete.
parent 03428cdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ srm_nodeport: 32415

# SRM image (i2cat registry)
srm_controller_image_repository: "gitlab.i2cat.net:5050/areas/software-networks/operator-platform/oop/service-resource-manager"
srm_controller_image_tag: "feature-srm-fm-integration-and-spec-compliance-99bed9f"
srm_controller_image_tag: "feature-srm-fm-integration-and-spec-compliance-d1f8bbd"

# SRM EdgeCloud adapter configuration
# Use kubernetes adapter
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ srm_controller_name: srmcontroller
srm_controller_replicas: 1
# srm_controller_image_repository: "labs.etsi.org:5050/oop/code/service-resource-manager"
srm_controller_image_repository: "gitlab.i2cat.net:5050/areas/software-networks/operator-platform/oop/service-resource-manager"
srm_controller_image_tag: "feature-srm-fm-integration-and-spec-compliance-99bed9f"
srm_controller_image_tag: "feature-srm-fm-integration-and-spec-compliance-d1f8bbd"
srm_controller_image_pull_policy: Always
srm_image_pull_secret_enabled: true 
srm_image_pull_secret_name: "gitlab-registry-secret"