X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fpacker_templates%2Fosm%2FREADME.md;fp=packer%2Fpacker_templates%2Fosm%2FREADME.md;h=1cadabc8fa682bcc8dffe6df301f452538bc7077;hb=88a2a7eca2215320eeb127d11071fc840ef8d366;hp=6699621c818294f4dc79cdf137a450e06dd28002;hpb=7b0acc0a3cfc0a9ea0e5dadda64f6dc689c04632;p=osm%2Fdevops.git diff --git a/packer/packer_templates/osm/README.md b/packer/packer_templates/osm/README.md index 6699621c..1cadabc8 100644 --- a/packer/packer_templates/osm/README.md +++ b/packer/packer_templates/osm/README.md @@ -15,11 +15,11 @@ limitations under the License. ## Virtualbox for Vagrant ```bash -PACKER_LOG=1 packer build -only=virtualbox-iso osm-7.0.1-amd64.json 2>&1 | tee osm_install_log.txt +PACKER_LOG=1 packer build -only=virtualbox-iso osm-8.0.4-amd64.json 2>&1 | tee osm_install_log.txt ``` ## OpenStack ```bash -(jq 'del(."post-processors")' osm-7.0.1-amd64.json > temp.json) && (PACKER_LOG=1 packer build -only=openstack temp.json 2>&1 | tee osm_install_log.txt) +(jq 'del(."post-processors")' osm-8.0.4-amd64.json > temp.json) && (PACKER_LOG=1 packer build -only=openstack temp.json 2>&1 | tee osm_install_log.txt) ```