Update the Bare Metal Provisioning Guide, Hardware Introspection section to include that introspection database can now use a full MySQL database, such as MariaDB, instead of SQlite.
No impact to ironic in the overcloud documentation. Seeking clarification for the undercloud.
inspector.conf in OSP11 as tested TODAY openstack-ironic-inspector-5.0.1-1.el7ost.noarch [database] # # From oslo.db # # DEPRECATED: The file name to use with SQLite. (string value) # Deprecated group/name - [DEFAULT]/sqlite_db # This option is deprecated for removal. # Its value may be silently ignored in the future. # Reason: Should use config option connection or slave_connection to # connect the database. #sqlite_db = oslo.sqlite # If True, SQLite uses synchronous mode. (boolean value) # Deprecated group/name - [DEFAULT]/sqlite_synchronous #sqlite_synchronous = true # The back end to use for the database. (string value) # Deprecated group/name - [DEFAULT]/db_backend #backend = sqlalchemy # The SQLAlchemy connection string to use to connect to the database. # (string value) # Deprecated group/name - [DEFAULT]/sql_connection # Deprecated group/name - [DATABASE]/sql_connection # Deprecated group/name - [sql]/connection #connection = <None> connection = mysql+pymysql://ironic-inspector:3ee48fc100744b22647a63775ec9bb72891b1d30.24.1/ironic-inspector
(In reply to Dan Yasny from comment #4) Dan, thanks for the check!
Thanks for the clarifications, Dan & Milan!
Merged and verified!
Thanks Dan! Published in Pantheon: https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/11/html-single/director_installation_and_usage/