Skip to content

Instantly share code, notes, and snippets.

View juddmaltin-dell's full-sized avatar

Judd Maltin juddmaltin-dell

View GitHub Profile
@juddmaltin-dell
juddmaltin-dell / gist:50e19320699b27634440782e027d6da4
Created September 6, 2016 17:30
event-list_judd1473173977.txt
+-----------------------------------------------------------------------+--------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------+---------------------+-----------------------------------------------------------------------+
| resource_name | id | resource_status_reason | resource_status | event_time | stack_name |
+-----------------------------------------------------------------------+--------------------------------------+--------------------------------
+---------------------------+--------------------------------------+-------------------------------------+--------------------+---------------------+
| resource_name | id | resource_status_reason | resource_status | event_time |
+---------------------------+--------------------------------------+-------------------------------------+--------------------+---------------------+
| openshift | 335f686f-8d29-4081-b06f-8a341355acf4 | Stack CREATE started | CREATE_IN_PROGRESS | 2016-05-25T16:40:27 |
| infra_security_group | a12fe995-ad53-49b3-8877-200648ae04d6 | state changed | CREATE_IN_PROGRESS | 2016-05-25T16:40:27 |
| master_security_group | 07683ded-4436-4e1c-891a-6e71a76a1847 | state changed | CREATE_IN_PROGRESS | 2016-05-25T16:40:28 |
| external_router | 1513d11b-7396-43d3-b35b-fabd79b031f0 | state changed | CREATE_IN_PROGRES
May 17 12:33:59 localhost cloud-init: Cloud-init v. 0.7.6 running 'init-local' at Tue, 17 May 2016 16:33:59 +0000. Up 7.87 seconds.
May 17 12:34:05 localhost cloud-init: Cloud-init v. 0.7.6 running 'init' at Tue, 17 May 2016 16:34:05 +0000. Up 13.88 seconds.
May 17 12:34:05 localhost cloud-init: ci-info: ++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++
May 17 12:34:05 localhost cloud-init: ci-info: +--------+------+-------------+---------------+-------------------+
May 17 12:34:05 localhost cloud-init: ci-info: | Device | Up | Address | Mask | Hw-Address |
May 17 12:34:05 localhost cloud-init: ci-info: +--------+------+-------------+---------------+-------------------+
May 17 12:34:05 localhost cloud-init: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |
May 17 12:34:05 localhost cloud-init: ci-info: | eth0: | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:ac:cc:e2 |
May 17 12:34:05 localhost cloud-init: ci-info: +--------+------+-----------
May 16 12:10:01 localhost cloud-init: Cloud-init v. 0.7.6 running 'init-local' at Mon, 16 May 2016 16:10:01 +0000. Up 8.22 seconds.
May 16 12:10:06 localhost cloud-init: Cloud-init v. 0.7.6 running 'init' at Mon, 16 May 2016 16:10:06 +0000. Up 13.57 seconds.
May 16 12:10:06 localhost cloud-init: ci-info: ++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++
May 16 12:10:06 localhost cloud-init: ci-info: +--------+------+-------------+---------------+-------------------+
May 16 12:10:06 localhost cloud-init: ci-info: | Device | Up | Address | Mask | Hw-Address |
May 16 12:10:06 localhost cloud-init: ci-info: +--------+------+-------------+---------------+-------------------+
May 16 12:10:06 localhost cloud-init: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |
May 16 12:10:06 localhost cloud-init: ci-info: | eth0: | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:18:67:97 |
May 16 12:10:06 localhost cloud-init: ci-info: +--------+------+-----------
@juddmaltin-dell
juddmaltin-dell / gist:7258751
Created October 31, 2013 23:14
nova unhappiness
2013-10-31 23:01:55.718 27448 ERROR neutron.openstack.common.rpc.common [-] Returning exception 'NoneType' object has no attribute 'vlan_id' to caller
2013-10-31 23:01:55.718 27448 ERROR neutron.openstack.common.rpc.common [-] ['Traceback (most recent call last):\n', ' File "/usr/lib/python2.7/dist-packages/neutron/openstack/common/rpc/amqp.py", line 438, in _process_data\n **args)\n', ' File "/usr/lib/python2.7/dist-packages/neutron/common/rpc.py", line 44, in dispatch\n neutron_ctxt, version, method, namespace, **kwargs)\n', ' File "/usr/lib/python2.7/dist-packages/neutron/openstack/common/rpc/dispatcher.py", line 172, in dispatch\n result = getattr(proxyobj, method)(ctxt, **kwargs)\n', ' File "/usr/lib/python2.7/dist-packages/neutron/db/dhcp_rpc_base.py", line 62, in get_active_networks_info\n networks = self._get_active_networks(context, **kwargs)\n', ' File "/usr/lib/python2.7/dist-packages/neutron/db/dhcp_rpc_base.py", line 42, in _get_active_networks\n context, host)\n', ' File "/u
@juddmaltin-dell
juddmaltin-dell / gist:7258633
Created October 31, 2013 23:03
neutron bridge "floating bridge"
[Thu, 31 Oct 2013 22:35:29 +0000] INFO: Processing neutron_bridge[floating bridge] action create (neutron::post_install_conf line 170)
Request Failed: internal server error while processing your request.
[Thu, 31 Oct 2013 22:35:30 +0000] INFO: CSV data from neutron net-list by get_net_id_by_name:
================================================================================
Error executing action `create` on resource 'neutron_bridge[floating bridge]'
================================================================================
NoMethodError
-------------
@juddmaltin-dell
juddmaltin-dell / gist:7257790
Created October 31, 2013 21:49
docker on nova brctl fail
2013-10-31 21:34:13.521 31195 ERROR nova.utils [req-7de5d2ba-38d8-4e60-975f-193d819e1a65 9858a54b9b8743efbeb6047dd7c187e1 5d47af272fbc49ee86d2eb917ba8845d] [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Failed to setup the network, rolling back
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] Traceback (most recent call last):
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/virt/docker/driver.py", line 241, in _setup_network
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] run_as_root=True)
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] File "/usr/lib/python2.7/dist-packages/nova/utils.py", line 177, in execute
2013-10-31 21:34:13.521 31195 TRACE nova.utils [instance: 71978c0f-ca63-4d3a-81b5-eb3855d78218] return processutils.execute(*cmd, **kwargs)
2013-10-31 21:34