-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating load function to use cli_config #26
base: devel
Are you sure you want to change the base?
Conversation
Signed-off-by: Sumit Jaiswal <[email protected]>
Signed-off-by: Sumit Jaiswal <[email protected]>
Signed-off-by: Sumit Jaiswal <[email protected]>
Signed-off-by: Sumit Jaiswal <[email protected]>
Signed-off-by: Sumit Jaiswal <[email protected]>
Build succeeded.
|
Signed-off-by: Sumit Jaiswal <[email protected]>
Build succeeded.
|
@justjais Docs need update as well. |
- name: Include configure task | ||
include_tasks: includes/configure/configure.yaml | ||
when: not ansible_check_mode and not iosxr_config_replace | ||
- name: load configuration into device |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@justjais replace functionality is missing from this task? You may refer to https://github.com/ansible-network/vyos/blob/devel/tasks/config_manager/load.yaml#L21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
includes/configure/configure.yaml is no longer required if cli_config is used for load task?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs portion lgtm
Updating the iosxr role Load function to use
cli_config