Bosh

 View Only

 Unable to find the bosh.yml associated in "Installing BOSH" jobs under operation manager

Shanthakumar Karuppusamy's profile image
Broadcom Employee Shanthakumar Karuppusamy posted Aug 23, 2018 03:17 PM

Task Installing BOSH starts with below commands but unable to find the file bosh.yml under ops manager

===== 2018-08-23 11:48:54 UTC Running "/usr/local/bin/bosh --no-color --non-interactive --tty create-env /var/tempest/workspaces/default/deployments/bosh.yml" Deployment manifest: '/var/tempest/workspaces/default/deployments/bosh.yml' Deployment state: '/var/tempest/workspaces/default/deployments/bosh-state.json'

 

Daniel Mikusa's profile image
Daniel Mikusa

Modifying the bosh Director's manifest is not supported. It will be regenerated quite frequently, so any changes you make will be overwritten. However, you can tell Bosh to not generate random passwords here -> https://docs.pivotal.io/pivotalcf/2-2/customizing/vsphere-config.html#security-config

 

Pivotal *strongly* recommends that you use randomly generated passwords (i.e. the default behavior).

Shanthakumar Karuppusamy's profile image
Broadcom Employee Shanthakumar Karuppusamy

@Daniel Mikusa - Tanzu Support​  After changing the security settings to use bosh password ... i'm unable to login to bosh VM.

 

password is et as "{"credential":{"type":"simple_credentials","value":{"identity":"vcap","password":"c1oudc0w"}}}

Stephen Carter's profile image
Stephen Carter

Hi Shanthakumar,

 

That file is only generated during the deploy and deleted afterward.

If you did manage to make a copy and modify the file it would be overwritten during next deploy anyway.

 

 

Kind regards,

Stephen

Shanthakumar Karuppusamy's profile image
Broadcom Employee Shanthakumar Karuppusamy

thanks @Stephen Carter​  . Do we have any recommended way to modify the properties of the file ?

 

I'm looking to update the VM's password properties in the file to use generic one rather then auto generated way.

 

Shanthakumar Karuppusamy's profile image
Broadcom Employee Shanthakumar Karuppusamy

Ya I agree, this is just for testing environment.

 

But still bosh director password is randomly generated right.do we have option to change it ?

Gourav Pattnaik's profile image
Gourav Pattnaik

Where can I find the deployment manifest for the release deployment(of ProductTiles) when I deploy using Ops Manager and BOSH director for AWS?

Shanthakumar Karuppusamy's profile image
Broadcom Employee Shanthakumar Karuppusamy

As per the above conversation if you see, the manifest will be generated on the fly and deleted immediately and thats the case for vSphere.. hope that would be applicable for AWS as well.

Daniel Mikusa's profile image
Daniel Mikusa

Correct - @Shanthakumar K​ . The bosh manifest is only around while Bosh is being deployed, that's regardless of the IaaS. You can get it during the deploy or you can get a sanitized copy from the `/debug/files` endpoint.