Open dennisjbell opened 1 year ago
The current purpose of this repo is primarily to serve as a dependency for Harbor Tile as part of the BOSH release. Due to resource limits, we do not support the Bosh release.
So the tile does not work either if you are using this bosh release.
Describe the bug
Tried to deploy as described in the manifest directory examples. First tried on ubuntu-jammy, but when that failed, tried again on ubuntu-xenial, which is used in the example manifest.
bosh deployment output:
Content of pre-start script for harbor job:
There iis no /usr/bin/python on ubuntu-xenial stemcell, nor is there python in the path at all. There is /usr/bin/python3
Reproduction steps
1) Deploy as described in the manifests examples 2) Note failure
Expected behavior
Harbor job should start, and python should be present, or python3 should be used.
Additional context
No response