summaryrefslogtreecommitdiffstats
path: root/tools/upgrade/1.3/README
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-04 09:58:06 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-04 09:58:06 -0400
commit5ac4217ee9c4f84dbc47d4eee1ca643960325ecb (patch)
treecf9022cd0c2635223094e9e65f74ec513ec3ba66 /tools/upgrade/1.3/README
parentd9d4391b211c0a13cbfeadc9fa63e5bdeba9d2f6 (diff)
downloadbcfg2-5ac4217ee9c4f84dbc47d4eee1ca643960325ecb.tar.gz
bcfg2-5ac4217ee9c4f84dbc47d4eee1ca643960325ecb.tar.bz2
bcfg2-5ac4217ee9c4f84dbc47d4eee1ca643960325ecb.zip
fixed up tools documentation, added tests for tools doco
Diffstat (limited to 'tools/upgrade/1.3/README')
-rw-r--r--tools/upgrade/1.3/README14
1 files changed, 14 insertions, 0 deletions
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