summaryrefslogtreecommitdiffstats
path: root/genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml
diff options
context:
space:
mode:
authorChris Alfonso <calfonso@redhat.com>2008-07-10 22:08:17 -0400
committerChris Alfonso <calfonso@redhat.com>2008-07-10 22:08:49 -0400
commit29a940fb69e0853f5fe5bab9e5b646e769d5e4f6 (patch)
treeb0741a876bf127c4ba1ac0a4666d728e9f677dca /genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml
parent5037d4e5866ff5a1d9858c3893b081c286de91d0 (diff)
downloadtools-29a940fb69e0853f5fe5bab9e5b646e769d5e4f6.tar.gz
tools-29a940fb69e0853f5fe5bab9e5b646e769d5e4f6.tar.xz
tools-29a940fb69e0853f5fe5bab9e5b646e769d5e4f6.zip
Added contribution chapter
Diffstat (limited to 'genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml')
-rw-r--r--genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml54
1 files changed, 1 insertions, 53 deletions
diff --git a/genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml b/genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml
index d637d51..120993a 100644
--- a/genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml
+++ b/genome-docs/genome-docs-1.0.0/en-US/Cookbook.xml
@@ -625,57 +625,5 @@ git-cherry-pick -n <varname>[REVISION 4]</varname>
</orderedlist>
</para>
</section>
- <section id="genome-app-rpms">
- <title>Deploying Stable App RPMs with Genome-Bootstrap</title>
- <para>
- It is now possible to automatically deploy applications to
- jboss upon initial creation of any machine type that includes
- the jboss server. Since most developers would want to build
- the latest code for themselves, we made this an optional but
- simple configuration
- </para>
- <para>
- To add stable app RPMs to any bootstrap process, you must edit
- the yaml for the node you are creating. The variable name is
- "rpm_apps" and you must simply list the package names of each
- service and application you want to deploy in an array format.
- If you do not specify an rpm_apps variable, puppet will not
- install any.
- </para>
- <para>
- The format is simple, but I would suggest installing a certain
- base of services and applications to ensure that everything runs
- smoothly. Here is an example:
- <screen>
- rpm_apps:
- - services-address-endpoints
- - services-audit-endpoints
- - services-cleanse-endpoints
- - services-email-endpoints
- - services-entitlement-endpoints
- - services-oracle-apps-endpoints
- - services-payment-endpoints
- - services-product-endpoints
- - services-regnum-endpoints
- - services-sfcom-endpoints
- - services-shipment-endpoints
- - services-sso-endpoints
- - services-tax-endpoints
- - services-terms-endpoints
- - services-user-endpoints
- - www-app-common
- - www-app-sso
- - www-app-support
- - www-app-ugc
- - www-endpoint-ugc
- </screen>
- </para>
- <para>
- This will install a nice base of applications (SSO, UGC,
- Support) and all of the services necessary. Any additional
- apps can be installed using yum, since a yum repo (apps-noarch)
- has been set up for stable RPM installation.
- </para>
- </section>
-</chapter>
+ </chapter>