ironic-inspector/ironic_inspector
Dmitry Tantsur 17a72c3914 Fix database schema for mysql and switch the gate to testing it
MySQL can't use TEXT fields for primary keys. This change switches all them
to VARCHAR(255). This change should not be breaking for SQLite, as it
does not distinguish between these two data types.

README is updated with up-to-date information about the connection option.

Change-Id: I0153855c1827b55067a7c04310bfad7eb71f35fe
Closes-Bug: #1501746
(cherry picked from commit 6631b8ffab)
2015-10-01 16:02:24 +00:00
..
common Store and expose introspection data 2015-08-27 20:18:54 -04:00
migrations Fix database schema for mysql and switch the gate to testing it 2015-10-01 16:02:24 +00:00
plugins Merge "Support IPA in raid_device plugin" 2015-09-24 16:13:28 +00:00
test Don't rely on dict ordering in test_plugins_standard 2015-09-25 15:07:01 +02:00
__init__.py Switch to pbr 2015-06-18 16:09:07 +02:00
alembic.ini Add alembic migrations for the inspector database 2015-09-23 14:44:46 +01:00
conf.py Use rootwrap to execute iptables instead of requiring root 2015-09-23 13:27:15 +02:00
db.py Fix database schema for mysql and switch the gate to testing it 2015-10-01 16:02:24 +00:00
dbsync.py Add alembic migrations for the inspector database 2015-09-23 14:44:46 +01:00
firewall.py Use rootwrap to execute iptables instead of requiring root 2015-09-23 13:27:15 +02:00
introspect.py Allow empty lookup attributes if node_not_found_hook is provided 2015-09-21 15:25:40 +02:00
main.py Add API Discovery to Ironic Inspector 2015-09-16 13:04:45 +01:00
node_cache.py Add missing plugins for introspection rules 2015-09-18 17:42:42 +02:00
process.py Merge "Deprecate returning patches from plugins" 2015-09-16 16:51:18 +00:00
rules.py Add introspection rules support 2015-09-14 14:56:09 +02:00
utils.py Merge "Add missing plugins for introspection rules" 2015-09-23 10:51:36 +00:00