Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GAP Ansible Collection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GAP Ansible Collection
Merge requests
!85
add commands to base-config checks
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add commands to base-config checks
base_config_checks
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Aleksandr Kurbatov
requested to merge
base_config_checks
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
show system alarms
show chassis detail
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
69e6de41
1 commit,
1 year ago
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
geant/gap_ansible/roles/base_config_checks/vars/main.yml
+
3
−
1
Options
@@ -5,7 +5,9 @@ wfo_router: "{{ wfo_router_json }}"
commands
:
-
command
:
show version
description
:
"
Shows
the
version
of
SROS"
-
command
:
show chassis
-
command
:
show system alarms
description
:
"
Shows
active
system
alarms"
-
command
:
show chassis detail
description
:
"
Shows
the
status
of
the
chassis"
-
command
:
show card
description
:
"
Shows
the
status
of
the
cards"
Loading