Skip to content

Feature ocp staging

Ilkka Tengvall requested to merge feature-ocp-staging into master

please pull in the ocp setup. This does not touch any other areas than OpenShift configs. Non intrusive commit.

After this is in, I'll add another merge request, where I modify api entrypoint.

All changes here are into /ocp -dir:

ocp/README.md                             |  83 +++++++++++++++++++++++++++++++++++++++++++
 ocp/bc-fevermap-api-registry-pipeline.yml |  40 +++++++++++++++++++++
 ocp/bc-fevermap-api-s2i.yaml              |  46 ++++++++++++++++++++++++
 ocp/bc-fevermap-api.yaml                  |  33 +++++++++++++++++
 ocp/bc-fevermap-build.yaml                |  41 +++++++++++++++++++++
 ocp/bc-fevermap-registry-pipeline.yml     |  40 +++++++++++++++++++++
 ocp/bc-fevermap-runtime.yaml              |  42 ++++++++++++++++++++++
 ocp/cm-window-settings.yaml               |  11 ++++++
 ocp/dc-fevermap-api.yaml                  |  70 ++++++++++++++++++++++++++++++++++++
 ocp/dc-fevermap-db.yaml                   | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ocp/dc-fevermap.yaml                      |  67 +++++++++++++++++++++++++++++++++++
 ocp/getit.sh                              |  20 +++++++++++
 ocp/install.sh                            |  50 ++++++++++++++++++++++++++
 ocp/is-debian.yaml                        |  15 ++++++++
 ocp/is-fevermap-api.yaml                  |   7 ++++
 ocp/is-fevermap-build.yaml                |   7 ++++
 ocp/is-fevermap.yaml                      |   7 ++++
 ocp/is-nginx-runtime.yaml                 |  15 ++++++++
 ocp/is-ubi8-s2i-web-app.yaml              |  15 ++++++++
 ocp/ocp-app.png                           | Bin 0 -> 41376 bytes
 ocp/pvc-mariadb-storage.yml               |  12 +++++++
 ocp/route-fevermap-api.yaml               |  19 ++++++++++
 ocp/route-fevermap.yaml                   |  18 ++++++++++
 ocp/secret-fevermap-db.yaml               |  17 +++++++++
 ocp/svc-fevermap-api.yaml                 |  22 ++++++++++++
 ocp/svc-fevermap-db.yaml                  |  18 ++++++++++
 ocp/svc-fevermap.yaml                     |  20 +++++++++++
 27 files changed, 841 insertions(+)

Merge request reports