Starting point for ODL Integration
[genesis.git] / fuel / build / f_jre / README
1
2 ##############################################################################
3 # Copyright (c) 2015 Ericsson AB and others.
4 # daniel.smith@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 This directory adds the openjdk-8-jre Java package and related puppet
12 deployment manifest such that it gets built into the .iso image an deployed
13 on the stack controller cluster.
14
15 The f_jre has the following structure:
16 .
17 +--------+----------+-----------+
18          |          |           |
19       puppet/    Makefile     README
20          |                  (this file)
21          |
22          |
23       modules/
24          |
25          |
26          |
27        opnfv/
28          |
29          |
30          |
31      manifests/
32          |
33          |
34          |
35       jre.pp
36
37 Makefile:
38 Invoked by the git root Makefile, it pulls the openjdk-8-jre deb package
39 from a propper mirror and pushes i together with the manifests to a fuel
40 build artifact directory, such that it eventually gets built into the new
41 fuel .iso
42
43 jre.pp:
44 Controls the installation and configuration of java