Closed JustBerkhout closed 3 years ago
Looks like it was introduced in https://github.com/confluentinc/cp-demo/pull/399/commits/637f8de6e7eca1e491872da2291bb31c60c34c01
Thanks for spotting this !
LGTM
The base branch confluentinc:6.2.x
seems incorrect (should be confluentinc:6.2.0-post
?) but @ybyzek will confirm
@JustBerkhout nice catch. I agree that this should target 6.2.0-post
(plus a rebase)
Yes, I revalidated:
✔️ start CP demo locally (clean = true)
✔️ restart CP demo locally (clean = true)
✔️ start jmx-monitoring-stacks (prometheus/grafana) (clean = true)
✔️ restart jmx-monitoring-stacks (prometheus/grafana) (clean = true)
✔️ start with gitpod (with button in PR)
✖️ restart with gitpod (CLEAN=true ./scripts/start.sh)
✖️ restart with gitpod (base branch 6.2.0-post
) (CLEAN=true ./scripts/start.sh)
(Note in both these gitpod restart cases the environment seems to start up, but logging in with the well-known superUser credentials fails. Seeing this also occurs in the base branch, I don't hitnk this failing should block this PR403)
Thanks for your approve @ybyzek
I have a few questions: re reviewing: This change was successfully run on MacOS the first time around #396 , but not yet this time around. Also I'm not sure whether this change has been run on any Linux (outside of gitpod)
I'm in no great posititon to do either. No Mac, and I would have to set up shop in AWS to do a linux verify.
It looks like I cannot invite other reviewers on this PR.
What are the next steps/requirements to get this change merged?
Description
https://confluentinc.atlassian.net/browse/DEVX-2689
What behavior does this PR change, and why? This PR fixes a regression (also described in DEVX-2689):
sudo
command (2x) to enable overwriting root-privileged files (infunctions.sh | create_certificates()
).Author Validation
Describe the validation already done, or needs to be done, by the PR submitter.
cp-demo
withCLEAN=true
was failing for me.cp-demo
withCLEAN=true
locally (Win10/WSL2/Ubuntu20.04)cp-demo
withCLEAN=true
ingitpod
Reviewer Tasks
Describe the tasks/validation that the PR submitter is requesting to be done by the reviewer.