Questions tagged [swisscomdev]

Swisscom Application Cloud is a cloud platform based on Cloud Foundry.

Swisscom Application Cloud is a platform as a service (PaaS) offering by Swisscom, a telecommunications provider from Switzerland. The platform is based on Cloud Foundry.

References

217 questions
2
votes
2 answers

Cloudfoundry: SSL cert for shared domain

It's not possible to request a SSL cert for a shared Domain The domain has been shared with cf share-private-domain ORG DOMAIN
gabac
  • 1,984
  • 6
  • 20
  • 28
2
votes
2 answers

Cloudfoundry: Docker app crashes on startup

When I try to start up my docker image, it crashes on startup because it exceeds some quota. Is there any way to increase said quota? Log: "exit_description"=>"failed to create container: running image plugin create: pulling the image: streaming…
gabac
  • 1,984
  • 6
  • 20
  • 28
2
votes
1 answer

Mail Service alternative for Swisscom Application Cloud (Public)

For our swisscom app cloud applications (public app cloud), we need a swiss mail service (like mailgun, sendgrid,...) to send mails to our customers. Is there a service from Swisscom or another swiss provider?
Miro
  • 45
  • 5
2
votes
0 answers

Log in JSON format to cloudfoundry logstash

We are using Swisscom application cloud (based on Cloudfoundry) and the provided Kibana/Logstash/Elasticsearch service. Now we d like to log in JSON format from our applications to logstash. Thats why we integrated Logstash formatter into our…
mooonli
  • 2,255
  • 4
  • 20
  • 30
2
votes
1 answer

Force HTTPS on Swisscom CloudFoundry

I'm serving my web app using Gunicorn running in a Docker container. Is there a way I can force it to use HTTPS rather than HTTP? Dockerfile FROM ubuntu:latest RUN apt-get update RUN apt-get install -y python python-pip git RUN apt-get install -y…
abilic
  • 81
  • 8
2
votes
3 answers

Bind a service to two different app spaces in cloudfoundry

Is it possible to bind a service (i.e. MariaDB) to apps in different spaces? How can I achieve it if I want to use the same database for two different spaces?
surfspider
  • 637
  • 2
  • 8
  • 21
2
votes
1 answer

One elasticsearch/logstash instance with multiple applications with a unique index

We use swisscoms application cloud and are currently evaluating the new Elasticsearch service. We set it up including logstash and kibana. We now added a user provided service to each of our apps that should use the common…
mooonli
  • 2,255
  • 4
  • 20
  • 30
2
votes
1 answer

Grafana on Swisscom Application Cloud stopped running

All of a sudden (by 03.03.2018 at around 3pm), our Grafana Docker instances stopped working in Swisscom Application Cloud (cloudfoundry). Have there been any changes recently on the application cloud? Any hints on where to look at? index: 0…
2
votes
2 answers

cannot deploy docker image form AWS private registry

I am trying to push an app from a docker image hosted in the AWS Elastic Container Registry and am getting 500 error codes from the cloudfoundry API when trying to push. Am i doing something wrong or is there just an issue with the API currently?…
Patrick Suter
  • 265
  • 2
  • 11
2
votes
1 answer

As 'host' is deprecated for manifest.yml - how to configure a standard scapp.io route?

CF CLI now warns with a deprecation message: Deprecation warning: Route component attributes 'domain', 'domains', 'host', 'hosts' and 'no-hostname' are deprecated. Found: host. My manifest.yml looks like that currently: applications: - host:…
LBA
  • 3,201
  • 1
  • 14
  • 42
2
votes
2 answers

How to pull files from Cloud Foundry on Diego

I would like to retrieve some application's logs. I found that the command cf file was not available anymore and the plugin cf-download doesn't work on Diego Architecture. Is there a way to retrieve files from the cloud foundry by CLI other another…
jerem0808
  • 85
  • 1
  • 12
2
votes
1 answer

Deny access to subfolders of Cloudfoundry app

Im running a Cloudfoundry app without any troubles. However, subfolders and their files are exposed and accessible simply by adding it to the URL -> for example /lang/fr.json. Is there any way to prevent direct access to such subfolders for…
Stefan
  • 31
  • 3
2
votes
1 answer

Swisscom Application Cloud: Will there be a new version of ELK service?

Current version of ELK service is 2.1.0. Is is possible to update to a newer version like 6.1.0?
2
votes
2 answers

Deploy app from CircleCI with

I'm looking to automatically deploy my app once we release a new version. We use CircleCI, so firing these commands shouldn't be a big deal. cf login -a https://api.lyra-836.appcloud.swisscom.com -u myuser -p seret cf push myapp However I don't…
cw.
  • 63
  • 1
  • 4
2
votes
0 answers

Cloud Foundry: Unknown App crash reason: exit_description: Downloading failed

In the night of December 9 crashed an app in our Swisscom Application Cloud with the following description: 2017-12-09T05:26:22.00+0100 app.crash my_app index: 0, reason: CRASHED, exit_description: Downloading failed Does anyone know exactly…
seinol
  • 61
  • 7
1 2
3
14 15