Commit Graph

  • c1e60159f5 Add a --force option Clint Byrum 2013-09-12 15:00:52 -07:00
  • 6eb8eb9af3 Store list of collected configs in cachedir Clint Byrum 2013-09-12 17:58:51 -07:00
  • c2b1b3909c Add --print-cachedir option Clint Byrum 2013-09-12 17:27:46 -07:00
  • 61b6dfb604 Replace tearDown with NestedTempfile Fixture Derek Higgins 2013-09-03 20:50:14 +01:00
  • 4cfeb28d12 Rerun os-collect-config if config changed Derek Higgins 2013-08-30 16:42:54 +01:00
  • bbb1c77106 Setup loghandlers in o-c-c binary Derek Higgins 2013-09-02 16:51:48 +01:00
  • 2edabf0141 Merge "Remove travis CI from repo." Jenkins 2013-08-18 21:30:05 +00:00
  • 3ddfcdbb2e Update stackforge references to openstack Monty Taylor 2013-08-17 22:59:25 -04:00
  • 40ff4e899e Remove travis CI from repo. Clint Byrum 2013-08-16 08:22:22 -07:00
  • 5b8fd361c2 Stop resetting logging on every call to __main__. 0.0.1 Robert Collins 2013-08-16 15:53:43 +12:00
  • f20f9954db Stop using tearDown. Robert Collins 2013-08-16 11:58:35 +12:00
  • 1897ecf001 Do not cache new data if command fails Clint Byrum 2013-08-13 15:17:36 -07:00
  • 4bdefc2041 Document the last file presence. Robert Collins 2013-08-16 15:13:58 +12:00
  • 98c8588867 Switch to StringStream. Robert Collins 2013-08-16 14:27:28 +12:00
  • def1daa155 Rework test_main to use FakePopen. Robert Collins 2013-08-16 13:52:05 +12:00
  • d809ef9a8d Bump minimum version of fixtures. Robert Collins 2013-08-16 13:15:09 +12:00
  • 13b6732546 Reverse default order of collectors. Clint Byrum 2013-08-15 11:22:50 -07:00
  • 0238175a89 Merge "Ignore H803 checks from flake8" Jenkins 2013-08-06 07:09:02 +00:00
  • bf31e030c4 Merge "Fix a hacking complaint" Jenkins 2013-08-06 07:08:37 +00:00
  • 0e107ca7aa Ignore H803 checks from flake8 Robert Collins 2013-08-06 09:57:26 +12:00
  • e017b0d09f Fix a hacking complaint Robert Collins 2013-08-06 16:14:26 +12:00
  • 2d4451a80f Fix heat hint file reading to work properly Clint Byrum 2013-08-01 14:03:57 -07:00
  • 3722ca41e2 Fixing crash during commit when collection failed Clint Byrum 2013-08-01 09:14:46 -07:00
  • 1dcc5a3571 Re-execute after commands and on SIGHUP Clint Byrum 2013-07-29 16:06:54 -07:00
  • 4cc2c41bbc Use heat-cfntools path hint for cfn.metadata_url Clint Byrum 2013-07-18 08:05:10 -07:00
  • 3e2001e5ba Run forever if a command is configured Clint Byrum 2013-07-17 21:37:02 -07:00
  • 737fff67c3 Fixes for hacking 0.6 Clint Byrum 2013-07-19 10:24:24 -07:00
  • 367fb38267 Merge "Detect invalid collectors." Jenkins 2013-07-07 18:01:19 +00:00
  • 49887aa4bf Merge "Allow changing the collectors that are used." Jenkins 2013-07-07 17:52:37 +00:00
  • b041fb363e Ensure that README file makes it into the tarball Monty Taylor 2013-07-07 11:53:47 -04:00
  • 140e527458 Detect invalid collectors. Clint Byrum 2013-07-05 17:15:32 -07:00
  • ba6c781db0 Allow changing the collectors that are used. Clint Byrum 2013-07-05 17:06:59 -07:00
  • a3a93a9130 Enable heat_local collector. Clint Byrum 2013-07-03 17:29:04 -07:00
  • c42f3e46a7 Add heat_local for locally injected metadata. Clint Byrum 2013-07-03 17:00:05 -07:00
  • 3b97d9c8fc Correct inaccuracies in README.md Clint Byrum 2013-07-03 12:54:14 -07:00
  • 544d6093d0 Correct title in README.md Clint Byrum 2013-07-03 12:50:02 -07:00
  • 24ffbf5356 Fix problems exposed by trying against heat-api-cfn. Clint Byrum 2013-07-03 12:44:37 -07:00
  • ffb503ed04 Use Ec2Signer from keystoneclient Clint Byrum 2013-07-02 15:27:03 -07:00
  • d78808a9a8 Add handling of a failing source. Clint Byrum 2013-07-02 13:28:15 -07:00
  • 0c7f4dfb43 Switch to using isolated collect_all Clint Byrum 2013-07-02 12:38:36 -07:00
  • ec371c4421 isolate collect_all from main Clint Byrum 2013-07-02 12:31:07 -07:00
  • c56c63ddab Factor out generic call to main Clint Byrum 2013-07-02 10:36:14 -07:00
  • a13845a737 Run all collectors. Clint Byrum 2013-07-02 10:17:13 -07:00
  • e10ce66791 Fix bugs and improve test coverage for cfn. Clint Byrum 2013-07-02 00:47:02 -07:00
  • 7efd87df87 Cover unconfigured cfn.metadata_url Clint Byrum 2013-07-02 00:37:03 -07:00
  • 3cf47cefd6 Actual implementation of CloudFormation Clint Byrum 2013-07-01 23:52:55 -07:00
  • d8f60687dc Refactor to avoid monkeypatching requests Clint Byrum 2013-07-01 22:28:01 -07:00
  • 9e1afa9d76 Skeleton implementation of cfn Clint Byrum 2013-07-01 22:26:54 -07:00
  • ea19fd8416 Use a session so only one connection is needed. Clint Byrum 2013-06-28 13:04:27 -07:00
  • 5d961341c0 Migrate from httplib2 to requests. Clint Byrum 2013-06-28 12:47:30 -07:00
  • 33d869975f Ensure full test coverage of cache. Clint Byrum 2013-06-28 11:47:14 -07:00
  • ccea45fc47 Rearrange cache to its own module. Clint Byrum 2013-06-28 11:23:41 -07:00
  • 312592d3db If no command is specified, print collected data as json Clint Byrum 2013-06-28 09:16:10 -07:00
  • 75d178083d Fix tests for shell argument Clint Byrum 2013-06-28 09:07:20 -07:00
  • 6e28cddc30 Use shell to execute --command. Clint Byrum 2013-06-28 16:03:46 +00:00
  • bfec47c769 Do not commit when creating .orig Clint Byrum 2013-06-28 08:33:04 -07:00
  • f6de46c259 Detect cache changes properly. Clint Byrum 2013-06-27 17:40:09 -07:00
  • 48058f5a31 Fixing missed monkey patch Clint Byrum 2013-06-27 16:38:36 -07:00
  • 7983481bc3 Implement --command as documented in README.md Clint Byrum 2013-06-27 16:29:30 -07:00
  • b34e62abda using global CONF object Clint Byrum 2013-06-27 11:04:36 -07:00
  • 6bdc6d991a Add CLI options Clint Byrum 2013-06-27 10:41:41 -07:00
  • 21db93faba Add cachedir and command options Clint Byrum 2013-06-27 09:41:02 -07:00
  • ae75926f47 Move ec2 code into its own module. Clint Byrum 2013-06-27 09:23:21 -07:00
  • 7f2546ff26 Use oslo.config. Clint Byrum 2013-06-27 09:01:02 -07:00
  • e3c058618a Assert logging Clint Byrum 2013-06-26 18:13:23 -07:00
  • 9baa5cc879 Add logging Clint Byrum 2013-06-26 17:53:59 -07:00
  • c88ed2b577 Importing openstack-common using update.py and openstack-common.conf Clint Byrum 2013-06-26 17:49:26 -07:00
  • b6c2efaed6 Revert "import openstack.common from oslo-incubator" Clint Byrum 2013-06-26 17:43:04 -07:00
  • f8d710517b import openstack.common from oslo-incubator Clint Byrum 2013-06-26 17:07:14 -07:00
  • 4a568e4456 Add explicit os_collect_config exceptions. Clint Byrum 2013-06-26 16:35:46 -07:00
  • 98e6c25a39 Fixes from testing on HP Cloud Instances. Clint Byrum 2013-06-26 16:17:17 -07:00
  • 7208c42b55 Add copyright and license headers Clint Byrum 2013-06-26 13:23:55 -07:00
  • f260f92a49 Fix tests for rename. Clint Byrum 2013-06-26 13:08:42 -07:00
  • 819a075de6 Fix .gitreview file Clint Byrum 2013-06-26 12:53:07 -07:00
  • 05b667a977 Splitting os-collect-config into its own repo. Clint Byrum 2013-06-26 12:26:06 -07:00
  • 5841dd6e24 Create os-collect-config entry point. Clint Byrum 2013-06-14 16:06:10 -07:00
  • ba51abbdf1 Rename to os-apply-config. Robert Collins 2013-06-14 15:18:24 +12:00
  • 48e6c5f40e Allow default type's to contain underscores. Dan Prince 2013-06-07 15:45:39 -04:00
  • e76e73a61d Add a 'netaddress' value type for --key. Clint Byrum 2013-05-28 11:10:46 -07:00
  • 1ef136031c Merge "Add support for default --key values." Jenkins 2013-05-21 17:13:38 +00:00
  • fa5fb2d163 Allow empty strings for raw and default types. Clint Byrum 2013-05-21 10:07:48 -07:00
  • 0746e22407 Add support for default --key values. Clint Byrum 2013-05-21 09:45:28 -07:00
  • c56819ae40 Allow missing tags in templates. Clint Byrum 2013-05-09 11:47:04 -07:00
  • b208ab5269 Read metadata from local heat-cfntools cache Clint Byrum 2013-04-12 11:15:43 -07:00
  • e22ebf2212 Merge "Make main() return rather than call sys.exit" Jenkins 2013-04-10 23:02:27 +00:00
  • a8f8df92d8 Make main() return rather than call sys.exit Clint Byrum 2013-04-09 10:20:46 -07:00
  • af70f8402d Remove unnecessary check for writable output dir. Clint Byrum 2013-04-08 22:41:54 -07:00
  • e7e4b9f0ec Adding stackforge .gitreview file Clint Byrum 2013-03-27 21:10:31 -07:00
  • 3bc12fbccf Remove env vars we don't use. Monty Taylor 2013-03-28 04:05:31 +01:00
  • 82489a11ba Align to OpenStack Hacking rules. Monty Taylor 2013-03-28 03:49:12 +01:00
  • 74929e70cc Aligned tests with OpenStack standards. Monty Taylor 2013-03-28 03:33:08 +01:00
  • 49c060a313 Migrate to pbr and testr. Monty Taylor 2013-03-28 02:37:45 +01:00
  • 354297435d Merge pull request #6 from SpamapS/master Tim Miller 2013-03-20 09:28:31 -07:00
  • e34be4df0f Render complex sub-objects using json.dumps Clint Byrum 2013-03-20 08:51:50 -07:00
  • 9883a86228 Ensure config files are readable by all. Tim Miller 2013-03-18 11:44:26 -07:00
  • 1db777fd9e Pass all flake8 tests - run in CI too Clint Byrum 2013-03-15 10:47:02 -07:00
  • 57a2265ebb Atomically replace files Clint Byrum 2013-03-15 09:18:31 -07:00
  • 28365000ca Adding IRC notifications for travis CI Clint Byrum 2013-03-15 00:41:14 -07:00
  • 81dd76d62a Disable Python 2.6 CI until someone asks for it Clint Byrum 2013-03-15 00:38:42 -07:00
  • 0646793232 Make travis-CI python 2.6 jobs work Clint Byrum 2013-03-15 00:31:34 -07:00