3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added command to redstack to run the unit tests. More... almost 13 years ago
Added setup.py. * Added the CLI tool from reddwarf to this repo, made it available as a script. * Added a gitignore. More... almost 13 years ago
Added a git ignore. More... almost 13 years ago
Removed API folder. More... almost 13 years ago
Merge pull request #5 from TimSimpsonR/pep8-fix More... almost 13 years ago
Fixed Pep8 errors. More... almost 13 years ago
Merge pull request #3 from TimSimpsonR/unit-test-venv More... almost 13 years ago
Adding in a bit of code to pull in gerrit inflight reviews. * Added a nice reviews rc for housing inflight reviews info * Added a method to actually do the work More... almost 13 years ago
Merge pull request #4 from cp16net/instructions-update More... almost 13 years ago
Merge pull request #3 from TimSimpsonR/redstack-improvements More... almost 13 years ago
Fixed up redstack script, added some more commands. More... almost 13 years ago
Merge pull request #2 from hub-cap/add_guest_agent More... almost 13 years ago
Merge pull request #1 from hub-cap/add_service_code More... almost 13 years ago
Merge pull request #2 from TimSimpsonR/docs_and_test More... almost 13 years ago
first commit More... almost 13 years ago
Got the unit test venv environment working. More... almost 13 years ago
Initial copy of reddwarfclient from reddwarf project. More... almost 13 years ago
Added apidocs and tests. More... almost 13 years ago
Merge pull request #1 from TimSimpsonR/master More... almost 13 years ago
adding some buggy bugs and updates from keystone/novaclient
cp16net
as Craig Vyvial
More... almost 13 years ago
Added in the guest manager code * Added the bin script for the guest agent * Added a sample config file for guest * Migrated guest-agent to guestagent * Added a manager and service for the guest More... almost 13 years ago
keystone made some changes
cp16net
as Craig Vyvial
More... almost 13 years ago
Adding some basic service code from nova. * Adding the proper taskmanager bin script * Adding a taskmanager impl (needs to be a proper baseclass) * Adding novas LoopingCall to utils * Updating dummy rpc cast in the database service so it sends to the task manager More... almost 13 years ago
Initial pull from normal reddward. * Added a script to create a VM. * Added a script to control a dev environment (similar to reddwarf-ci). * Added the example generator. More... almost 13 years ago
Adding scripts dir More... almost 13 years ago
Initial checkin of the folder structure More... almost 13 years ago
first commit More... almost 13 years ago
Added the taskmanager class with some testing rpc code * Fixed a bug in rpc kombu w/ a bad durable declaration * Fixed the name of the queue exchange * Added a bit of rpc code to the taskmanager service for consuming * * This is mostly experimental at this point!!! * * This should be refactored into something common!!! More... almost 13 years ago
Initial checkin of rpc code * Stole most of the code from nova rpc * Updated the rpc and kombu code so it works with reddwarf * Import of openstack-common, added the context from common * Extended the common context More... almost 13 years ago
Fleshed out the basics for the guest-agent scp firstboot. * Copying ssh keys from the host to the image * Added a bootstrap_init.sh which does the scp work to the instance * Finished the bootstrap.sh so it will upload to glance * Added a service images table for identifing the current image on create * Added some dummy guest-agent code for testing purposes * Added a delete method, which is not finished More... almost 13 years ago