|
Re: Bosh VMs password encryption algorithm.
Thanks Danny.
By
Guruprakash Srinivasamurthy <guruprakashsrinivasamurthy@...>
·
#1403
·
|
|
Re: Bosh VMs password encryption algorithm.
You can use mkpasswd. The value is in the format of ${hash}${salt}${data}.
echo -n 'my-insecure-password' | mkpasswd --method=md5 --password-fd=0
$1$AiNuFf.t$1qIrn6JEoJIvcKS.jQyK50
If you
You can use mkpasswd. The value is in the format of ${hash}${salt}${data}.
echo -n 'my-insecure-password' | mkpasswd --method=md5 --password-fd=0
$1$AiNuFf.t$1qIrn6JEoJIvcKS.jQyK50
If you
|
By
Danny Berger
·
#1402
·
|
|
Bosh VMs password encryption algorithm.
Hi,
In the below resource pool section of the Bosh manifest, password is in
encrypted format. Now we are changing the cleartext password to something
else.
How do we encrypt those cleartext
Hi,
In the below resource pool section of the Bosh manifest, password is in
encrypted format. Now we are changing the cleartext password to something
else.
How do we encrypt those cleartext
|
By
Guruprakash Srinivasamurthy <guruprakashsrinivasamurthy@...>
·
#1401
·
|
|
bosh dns entry missing on resurrection
Hi,
We have a situation where the bosh dns entry is missing after a VM got resurrected. My understanding was that the bosh will resurrect and update the entry in the power dns. Trying to check if
Hi,
We have a situation where the bosh dns entry is missing after a VM got resurrected. My understanding was that the bosh will resurrect and update the entry in the power dns. Trying to check if
|
By
Lakshman Mukkamalla
·
#1400
·
|
|
Bosh deploy fail - missing properties {"info.state"}
bosh-init deploy error message:
CPI 'create_stemcell' method responded with error: CmdError{"type":"Unknown","message":"Permission to perform this operation was denied.","ok_to_retry":false}
I could
bosh-init deploy error message:
CPI 'create_stemcell' method responded with error: CmdError{"type":"Unknown","message":"Permission to perform this operation was denied.","ok_to_retry":false}
I could
|
By
William C Penrod
·
#1399
·
|
|
Re: anyway to let bosh-init have longer time-out for using SSH to reach the agent on newly generated bosh director VM?
Hi Jeff,
I am sorry but I did not find the way to contact you, but it could be possible to tell me how did you success in instantiating your bosh VM on openstack? In my case, it failed until this
Hi Jeff,
I am sorry but I did not find the way to contact you, but it could be possible to tell me how did you success in instantiating your bosh VM on openstack? In my case, it failed until this
|
By
Benjamin SOULAS
·
#1398
·
|
|
Re: bosh rename job
Is there any solution for non-cloud config enabled deployments running a bosh director >= v246, and current CLI?
Is there any solution for non-cloud config enabled deployments running a bosh director >= v246, and current CLI?
|
By
Geoff Franks <geoff@...>
·
#1397
·
|
|
Re: bosh rename job
it was removed since it may have behaved incorrectly in certain conditions.
we do have a new migrated_from feature; however, it only works with
cloud-config enabled deployments. no one really uses
it was removed since it may have behaved incorrectly in certain conditions.
we do have a new migrated_from feature; however, it only works with
cloud-config enabled deployments. no one really uses
|
By
Dmitriy Kalinin
·
#1396
·
|
|
bosh rename job
`bosh rename job` used to be a thing, but it appears to no longer be a command in v1.3117.1. Is there a new way to safely rename a VM, and keep the persistent disks associated with the newly named
`bosh rename job` used to be a thing, but it appears to no longer be a command in v1.3117.1. Is there a new way to safely rename a VM, and keep the persistent disks associated with the newly named
|
By
Geoff Franks <geoff@...>
·
#1395
·
|
|
how to update a configuration to support SSL on gorouter
I have a new dev installation of open source Cloud Foundry on AWS. The original install did not setup SSL on the router (just on the elastic load balancer) and I would like to update the
I have a new dev installation of open source Cloud Foundry on AWS. The original install did not setup SSL on the router (just on the elastic load balancer) and I would like to update the
|
By
Al Maline
·
#1394
·
|
|
updating deployment to support SSL on router
I have a new development instance of Cloud Foundry on AWS and would like to update the router configuration to support SSL between the load balancer and the router instance. As a newbie I am not sure
I have a new development instance of Cloud Foundry on AWS and would like to update the router configuration to support SSL between the load balancer and the router instance. As a newbie I am not sure
|
By
Al Maline
·
#1393
·
|
|
Creating DRS rules failing on VSphere
Hi,
I'm trying to run a deployment on VMWare using VM anti-affinity rules to
put VMs on separate hosts.
This is how I've defined my resource pool in the manifest:
- name: haproxy-nodes
network:
Hi,
I'm trying to run a deployment on VMWare using VM anti-affinity rules to
put VMs on separate hosts.
This is how I've defined my resource pool in the manifest:
- name: haproxy-nodes
network:
|
By
Eoin McCarthy
·
#1392
·
|
|
Re: error bootstrapping on aws - ami not found
thanks, that was it
By
Akhil Arora
·
#1391
·
|
|
CF Summit North America - CFP now open!
Hey all,
Just wanted to point out that the CFP for the CF Summit in Santa Clara is
now open >
https://www.cloudfoundry.org/community/summits/program/cfp/?summitId=10016
It will close on Feb 29, so
Hey all,
Just wanted to point out that the CFP for the CF Summit in Santa Clara is
now open >
https://www.cloudfoundry.org/community/summits/program/cfp/?summitId=10016
It will close on Feb 29, so
|
By
Chip Childers
·
#1390
·
|
|
Re: community feedback on removing non-encrypted support from consul-release
The only "gotcha" I can think of is if it becomes easy to accidentally roll
out with default certs, but it sounds like you're on that.
The only "gotcha" I can think of is if it becomes easy to accidentally roll
out with default certs, but it sounds like you're on that.
|
By
Ted Young <tyoung@...>
·
#1389
·
|
|
Re: Application failing
Tools like NewRelic, AppDynamics, etc are helpful. Other options may exist
depending on what language and tools you've used to write your app.
Is this a Java app then? I assume since you're using
Tools like NewRelic, AppDynamics, etc are helpful. Other options may exist
depending on what language and tools you've used to write your app.
Is this a Java app then? I assume since you're using
|
By
Daniel Mikusa <dmikusa@...>
·
#1388
·
|
|
Application failing
Hi,
I am deploying application on cloud foundry with 1 Gb memory. It fails
after sometime when i push load on it. Could you help me the tool with
which I can analyse my memory usage on cloud
Hi,
I am deploying application on cloud foundry with 1 Gb memory. It fails
after sometime when i push load on it. Could you help me the tool with
which I can analyse my memory usage on cloud
|
By
Mohit Garg <gargmohit3890@...>
·
#1387
·
|
|
Re: community feedback on removing non-encrypted support from consul-release
It's more of a theoretical concern about double-encrypting, I'd expect with
modern CPUs it should be more or less undetectable. Again, I wouldn't hold
off implementing the change because of this,
It's more of a theoretical concern about double-encrypting, I'd expect with
modern CPUs it should be more or less undetectable. Again, I wouldn't hold
off implementing the change because of this,
|
By
Aaron Huber
·
#1386
·
|
|
Re: community feedback on removing non-encrypted support from consul-release
Hey Aaron,
That's a good point. We have done some internal stress-testing at scale
with IPsec and with consul happening to be in encrypted mode. The data
generally showed that this had negligible
Hey Aaron,
That's a good point. We have done some internal stress-testing at scale
with IPsec and with consul happening to be in encrypted mode. The data
generally showed that this had negligible
|
By
Amit Kumar Gupta
·
#1385
·
|
|
Re: error bootstrapping on aws - ami not found
also after changing manifest to use a diff region you will have remove bosh-state.yml.
Sent from my iPhone
also after changing manifest to use a diff region you will have remove bosh-state.yml.
Sent from my iPhone
|
By
Dmitriy Kalinin
·
#1384
·
|