|
Re: Proposal: Decomposing cf-release and Extracting Deployment Strategies
Sounds good. Thanks for taking the time to discuss this with me.
Mike
Sounds good. Thanks for taking the time to discuss this with me.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#1973
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
You can also check out the v208 tag of cf-release, then run the
acceptance-tests from src/github.com/cloudfoundry/cf-acceptance-tests
Joseph
CF Release Integration Team
wrote:
You can also check out the v208 tag of cf-release, then run the
acceptance-tests from src/github.com/cloudfoundry/cf-acceptance-tests
Joseph
CF Release Integration Team
wrote:
|
By
CF Runtime
·
#1972
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
Jordan,
The Cloud Foundry bosh release comes with an errand called
"acceptance_tests" that contains the version of CATs which that version of
CF was tested with. You can run these by doing "bosh run
Jordan,
The Cloud Foundry bosh release comes with an errand called
"acceptance_tests" that contains the version of CATs which that version of
CF was tested with. You can run these by doing "bosh run
|
By
Christopher Piraino <cpiraino@...>
·
#1971
·
|
|
Re: Environment variables with special characters not handled correctly?
Hi Daniel and Dieu,
Finally after much trial and error I finally got it working. I created a user-provided service and then called on it from my application. I've documented the steps for anyone else
Hi Daniel and Dieu,
Finally after much trial and error I finally got it working. I created a user-provided service and then called on it from my application. I've documented the steps for anyone else
|
By
Jonas Rosland
·
#1970
·
|
|
Re: Environment variables with special characters not handled correctly?
Sorry, sounds like escaping is the only option here for an environment
variable. If you don't want to escape, I think you could create a user
provided service, provide the value through there and
Sorry, sounds like escaping is the only option here for an environment
variable. If you don't want to escape, I think you could create a user
provided service, provide the value through there and
|
By
Daniel Mikusa
·
#1969
·
|
|
Re: Environment variables with special characters not handled correctly?
Hi Dieu and Daniel,
I did set the environment variable like you suggest Daniel, I should've showed that in my example. I see now that the app wrongly removes the $ characters and the character after
Hi Dieu and Daniel,
I did set the environment variable like you suggest Daniel, I should've showed that in my example. I see now that the app wrongly removes the $ characters and the character after
|
By
Jonas Rosland
·
#1968
·
|
|
Re: Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
I was unclear on what I am asking, the real question is as follows:
What is the best way to run the apps test suite within the CATS on an older version of cloud foundry? (for example I am running
I was unclear on what I am asking, the real question is as follows:
What is the best way to run the apps test suite within the CATS on an older version of cloud foundry? (for example I am running
|
By
Jordan Collier
·
#1967
·
|
|
Re: Error 400007: `stats_z1/0' is not running after update
Okay, please let me know if you are able to fix your security group
settings and whether the original problem gets resolved.
Amit
wrote:
Okay, please let me know if you are able to fix your security group
settings and whether the original problem gets resolved.
Amit
wrote:
|
By
Amit Kumar Gupta
·
#1966
·
|
|
Re: Environment variables with special characters not handled correctly?
Hi Jonas,
You'll need to escape the special characters like $.
See this tracker story for some background:
https://www.pivotaltracker.com/story/show/76655240
-Dieu
Hi Jonas,
You'll need to escape the special characters like $.
See this tracker story for some background:
https://www.pivotaltracker.com/story/show/76655240
-Dieu
|
By
Dieu Cao <dcao@...>
·
#1965
·
|
|
Re: Environment variables with special characters not handled correctly?
It's possible that your shell is escaping the characters, like the '$'.
Try `cf set-env appname WORDPRESS_BEARER
'1NNKhb5&Nfw$F(wqbqW&9nSeoonwAYz7#j2M1KKY!QU(Wbs(a)8xwjr6Q$hg(IPqcd'`. Note
the
It's possible that your shell is escaping the characters, like the '$'.
Try `cf set-env appname WORDPRESS_BEARER
'1NNKhb5&Nfw$F(wqbqW&9nSeoonwAYz7#j2M1KKY!QU(Wbs(a)8xwjr6Q$hg(IPqcd'`. Note
the
|
By
Daniel Mikusa
·
#1964
·
|
|
Environment variables with special characters not handled correctly?
Hi all,
I am having an issue with an environment variable containing special characters that doesn't seem to picked up correctly by CF.
I run `cf set-env appname WORDPRESS_BEARER
Hi all,
I am having an issue with an environment variable containing special characters that doesn't seem to picked up correctly by CF.
I run `cf set-env appname WORDPRESS_BEARER
|
By
Jonas Rosland
·
#1963
·
|
|
Jordan Collier email for mailing list
jordanicollier(a)gmail.com
jordanicollier(a)gmail.com
|
By
Jordan Collier
·
#1962
·
|
|
Running the app test suite within the CATs, and the admin_buildpack_lifecycle_test is failing
`[2015-09-24 15:06:25.24 (UTC)]> cf logout
Logging out...
OK
• Failure [22.809 seconds]
Admin
`[2015-09-24 15:06:25.24 (UTC)]> cf logout
Logging out...
OK
• Failure [22.809 seconds]
Admin
|
By
Jordan Collier
·
#1961
·
|
|
Re: Security group rules to allow HTTP communication between 2 apps deployed on CF
Containers have a default iptables rule for REJECT all traffic. If there is
not a security group configured to allow the traffic to the destination,
you'll get a connection refused.
Security groups
Containers have a default iptables rule for REJECT all traffic. If there is
not a security group configured to allow the traffic to the destination,
you'll get a connection refused.
Security groups
|
By
CF Runtime
·
#1960
·
|
|
Re: DEA/Warden staging error
Ok, after more investigating the problem was that network manager was
running on the machine and was trying to take control of new network
interfaces after they came up, so it would cause problems
Ok, after more investigating the problem was that network manager was
running on the machine and was trying to take control of new network
interfaces after they came up, so it would cause problems
|
By
kyle havlovitz <kylehav@...>
·
#1959
·
|
|
Re: Removing support for v1 service brokers
My vote on to wait a couple more months. I guess we'll see if anyone else
would like more months.
Mike
My vote on to wait a couple more months. I guess we'll see if anyone else
would like more months.
Mike
|
By
Mike Youngstrom <youngm@...>
·
#1958
·
|
|
Re: How to deploy a Web application using HTTPs
Hi Dieu,
many thanks for the technical info.
I will consider this factor to add this restriction in the development.
Juan Antonio
Hi Dieu,
many thanks for the technical info.
I will consider this factor to add this restriction in the development.
Juan Antonio
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#1957
·
|
|
Re: Removing support for v1 service brokers
Thanks Mike. Totally understandable.
Thanks Mike. Totally understandable.
|
By
Dieu Cao <dcao@...>
·
#1956
·
|
|
Re: How to deploy a Web application using HTTPs
Your edge load balancer should be configured to add x-forwarded-for and
x-forwarded-proto headers.
bren(a)juanantonio.info> wrote:
Your edge load balancer should be configured to add x-forwarded-for and
x-forwarded-proto headers.
bren(a)juanantonio.info> wrote:
|
By
Dieu Cao <dcao@...>
·
#1955
·
|
|
Re: Introducing CF-Swagger
Separate from this proposal, the CAPI team has stories for spiking on a few
different api documentation options for the cloud controller api [1].
Swagger is one of the options we are looking into, but
Separate from this proposal, the CAPI team has stories for spiking on a few
different api documentation options for the cloud controller api [1].
Swagger is one of the options we are looking into, but
|
By
Dieu Cao <dcao@...>
·
#1954
·
|