concourse / concourse-bosh-release

Concourse BOSH release
Apache License 2.0
28 stars 49 forks source link

Explore Concourse running on Jammy jellyfish #165

Closed xtremerui closed 1 year ago

xtremerui commented 2 years ago

There is an early version Ubuntu jammy available on bosh.io

Try adapt it into our CI and get estimation of

  1. what work needs to be done so Concourse is fully compatible with Ubuntu Jammy?
  2. Are those work qualify for a patch/minor/major release?
xtremerui commented 2 years ago

https://github.com/pivotal/credhub-release/issues/65 seeing exact error when running bosh topgun test that installs credhub 2.12.4 on jammy stemcell 0.1.1

bosh deploy log ``` Task 252891 | 20:42:33 | Updating instance credhub: credhub/e5eb7058-6014-4501-b54f-fb3adf96a3ec (0) (canary) Task 252891 | 20:42:33 | L configuring jobs: credhub/e5eb7058-6014-4501-b54f-fb3adf96a3ec (0) (canary) Task 252891 | 20:42:33 | L executing pre-start: credhub/e5eb7058-6014-4501-b54f-fb3adf96a3ec (0) (canary) (00:02:13) L Error: Action Failed get_task: Task 5afd4e69-7aad-451f-6342-ececf4c49a43 result: 1 of 3 pre-start scripts failed. Failed Jobs: credhub. Successful Jobs: bpm, uaa. Task 252891 | 20:44:13 | Error: Action Failed get_task: Task 5afd4e69-7aad-451f-6342-ececf4c49a43 result: 1 of 3 pre-start scripts failed. Failed Jobs: credhub. Successful Jobs: bpm, uaa. ``` credhub log ``` root@65e833f4-f84a-4dcc-5664-6bd9a497f87e:/tmp/logs/credhub_test.go.135/credhub# ls pre-start.stderr.log pre-start.stdout.log root@65e833f4-f84a-4dcc-5664-6bd9a497f87e:/tmp/logs/credhub_test.go.135/credhub# cat pre-start.stdout.log [2022-04-28T21:00:09.181456089Z] ________________________________________________________________________________ [2022-04-28T21:00:09.607558012Z] keytool error: java.io.IOException: keystore password was incorrect root@65e833f4-f84a-4dcc-5664-6bd9a497f87e:/tmp/logs/credhub_test.go.135/credhub# cat pre-start.stderr.log [2022-04-28T21:00:09.184427976Z] ________________________________________________________________________________ [2022-04-28T21:00:09.364204883Z] Importing keystore cert.p12 to /var/vcap/jobs/credhub/config/cacerts.jks... root@65e833f4-f84a-4dcc-5664-6bd9a497f87e:/tmp/logs/credhub_test.go.135/credhub# read tcp 192.168.31.234:60294->34.123.204.235:443: read: connection reset by peer ```
xtremerui commented 2 years ago

With stemcell 0.1.10, bbl up failed when creating topgun bosh with error of credhub

Deploying:
  Running the pre-start script:
    Sending 'get_task' to the agent:
      Agent responded with error: Action Failed get_task: Task f5685bcf-6759-4758-5053-e742228a6c2a result: 1 of 9 pre-start scripts failed. Failed Jobs: credhub. Successful Jobs: blobstore, google_cpi, nats, postgres-10, director, bpm, user_add, uaa.

Exit code 1

bosh-google-cpi version 43. Switching back to bionic light 1.88 allowing the bosh director installed successful.