summaryrefslogtreecommitdiffstats
path: root/docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/README.md
diff options
context:
space:
mode:
authorStone, Avi (as206k) <as206k@att.com>2018-05-17 10:25:42 +0300
committerStone, Avi (as206k) <as206k@att.com>2018-05-17 10:25:42 +0300
commit530230e2299a1c78a79779ac03b0bbcf58260480 (patch)
tree45c1f52f85e618905cc4e9d27f3673e74302a699 /docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/README.md
parentc2a0c564d29df7f09e83e53ba9252dfab0db59f9 (diff)
Add docker files
Adding docker files so the docker job would run Change-Id: I7db917d261d480e28a51ff222f12422803b395e8 Issue-ID: SDC-1339 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/README.md')
-rw-r--r--docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/README.md b/docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/README.md
new file mode 100644
index 0000000..5d1fd04
--- /dev/null
+++ b/docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/README.md
@@ -0,0 +1,13 @@
+# Deploy-DCAE
+
+1. default.rb = file that defines default to parameters used inside the cookbook
+2. recipes/dcae_setup.rb = create and configure application.properties and logback-spring.xml using template defined in dcae-application.properties.erb with values from defaults.rb or from environments.json
+3. recipes/jetty_setup.rb = configure the jetty (ssl)
+4. roles/dcae-fe.json = chef roles (which recipe to run)
+5. Dockerfile = SDC Base line jettystartup.sh = run all of the above and run docker-entrypoint.sh that starts the jetty
+6. pom.xml = docker profile.
+ tag for onap
+ build-helper-maven-plugin = extract version from the war
+ maven-resources-plugin - copy the war to docker/target
+ docker-maven-plugin = creates the docker - configured with the dockerFile location
+