Hello,
First, sorry for my approximate English, I am French.
I have a problem with my vOneCloud installation.
Here is my situation:
1 vCenter with 2 clusters and 4 datastores (2 per cluster).
To simplify :
CLUSTER_1
DATASTORE_1
DATASTORE_2
CLUSTER_2
DATASTORE_3
DATASTORE_4
I want to deploy by opennebula 1 vmware template located on DATASTORE_1.
I made 2 OpenNebula template:
1 to deploy on CLUSTER_1 and one to deploy on CLUSTER_2.
I use : SCHED_REQUIREMENTS = “NAME=CLUSTER_2”
That’s good.
The concern is that OpenNebula only deploy VM on DATASTORE_1, where the template is located.
So the template that deploys on CLUSTER_2 finished in failure because it does not access a DATASTORE_1.
I try to use :
SCHED_DS_REQUIREMENTS = “CLUSTER_ID="107"”
SCHED_DS_REQUIREMENTS = “NAME=CLUSTER_2”
etc…
But it’s fail.
I can deploy on a specific datastore by specifying directly with VCENTER_DATASTORE=DATASTORE_4
But this is static and I want OpenNebula to choose a free datastore…
Can you help me ?
vOneCloud configuration :
HOST :
CLUSTER_1
CLUSTER_2
CLUSTER :
CLUSTER_1
HOST : CLUSTER_1
DATASTORE : DATASTORE_1, DATASTORE_2
CLUSTER_2
HOST : CLUSTER_2
DATASTORE : DATASTORE_3, DATASTORE_4