Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ocp deployment #356

Merged
merged 80 commits into from
Dec 14, 2023

Conversation

jacobdotcosta
Copy link
Member

@jacobdotcosta jacobdotcosta commented Sep 28, 2023

Depends on #355
Improvements:

  • Automatic deployment of jump server
  • Copy to jump server OCP installation folder and binary files so the installation can be managed by that host.
  • Overall improvement of the installation process to be more robust.
  • Use the clusterOSimage if the rhos_cluster_os_image option is passed.

Closes #359
Closes #358
Closes #363
Closes #360

@jacobdotcosta jacobdotcosta self-assigned this Sep 28, 2023
@jacobdotcosta jacobdotcosta marked this pull request as draft September 28, 2023 13:27
@jacobdotcosta jacobdotcosta marked this pull request as ready for review October 2, 2023 09:15
@jacobdotcosta jacobdotcosta force-pushed the improve_ocp_deployment branch 2 times, most recently from 6133a55 to 05277e4 Compare October 2, 2023 09:30
@jacobdotcosta
Copy link
Member Author

Missing several variables on the passwordstore:

├── admin_pwd
├── admin_user
├── api_url
├── console_pwd
├── console_url
├── console_user
├── dev_pw
├── dev_user
├── etc_hosts
├── install_dir
└── kubeadmin-pw

@jacobdotcosta jacobdotcosta merged commit a126009 into snowdrop:main Dec 14, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment