Browse Source

add deployment guide for openshift

master
Nicolas Massé 8 years ago
parent
commit
2ed75235b8
  1. 2
      3scale-amp-openshift-templates
  2. 5
      README.md

2
3scale-amp-openshift-templates

@ -1 +1 @@
Subproject commit 741a4ac0e5a725a24a802badc621d53bd3ea67d1
Subproject commit 5d8b855cdf882dbce81ab6edb92ff5bf1344d1e7

5
README.md

@ -144,7 +144,10 @@ Note:
The rest of this guide expects that your OpenShift environment is configured to work with proxies ([as explained here](https://docs.openshift.com/container-platform/latest/install_config/http_proxies.html)).
TODO
To instanciate Apicast with his sidecar container, just use the [modified template](https://github.com/nmasse-itix/3scale-amp-openshift-templates/blob/master/apicast-gateway/apicast.yml):
```sh
oc process -f https://raw.githubusercontent.com/nmasse-itix/3scale-amp-openshift-templates/master/apicast-gateway/apicast.yml -p ACCESS_TOKEN=<ACCESS_TOKEN> -p THREESCALE_PORTAL_ENDPOINT=https://<TENANT>-admin.3scale.net -p BACKEND_ENDPOINT_OVERRIDE=https://su1.3scale.net | oc create -f -
```
## Check that it works

Loading…
Cancel
Save