[ 
https://issues.apache.org/jira/browse/SCB-823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16579220#comment-16579220
 ] 

ASF GitHub Bot commented on SCB-823:
------------------------------------

WillemJiang closed pull request #252: [SCB-823]Fix the spring-demo image repo 
name.
URL: https://github.com/apache/incubator-servicecomb-saga/pull/252
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/saga-demo/saga-k8s-resources/base/alpha.yaml 
b/saga-demo/saga-k8s-resources/base/alpha.yaml
index 408c13b7..79298d8c 100644
--- a/saga-demo/saga-k8s-resources/base/alpha.yaml
+++ b/saga-demo/saga-k8s-resources/base/alpha.yaml
@@ -44,7 +44,7 @@ spec:
     spec:
       containers:
       - name: alphaserver
-        image: saga/alpha-server:0.3.0-SNAPSHOT
+        image: servicecomb/alpha-server:0.3.0-SNAPSHOT
         imagePullPolicy: IfNotPresent
         # ports:
         # - containerPort: 8080
diff --git a/saga-demo/saga-k8s-resources/base/jmeter-collector.yaml 
b/saga-demo/saga-k8s-resources/base/jmeter-collector.yaml
index 4492fa49..fb3d2e25 100644
--- a/saga-demo/saga-k8s-resources/base/jmeter-collector.yaml
+++ b/saga-demo/saga-k8s-resources/base/jmeter-collector.yaml
@@ -47,7 +47,7 @@ spec:
     spec:
       containers:
       - name: jmeter-collector
-        image: saga/jmeter-collector:v1
+        image: servicecomb/jmeter-collector:v1
         imagePullPolicy: IfNotPresent
 ---
 
diff --git a/saga-demo/saga-k8s-resources/spring-demo/booking.yaml 
b/saga-demo/saga-k8s-resources/spring-demo/booking.yaml
index 10f7c801..bd19a302 100644
--- a/saga-demo/saga-k8s-resources/spring-demo/booking.yaml
+++ b/saga-demo/saga-k8s-resources/spring-demo/booking.yaml
@@ -45,7 +45,7 @@ spec:
     spec:
       containers:
       - name: booking
-        image: saga/booking:0.3.0-SNAPSHOT
+        image: servicecomb/booking:0.3.0-SNAPSHOT
         imagePullPolicy: IfNotPresent
         env:
         - name: JAVA_OPTS
diff --git a/saga-demo/saga-k8s-resources/spring-demo/car.yaml 
b/saga-demo/saga-k8s-resources/spring-demo/car.yaml
index 52a74516..d9ad6abc 100644
--- a/saga-demo/saga-k8s-resources/spring-demo/car.yaml
+++ b/saga-demo/saga-k8s-resources/spring-demo/car.yaml
@@ -45,7 +45,7 @@ spec:
     spec:
       containers:
       - name: car
-        image: saga/car:0.3.0-SNAPSHOT
+        image: servicecomb/car:0.3.0-SNAPSHOT
         imagePullPolicy: IfNotPresent
         env:
         - name: JAVA_OPTS
diff --git a/saga-demo/saga-k8s-resources/spring-demo/hotel.yaml 
b/saga-demo/saga-k8s-resources/spring-demo/hotel.yaml
index 87f3808d..37f90930 100644
--- a/saga-demo/saga-k8s-resources/spring-demo/hotel.yaml
+++ b/saga-demo/saga-k8s-resources/spring-demo/hotel.yaml
@@ -45,7 +45,7 @@ spec:
     spec:
       containers:
       - name: hotel
-        image: saga/hotel:0.3.0-SNAPSHOT
+        image: servicecomb/hotel:0.3.0-SNAPSHOT
         imagePullPolicy: IfNotPresent
         env:
         - name: JAVA_OPTS
diff --git a/saga-demo/saga-k8s-resources/spring-demo/test/jmeter.yaml 
b/saga-demo/saga-k8s-resources/spring-demo/test/jmeter.yaml
index 8283d22e..4126ca72 100644
--- a/saga-demo/saga-k8s-resources/spring-demo/test/jmeter.yaml
+++ b/saga-demo/saga-k8s-resources/spring-demo/test/jmeter.yaml
@@ -29,7 +29,7 @@ spec:
     spec:
       containers:
       - name: spring-demo-jmeter
-        image: saga/jmeter:v1
+        image: servicecomb/jmeter:v1
         imagePullPolicy: IfNotPresent
         # TODO ReplicaSet, ReplicationController, Deployment, Daemonset only 
allow restartPolicy to be 'Always'
         # Maybe we should provide a custom test scheduler to scale up pods and 
let them exit naturally.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Set up a fully functional test in kubernetes environment
> --------------------------------------------------------
>
>                 Key: SCB-823
>                 URL: https://issues.apache.org/jira/browse/SCB-823
>             Project: Apache ServiceComb
>          Issue Type: Test
>          Components: Saga
>            Reporter: ZhenJu
>            Assignee: ZhenJu
>            Priority: Minor
>              Labels: kubernetes, test
>
> It would be great if we have a kubernetes test solution running the demos in 
> containers.
> With the environment, it's easier to:
>  * Scale up / down the services to test saga in different size distributed 
> systems
>  * Simulate the scenarios that different forms of errors would occur, like 
> unavailable connection, internal server error, or network delay. This could 
> be easily done by Istio



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to