File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,28 @@ curl -X POST http://appformer-myproject.app.services.slogvpc4.caplatformdev.com/
92
92
```
93
93
Once this is complete the PODs will have been deployed and should be running.
94
94
95
+ #### Verify engines are accessible via service registry routes
96
+ 1 . Obtain the service IP address of the Service Registry on Openshift
97
+ ```
98
+ oc status
99
+ ```
100
+ The entry for the Service Registry should look something like this. The IP address for the service is on svc/serviceregistry line.
101
+ ```
102
+ svc/serviceregistry-1 - 172.30.57.61:80 -> 8080
103
+ dc/serviceregistry-serviceregistry deploys ose3vdr1.services.slogvpc4.caplatformdev.com:5000/platform/serviceregistry-serviceregistry:1.0.2.57 (manual)
104
+ #1 deployed about an hour ago - 1 pod
105
+ exposed by route/serviceregistry-serviceregistry
106
+ ```
107
+ 2 . Send a request to the Build Service via the Service Registry
108
+ ```
109
+ curl <serviceregistry_ip>/default/ci/buildservice
110
+ ```
111
+ 3 . Send a request to Jenkins via the Service Registry
112
+ ```
113
+ curl <serviceregistry_ip>/default/ci/jenkins
114
+ ```
115
+
116
+
95
117
#### Undeploy app
96
118
This is needed when you need to push up new changes and to redeploy.
97
119
You also need to do this if you decide to delete the app from Appformer.
You can’t perform that action at this time.
0 commit comments