File tree Expand file tree Collapse file tree 11 files changed +12
-185
lines changed Expand file tree Collapse file tree 11 files changed +12
-185
lines changed Original file line number Diff line number Diff line change @@ -186,30 +186,22 @@ how to do this.
186
186
187
187
The service descriptors need to to POSTed to the Squonk coreservices REST API.
188
188
189
- ### Openshift
189
+ ### Docker
190
190
191
- You must previously have deployed Squonk using the OpenShift templates (e.g. using the deployment
192
- scripts or Ansible playbooks).
193
- The deployment uses the [ post-service-descriptors.yaml] ( ) template to create a pod that posts the
194
- service descriptors using a ` squonk/rdkit-pipelines-sdposter ` Docker container.
191
+ A shell script can be used to deploy the pipelines to a running
192
+ containerised Squonk deployment: -
195
193
196
- Build the Docker image and push to docker hub:
194
+ $ ./post-service-descriptors.sh
195
+
196
+ ### OpenShift/OKD
197
197
198
- ```
199
- docker build -t squonk/rdkit-pipelines-sdposter:latest -f Dockerfile-sdposter .
200
- docker push squonk/rdkit-pipelines-sdposter:latest
201
- ```
202
-
203
- Post the service descriptors by creating the pod. You must been in the ` squonk ` project and be logged in as a suitable
204
- user.
205
-
206
- ```
207
- oc create -f post-service-descriptors.yaml
208
- ```
209
-
210
- Alternatively you can run the ` deploy.sh ` script having defined some environment variables
211
- using the ` setenv.sh ` script in the Squonk openshift deployment.
198
+ The pipelines and service-descriptor container images are built using gradle
199
+ in this project. The are deployed from the Squonk project using Ansible
200
+ playbooks.
212
201
202
+ > A discussion about the deployment of pipelines can be found in the
203
+ `Posting Squonk pipelines` section of Squonk's OpenShift Ansible
204
+ [README](https://github.com/InformaticsMatters/squonk/blob/master/openshift/ansible/README.md).
213
205
214
206
## Contact
215
207
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments