Closed ldmberman closed 8 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/107722974.
The manual install instructions do say that the user you install with needs to be an administrative user. The containerizer
user you see there in the Cloudformation template it just the user we create on those installs.
I added a note in the install docs about the NAT security group and enabling the Windows stack. There's not anything we can do for the latter, since it needs to be configured inside of the Cloud Controller, and so needs to be configured with the rest of your CF deploy.
Thanks!
Hi,
I have set up a Windows Cell by trying both the CloudFormation script and the step-by-step process. Below are some things that I believe are missing in the instructions.
1) The security group of a NAT VM must allow traffic from the Windows subnet. Having a note about it or perhaps some additional CloudFormation templates setting it up would be very helpful.
2) The user account configuration part is missing in the manual guide. Specifically I am talking about these commands:
3) By default, Cloud Controller does not know about the Windows stack. In order to push Windows apps the stack needs to be registered. I believe the diego-windows scripts could handle it for us, or at least mentioning it in INSTALL.md would be somewhat helpful.
I could come with a pull request if you wish.