Always add default route on oam

Currently, ansible playbook adds default route over the oam network
only when running on a subcloud.
This commits removes that check, enabling the default route to always
be added.

Closes-bug: 1845707
Change-Id: I3de6af5135e2ca940c33f850d4e58214d84614be
Signed-off-by: Joseph Richard <joseph.richard@windriver.com>
This commit is contained in:
Joseph Richard
2019-10-22 10:48:09 -04:00
parent 79d8cb6620
commit 7e6be3795d
2 changed files with 1 additions and 2 deletions

View File

@@ -42,7 +42,6 @@
- name: Set up default route to the oam gateway
include_tasks: setup_default_route.yml
when: distributed_cloud_role == 'subcloud'
- name: Load images from archives if configured
include_tasks: load_images_from_archive.yml

View File

@@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0
#
# SUB-TASK DESCRIPTION:
# These tasks configure a default route to the oam gateway on subclouds.
# These tasks configure a default route to the oam gateway.
#
- name: Set the ip command based on IP address version