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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user