Commit Graph

13 Commits

Author SHA1 Message Date
Christopher Hunt 6645144868 Initial commit for a Networking Proxy Manager
* Allows easy ping to a remote server
* Allows easy connection to a remote server through a proxy
  server
* Allows easy execution of commands on a remote server

Change-Id: I0eb4d0beb7bb741cc283aae0120c0123aea122c8
2016-04-01 13:06:26 -05:00
josh7810 bc36d20bb2 Creation of DNS Dig tool
* Creation of module dns_dig
* Added dig and dig_search functions
* dig uses dnspython package to query
  the given url and return the target
  from the answer.
* dig_search will recursively call dig
  to look for a search string amount the
  urls that dig finds.
* Updated pip-requires to add dnspython

Change-Id: I6393c52f4f8b903dff100569d3be59f970d56f95
2016-03-10 16:58:28 -06:00
Anna Eilering a617cba5bc Removed mock from pip-requires
Mock is used for metatesting and should exist only in the
test-requires file as needed. Additionally recent changes
to mock requires setuptools 17.1. The way this is checked
breaks in many earlier versions of setuptools causing
cloudcafe to fail installation.

Change-Id: I56c8c9144700923efd0b1fb85f99e76c88cdbac2
2015-07-16 12:54:12 -05:00
ivo5307 5986d763fc Added rescue image ref parameter
* Added rescue image ref to the rescue client
* Refactored rescue model request object and methods to take rescue image ref under consideration

Change-Id: Ice0d07e90e6c326310ad5a66a03908acfd753003
2014-12-09 11:03:24 -06:00
Leonardo Maycotte e12980bfbc Adding subnet behavior methods for IPv6
- Adding netaddr to pip-requires. netaddr to be used from now on
instead of IPy (current IPy use should be replaced later on with
netaddr)
- Adding random cidr generation to subnet behavior method:
create_ipv6_cidr
- Adding get_allocation_pools subnet behavior method
- Adding format_allocation_pools subnet behavior method

Change-Id: I42a1685c12fc505885669dc2625ae0d2f3e5b43e
2014-10-13 12:25:48 -05:00
Jose Idar 8c0f0dfcfa Updated pip-requires to include dateutils
Change-Id: Ia2d4b7a5705ab2a7960ba08911821fd3d488385f
2014-05-05 11:00:59 -05:00
Nathan Buckner 57450749b4 Moving httpretty to the test-requirements.txt file because it's
only used in the metatests

Change-Id: I491d7909e22ee1c0519b7802bbcb95d7d28ed888
2014-01-30 11:39:16 -06:00
Daryl Walleck 62b475f3ee Adds basic XenServer client and models
* Models for VM, VBD, and VDI
* Basic client calls for VM, VBD, and VDI records

Change-Id: I942f146e17fa82ee87dd00444d38d04fad095f2b
2013-10-12 13:27:42 -05:00
Jose Idar c9227f7920 Refactor to support changes made in engine config overhaul
* Updated all files to reflect changes in engine configuration overhaul.
* Cleaned up post-install processes and improved post-install reporting
  of where configs are being copied to.
* Moved ConfigSectionInterface class to opencafe

Change-Id: If0ddf88563c3ff7cf9971221e19b5f4666db295f
2013-09-06 13:54:03 -05:00
Daryl Walleck e73c85a865 Added IPy to pip-requires
* Adds IPy (IP manipulation) to pip-requires for
  CloudCafe

Change-Id: Ia7db393cec703ff52e87eab95fc446f2704dfa72
2013-07-15 21:07:08 -05:00
Richard (Rick) Hawkins 38a4239056 Added unittests for objectstorage behaviors.
Change-Id: I84a6f09935effa58df76e07887a1d47e79e59eb8
2013-06-18 15:29:06 -05:00
Sumanth Nagadavalli 4f3e418785 Integration tests for hosts client
1.Added a mock library called httpretty.
2.Added tests to list and get hosts.

Change-Id: Id8936daa15cd646c800a530e2773914a42eeb6ca
2013-05-21 16:26:51 +05:30
samu4924 481102076c Initial Commit 2013-03-30 14:48:37 -05:00