-
Acceptance:
1. Deploy eirini following instructions in repo
1. `cf push`, `cf scale -i 3`
1. `cf apps`, see that it correctly reports number of reported and requested instances (compare with `kub…
-
Acceptance:
1. Deploy eirini following instructions on repo
1. cf push a hello world app, see that I can curl it on the route the cli tells me about
1. cf push a hello world app and `map-route` a…
-
Add your name and contact info here please.
-
Following CATS test fails:
```
[Fail] [apps] Rolling deploys [BeforeEach] deploys the app with zero downtime
/home/vic/suse/cf-acceptance-tests/apps/rolling_deploy.go:27
```
https://github.co…
-
Acceptance:
1. Deploy and enable eirini following instructions on repo
1. `cf push --no-start`
1. `cf start`
1. See that the app is immediately started (i.e. deployments created and set to non-z…
-
## Background
Cloud Foundry for VMs [uses TLS certificates to prevent misrouting](https://docs.cloudfoundry.org/concepts/http-routing.html#consistency) -- a feature we colloquially refer to as Rout…
-
## Context
Cloud Foundry apps can be either in a `STARTED` or `STOPPED` state. The following "action" endpoints provide a quick way for clients to set this:
* `POST /v3/apps/:guid/actions/start` -…
-
we're playing with automatic sidecar injection from Istio.
looks like Eirini considers the app "Running" if only 1 of the containers is running.
we probably want to change it so that all (non-in…
-
Kubernetes v1.18.6 (SUSE CaaSP 4.5)
KubeCF 2.5.0 with Eirini enabled and sle15 stack. Fresh install.
Trying to push or restage any app results in this error from the log stream:
```
[API.0] Fail…
-
### Stratos Version
4.2.0
### Frontend Deployment type
* [X] Cloud Foundry Application (cf push)
* [ ] Kubernetes, using a helm chart
* [ ] Docker, single container deploying all co…