Skip to content
Snippets Groups Projects
Commit 848c0851 authored by Milos Zdravkovic's avatar Milos Zdravkovic
Browse files

Quick fix before review

parent 17bfc4ef
No related branches found
No related tags found
No related merge requests found
Pipeline #90252 failed
---
# defaults file for deploy_service_config
---
# handlers file for deploy_service_config
---
- name: Fetch the access port info from the subscription
- name: Fetch access port info from the subscription
ansible.builtin.include_tasks: traverse_subscription.yml
# The "delegate_to" works as expected in conjuction with "import_tasks"
......@@ -22,7 +22,7 @@
# name: deploy_service_config
# when: verb == deploy
#
- name: Push the assembled config to device
- name: Push assembled config to device
ansible.builtin.include_tasks: push_config.yml
- name: SBP ["{{ verb }}"] on "{{ inventory_hostname }}" [CHECK ONLY][NOKIA]
- name: 'Config deploy [CHECK ONLY][NOKIA]'
# ansible.netcommon.netconf_config:
geant.gap_ansible.nokia_netconf_config:
format: xml
......@@ -7,7 +7,7 @@
content: "/var/tmp/ansible_run_{{ opid }}/assembled/for_deployment"
commit: true
validate: true
config_mode: private
#config_mode: private ; CHANGELOG.md suggests this is implicit now?
diff: true
register: output
check_mode: true
......@@ -23,7 +23,7 @@
and
is_verification_workflow | ansible.builtin.bool
- name: SBP ["{{ verb }}"] on "{{ inventory_hostname }}" [AND COMMIT][NOKIA]
- name: 'Config deploy [AND COMMIT][NOKIA]'
# ansible.netcommon.netconf_config:
geant.gap_ansible.nokia_netconf_config:
format: xml
......@@ -31,7 +31,7 @@
content: "/var/tmp/ansible_run_{{ opid }}/assembled/for_deployment"
commit: true
commit_comment: "{{ commit_comment }}"
config_mode: private
#config_mode: private ; CHANGELOG.md suggests this is implicit now?
diff: true
check_mode: false
when: >
......
---
# vars file for deploy_service_config
dry_run: true
is_verification_workflow: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment