Open flavorjones opened 5 years ago
update: it looks like there's an ops file for windows workers in concourse-bosh-deployment:
which means we don't need to deal with concourse_windows_release; and that ops file will also provide windows_utilities_release. woo!
previous incarnation of this gem had tasks:
bosh:update:windows_stemcell
bosh:update:concourse_windows_release
bosh:update:windows_ruby_dev_tools
bosh:update:windows_utilities_release
the stemcell can be retrieved from https://bosh.io/stemcells/#windows2016
the concourse windows release can be retrieved from https://bosh.io/releases/github.com/pivotal-cf-experimental/concourse-windows-worker-release
the windows utilities release can be retrieved from https://bosh.io/releases/github.com/cloudfoundry-incubator/windows-utilities-release (and will provide ssh access to the box for debugging)
however, the windows_ruby_dev_tools release need to be fixed, and the windows-tools release might help that. https://bosh.io/releases/github.com/cloudfoundry-incubator/windows-tools-release?all=1