Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 KB | None | 0 0
  1. 2016-08-23T15:51:21.441598+00:00 debug: Executing '/usr/bin/mysql --defaults-extra-file=/root/.my.cnf mysql -e create user 'cinder'@'cic-1' identified by PASSWORD '*98590C2D8BD09FB2A2421DE0BF169467BAF157ED''
  2. 2016-08-23T15:51:21.516102+00:00 notice: (/Stage[main]/Cinder::Db::Mysql/Openstacklib::Db::Mysql[cinder]/Openstacklib::Db::Mysql::Host_access[cinder_cic-1]/Database_user[cinder@cic-1]/ensure) created
  3. 2016-08-23T15:51:21.516495+00:00 debug: Executing '/usr/bin/mysqladmin --defaults-extra-file=/root/.my.cnf flush-privileges'
  4. 2016-08-23T15:51:21.537583+00:00 debug: (/Stage[main]/Cinder::Db::Mysql/Openstacklib::Db::Mysql[cinder]/Openstacklib::Db::Mysql::Host_access[cinder_cic-1]/Database_user[cinder@cic-1]) The container Openstacklib::Db::Mysql::Host_access[cinder_cic-1] will propagate my refresh event
  5. 2016-08-23T15:51:21.538258+00:00 info: (/Stage[main]/Cinder::Db::Mysql/Openstacklib::Db::Mysql[cinder]/Openstacklib::Db::Mysql::Host_access[cinder_cic-1]/Database_user[cinder@cic-1]) Evaluated in 0.17 seconds
  6. 2016-08-23T15:51:21.538732+00:00 info: (/Stage[main]/Cinder::Db::Mysql/Openstacklib::Db::Mysql[cinder]/Mysql::Db[cinder]/Database_user[cinder@127.0.0.1]) Starting to evaluate the resource
  7. 2016-08-23T15:51:21.539355+00:00 debug: Executing '/usr/bin/mysql --defaults-extra-file=/root/.my.cnf mysql -NBe select '1' from user where CONCAT(user, '@', host) = 'cinder@127.0.0.1''
  8. 2016-08-23T15:51:21.612483+00:00 debug: Executing '/usr/bin/mysql --defaults-extra-file=/root/.my.cnf mysql -e create user 'cinder'@'127.0.0.1' identified by PASSWORD '*D7B73825608163DB2D4E059F55A6554E19D54D42''
  9. 2016-08-23T15:51:21.688574+00:00 notice: (/Stage[main]/Cinder::Db::Mysql/Openstacklib::Db::Mysql[cinder]/Mysql::Db[cinder]/Database_user[cinder@127.0.0.1]/ensure) created
  10. 2016-08-23T15:51:21.689203+00:00 debug: Executing '/usr/bin/mysqladmin --defaults-extra-file=/root/.my.cnf flush-privileges'
  11. 2016-08-23T15:51:21.762680+00:00 debug: (/Stage[main]/Cinder::Db::Mysql/Openstacklib::Db::Mysql[cinder]/Mysql::Db[cinder]/Database_user[cinder@127.0.0.1]) The container Mysql::Db[cinder] will propagate my refresh event
  12. 2016-08-23T15:51:21.763252+00:00 info: (/Stage[main]/Cinder::Db::Mysql/Openstacklib::Db::Mysql[cinder]/Mysql::Db[cinder]/Database_user[cinder@127.0.0.1]) Evaluated in 0.22 seconds
  13. 2016-08-23T15:51:21.763252+00:00 debug: Prefetching mysql resources for database_grant
  14. 2016-08-23T15:51:21.763252+00:00 info: (/Stage[main]/Cinder::Db::Mysql/Openstacklib::Db::Mysql[cinder]/Openstacklib::Db::Mysql::Host_access[cinder_cic-1]/Database_grant[cinder@cic-1/cinder]) Starting to evaluate the resource
  15. 2016-08-23T15:51:21.763747+00:00 debug: Executing '/usr/bin/mysql --defaults-extra-file=/root/.my.cnf mysql -Be select * from db where user="cinder" and host="cic-1" and db="cinder"'
  16. 2016-08-23T15:51:21.843790+00:00 debug: Executing '/usr/bin/mysql --defaults-extra-file=/root/.my.cnf mysql -Be describe db'
  17. 2016-08-23T15:51:21.916865+00:00 debug: Executing '/usr/bin/mysql --defaults-extra-file=/root/.my.cnf mysql -Be select * from db where user="cinder" and host="cic-1" and db="cinder"'
  18. 2016-08-23T15:51:21.998571+00:00 debug: Executing '/usr/bin/mysql --defaults-extra-file=/root/.my.cnf mysql -NBe SELECT "1" FROM db WHERE user = 'cinder' AND host = 'cic-1' AND db = 'cinder''
  19. 2016-08-23T15:51:22.068729+00:00 debug: Executing '/usr/bin/mysql --defaults-extra-file=/root/.my.cnf mysql -e GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'cic-1' WITH GRANT OPTION;'
  20. 2016-08-23T15:51:22.148452+00:00 err: Execution of '/usr/bin/mysql --defaults-extra-file=/root/.my.cnf mysql -e GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'cic-1' WITH GRANT OPTION;' returned 1: ERROR 1133 (42000) at line 1: Can't find any matching row in the user table
  21. 2016-08-23T15:51:22.148452+00:00 err:
  22. 2016-08-23T15:51:22.148452+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/util/execution.rb:188:in `execute'
  23. 2016-08-23T15:51:22.148452+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/provider/command.rb:23:in `execute'
  24. 2016-08-23T15:51:22.148452+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/provider.rb:237:in `block in has_command'
  25. 2016-08-23T15:51:22.148452+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/provider.rb:444:in `block in create_class_and_instance_method'
  26. 2016-08-23T15:51:22.148452+00:00 err: /etc/puppet/modules/mysql/lib/puppet/provider/database_grant/mysql.rb:94:in `create_row'
  27. 2016-08-23T15:51:22.148594+00:00 err: /etc/puppet/modules/mysql/lib/puppet/provider/database_grant/mysql.rb:151:in `privileges='
  28. 2016-08-23T15:51:22.148594+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/property.rb:178:in `call_provider'
  29. 2016-08-23T15:51:22.148594+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/property.rb:503:in `set'
  30. 2016-08-23T15:51:22.148594+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/property.rb:581:in `sync'
  31. 2016-08-23T15:51:22.148594+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction/resource_harness.rb:191:in `sync'
  32. 2016-08-23T15:51:22.148594+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction/resource_harness.rb:128:in `sync_if_needed'
  33. 2016-08-23T15:51:22.148594+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction/resource_harness.rb:89:in `block in perform_changes'
  34. 2016-08-23T15:51:22.148594+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction/resource_harness.rb:88:in `each'
  35. 2016-08-23T15:51:22.148594+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction/resource_harness.rb:88:in `perform_changes'
  36. 2016-08-23T15:51:22.148594+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction/resource_harness.rb:20:in `evaluate'
  37. 2016-08-23T15:51:22.148594+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction.rb:174:in `apply'
  38. 2016-08-23T15:51:22.148934+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction.rb:187:in `eval_resource'
  39. 2016-08-23T15:51:22.148934+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction.rb:117:in `call'
  40. 2016-08-23T15:51:22.148934+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction.rb:117:in `block (2 levels) in evaluate'
  41. 2016-08-23T15:51:22.148934+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/util.rb:327:in `block in thinmark'
  42. 2016-08-23T15:51:22.148934+00:00 err: /usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  43. 2016-08-23T15:51:22.148934+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/util.rb:326:in `thinmark'
  44. 2016-08-23T15:51:22.148934+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction.rb:117:in `block in evaluate'
  45. 2016-08-23T15:51:22.148934+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/graph/relationship_graph.rb:118:in `traverse'
  46. 2016-08-23T15:51:22.148934+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction.rb:108:in `evaluate'
  47. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/resource/catalog.rb:164:in `block in apply'
  48. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/util/log.rb:149:in `with_destination'
  49. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/transaction/report.rb:108:in `as_logging_destination'
  50. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/resource/catalog.rb:163:in `apply'
  51. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/configurer.rb:125:in `block in apply_catalog'
  52. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/util.rb:161:in `block in benchmark'
  53. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  54. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/util.rb:160:in `benchmark'
  55. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/configurer.rb:124:in `apply_catalog'
  56. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/configurer.rb:192:in `run'
  57. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:268:in `apply_catalog'
  58. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:218:in `main'
  59. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/application/apply.rb:146:in `run_command'
  60. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/application.rb:364:in `block (2 levels) in run'
  61. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/application.rb:470:in `plugin_hook'
  62. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/application.rb:364:in `block in run'
  63. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/util.rb:478:in `exit_on_fail'
  64. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/application.rb:364:in `run'
  65. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:137:in `run'
  66. 2016-08-23T15:51:22.150337+00:00 err: /usr/lib/ruby/vendor_ruby/puppet/util/command_line.rb:91:in `execute'
  67. 2016-08-23T15:51:22.150337+00:00 err: /usr/bin/puppet:4:in `<main>'
  68. 2016-08-23T15:51:22.150337+00:00 err: (/Stage[main]/Cinder::Db::Mysql/Openstacklib::Db::Mysql[cinder]/Openstacklib::Db::Mysql::Host_access[cinder_cic-1]/Database_grant[cinder@cic-1/cinder]/privileges) change from to all failed: Execution of '/usr/bin/mysql --defaults-extra-file=/root/.my.cnf mysql -e GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'cic-1' WITH GRANT OPTION;' returned 1: ERROR 1133 (42000) at line 1: Can't find any matching row in the user table
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement