You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the playbooks are finished and the Connections environment was tested successfully, I ran the playbook for the docs deploymenent, which failed with the following error because about a broken restart of the IHS server.
In my opinion there is a missing step e.g. check_env and set the necessary variable __sso_config_enable (or sso.config.success file) before starting the config_sso.yml.
... because in my situation the sso config should have been skipped.
It's error-prone when a admin have to rethink all settings before starting the playbook.
BTW: I had another failed run with the docs playbooks (some steps before), because I forgot to disable the setup_connections_wizards variable, because db2 scripts were missing (about skipped wizard download / extraction).
The text was updated successfully, but these errors were encountered:
As an admin I ran the following playbooks to implement a staging envrionment with a already exsiting LDAP server.
ansible-playbook -i environments/examples/cnx8/db2/inventory_examples/cnx8/db2.ini playbooks/third_party/setup-database.yml
ansible-playbook -i environments/examples/cnx8/db2/inventory_examples/cnx8/db2.ini playbooks/third_party/setup-nfs.yml
ansible-playbook -i environments/examples/cnx8/db2/inventory_examples/cnx8/db2.ini playbooks/hcl/setup-connections-wizards.yml
ansible-playbook -i environments/examples/cnx8/db2/inventory_examples/cnx8/db2.ini playbooks/third_party/setup-tdi.yml
ansible-playbook -i environments/examples/cnx8/db2/inventory_examples/cnx8/db2.ini playbooks/third_party/setup-webspherend.yml
ansible-playbook -i environments/examples/cnx8/db2/inventory_examples/cnx8/db2.ini playbooks/hcl/setup-connections-only.yml
ansible-playbook -i environments/examples/cnx8/db2/inventory_examples/cnx8/db2.ini playbooks/hcl/connections-post-install.yml
After the playbooks are finished and the Connections environment was tested successfully, I ran the playbook for the docs deploymenent, which failed with the following error because about a broken restart of the IHS server.
On this step the docs playbook failed:
connections-automation/roles/hcl/docs/tasks/main.yml
Lines 65 to 71 in 84b57ec
In my opinion there is a missing step e.g. check_env and set the necessary variable
__sso_config_enable
(or sso.config.success file) before starting theconfig_sso.yml
.connections-automation/roles/third_party/ibm/wasnd/was-dmgr-config-sso-update/tasks/main.yml
Lines 1 to 10 in 84b57ec
... because in my situation the sso config should have been skipped.
It's error-prone when a admin have to rethink all settings before starting the playbook.
BTW: I had another failed run with the docs playbooks (some steps before), because I forgot to disable the
setup_connections_wizards
variable, because db2 scripts were missing (about skipped wizard download / extraction).The text was updated successfully, but these errors were encountered: