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
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
  • 275
  • 3
  • 12
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,859
  • 2
  • 21
  • 60
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
  • 71
  • 10
2
votes
1 answer

How can I download a logfile from Swisscom cloud foundry

I use ELK and write some additional (extensive) log information to a file called extensive.log. How can I download this file to my local hard drive for further analysis? I tried the cf-download plugin. But I do get a "permission or corrupt"…
adiux
  • 73
  • 5
2
votes
2 answers

How to create a fallback route in Swisscom CloudFoundry

I would like to create a fallback route (*) with the Swisscom CloudFoundry solution. My current applications are all mapped to a URL like this: https://sample-application.scapp.io When an application is deploying or stopped, I'm getting a 404…
ssc-hrep3
  • 15,024
  • 7
  • 48
  • 87
2
votes
1 answer

What is the default table storage format for Swisscom MariaDb Ent?

When creating a table like this CREATE TABLE `dummy` ( `userid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `providerid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `provideruserid` varchar(255) COLLATE utf8mb4_unicode_ci NOT…
domi
  • 2,167
  • 1
  • 28
  • 45
2
votes
2 answers

why does the 'cf run-task' command not work on swisscom cloudfoundry

I'm trying to get 'cf run-task' to work on the swisscom cloudfoundry instance. But it fails with even the simplest command: $ cf run-task hostapp "echo SUCCESS" --name task1 Creating task for app hostapp in org xxx / space yyy as…
domi
  • 2,167
  • 1
  • 28
  • 45
2
votes
1 answer

How to whitelist Swisscom PaaS domain/api for remote access

I am about to create a small web application which I might deploy to Swisscom PaaS as well. This should be able to call a Rest API on a remote server. Remote Server requires all incoming requests to be whitelisted by IP/domain. Is it enough to…
LBA
  • 3,859
  • 2
  • 21
  • 60
2
votes
1 answer

Reindex on elasticsearch v2.1.0 on Swisscom Application Cloud

I want to reindex data from an existing index on the Swisscom Application Cloud to a new one (have to make adjustments to the mapping). I saw that from version 2.3.0 on there is a reindex API. But since the elasticsearch version on the appcloud is…
PouletFreak
  • 29
  • 1
  • 12
2
votes
2 answers

Not autorized to execute any command using Service Connector on MongoDB

I am using the MongoDB on my app and when I try to access the database directly using the service connector, I am able to connect but then I am getting : Error: error: { "ok" : 0, "errmsg" : "not authorized on admin to execute command { *any…
Lggoch
  • 71
  • 4
2
votes
1 answer

Swisscom Appcloud S3 Connection reset by peer

We have a Django Webservice that uses Swisscom AppCloud's S3 solution. So far we had no problems, but without changing anything on the application we are experiencing ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))…
chrigu
  • 816
  • 1
  • 7
  • 22
2
votes
1 answer

MongoDB behavior on simple instance fail

I've seen that the standard MongoDB service on Swisscom Application Cloud is not in HA, so which level of service we should expect in case of an instance failure: data loss? automatic recover? how much downtime should I expect? from the application…