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 services; | |
+---------------------+---------------------+------------+---------+----+------------------+------------------+------------------+--------------+----------+-------------------+ | |
| created_at | updated_at | deleted_at | deleted | id | host | binary | topic | report_count | disabled | availability_zone | | |
+---------------------+---------------------+------------+---------+----+------------------+------------------+------------------+--------------+----------+-------------------+ | |
| 2013-02-12 19:15:51 | 2013-02-12 20:04:40 | NULL | 0 | 2 | ubuntu | cinder-scheduler | cinder-scheduler | 292 | 0 | nova | | |
| 2013-02-12 19:20:36 | 2013-02-12 20:04:37 | NULL | 0 | 3 | ubuntu.lvm2 | cinder-volume | cinder-volume | 263 | 0 | nova | | |
| 2013-02-12 19:20:36 | 2013-02-12 20:04:37 | NULL | 0 | 4 | ubuntu.lvmdriver | cinder-volume |
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
{ | |
"limits": { | |
"absolute": { | |
"maxImageMeta": 128, | |
"maxPersonality": 5, | |
"maxPersonalitySize": 10240, | |
"maxSecurityGroupRules": 20, | |
"maxSecurityGroups": 10, | |
"maxServerMeta": 128, | |
"maxTotalCores": 20, |
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
data["volume_backend_name"] = (self.configuration.volume_backend_name | |
or 'LVM_iSCSI') | |
instead of | |
data["volume_backend_name"] = 'LVM_iSCSI' |
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
backend_name = self.configuration.safe_get('volume_backend_name') | |
data["volume_backend_name"] = backend_name or 'NetApp_iSCSI_7mode' |
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
#[lvmdriver1] | |
#volume_group=lvm-group-1 | |
#volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver | |
#volume_backend_name=LVM_iSCSI_cab1 | |
#[lvmdriver2] | |
#volume_group=lvm-group-2 | |
#volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver | |
#volume_backend_name=LVM_iSCSI_cab2 | |
#[lvmdriver3] | |
#volume_group=lvm-group-3 |
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
if __name__=="__main__": | |
- wsgi_install() | |
- add_support_for_localization() | |
- replace_poll_until() | |
- # Load Reddwarf app | |
- # Paste file needs absolute path | |
- config_file = os.path.realpath('etc/reddwarf/reddwarf.conf.test') | |
- # 'etc/reddwarf/test-api-paste.ini' | |
- app = initialize_reddwarf(config_file) | |
- # Initialize sqlite database. |
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
+ values = super(ReddwarfContext, self).to_dict() | |
+ values.update({'limit': self.limit, | |
+ 'marker': self.marker, | |
+ }) | |
+ return values | |
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
2013-03-05 08:01:43 DEBUG reddwarf.openstack.common.wsgi [req-968ec7b6-dd1b-4657-b178-b0fe0003ca25 None None] Empty body provided in request deserialize_body /mnt/hgfs/db/reddwarf/reddwarf/openstack/common/wsgi.py:596 | |
2013-03-05 08:01:43 INFO reddwarf.flavor.service [req-968ec7b6-dd1b-4657-b178-b0fe0003ca25 None None] ZOMG FLAVORS | |
2013-03-05 08:01:43 14287 INFO requests.packages.urllib3.connectionpool [-] Starting new HTTP connection (1): localhost | |
2013-03-05 08:01:43 ERROR reddwarf.common.wsgi [req-968ec7b6-dd1b-4657-b178-b0fe0003ca25 None None] [Errno 111] ECONNREFUSED | |
2 |
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
2013-03-05 09:01:34 23444 DEBUG keystoneclient.middleware.auth_token [-] Token validation failure. _validate_user_token /opt/stack/python-keystoneclient/keystoneclient/middleware/auth_token.py:555 | |
2013-03-05 09:01:34 23444 TRACE keystoneclient.middleware.auth_token Traceback (most recent call last): | |
2013-03-05 09:01:34 23444 TRACE keystoneclient.middleware.auth_token File "/opt/stack/python-keystoneclient/keystoneclient/middleware/auth_token.py", line 548, in _validate_user_token | |
2013-03-05 09:01:34 23444 TRACE keystoneclient.middleware.auth_token verified = self.verify_signed_token(user_token) | |
2013-03-05 09:01:34 23444 TRACE keystoneclient.middleware.auth_token File "/opt/stack/python-keystoneclient/keystoneclient/middleware/auth_token.py", line 800, in verify_signed_token | |
2013-03-05 09:01:34 23444 TRACE keystoneclient.middleware.auth_token return self.cms_verify(formatted) | |
2013-03-05 09:01:34 23444 TRACE keystoneclient.middleware.auth_token File "/opt/stack/python-keystoneclient/keystoneclient |
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
Michael Basnight (Baz), hub_cap on irc. Currently the guy who leads the openstack affiliated dbaas product, reddwarf. Been at the rack 7 yrs, started at mosso as the 2nd software dev. Worked on control panel, general provisioning, hadoop backed web statistics, lbaas and now dbaas. | |
3 things. | |
1) I have a awesome wife amanda and we just had a super awesome baby boy alexander wilde, who is 5mo old and a ton of fun. | |
2) I enjoy long walks on the beach and romantic comedies. | |
3) I lied about number 2. Im a beer snob. | |
http://www.flickr.com/photos/courtenay/507398596/ |