-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add complete spec test coverage * Default values for hyperglass::server no longer contain bogus devices * Simplify the classes * Make managing users and groups optional * Make each of the service dependencies for the server optional
- Loading branch information
1 parent
a0eba90
commit a5cfb86
Showing
21 changed files
with
683 additions
and
399 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
Style/TrailingCommaInLiteral: | ||
Enabled: false | ||
inherit_gem: | ||
voxpupuli-test: rubocop.yml |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
hyperglass::server::data: | ||
listen_address: 0.0.0.0 | ||
|
||
hyperglass::server::devices: | ||
routers: | ||
- name: atl_router01 | ||
address: 10.0.0.2 | ||
network: | ||
name: secondary | ||
display_name: That Other Network | ||
credential: | ||
username: user2 | ||
password: " secret2" | ||
display_name: Atlanta, GA | ||
port: 22 | ||
nos: juniper | ||
vrfs: | ||
- name: default | ||
display_name: Global | ||
ipv4: | ||
source_address: 192.0.2.2 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
--- {} |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
version: 5 | ||
defaults: | ||
datadir: data | ||
data_hash: yaml_data | ||
hierarchy: | ||
- name: "Acceptance testing with Beaker" | ||
path: "beaker/%{facts.beaker}.yaml" | ||
- name: "common" | ||
path: "common.yaml" | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.