Loading compose/docker-compose.yaml.configure +8 −8 Original line number Original line Diff line number Diff line Loading @@ -86,7 +86,7 @@ services: build: build: context: ../../org.etsi.osl.portal.api/ context: ../../org.etsi.osl.portal.api/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.api:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.api:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "origins": "http://localhost", "origins": "http://localhost", Loading Loading @@ -134,7 +134,7 @@ services: build: build: context: ../../org.etsi.osl.mano/ context: ../../org.etsi.osl.mano/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.mano:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.mano:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", Loading @@ -160,7 +160,7 @@ services: build: build: context: ../../org.etsi.osl.bugzilla/ context: ../../org.etsi.osl.bugzilla/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", Loading @@ -186,7 +186,7 @@ services: build: build: context: ../../org.etsi.osl.tmf.api/ context: ../../org.etsi.osl.tmf.api/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "origins": "http://localhost", "origins": "http://localhost", Loading Loading @@ -233,7 +233,7 @@ services: build: build: context: ../../org.etsi.osl.osom/ context: ../../org.etsi.osl.osom/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.osom:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.osom:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "spring.datasource.url" : "jdbc:h2:/tmp/tempdb;DB_CLOSE_DELAY=-1", "spring.datasource.url" : "jdbc:h2:/tmp/tempdb;DB_CLOSE_DELAY=-1", Loading @@ -259,7 +259,7 @@ services: build: build: context: ../../org.etsi.osl.oas/ context: ../../org.etsi.osl.oas/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.oas:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.oas:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "origins": "http://localhost", "origins": "http://localhost", Loading Loading @@ -301,7 +301,7 @@ services: build: build: context: ../../org.etsi.osl.cridge/ context: ../../org.etsi.osl.cridge/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.cridge:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.cridge:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", Loading Loading @@ -345,7 +345,7 @@ services: build: build: context: ../../org.etsi.osl.centrallog.service/ context: ../../org.etsi.osl.centrallog.service/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", Loading kubernetes/helm/openslice/values.yaml +10 −10 Original line number Original line Diff line number Diff line Loading @@ -19,12 +19,12 @@ image: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla repository: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" centrallog: centrallog: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service repository: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" keycloak: keycloak: repository: quay.io/keycloak/keycloak repository: quay.io/keycloak/keycloak pullPolicy: Always pullPolicy: Always Loading @@ -39,22 +39,22 @@ image: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.mano repository: labs.etsi.org:5050/osl/code/org.etsi.osl.mano pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" osom: osom: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.osom repository: labs.etsi.org:5050/osl/code/org.etsi.osl.osom pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" portalapi: portalapi: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.api repository: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.api pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" osscapi: osscapi: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" mysql: mysql: repository: mysql repository: mysql pullPolicy: Always pullPolicy: Always Loading @@ -64,22 +64,22 @@ image: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.oas repository: labs.etsi.org:5050/osl/code/org.etsi.osl.oas pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" portalweb: portalweb: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.web repository: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.web pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" tmfweb: tmfweb: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.web repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.web pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" cridge: cridge: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.cridge repository: labs.etsi.org:5050/osl/code/org.etsi.osl.cridge pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" bugzillaurl: example.com:443/bugzilla bugzillaurl: example.com:443/bugzilla bugzillakey: VH2Vw0iI5aYgALFFzVDWqhACwt6Hu3bXla9kSC1Z bugzillakey: VH2Vw0iI5aYgALFFzVDWqhACwt6Hu3bXla9kSC1Z Loading Loading
compose/docker-compose.yaml.configure +8 −8 Original line number Original line Diff line number Diff line Loading @@ -86,7 +86,7 @@ services: build: build: context: ../../org.etsi.osl.portal.api/ context: ../../org.etsi.osl.portal.api/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.api:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.api:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "origins": "http://localhost", "origins": "http://localhost", Loading Loading @@ -134,7 +134,7 @@ services: build: build: context: ../../org.etsi.osl.mano/ context: ../../org.etsi.osl.mano/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.mano:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.mano:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", Loading @@ -160,7 +160,7 @@ services: build: build: context: ../../org.etsi.osl.bugzilla/ context: ../../org.etsi.osl.bugzilla/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", Loading @@ -186,7 +186,7 @@ services: build: build: context: ../../org.etsi.osl.tmf.api/ context: ../../org.etsi.osl.tmf.api/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "origins": "http://localhost", "origins": "http://localhost", Loading Loading @@ -233,7 +233,7 @@ services: build: build: context: ../../org.etsi.osl.osom/ context: ../../org.etsi.osl.osom/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.osom:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.osom:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "spring.datasource.url" : "jdbc:h2:/tmp/tempdb;DB_CLOSE_DELAY=-1", "spring.datasource.url" : "jdbc:h2:/tmp/tempdb;DB_CLOSE_DELAY=-1", Loading @@ -259,7 +259,7 @@ services: build: build: context: ../../org.etsi.osl.oas/ context: ../../org.etsi.osl.oas/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.oas:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.oas:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "origins": "http://localhost", "origins": "http://localhost", Loading Loading @@ -301,7 +301,7 @@ services: build: build: context: ../../org.etsi.osl.cridge/ context: ../../org.etsi.osl.cridge/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.cridge:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.cridge:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", Loading Loading @@ -345,7 +345,7 @@ services: build: build: context: ../../org.etsi.osl.centrallog.service/ context: ../../org.etsi.osl.centrallog.service/ dockerfile: Dockerfile dockerfile: Dockerfile image: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service:develop image: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service:latest environment: environment: SPRING_APPLICATION_JSON: '{ SPRING_APPLICATION_JSON: '{ "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", "spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false", Loading
kubernetes/helm/openslice/values.yaml +10 −10 Original line number Original line Diff line number Diff line Loading @@ -19,12 +19,12 @@ image: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla repository: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" centrallog: centrallog: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service repository: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" keycloak: keycloak: repository: quay.io/keycloak/keycloak repository: quay.io/keycloak/keycloak pullPolicy: Always pullPolicy: Always Loading @@ -39,22 +39,22 @@ image: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.mano repository: labs.etsi.org:5050/osl/code/org.etsi.osl.mano pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" osom: osom: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.osom repository: labs.etsi.org:5050/osl/code/org.etsi.osl.osom pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" portalapi: portalapi: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.api repository: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.api pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" osscapi: osscapi: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" mysql: mysql: repository: mysql repository: mysql pullPolicy: Always pullPolicy: Always Loading @@ -64,22 +64,22 @@ image: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.oas repository: labs.etsi.org:5050/osl/code/org.etsi.osl.oas pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" portalweb: portalweb: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.web repository: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.web pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" tmfweb: tmfweb: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.web repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.web pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" cridge: cridge: repository: labs.etsi.org:5050/osl/code/org.etsi.osl.cridge repository: labs.etsi.org:5050/osl/code/org.etsi.osl.cridge pullPolicy: Always pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion. tag: "develop" tag: "latest" bugzillaurl: example.com:443/bugzilla bugzillaurl: example.com:443/bugzilla bugzillakey: VH2Vw0iI5aYgALFFzVDWqhACwt6Hu3bXla9kSC1Z bugzillakey: VH2Vw0iI5aYgALFFzVDWqhACwt6Hu3bXla9kSC1Z Loading