diff --git a/src/config.yaml b/src/config.yaml index f29a6cd..abb2803 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -35,3 +35,7 @@ options: default: default_router type: string description: Default router to connect + default_dns: + default: 8.8.8.8 + type: string + description: Default DNS configuration diff --git a/src/templates/mitaka/murano.conf b/src/templates/mitaka/murano.conf index 18da82b..370ef89 100644 --- a/src/templates/mitaka/murano.conf +++ b/src/templates/mitaka/murano.conf @@ -50,3 +50,4 @@ url = {{ options.external_endpoints.murano_api.url }} external_network = {{ options.ext_network }} router_name = {{ options.router }} create_router = true +default_dns = {{ options.default_dns }}