Skip to content

Commit

Permalink
Enable Octavia in uni05epsilon
Browse files Browse the repository at this point in the history
- fixed missing route in the Octavia NAD
- enable the Octavia services
  • Loading branch information
gthiemonge committed Jul 19, 2024
1 parent 7ecf63f commit 27354d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion examples/dt/uni05epsilon/control-plane/nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,13 @@ data:
"type": "whereabouts",
"range": "172.23.0.0/24",
"range_start": "172.23.0.30",
"range_end": "172.23.0.70"
"range_end": "172.23.0.70",
"routes": [
{
"dst": "172.24.0.0/16",
"gw": "172.23.0.150"
}
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/dt/uni05epsilon/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ data:
type: split

octavia:
enabled: false # TODO after healthmanager fixed
enabled: true
amphoraImageContainerImage: quay.io/gthiemonge/octavia-amphora-image
apacheContainerImage: registry.redhat.io/ubi9/httpd-24:latest
octaviaAPI:
Expand Down

0 comments on commit 27354d6

Please sign in to comment.