Migrate write-good hook to pre-commit
[releng/builder.git] / packer / README.markdown
index 95ed62f07c610197cc17b45674b391cc13f76924..1c60d44f221d3a08fbb1c77888a67a3577d67a74 100644 (file)
@@ -9,17 +9,17 @@ We build OpenDaylight's CI images via Packer.
 
 You'll need to [install Packer][2], of course.
 
-OpenDaylight's Packer configuration is divided into build-specific variables,
-output-specific templates and a set of shared provisioning scripts. To do a
+OpenDaylight's Packer configuration separates build-specific variables,
+output-specific templates, and a set of shared provisioning scripts. To do a
 specific build, combine the template for the desired output artifact type with
-a variable file. To build a new java-builder instance the following would be done:
+a variable file. To build a new java-builder instance run this command:
 
 ```
 packer build -var-file=vars/cloud-env.json -var-file=vars/centos.json templates/java-builder.json
 ```
 
 **NOTE:** vars/cloud-env.json is a gitignored file as it contains private
-information. A vars/cloud-env.json.example file is provided as an example.
+information. The vars/cloud-env.json.example file is available as an example.
 
 This would build bootable image in two different OpenStack clouds. In specific,
 Rackspace's Public cloud and a private OpenStack cloud.