X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fpacker_templates%2Fosm%2FREADME.md;h=1cadabc8fa682bcc8dffe6df301f452538bc7077;hb=83ea27a120080d6b753d6ac8ad8410660e8822e8;hp=6699621c818294f4dc79cdf137a450e06dd28002;hpb=8ac0f088f6d30ee030f1ef6fe768da2f242c5046;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) ```