-
Notifications
You must be signed in to change notification settings - Fork 17
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
The Bookbag does not become available #67
Comments
I've had the above error (hi @tux1980 ) after trying to re-run the first failed playbook run (that never returned). Logging in to the bastion host again (and providing the OCP3 bastion again) leads to this error - "section OCP3 already exists". I have thrown my two clusters away and re-provisioned again, but the same initial error occurs again, which is:
The full transcript is here...:
|
Hi @tux1980 - not sure if it is still relevant but I was able to solve it (with some help from the lab maintainers, of course 😄 ) It's a little dirty hack, but works. 🤷 Solving the root causeFor some reason, the
resolved the missing variable error, but it wasn't resolved correctly, causing the
to fail, since it can't write to Simply setting (hacking) the section with a hard-coded
solved that for me and it built perfectly. Resetting after a failed attemptUntil the bookbag has successfully been built and deployed, each new login to the bastion host will again start the script. However, on subsequent attempts, it created error messages (" To avoid that, remove the fetched file, the logs and restore the original
After logging back in, it should now work. At least, it did for me. HTH |
Confirming that @markusjnagel hack still working in March 2023. |
Hi
fatal: [localhost]: FAILED!
After type in the OCP3 FQDN in the appropriate OCP4 Bastion Host it is running some tests with positiv results but after sometime the Ansible Playbook obviously fails.
Do you have any Idea what that might cause? Because otherwise the env is working fine, but we do not have the Instructions for the Lab - is there maybe some "general" URL we might use?
Thanks!
Please enter your OCP3 bastion hostname.
That is the one you received FOR YOUR OCP3 environment: master1.w6pbq.sandbox225.opentlc.com
Your OCP3 GUID is w6pbq.
Working...
Checking cluster connectivity
cluster.info
Grabbing cluster info from OCP3 cluster
Login successful.
TASK [Reading cluster information file] ***************************************************************
fatal: [localhost]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'ini'. Error was a <class 'configparser.DuplicateSectionError'>, original message: While reading from '<???>' [line 11]: section 'OCP3' already exists"}
The text was updated successfully, but these errors were encountered: