-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to ansible-mdd release 1.2.0 (#91)
* Support for updating both OC and native config data in NSO * Data harvesting of both OC and native config data using the ciscops.mdd.harvest playbook
- Loading branch information
1 parent
b052efc
commit d41a01b
Showing
39 changed files
with
2,823 additions
and
2,777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
mdd_data: | ||
openconfig-system:system: | ||
openconfig-system:config: | ||
openconfig-system:login-banner: "Unauthorized access is prohibited!" | ||
openconfig-system:motd-banner: "Welcome to {{ inventory_hostname }}" | ||
mdd:openconfig: | ||
openconfig-system:system: | ||
openconfig-system:config: | ||
openconfig-system:login-banner: "Unauthorized access is prohibited!" | ||
openconfig-system:motd-banner: "Welcome to {{ inventory_hostname }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
--- | ||
mdd_data: | ||
openconfig-system:system: | ||
openconfig-system:clock: | ||
openconfig-system:config: | ||
openconfig-system:timezone-name: 'PST -8 0' | ||
openconfig-system:ntp: | ||
openconfig-system:config: | ||
openconfig-system:enabled: true | ||
openconfig-system:servers: | ||
openconfig-system:server: | ||
- openconfig-system:address: '216.239.35.0' | ||
openconfig-system:config: | ||
openconfig-system:address: '216.239.35.0' | ||
openconfig-system:association-type: SERVER | ||
openconfig-system:iburst: true | ||
- openconfig-system:address: '216.239.35.4' | ||
openconfig-system:config: | ||
openconfig-system:address: '216.239.35.4' | ||
openconfig-system:association-type: SERVER | ||
openconfig-system:iburst: true | ||
mdd:openconfig: | ||
openconfig-system:system: | ||
openconfig-system:clock: | ||
openconfig-system:config: | ||
openconfig-system:timezone-name: 'PST -8 0' | ||
openconfig-system:ntp: | ||
openconfig-system:config: | ||
openconfig-system:enabled: true | ||
openconfig-system:servers: | ||
openconfig-system:server: | ||
- openconfig-system:address: '216.239.35.0' | ||
openconfig-system:config: | ||
openconfig-system:address: '216.239.35.0' | ||
openconfig-system:association-type: SERVER | ||
openconfig-system:iburst: true | ||
- openconfig-system:address: '216.239.35.4' | ||
openconfig-system:config: | ||
openconfig-system:address: '216.239.35.4' | ||
openconfig-system:association-type: SERVER | ||
openconfig-system:iburst: true |
Oops, something went wrong.