Skip to content
#

cloud-foundry

Here are 517 public repositories matching this topic...

RageZBla
RageZBla commented Mar 18, 2020

Please fill out the issue checklist below and provide ALL the requested information.

  • I reviewed open and closed github issues that may be related to my problem.
  • I tried updating to the latest version of the CF CLI to see if it fixed my problem.
  • I attempted to run the command with CF_TRACE=1 to help debug the issue.
  • I am reporting a bug that others will be able t
zaabskr
zaabskr commented Aug 21, 2019

Environment

  • Spring boot starter:

    • storage spring boot starter
  • OS Type: Windows/Linux/MacOS

  • Java version:

    • 1.8

Summary

The ReadMe.md file is not insync with the code. The code contains Upload, download, and list blobs by using the Java Storage SDK V10 version , while the read me contains Java Storage SDK V7

Reproduce steps

Java code & ReadMe.md

Expe

JohannesRudolph
JohannesRudolph commented Apr 4, 2019

We're using cf-java-client in a multi-threaded application. Are DefaultConnectionContext etc. thread-safe? This is not documented right now, and they make heavy use of threading internally (with thread pools etc.), which makes me wonder at what kind of level I can reuse objects between threads (can I reuse clients? connection contexts? none of the above?)

gberche-orange
gberche-orange commented Nov 21, 2019

Detailed Description

CC API version 2.125.0 or greater allows multiple service brokers to offer services with the same name and or to have the same catalogs. More background in user facing impact in CLI at https://github.com/cloudfoundry/cli/releases/tag/v6.43.0 and updated documentation at https://docs.cloudfoundry.org/services/managing-service-brokers.html#multiple-brokers and https://docs

arthfl
arthfl commented Jun 25, 2019

I tried deploying bbl with vpc_cidr="10.0.0.0/22" (anonymized IP subnet here) configured in vars/something.tfvars.
The bbl plan step went through perfectly fine, but then bbl up looked like this:

$ bbl up
step: terraform init
step: terraform apply


Executor apply: Some output has been redacted, use `bbl latest-error` to see it or run again with --debug for additional debug
spirrello
spirrello commented Sep 4, 2019

Is your feature request related to a problem? Please describe.
Today CFCR is only deployed with Flannel but we're in need of using Calico for creating network policies to use CFCR in PCI compliant environments.

Describe the solution you'd like
It would be great to either include an option within the CFCR deployment process to select which network plugin to use or post a README for doi

ranjithfd
ranjithfd commented Jan 13, 2020

Please find the below mentioned firehose mentrics is not picking the value in our environment, we need this to be monitored in prometheus. please suggest any methods to get this issue closed.

firehose_value_metric_p_rabbitmq_num_cpus
firehose_value_metric_p_rabbitmq_memory_stats_num_frees
firehose_value_metric_p_rabbitmq_memory_stats_num_mallocs
firehose_value_metric_p_rabbitmq_memory_stats

eaglerainbow
eaglerainbow commented Dec 12, 2019

Summary / Problem Statement

Provide a new endpoint, let's say /support. It must be protected by some sort of password.
Once triggered, the response shall be a JSON document, which contains all kind of interesting values/attributes, which could help tracking down issues.
For instance:

  • Various metric values from the InternalMetrics.
  • The number of CFCC call made
  • The latency the d
kkellner
kkellner commented Feb 27, 2018

UAA integration of Kibana works well for non-admin except it allows Management Menu.

If a user is a OrgOwner (non-system org), Kibana nicely filters firehose data to show only what they should see. However the "Management Menu" option (left side of Kibana screen) is accessible and allows a user to modify critical Kibana configuration items.

Can the Management menu be configured to only all

Improve this page

Add a description, image, and links to the cloud-foundry topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-foundry topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.