Thank You Alvaro.
 I am new to vagrant. 
 Is there a way I could check the code for syntax errors before I execute 
the code?

 My only programming knowledge is on Oracle PL/SQL where IF statements end 
with an END IF as shown below in Courier New font.
 But vagrant's IF statements end with just an "end" keyword which can be 
confusing if not intended very clearly.

 if condition then
   --statements
elseif condition then
    -- more statements
...
else
    -- other statements;
end if;



 
On Tuesday, November 21, 2017 at 6:41:49 AM UTC+8, Alvaro Miranda Aguilera 
wrote:
>
> for the disk part you can use something like this:
>
> https://gist.github.com/anonymous/a3a7832904e13ac1f222baa911d33024
>
> Alvaro
>
> On Mon, Nov 20, 2017 at 2:59 PM, <[email protected] <javascript:>> wrote:
>
>> Vagrant version : 2.0.1
>> Guest OS : Oracle Linux 7.4
>>
>>
>> I have an Oracle Linux 7.4 vagrant base box. I would like to build a 
>> 2-node Oracle RAC cluster. I want to build 2 RAC VMs and attach shared 
>> disks (for ASM) to both of these VMs.
>> Where can I find the vagrant code for this requirement ??
>>
>> -- 
>> This mailing list is governed under the HashiCorp Community Guidelines - 
>> https://www.hashicorp.com/community-guidelines.html. Behavior in 
>> violation of those guidelines may result in your removal from this mailing 
>> list.
>>  
>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>> IRC: #vagrant on Freenode
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Vagrant" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/vagrant-up/a9132a38-ab27-4bd5-8977-015d4b8d3452%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/vagrant-up/a9132a38-ab27-4bd5-8977-015d4b8d3452%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Alvaro
>
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/e8c7d345-cb4a-454b-852a-d77dcd6b8029%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to