Description of problem: git clone git://github.com/clalancette/oz.git /oz/docs/tdl.rng For the beta release we need some sort of documentation on the website for oz regarding the various important elements and parameters. Thanks!
making sure all the bugs are at the right version for future queries
Documentation for TDL currently exists externally: https://s3.amazonaws.com/loranz-rh/AeolusDocumentation/TDL.html Probably a good idea to port this documentation to the aeolus website.
The most important doc to include is this.. https://www.aeolusproject.org/redmine/projects/image-factory/wiki/Documentation <template> <name>f13-samepletdl</name> <description>Fedora 13 32 bit - Example Template</description> <os> <name>Fedora</name> <version>13</version> <arch>i386</arch> <install type='url'> <url>http://fedora-mirror-site.com/install_trees/fedora/F-13/GOLD/Fedora/i386/os/</url> </install> <rootpw>changeme</rootpw> </os> <repositories> <repository name='signed-custom-repo'> <url>http://custom-package-site.redhat.com/repos/unsigned_custom_repo/</url> <signed>True</signed> </repository> <repository name='unsigned-custom-repo'> <url>http://custom-rpackage-site2.redhat.com/repos/signed_custom_repo/</url> <signed>False</signed> </repository> </repositories> <packages> <package name='kernel-PAE'/> <package name='euca2ools'/> <package name='imgfacsnapinit'/> </packages> <files> <file name='/etc/rock.it'> This is a custom configuration file. </file> <file name='/tmp/binary_file' type='base64'> VGhpcyBpcyBhbiBlbmNvZGVkIGZpbGUK </file> </files> <commands> <command name="test"> echo "hello" > /var/lib/foo.bar </command> </commands> </template>
However we need to make sure doc the diff between a Fedora TDL RHEL 6 TDL RHEL 5 TDL notice the diff in <version> .. this is critical.. should be a *TIP* <name>audrey-client-fedora-rhevm</name> <os> <name>Fedora</name> <version>15</version> <arch>x86_64</arch> <name>RHEL6-1-Basic</name> <os> <name>RHEL-6</name> <version>1</version> <arch>x86_64</arch> <name>RHEL5-Basic</name> <os> <name>RHEL-5</name> <version>U7</version> <arch>x86_64</arch>
Document is now available on docs.redhat.com. Please raise a new bug for any further issues. LKB