Commit Graph

15 Commits

Author SHA1 Message Date
Andreas Florath 461c30df29 Fix config file documentation
The documentation currently uses '[default]' (lower case).
This configuration is not picket up.
It needs to be upper case.

Change-Id: Icbc5e7ee5178be1054b045045245d384a3957a63
Signed-off-by: Andreas Florath <Andreas.Florath@telekom.de>
2019-09-12 13:09:55 +00:00
caoyuan fb5393461f Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I4e23b8ae531bf103a945e0e14610cde0c354a4ab
2019-04-26 18:02:45 +08:00
Ian Wienand 51cb5aa4ac Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I8446d73326d833915374836c6ec1f5d6d46bc8de
2019-03-24 20:35:18 +00:00
melissaml 356a482e42 Update links in README
Change the outdated links to the latest links in README

Change-Id: I1fc91142d8b82ae5fb7bac429f6e3600f433dc01
2018-03-02 18:01:13 +08:00
Flavio Percoco e6fbb4cd98 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/e08d834d7d0be70f74da177780f25f4a\n'

Change-Id: I5b7c82f942547245a830db0e80c1e12069f21cb9
2016-11-25 14:19:52 +01:00
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