pcfdev

How do I connect to my MySQL service on Pivotal Cloud Foundry (PCF) via MySQL Workbench or CLI or MySQLWeb Database Management App?

孤者浪人 提交于 2021-01-05 10:46:58
问题 I have a Spring Boot based REST application that is deployed on Pivotal Cloud Foundry (PCF) and working fine. But this REST application did not had any DB connection till now. Hence, I decided to install MySQL service on PCF from the marketplace and finally got it bounded to my application successfully. However, the problem is that I am NOT able to connect to this newly created MySQL instance via CLI or any other GUI . So far I have followed following links but no luck. https://docs.pivotal

Unable to retrieve credentials from user-provided in vcap_services in spring boot

左心房为你撑大大i 提交于 2019-12-25 01:53:21
问题 My spring boot application is in PCF, since PCF doesnt have option to change properties file in run time, I was trying to put the values in PCF VCAP_SERVICES- user-provided credentials. I tried using @ConfigurationProperties as per tutorial provided by pivotal and i got null exception. @Data @Configuration @ConfigurationProperties("vcap.services.app-properties.credentials") public class RsTest { private String username; private String password; //getter and setter }; and my controller looks

Need help on Registering App on PCF with Spring Cloud Data Flow which is also on PCF

本小妞迷上赌 提交于 2019-12-11 17:05:13
问题 1) I have registered a sink app on PCF using cf push -p abcdef.jar sinkapp. it went good 2) Now I have my SCDF server also on PCF How can I register sinkapp on the SCDF server using dataflow which is on the same PCF , same org, same space. coz I have no clue what do I reference this to for registering it ? I am looking for the command that I can give to the SCDF from dataflow shell. Thank you. 回答1: I'd highly recommend going through the getting-started experience for Cloud Foundry. You should

Change PCF Dev installation location

那年仲夏 提交于 2019-12-11 07:34:06
问题 I'm trying to setup Pvotal Cloud Foundry DEV on my machine, but my main hard drive does not have enough room and our System Administrators frown on us installing applications onto the C drive. I have an additional D: drive with plenty of space on it, and I would like to get PCF DEV to download and/or install all files there. How do I specify the download and installation location when running 'cf dev start' for the first time on a windows machine? 回答1: You can use the PCFDEV_HOME environment

Access PCF DEV from external machine on same network as host

北城以北 提交于 2019-12-07 12:41:35
问题 My intention is to use PCF DEV as an integration test environment for our CI server, as well as a place to demo proof-of-concept projects. I have Pivotal Cloud Foundry DEV setup on a private network in a windows environment. I'm able to access everything fine from the host box, but I and others on my team need to be able to access it from other machines on the network using the cf cli as well as just accessing deployed services. I'm not savvy in the ways of DNS proxy, so I'm not sure whether

Access PCF DEV from external machine on same network as host

浪子不回头ぞ 提交于 2019-12-05 19:50:54
My intention is to use PCF DEV as an integration test environment for our CI server, as well as a place to demo proof-of-concept projects. I have Pivotal Cloud Foundry DEV setup on a private network in a windows environment. I'm able to access everything fine from the host box, but I and others on my team need to be able to access it from other machines on the network using the cf cli as well as just accessing deployed services. I'm not savvy in the ways of DNS proxy, so I'm not sure whether using Acrylic is the right move here or not, since the host machine will have internet access even