Advertisement
Guest User

Untitled

a guest
Jun 19th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.98 KB | None | 0 0
  1. 2014-06-19 18:19:43.355 3215 INFO heat.engine.service [req-73cd60b4-4544-4bf8-98d0-400e36c58078 None] validate_template
  2. 2014-06-19 18:19:57.306 3215 INFO heat.engine.service [req-07dffafe-3b59-4ebb-9d01-fc4d4f578247 None] template is {u'heat_template_version': u'2013-05-23', u'description': u'Test-template', u'parameters': {u'KeyName': {u'type': u'string', u'description': u'Name of an existing key pair to use for the instance'}, u'InstanceType': {u'default': u'm1.giust', u'type': u'string', u'description': u'Instance type for the instance to be created', u'constraints': [{u'description': u"Value must be one of 'm1.giust'", u'allowed_values': [u'm1.giust']}]}, u'ImageId': {u'type': u'string', u'description': u'ID of the image to use for the instance'}}, u'resources': {u'group': {u'type': u'AWS::AutoScaling::AutoScalingGroup', u'properties': {u'MinSize': u'1', u'Tags': [{u'Value': u'group', u'Key': u'metering.server_group'}], u'MaxSize': u'5', u'AvailabilityZones': {u'Fn::GetAZs': u''}, u'LaunchConfigurationName': {u'Ref': u'launch'}}}, u'CPUAlarmLow': {u'type': u'OS::Ceilometer::Alarm', u'properties': {u'meter_name': u'cpu_util', u'alarm_actions': [{u'get_attr': [u'scaleDownPolicy', u'AlarmUrl']}], u'description': u'Scale-down if the average CPU < 40% for 60 Seconds', u'matching_metadata': {u'metadata.user_metadata.server_group': u'group'}, u'evaluation_periods': u'1', u'statistic': u'avg', u'period': u'60', u'repeat_actions': True, u'threshold': u'40', u'comparison_operator': u'lt'}}, u'launch': {u'type': u'AWS::AutoScaling::LaunchConfiguration', u'properties': {u'KeyName': {u'get_param': u'KeyName'}, u'InstanceType': {u'get_param': u'InstanceType'}, u'ImageId': {u'get_param': u'ImageId'}}}, u'scaleDownPolicy': {u'type': u'AWS::AutoScaling::ScalingPolicy', u'properties': {u'ScalingAdjustment': -1, u'AutoScalingGroupName': {u'Ref': u'group'}, u'AdjustmentType': u'ChangeInCapacity'}}, u'CPUAlarmHigh': {u'type': u'OS::Ceilometer::Alarm', u'properties': {u'meter_name': u'cpu_util', u'alarm_actions': [{u'get_attr': [u'scaleUpPolicy', u'AlarmUrl']}], u'description': u'Scale-up if the average CPU > 70% for 60 Seconds', u'matching_metadata': {u'metadata.user_metadata.server_group': u'group'}, u'evaluation_periods': u'1', u'statistic': u'avg', u'period': u'60', u'repeat_actions': True, u'threshold': u'70', u'comparison_operator': u'gt'}}, u'scaleUpPolicy': {u'type': u'AWS::AutoScaling::ScalingPolicy', u'properties': {u'ScalingAdjustment': 1, u'AutoScalingGroupName': {u'Ref': u'group'}, u'AdjustmentType': u'ChangeInCapacity'}}}}
  3. 2014-06-19 18:19:57.318 3215 INFO heat.engine.resource [req-07dffafe-3b59-4ebb-9d01-fc4d4f578247 None] Validating LaunchConfiguration "launch"
  4. 2014-06-19 18:19:57.318 3215 INFO heat.engine.resource [req-07dffafe-3b59-4ebb-9d01-fc4d4f578247 None] Validating AutoScalingGroup "group"
  5. 2014-06-19 18:19:57.382 3215 WARNING heat.common.keystoneclient [req-07dffafe-3b59-4ebb-9d01-fc4d4f578247 None] stack_user_domain ID not set in heat.conf falling back to using default
  6. 2014-06-19 18:19:57.383 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  7. 2014-06-19 18:19:57.458 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  8. 2014-06-19 18:19:57.483 3215 INFO heat.engine.resource [req-07dffafe-3b59-4ebb-9d01-fc4d4f578247 None] Validating ScalingPolicy "scaleUpPolicy"
  9. 2014-06-19 18:19:57.484 3215 INFO heat.engine.resource [req-07dffafe-3b59-4ebb-9d01-fc4d4f578247 None] Validating ScalingPolicy "scaleDownPolicy"
  10. 2014-06-19 18:19:57.484 3215 INFO heat.engine.resource [req-07dffafe-3b59-4ebb-9d01-fc4d4f578247 None] Validating CeilometerAlarm "CPUAlarmLow"
  11. 2014-06-19 18:19:57.484 3215 INFO heat.engine.resource [req-07dffafe-3b59-4ebb-9d01-fc4d4f578247 None] Validating CeilometerAlarm "CPUAlarmHigh"
  12. 2014-06-19 18:19:57.500 3215 INFO heat.engine.resource [-] creating LaunchConfiguration "launch" Stack "test4" [6a318952-278c-4c50-a15f-a9164d06ed2d]
  13. 2014-06-19 18:19:57.521 3215 INFO heat.engine.resource [-] creating AutoScalingGroup "group" Stack "test4" [6a318952-278c-4c50-a15f-a9164d06ed2d]
  14. 2014-06-19 18:19:57.531 3215 INFO heat.engine.environment [-] Registering OS::Heat::ScaledResource -> AWS::EC2::Instance
  15. 2014-06-19 18:19:57.532 3215 INFO heat.engine.resource [-] Validating Instance "g3ehllsqmmg2"
  16. 2014-06-19 18:19:57.599 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  17. 2014-06-19 18:19:57.600 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  18. 2014-06-19 18:19:57.689 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  19. 2014-06-19 18:19:57.819 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  20. 2014-06-19 18:19:57.821 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  21. 2014-06-19 18:19:57.928 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  22. 2014-06-19 18:19:57.960 3215 INFO heat.engine.resource [-] creating Instance "g3ehllsqmmg2" Stack "test4-group-zrye5z7qjnmj" [611f7c3d-82d4-4446-aea5-4a3df330fea2]
  23. 2014-06-19 18:19:58.026 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  24. 2014-06-19 18:19:58.027 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  25. 2014-06-19 18:19:58.108 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  26. 2014-06-19 18:19:58.221 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  27. 2014-06-19 18:19:58.223 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  28. 2014-06-19 18:19:58.299 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  29. 2014-06-19 18:19:58.381 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  30. 2014-06-19 18:19:58.383 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  31. 2014-06-19 18:19:58.459 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  32. 2014-06-19 18:19:58.577 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  33. 2014-06-19 18:19:58.579 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  34. 2014-06-19 18:19:58.666 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  35. 2014-06-19 18:19:58.741 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  36. 2014-06-19 18:19:58.742 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  37. 2014-06-19 18:19:58.826 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  38. 2014-06-19 18:19:58.948 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  39. 2014-06-19 18:19:58.949 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  40. 2014-06-19 18:19:59.029 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  41. 2014-06-19 18:19:59.087 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  42. 2014-06-19 18:19:59.169 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  43. 2014-06-19 18:19:59.171 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  44. 2014-06-19 18:19:59.246 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  45. 2014-06-19 18:19:59.268 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  46. 2014-06-19 18:20:00.534 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  47. 2014-06-19 18:20:00.639 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  48. 2014-06-19 18:20:01.710 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  49. 2014-06-19 18:20:02.822 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  50. 2014-06-19 18:20:03.939 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  51. 2014-06-19 18:20:05.031 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  52. 2014-06-19 18:20:06.157 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  53. 2014-06-19 18:20:07.278 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  54. 2014-06-19 18:20:08.392 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  55. 2014-06-19 18:20:09.518 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  56. 2014-06-19 18:20:10.660 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  57. 2014-06-19 18:20:11.752 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  58. 2014-06-19 18:20:12.846 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  59. 2014-06-19 18:20:13.966 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  60. 2014-06-19 18:20:14.120 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  61. 2014-06-19 18:20:14.121 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  62. 2014-06-19 18:20:14.201 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  63. 2014-06-19 18:20:14.323 3215 WARNING heat.common.keystoneclient [-] stack_user_domain ID not set in heat.conf falling back to using default
  64. 2014-06-19 18:20:14.324 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  65. 2014-06-19 18:20:14.410 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  66. 2014-06-19 18:20:14.579 3215 INFO heat.engine.resource [-] creating ScalingPolicy "scaleUpPolicy" Stack "test4" [6a318952-278c-4c50-a15f-a9164d06ed2d]
  67. 2014-06-19 18:20:14.589 3215 WARNING heat.common.keystoneclient [-] Falling back to legacy non-domain project, configure domain in heat.conf
  68. 2014-06-19 18:20:14.593 3215 WARNING heat.common.keystoneclient [-] Falling back to legacy non-domain user create, configure domain in heat.conf
  69. 2014-06-19 18:20:14.594 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  70. 2014-06-19 18:20:14.608 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  71. 2014-06-19 18:20:14.637 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  72. 2014-06-19 18:20:14.664 3215 WARNING heat.common.keystoneclient [-] Falling back to legacy non-domain keypair, configure domain in heat.conf
  73. 2014-06-19 18:20:14.666 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  74. 2014-06-19 18:20:14.710 3215 INFO heat.engine.resource [-] creating ScalingPolicy "scaleDownPolicy" Stack "test4" [6a318952-278c-4c50-a15f-a9164d06ed2d]
  75. 2014-06-19 18:20:14.719 3215 WARNING heat.common.keystoneclient [-] Falling back to legacy non-domain user create, configure domain in heat.conf
  76. 2014-06-19 18:20:14.720 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  77. 2014-06-19 18:20:14.734 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  78. 2014-06-19 18:20:14.759 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  79. 2014-06-19 18:20:14.787 3215 WARNING heat.common.keystoneclient [-] Falling back to legacy non-domain keypair, configure domain in heat.conf
  80. 2014-06-19 18:20:14.789 3215 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 10.0.0.98
  81. 2014-06-19 18:20:15.849 3215 INFO heat.engine.resource [-] creating CeilometerAlarm "CPUAlarmLow" Stack "test4" [6a318952-278c-4c50-a15f-a9164d06ed2d]
  82. 2014-06-19 18:20:16.007 3215 INFO heat.engine.resource [-] creating CeilometerAlarm "CPUAlarmHigh" Stack "test4" [6a318952-278c-4c50-a15f-a9164d06ed2d]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement