faq ERROR This bundle requires the following product versions configured for the workspace - padogrid/padogrid GitHub Wiki

When I install a PadoGrid bundle, I get "ERROR: This bundle requires the following product version(s) configured for the workspace."

This error occurs if you have not installed the required product. You can install the required product and try it again. You can also override the error by specifiying the -force option and install the product later as shown in the example below.

Geode is not installed and the install_bundle outputs the error message.

install_bundle -download -workspace bundle-geode-1-app-perf_test_sb-cluster-sb

Output:

ERROR: This bundle requires the following product version(s) configured for the workspace.
          geode=1

       Use the following commands to verify and install products.
          show_padogrid, update_padogrid, install_padogrid

       Command aborted.

The -force option overrides the error and installs the bundle.

install_bundle -force -download -workspace bundle-geode-1-app-perf_test_sb-cluster-sb

Output:

git clone [email protected]:padogrid/bundle-geode-1-app-perf_test_sb-cluster-sb.git bundle-geode-1-app-perf_test_sb-cluster-sb
Already up to date.

Bundle workspace created. Switch workspace by executing the following command:
   switch_workspace bundle-geode-1-app-perf_test_sb-cluster-sb

To run the installed bundle, you will need to install the required product. If you have already installed the product then just run update_product to update the rwe with the product. In this example, the product is geode and we would run the following commands.

install_padogrid -product geode
update_product -product geode