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
3
votes
1 answer

Expose Services to local environment for production

I am planning to move different service to Swisscom Application Cloud, but I have a problem on database access. My setup is a web application and a local service sharing the same database, unfortunately the local service can't be moved to the cloud…
3
votes
1 answer

How to use the API to download a repo

I want to download a single file from my Bitbucket repository. In the documentary I found the following API call. https://api.bitbucket.org/1.0/repositories/{accountname}/{repo_slug}/raw/{revision}/{path} However I struggle to find out what my…
jz22
  • 1,640
  • 2
  • 20
  • 37
3
votes
2 answers

Deploy a docker image from a registry with basic auth

I've been trying to push a docker image from a private registry to Swisscom Cloudfoundry. The registry is protected by basic auth since we do not want to provide access to anyone. Now, using the cf CLI, I would like to push the image to…
Nico Strebel
  • 136
  • 1
  • 6
3
votes
1 answer

How to pass additional parameters to MariaDB connect string to fix timezone issue (e.g. useLegacyDatetimeCode)

I'm deploying some spring-boot app to Swisscom AppCloud which uses a MariaDB service. The service gets automatically configured in my app using the CloudFoundry connectors and the connection works fine. However: since I heavily use…
3
votes
4 answers

Set up Auto Scaling Apps

Is it possible to setup auto-scaling capabilities for an app depending on the workload? I haven't found anything useful neither in the Developer Console nor in the docs. Is there may be a hidden possibility via the CLI? Just wondering if this is…
dobrud
  • 33
  • 1
  • 3
3
votes
2 answers

Java/Spring application cannot start up on cloudfoundry: OutOfMemoryError Compressed class space

After deploying a new version of our Java/Spring Boot software to the Swisscom Developer Cloud, running on CloudFoundry, the startup suddenly failed with the following error: OutOfMemoryError: Compressed class space. So, we decided to deploy a…
ssc-hrep3
  • 10,806
  • 4
  • 35
  • 77
3
votes
2 answers

App fails to connect to MongoDB Enterprise with "Authentication failed" and Ops Manager stuck in "AdjustUsers"

The credentials of a newly deployed app are rejected by MongoDB with "Authentication failed". The MongoDB Ops Manager is stuck on "AdjustUsers" for a few hours already. Verified by: cf service-connector 8080 opsmanager.service.consul:8080 Open…
flarno11
  • 103
  • 5
3
votes
1 answer

Maria DB storage capacity and pricing

Currently starting plan for Maria DB is only 1 GB. I would rather expect to have next plans: S - 5 GB, M - 35 GB and L - 100 GB. Is there any plan to extend Maria DB storage plans? We are expecting to release one App hosted in Swisscom Cloud that…
Eugene Gy
  • 107
  • 7
3
votes
1 answer

Maria DB configuration on Swisscom cloud

We are going to use next stack: Tomcat 8/Java 8 buildpacked + ELK + S3 + Maria DB. We prepared our package and deployments process is starting ok, but we are stuck on configuring Maria DB. More specifically we need at least next parameters to be set…
Eugene Gy
  • 107
  • 7
3
votes
1 answer

Swisscom myCloud: obtaining the bearer token

When looking at the traffic while using Swisscom's myCloud web client, a bearer token is used for all interaction between the client and the server (storage.prod.mdl.swisscom.ch): Authorization: Bearer 5E9Ra2n2kwI7JZDoy1f7og== (this token is fake,…
watain
  • 4,082
  • 4
  • 29
  • 33
3
votes
2 answers

How to only push local changes without destroying the container?

I have deployed my app (PHP Buildpack) to production with cf push app-name. After that I worked on further features and bugfixes. Now I would to push my local changes to production. But when I do that all the images (e.g. profile image) which are…
Nattha K
  • 93
  • 7
3
votes
1 answer

Wildcard Route and Certificate

I'm deploying a PHP app in the Swisscom Cloud listening to a wildcard route (*.example.com). With Let's Encrypt is no problem to secure ssl routes. It's also no problem to create a wildcard route like *.mydomain.com for an app in the Swisscom…
rokfor
  • 107
  • 11
3
votes
1 answer

Are mongodb backups made automatically?

We use two mongodb services and there is now a backup button in the swisscom developer console. Do we have to do the backups manually with this button or are further backups made automatically? if yes, when and how often?
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
  • 252
  • 4
  • 15
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…
1
2
3
14 15