Skip to content

Commit

Permalink
fix(map): update os mappings for centos/fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmcloughlin committed Jul 1, 2019
1 parent c86f76a commit 5bd353b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepsea/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RedHat:
pkg:
deps:
- python-boto3
- python3-netaddr
- iperf3
- gdisk
- lshw
Expand Down
11 changes: 11 additions & 0 deletions deepsea/osfingermap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ Debian-8:
pkg:
deps:
- python-rados

# os: CentOS
CentOS-7:
pkg:
deps:
- python36-netaddr

CentOS-8:
pkg:
deps:
- python36-netaddr
1 change: 1 addition & 0 deletions deepsea/osmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Fedora:
pkg:
deps:
- python3-boto
- python3-netaddr
- python3-tox

CentOS: {}
Expand Down

0 comments on commit 5bd353b

Please sign in to comment.