vmware-archive / terraforming-gcp

use terraform, deploy yourself a pcf
Apache License 2.0
72 stars 87 forks source link

PKS Prerequisites #95

Open masalinas opened 5 years ago

masalinas commented 5 years ago

If execute terraform with the PKS=true it will create all prerequisites resources to deploye the runtime PKS exaplained in the ofitial link https://docs.pivotal.io/runtimes/pks/1-1/gcp-index.html ofitial link?

Regards

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

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

matthewfischer commented 5 years ago

Since this has been completely refactored you may want to re-test.

cdutra commented 5 years ago

@masalinas To deploy PKS you need to cd into terraforming-pks and run terraform apply from there. Let us know if it's working for you.

amcginlay commented 5 years ago

It seems like we've gone from a solution which supported PAS & PKS tiles side-by-side (pks=true) to one which supports only one or the other. Aside from concerns about what is considered "best practice" is there a way to recombine PAS & PKS tiles under one Ops Manager?