summaryrefslogtreecommitdiffstats
path: root/tools/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'tools/upgrade')
-rw-r--r--tools/upgrade/1.1/README6
-rw-r--r--tools/upgrade/1.2/README9
-rw-r--r--tools/upgrade/1.3/README14
3 files changed, 29 insertions, 0 deletions
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="<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