Closed MyGoul closed 9 years ago
We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: https://www.pivotaltracker.com/story/show/93526592.
Hi, @MyGoul,
The spiff output is telling you that the cf-properties.yml template has an unresolved node, namely this one. The generate_deployment_manifest
script merges several templates from cf-release together with the stub you provide to generate a complete deployment manifest for CF, so you'll need to supply a value for that node in your own cf-stub.yml file.
Thanks, Eric, for the CF Runtime Diego team
Sounds simple and it works :)
Thank you for your support.
Glad to hear it! Closing this out.
Thanks again, Eric
Hi all,
I'm trying to create my cf-deployment.yml to deploy CF via bosh. When i launch the command :
./generate_deployment_manifest openstack ../cf-stub.yml > cf-deployment.yml
I have the following error :
2015/04/29 05:31:53 error generating manifest: unresolved nodes: (( merge )) in ./templates/cf-properties.yml properties.uaa.clients.gorouter.secret (properties.uaa.clients.gorouter.secret)
whereas i dont't find any mention of the properties.uaa.clients.gorouter.secret attribute neither in my ../cf-stub.yml, nor in my cf-deployment.yml.
Thanks in advance for your support. Sylvain