cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit
Apache License 2.0
227 stars 64 forks source link

uaa #86

Closed betht1220 closed 5 years ago

betht1220 commented 5 years ago

I notice that pcfdev v1.2.0 does not have a uaa vm? or am I missing something. I need to connect this uaa vm to ldap server

Thanks

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/165479089

The labels on this github issue will be updated when the story is started.

aemengo commented 5 years ago

No, you're not missing something

A major change in v1.2.0 was that it was built to model Small Footprint PAS. Thus, there isn't an explicitly titled VM with uaa all by itself. Instead, you can find UAA colocated on the control VM.

betht1220 commented 5 years ago

@aemengo I intend to deploy some bosh-release, will this be okay then? I note that the foundation take around 8GIG of memory, hope that PAS small footprint will leave more memory for me to deploy more bosh releases for use? Thank you for your inputs

aemengo commented 5 years ago

The following was just taken on the VM with a couple services running: It seemed to have consumed 6.8GB of RAM.

Screen Shot 2019-04-20 at 12 07 52 PM

I'd say it should be fine to deploy something else, but it also does depend on your bosh-release. In any event, I want to remind you that you can use the -m flag to cf dev start to specify how much memory you want allocated to the VM in MB.

betht1220 commented 5 years ago

Thank you @aemengo - you can close this issue