10 Commits

Author SHA1 Message Date
Clint Byrum
9c9a6e5447 Add diagram to os-collect-config README.rst
Pictures are worth 1000 words. True story.

Change-Id: Ibd2048d9e61bfab6ddf0e6d663b2bbc2f0ff20c1
2014-03-26 09:13:19 -07:00
Clint Byrum
8f095feee6 Move default cache dir to persistent location
While this is called a "cache", it is important for it to survive. On
reboot, servers may need what was in the cfn config to restore complex
network configurations.

We introduce a new command line option, --backup-cachedir, that will
default to the old path, /var/run/os-collect-config. This will keep
things working for any tools that have been hard coded to use the old
path.

Change-Id: I78b3851b35addfc16913e3cd53c9d0e7eb3d191a
2014-01-22 12:16:37 -08:00
JUN JIE NAN
e6810895dc Tidy up README.rst, formatting
Wrap long line, add heading, formatting.

Change-Id: Id6d09c19832385a64134cd0115b909ecc7c6de29
2013-11-28 18:34:47 +08:00
JUN JIE NAN
2068717f05 Fix typo error in README.rst
From source code we can see the config file should be
/etc/os-collect-config.conf instead of
/etc/os-collect-config/sources.ini

Change-Id: Ieb1149991c4009fe05610ee5737d320274597404
2013-11-28 10:11:11 +08:00
Angus Salkeld
1e43bdf2b6 Fix the formatting in the README
the backlinks don't seem to work on github use "::" instead.

Change-Id: I33acfc82df70344577dac7d775a061829c8038d8
2013-10-15 14:28:30 +11:00
Monty Taylor
efe1fa256b Replace github references with git.o.o
Change-Id: I0c854540b93ff1cf17cac8c252b8db0eef2a87ec
2013-09-18 07:50:44 -05:00
Clint Byrum
6eb8eb9af3 Store list of collected configs in cachedir
This will allow tools like os-apply-config to read the list even when
they are run out of band from os-collect-config.

Change-Id: Ic4eaf649e234f4a1367d20c7ec52e93e787a7bb3
2013-09-13 00:39:49 -07:00
Monty Taylor
3ddfcdbb2e Update stackforge references to openstack
Change-Id: Ibd777b5d9dbb19970aec537fe0145d97287d31f2
2013-08-17 22:59:30 -04:00
Robert Collins
4bdefc2041 Document the last file presence.
Smart hooks may want to perform delta analysis on metadata, and tests
want to be able to tell if the cache is updated it's previous state,
so we should make the presence and name of the old versions of the
files a stable interface.

Change-Id: Ia29c1ef9e10308d6461dae7823c5f497f6b90122
2013-08-16 17:29:58 +12:00
Monty Taylor
b041fb363e Ensure that README file makes it into the tarball
setup.cfg depends on the README file for its long description, so if
it's not in the source tarball, the build will bomb out. README.rst is an
automatically grokked name of a file for python and gets included
automatically. While we're dealing with this, add a MANIFEST.in to
ensure that AUTHORS and ChangeLog get installed too.

Change-Id: Id59fa5a6fecc179a80710ba8a5dc898fb713b1cf
2013-07-07 11:56:08 -04:00