-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extra provision not working #2
Comments
Hi, The documentation clearly states that you need to do: What the documentation doesn't state (I've forgot to add that part) is that you can do this to override the default versions. It is described in 2 other configurations that uses the same procedure though (https://github.com/oravirt/vagrant-vbox-rac#modifying-the-oracle-installation-using-environment-variables & https://github.com/oravirt/vagrant-vbox-si-asm#modifying-the-oracle-installation-using-environment-variables)
I'll make sure to update the README properly. |
Hi, thanks for the help. @oravirt I am putting the comment here in the correct repo. I apologize that I put it in ansible-oracle I have another little detail with that same thing I put in the file config.rb that is in vagrant-vbox-si-fs the names in capital letters of the cbd and pdb but I'm getting an error with the tablespace that the listener can not connect.
|
Hello
I did the
git clone --recursive https://github.com/oravirt/vagrant-vbox-si-fs.git
after that
Execute vagrant up
I only run the basic provision
I think the provisioning that sees the extra provision is not running well
hosts.yml
...
create_shared_disk: false
provisioning: extra-provision / ansible-oracle / vbox-si-fs-install.yml
provisioning_env_override: true
in the readme I see that by default is the oracle 18 which variables should be configured for an installation in 12.102
Thanks in advance
The text was updated successfully, but these errors were encountered: