Skip to content

Commit

Permalink
M #-: OneKE: Fix template typos (cardinality, cooldown) (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
sk4zuzu authored Jun 13, 2024
1 parent a37241f commit a027f5e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ opennebula_template:
scheduled_policies: []
- name: worker
parents: [vnf]
cardinality: 1,
cardinality: 1
vm_template_contents: |
NIC = [
NAME = "NIC0",
Expand All @@ -133,7 +133,7 @@ opennebula_template:
ONEAPP_VNF_HAPROXY_LB3_IP = "<ETH0_EP0>"
ONEAPP_VNF_HAPROXY_LB3_PORT = "$ONEAPP_VNF_HAPROXY_LB3_PORT"
ONEAPP_VNF_DNS_ENABLED = "$ONEAPP_VNF_DNS_ENABLED"
cooldown: 120,
cooldown: 120
elasticity_policies: []
scheduled_policies: []
- name: storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ opennebula_template:
scheduled_policies: []
- name: worker
parents: [vnf]
cardinality: 1,
cardinality: 1
vm_template_contents: |
NIC = [
NAME = "NIC0",
Expand All @@ -133,7 +133,7 @@ opennebula_template:
ONEAPP_VNF_HAPROXY_LB3_IP = "<ETH0_EP0>"
ONEAPP_VNF_HAPROXY_LB3_PORT = "$ONEAPP_VNF_HAPROXY_LB3_PORT"
ONEAPP_VNF_DNS_ENABLED = "$ONEAPP_VNF_DNS_ENABLED"
cooldown: 120,
cooldown: 120
elasticity_policies: []
scheduled_policies: []
- name: storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ opennebula_template:
scheduled_policies: []
- name: worker
parents: [vnf]
cardinality: 1,
cardinality: 1
vm_template_contents: |
NIC = [
NAME = "NIC0",
Expand All @@ -133,7 +133,7 @@ opennebula_template:
ONEAPP_VNF_HAPROXY_LB3_IP = "<ETH0_EP0>"
ONEAPP_VNF_HAPROXY_LB3_PORT = "$ONEAPP_VNF_HAPROXY_LB3_PORT"
ONEAPP_VNF_DNS_ENABLED = "$ONEAPP_VNF_DNS_ENABLED"
cooldown: 120,
cooldown: 120
elasticity_policies: []
scheduled_policies: []
- name: storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ opennebula_template:
scheduled_policies: []
- name: worker
parents: [vnf]
cardinality: 1,
cardinality: 1
vm_template_contents: |
NIC = [
NAME = "NIC0",
Expand All @@ -133,7 +133,7 @@ opennebula_template:
ONEAPP_VNF_HAPROXY_LB3_IP = "<ETH0_EP0>"
ONEAPP_VNF_HAPROXY_LB3_PORT = "$ONEAPP_VNF_HAPROXY_LB3_PORT"
ONEAPP_VNF_DNS_ENABLED = "$ONEAPP_VNF_DNS_ENABLED"
cooldown: 120,
cooldown: 120
elasticity_policies: []
scheduled_policies: []
- name: storage
Expand Down

0 comments on commit a027f5e

Please sign in to comment.