🤷♂️
- GitHub Staff
- https://derpops.bike
- @iamjkeating
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ====================================================================== | |
| FAIL: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| testtools.testresult.real._StringException: Traceback (most recent call last): | |
| File "/home/ubuntu/refstack-client/.tempest/tempest/test.py", line 256, in setUpClass | |
| cls.setup_credentials() | |
| File "/home/ubuntu/refstack-client/.tempest/tempest/api/compute/servers/test_create_server.py", line 36, in setup_credentials | |
| super(ServersTestJSON, cls).setup_credentials() | |
| File "/home/ubuntu/refstack-client/.tempest/tempest/api/compute/base.py", line 55, in setup_credentials |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (Pdb) glance.images.get('38c354f2-0e72-437e-b8ee-186e1ee158c6') | |
| {u'status': u'active', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2015-04-14T23:40:35Z', u'visibility': u'public', u'locations': [{u'url': u'https://cloud-images.ubuntu.com/trusty/20150313/trusty-server-cloudimg-amd64-disk1.img', u'metadata': {}}], u'owner': u'669d7a58eebb43b5b022f9d25dee47b5', u'file': u'/v2/images/38c354f2-0e72-437e-b8ee-186e1ee158c6/file', u'min_disk': 0, u'id': u'38c354f2-0e72-437e-b8ee-186e1ee158c6', u'size': 256573952, u'name': u'ubuntu-14.04-pablo4', u'created_at': u'2015-04-14T23:40:34Z', u'disk_format': u'qcow2', u'protected': False, u'schema': u'/v2/schemas/image'} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysql> select * from image_locations where image_id = '38c354f2-0e72-437e-b8ee-186e1ee158c6'; | |
| +-----+--------------------------------------+----------------------------------------------------------------------------------------+---------------------+---------------------+---------------------+---------+-----------+---------+ | |
| | id | image_id | value | created_at | updated_at | deleted_at | deleted | meta_data | status | | |
| +-----+--------------------------------------+----------------------------------------------------------------------------------------+---------------------+---------------------+---------------------+---------+-----------+---------+ | |
| | 414 | 38c354f2-0e72-437e-b8ee-186e1ee158c6 | https://cloud-images.ubuntu.com/trusty/20150313/trusty-server-cloudimg-amd64-disk1.img | 2015-04-14 23:40:34 | 2015-04-14 23:40:35 | 2015-04-14 23:40:35 | 1 | {} | dele |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (Pdb) glance.images.get('38c354f2-0e72-437e-b8ee-186e1ee158c6') | |
| {u'status': u'active', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2015-04-14T23:40:35Z', u'visibility': u'public', u'owner': u'669d7a58eebb43b5b022f9d25dee47b5', u'file': u'/v2/images/38c354f2-0e72-437e-b8ee-186e1ee158c6/file', u'min_disk': 0, u'id': u'38c354f2-0e72-437e-b8ee-186e1ee158c6', u'size': 256573952, u'name': u'ubuntu-14.04-pablo4', u'created_at': u'2015-04-14T23:40:34Z', u'disk_format': u'qcow2', u'protected': False, u'schema': u'/v2/schemas/image'} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@ds1399:~# bash -x /etc/sensu/plugins/check-raid.sh | |
| + lspci | |
| + grep RAID | |
| + grep -i 3ware | |
| + lspci | |
| + grep RAID | |
| + grep -i MegaRAID | |
| + [[ -e /etc/sensu/plugins/check-storcli.pl ]] | |
| + [[ -e /usr/sbin/storcli64 ]] | |
| + sudo /etc/sensu/plugins/check-storcli.pl -b /usr/sbin/storcli64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@ds1399:~# pip --version | |
| pip 1.4.1 from /usr/local/lib/python2.7/dist-packages (python 2.7) | |
| root@ds1399:~# mkdir foobar | |
| root@ds1399:~# cd foobar/ | |
| root@ds1399:~/foobar# virtualenv . | |
| New python executable in ./bin/python | |
| Please make sure you remove any previous custom paths from your /root/.pydistutils.cfg file. | |
| Installing distribute.............................................................................................................................................................................................done. | |
| Installing pip...............done. | |
| root@ds1399:~/foobar# ./bin/pip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test: setUpClass (tempest.api.identity.admin.v2.test_roles.RolesTestJSON) | |
| time: 2015-03-18 17:17:28.779210Z | |
| failure: setUpClass (tempest.api.identity.admin.v2.test_roles.RolesTestJSON) [ m | |
| ultipart | |
| Content-Type: text/x-traceback;charset="utf8",language="python" | |
| traceback | |
| 614 | |
| Traceback (most recent call last): | |
| File "/home/ubuntu/refstack-client/.tempest/tempest/test.py", line 255, in set | |
| UpClass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- stdout --- | |
| Non-zero exit code (2) from test listing. | |
| {u'token': {u'issued_at': u'2015-03-17T21:13:28.877125', u'expires': u'2015-03-18T21:13:28Z', u'id': u'889ec0a81c6d4a5da112b2926f7a4f41', u'audit_ids': [u'd-WyLc6hQx6lL5Q_AyEWoQ']}, u'serviceCatalog': [], u'user': {u'username': u'provider_admin', u'roles_links': [], u'id': u'e3b1371c1dd9499e98c0dca2bad97c68', u'roles': [], u'name': u'provider_admin'}, u'metadata': {u'is_admin': 0, u'roles': []}} | |
| --- import errors --- | |
| Failed to call load_tests: | |
| Traceback (most recent call last): | |
| File "/home/ubuntu/refstack-client/.tempest/.venv/local/lib/python2.7/site-packages/unittest2/loader.py", line 136, in loadTestsFromModule | |
| return load_tests(self, tests, pattern) | |
| File "/home/ubuntu/refstack-client/.tempest/tempest/scenario/utils.py", line 157, in load_tests_input_scenario_utils | |
| scenario_flavor = scenario_utils.scenario_flavors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # nova-manage | |
| Traceback (most recent call last): | |
| File "/opt/bbc/openstack-10.0-bbc38/nova/bin/nova-manage", line 6, in <module> | |
| from nova.cmd.manage import main | |
| File "/opt/bbc/openstack-10.0-bbc38/nova/local/lib/python2.7/site-packages/nova/cmd/manage.py", line 88, in <module> | |
| CONF.import_opt('network_manager', 'nova.service') | |
| File "/opt/bbc/openstack-10.0-bbc38/nova/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 1916, in import_opt | |
| __import__(module_str) | |
| File "/opt/bbc/openstack-10.0-bbc38/nova/local/lib/python2.7/site-packages/nova/service.py", line 28, in <module> | |
| from nova import conductor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +---------------------------+--------------------------------------+ | |
| | Field | Value | | |
| +---------------------------+--------------------------------------+ | |
| | admin_state_up | True | | |
| | id | 76291fc0-4066-43b0-84fe-072bca6518b5 | | |
| | name | external | | |
| | provider:network_type | local | | |
| | provider:physical_network | | | |
| | provider:segmentation_id | | | |
| | router:external | True | |