aririikonen / oracle

Full Oracle cookbook for Chef. Please see the README.md for further details.
http://oraarir.blogspot.fi/
44 stars 50 forks source link

Allow for installation from a shared/exported directory #6

Open pmoosh opened 9 years ago

pmoosh commented 9 years ago

Implement an option, that allows for an installation from a shared/exported directory instead of unzipping the downloaded files on the VM/system. It would reduce the space needed for the installation.

aririikonen commented 9 years ago

For v2.0.0 we'll be adding a check on the node[:oracle][:rdbms][:install_dir] directory, if the directory exists (e.g. /opt/oracle/install_dir/database) and there is already files under it. Then the fetching and unzipping of the filed will be skipped. Same functionality will be added for the patches, so node[:oracle][:rdbms][:latest_patch][:dirname].

pmoosh commented 9 years ago

+1