2

The cf stack command in pivotal cf does not list windows stack . The link https://docs.pivotal.io/pivotalcf/1-6/concepts/stacks.html lists two stacks but when I execute the same command , I see only

cflinuxfs2 Cloud Foundry Linux-based filesystem

How can I add windows stack to my pivotal cf account?

Thanks,

Gwr
  • 65
  • 6

1 Answers1

2

You need a Windows diego cell running in your Cloud Foundry environment. You should take a read through this documentation, that documents the install process.

https://docs.pivotal.io/pivotalcf/1-7/opsguide/deploying-diego.html

Dan Higham
  • 3,974
  • 16
  • 15
  • Hi @dan , Thanks for response. I am currently using Pivotal web services account at [pivotal Web Services](http://run.pivotal.io/) . Is there a way to add windows stack in Pivotal web services? or Do we need access to a pivotal CF setup of our own ? – Gwr Sep 07 '16 at 03:48
  • At present you do need to run your own Cloud Foundry instance to be able to add a Windows cell. – Dan Higham Sep 07 '16 at 03:54
  • Got it .We decided to setup own CF. Thanks a lot – Gwr Dec 01 '16 at 09:03