Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Run puppet with the ocata modules/tags
  2. Run apt-get dist-upgrade
    1. If it fails, verify that /etc/mysql/my.cnf.fallback exists. If it doesnt, create it with the content "!includedir /etc/mysql/conf.d/"
    2. Keystone often have to be reinstalled; so "apt-get purge keystone" followed by a puppet-run fixes a lot (smile)
  3. Run puppet again
  4. Perform the DB sync
    1. keystone-manage db_sync
  5. Restart keystone services

...