Skip to content

Instantly share code, notes, and snippets.

@dizz
Created November 19, 2014 18:57
Show Gist options
  • Save dizz/8ce47ece06ce9b749232 to your computer and use it in GitHub Desktop.
Save dizz/8ce47ece06ce9b749232 to your computer and use it in GitHub Desktop.
2014-11-19 18:48:51.510 1712 INFO heat.engine.service [-] validate_template
2014-11-19 18:55:18.487 1712 INFO heat.engine.service [-] template is {u'outputs': {u'mcn.endpoint.maas': {u'description': u'IP addresses of the MaaS:', u'value': {u'get_attr': [u'zs_floating_ip', u'floating_ip_address']}}}, u'heat_template_version': u'2013-05-23', u'description': u'Globally accessable preconfigured Zabbixserver\n', u'parameters': {u'key_name': {u'default': u'mcn-key', u'type': u'string', u'description': u'Name of key-pair to be used for compute instance', u'label': u'Key Name'}, u'private_mgmt_net': {u'default': u'30e8fc23-bef0-4e94-bf31-2a136d95ff90', u'type': u'string', u'description': u'ID of private network mgmt\n'}, u'public_net': {u'default': u'd6ce8ab6-1be8-4c85-8067-9c77d7600ffa', u'type': u'string', u'description': u'ID of public network net04_ext\n'}}, u'resources': {u'zs_floating_ip': {u'type': u'OS::Neutron::FloatingIP', u'properties': {u'floating_network_id': {u'get_param': u'public_net'}, u'port_id': {u'get_resource': u'zs_port_mgmt'}}}, u'zs_port_mgmt': {u'type': u'OS::Neutron::Port', u'properties': {u'network_id': {u'get_param': u'private_mgmt_net'}}}, u'zabbix_server': {u'type': u'OS::Nova::Server', u'properties': {u'key_name': {u'get_param': u'key_name'}, u'flavor': u'm1.small', u'name': u'zabbix_server', u'image': u'maas-zabbix-v2', u'networks': [{u'port': {u'get_resource': u'zs_port_mgmt'}}]}}}}
2014-11-19 18:55:18.521 1712 INFO heat.engine.resource [-] Validating Port "zs_port_mgmt"
2014-11-19 18:55:18.521 1712 INFO heat.engine.resource [-] Validating FloatingIP "zs_floating_ip"
2014-11-19 18:55:18.522 1712 INFO heat.engine.resource [-] Validating Server "zabbix_server"
2014-11-19 18:55:18.572 1712 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.56.100
2014-11-19 18:55:18.714 1712 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 192.168.56.100
2014-11-19 18:55:18.823 1712 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 160.85.4.14
2014-11-19 18:55:19.689 1712 INFO heat.engine.resource [-] creating Port "zs_port_mgmt"
2014-11-19 18:55:21.044 1712 INFO heat.engine.resource [-] creating FloatingIP "zs_floating_ip"
2014-11-19 18:55:21.914 1712 INFO heat.engine.resource [-] creating Server "zabbix_server"
2014-11-19 18:55:43.697 1712 ERROR heat.engine.resource [-] CREATE : Server "zabbix_server"
2014-11-19 18:55:43.697 1712 TRACE heat.engine.resource Traceback (most recent call last):
2014-11-19 18:55:43.697 1712 TRACE heat.engine.resource File "/usr/lib/python2.7/dist-packages/heat/engine/resource.py", line 371, in _do_action
2014-11-19 18:55:43.697 1712 TRACE heat.engine.resource while not check(handle_data):
2014-11-19 18:55:43.697 1712 TRACE heat.engine.resource File "/usr/lib/python2.7/dist-packages/heat/engine/resources/server.py", line 239, in check_create_complete
2014-11-19 18:55:43.697 1712 TRACE heat.engine.resource return self._check_active(server)
2014-11-19 18:55:43.697 1712 TRACE heat.engine.resource File "/usr/lib/python2.7/dist-packages/heat/engine/resources/server.py", line 255, in _check_active
2014-11-19 18:55:43.697 1712 TRACE heat.engine.resource raise exc
2014-11-19 18:55:43.697 1712 TRACE heat.engine.resource Error: Creation of server zabbix_server failed.
2014-11-19 18:55:43.697 1712 TRACE heat.engine.resource
2014-11-19 18:55:43.903 1712 WARNING heat.engine.service [-] Stack create failed, status FAILED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment