Add docker files
[sdc/dcae-d/dt-be-main.git] / docker / docker_be / chef-solo / cookbooks / Deploy-DCAE / README.md
1 # Deploy-DCAE
2
3 1. default.rb = file that defines default to parameters used inside the cookbook
4 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
5 3. recipes/jetty_setup.rb = configure the jetty (ssl)
6 4. roles/dcae-fe.json = chef roles (which recipe to run)
7 5. Dockerfile = SDC Base line jettystartup.sh = run all of the above and run docker-entrypoint.sh that starts the jetty
8 6. pom.xml = docker profile.
9                          tag for onap
10                          build-helper-maven-plugin = extract version from the war
11                          maven-resources-plugin - copy the war to docker/target
12                          docker-maven-plugin = creates the docker - configured with the dockerFile location
13