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

218 questions
2
votes
1 answer

MariaDB Service Availability

I am currently confused whether or not MariaDB is still available as a service in the Swisscom AppCloud (Internal). I have been creating several MariaDB services in the Internal App Cloud during the last years. I thought I could do it again last…
lionel_c
  • 21
  • 1
2
votes
1 answer

Is it possible to override disk space and memory settings with the Cloud Foundry task scheduler?

The document at https://docs.developer.swisscom.com/devguide/using-tasks.html describes how to use Cloud Foundry tasks. The document at https://docs.developer.swisscom.com/service-offerings/task-scheduler.html describes how to schedule tasks. When…
Bernd
  • 370
  • 4
  • 16
2
votes
1 answer

How to create a secure internal route in the CloudFoundry environment (Swisscom AppCloud)

I would like to create a secure internal route between two applications within the same space/organization. It should never be possible to reach the Node.js application from the outside. My Java application connects via HTTP to the Node application…
ssc-hrep3
  • 15,024
  • 7
  • 48
  • 87
2
votes
1 answer

Configuration of Running Redis Instance in Swisscom CloudFoundry

I am trying to read the configuration of the running Redis instance. I want to better understand how Redis is configured, especially in regard to persistence settings. I have successfully connected to the running Redis instance (SSH tunnel) and try…
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
  • 2,062
  • 6
  • 21
  • 30
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
  • 2,062
  • 6
  • 21
  • 30
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
1 answer

Overriding heap memory configuration in Cloud foundry Application

I am using below parameters to override my heap config for JVM - JBP_CONFIG_OPEN_JDK_JRE: '[memory_calculator: {memory_heuristics: {heap: 65, metaspace: 20}}]' But I am not able to see the changes getting reflected. Can someone help?
Ankita Gupta
  • 33
  • 1
  • 3
2
votes
1 answer

Folder public/vendor does not get uploaded with cf push

I am currently trying to set up a Laravel 5.6 project on Swisscom Application Cloud using the php-buildpack. Unfortunately, my public/vendor folder does not get uploaded or gets deleted once uploaded after cf push. If I connect using cf ssh and…
Vanessa-Joyce
  • 183
  • 3
  • 8
2
votes
1 answer

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,355
  • 4
  • 23
  • 32
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
  • 727
  • 3
  • 11
  • 25
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,355
  • 4
  • 23
  • 32
2
votes
1 answer

How to add additional dependencies to php-buildpack in CloudFoundry

We use the PHP-Buildpack to run our app on a CloudFoundry Service. To Backup the Database we wan't to use the mysqldump command, therefore we need a way to install mysql-client in the buildpack. Do we have to create our own php build-pack every time…
Nio
  • 497
  • 3
  • 6
  • 16
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…
1 2
3
14 15