Skip to content

Commit

Permalink
F OpenNebula/one#6273: Set "storage" cardinality to 0 (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
sk4zuzu committed Jul 25, 2023
1 parent 886219c commit 2c2d783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ opennebula_template: '{
{
"name": "storage",
"parents": ["vnf"],
"cardinality": 1,
"cardinality": 0,
"vm_template_contents": "NIC=[NAME=\"NIC0\",NETWORK_ID=\"$Private\"]\nONEAPP_VROUTER_ETH0_VIP0=\"$ONEAPP_VROUTER_ETH0_VIP0\"\nONEAPP_VROUTER_ETH1_VIP0=\"$ONEAPP_VROUTER_ETH1_VIP0\"\nONEAPP_K8S_LONGHORN_ENABLED=\"$ONEAPP_K8S_LONGHORN_ENABLED\"\nONEAPP_STORAGE_DEVICE=\"$ONEAPP_STORAGE_DEVICE\"\nONEAPP_STORAGE_FILESYSTEM=\"$ONEAPP_STORAGE_FILESYSTEM\"\n",
"cooldown": 120,
"elasticity_policies": [],
Expand Down

0 comments on commit 2c2d783

Please sign in to comment.