cpe-deployments/config/overlays/advanced-routing.yaml
Arif Ali 6af8998860
Update deployment for granularity
* Add nova policy override for mimic
* fine tuning of keystone override
* segregate lma and landscape applications/relations
* Add workaround for altname for interfaces
* Update focal overlay to update and mimic
* Add hosts file for addtion to local host
2022-11-01 20:51:17 +00:00

32 lines
876 B
YAML

applications:
external-advanced-routing:
charm: cs:advanced-routing
options:
enable-advanced-routing: true
advanced-routing-config: |
[ {
"type": "table",
"table": "SF1"
}, {
"type": "route",
"default_route": true,
"gateway": "192.168.1.254",
"table": "SF1"
}, {
"type": "rule",
"from-net": "192.168.1.0/24",
"to-net": "192.168.1.0/24",
"priority": 100
}, {
"type": "rule",
"from-net": "192.168.1.0/24",
"table": "SF1",
"priority": 101
} ]
# See LP #1871856:
# Charm shouldn't "block" if apply-changes action is configured
action-managed-update: False
relations:
- [ "external-advanced-routing:juju-info", "aodh:juju-info" ]