-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud properties pw use #2559
base: main
Are you sure you want to change the base?
Cloud properties pw use #2559
Conversation
|
@Sascha-Stoj - could you say more about why this change is wanted, and what it what problem it is addressing? |
@aramprice - Hi commented the questionaire above. I hope it helps to clarify |
296365b
to
94b5d36
Compare
94b5d36
to
d186b0a
Compare
Discussion at the 12/9/2024 FIWG meeting notes: Overall goals for this are being able to configure a password/ssh credentials to a VM where the agent is failing to start, but without having to modify the deployment manifest. Ideal place for this is probably something new in the runtime configs. This allows placement rules to be used to configure this, as well as all other CloudProperties isn't a great fit for these things because CloudProperties are properties that bosh doesn't know anything about and assumes the CPI knows about them. But the |
We decided to make this draft because the direction this should go is completely different one. |
What is this change about?
We saw now in several situations that we are unable to solve issues fast, if we cannot access a failed or broken vm. We need access to the VM if the agent fails to startup so we can debug.
We want to have control over vcap password without interfering with other deployments.
Please provide contextual information.
https://www.starkandwayne.com/blog/how-to-lock-vcap-password-for-bosh-vms/index.html
What tests have you run against this PR?
How should this change be described in bosh release notes?
In case of fixed vcap-password in cloud-config the corresponding password is set during deployment of VM’s.
Does this PR introduce a breaking change?
No as long no one configure a vcap password in cloud-config.
Tag your pair, your PM, and/or team!
@ansh-SAP @anshrupani @a-hassanin @Sascha-Stoj @cf-bosh