Hey Rishi, had the following below problems on RADix Vagrant provisioning: The git clone I just pulled had 0.7-SNAPSHOT; I changed it to 0.8.1 and things got better; ended up with errors in section 2 below. (Also, suggest adding PRODUCT_ARTIFACT_ID_VERSION to env.sh and using it in the provision.sh where the tar occurs)
1. ******************************* ==> oodt_radix_vm: tar (child): ==> oodt_radix_vm: distribution/target/mysoftcloud-myoodt-distribution-1.0-bin.tar.gz-distribution-*-bin.tar.gz: Cannot open ==> oodt_radix_vm: : No such file or directory ==> oodt_radix_vm: tar (child): ==> oodt_radix_vm: Error is not recoverable: exiting now ==> oodt_radix_vm: tar: ==> oodt_radix_vm: Child returned status 2 ==> oodt_radix_vm: tar: ==> oodt_radix_vm: Error is not recoverable: exiting now ==> oodt_radix_vm: /tmp/vagrant-shell: line 67: cd: /usr/local/oodt/bin: No such file or directory ==> oodt_radix_vm: /tmp/vagrant-shell: line 68: ./oodt: No such file or directory ******************************** 2. *==> oodt_radix_vm: tar: option requires an argument -- 'C'* *==> oodt_radix_vm: Try `tar --help' or `tar --usage' for more information.* *==> oodt_radix_vm: /tmp/vagrant-shell: line 68: ./oodt: No such file or directory* *-Thanks* *BW*
