From 5ac4217ee9c4f84dbc47d4eee1ca643960325ecb Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 4 Sep 2012 09:58:06 -0400 Subject: fixed up tools documentation, added tests for tools doco --- tools/upgrade/1.1/README | 6 ++++++ tools/upgrade/1.2/README | 9 +++++++++ tools/upgrade/1.3/README | 14 ++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 tools/upgrade/1.1/README create mode 100644 tools/upgrade/1.2/README create mode 100644 tools/upgrade/1.3/README (limited to 'tools/upgrade') diff --git a/tools/upgrade/1.1/README b/tools/upgrade/1.1/README new file mode 100644 index 000000000..e57f8c0a6 --- /dev/null +++ b/tools/upgrade/1.1/README @@ -0,0 +1,6 @@ +This directory contains scripts to help upgrading from Bcfg2 1.0 to 1.1. + +posixunified.py + - Change all ConfigFile, Directory, Directory, Permissions, and + Symlink entries in Base and Bundler to Path type="" + entries in Rules. diff --git a/tools/upgrade/1.2/README b/tools/upgrade/1.2/README new file mode 100644 index 000000000..1879ebbf8 --- /dev/null +++ b/tools/upgrade/1.2/README @@ -0,0 +1,9 @@ +This directory contains scripts to help upgrading from Bcfg2 1.1 to 1.2. + +nagiosgen-convert.py + - Convert configuration from Properties/NagiosGen.xml to + NagiosGen/config.xml and NagiosGen/parents.xml + +packages-convert.py + - Convert configuration from Packages/config.xml to + Packages/packages.conf and Packages/sources.xml diff --git a/tools/upgrade/1.3/README b/tools/upgrade/1.3/README new file mode 100644 index 000000000..6c9382550 --- /dev/null +++ b/tools/upgrade/1.3/README @@ -0,0 +1,14 @@ +This directory contains scripts to help with upgrading from Bcfg2 1.2 +to 1.3. + +migrate_info.py + - Convert info and :info files to info.xml files + +migrate_configs.py + - Migrate configuration in Rules/rules.conf and + Packages/packages.conf to bcfg2.conf; move database + configuration from [statistics] to [database] + +service_modes.py + - Convert Service tags from "mode" attribute to separate "restart" + and "install" attributes -- cgit v1.2.3-1-g7c22