Skip to content

Commit 2951aac

Browse files
authored
Merge branch 'develop' into nvdia-fabric-manager
2 parents 1e9a845 + 0f73f4a commit 2951aac

File tree

457 files changed

+27
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

457 files changed

+27
-160
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: ludeeus/action-shellcheck@master
9696
with:
9797
severity: warning
98-
ignore_paths: cookbooks/third-party
98+
ignore_paths: cookbooks/iptables cookbooks/line cookbooks/nfs cookbooks/openssh cookbooks/yum cookbooks/yum-epel
9999
rspec:
100100
name: ChefSpec
101101
runs-on: ubuntu-latest

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.idea
33
*.iml
44
.vagrant
5-
Berksfile.lock
65
*~
76
*#
87
.#*

.rubocop.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,12 @@ Lint/UnmodifiedReduceAccumulator: # (new in 1.1)
9898
AllCops:
9999
NewCops: enable
100100
Exclude:
101-
- 'cookbooks/third-party/**/*'
101+
- 'cookbooks/iptables/**/*'
102+
- 'cookbooks/line/**/*'
103+
- 'cookbooks/nfs/**/*'
104+
- 'cookbooks/openssh/**/*'
105+
- 'cookbooks/yum/**/*'
106+
- 'cookbooks/yum-epel/**/*'
102107

103108
Chef/Deprecations/ChefSpecCoverageReport:
104109
Enabled: false

Berksfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'berkshelf'
6-
75
group :style do
86
gem 'cookstyle', '~> 7.25.9'
97
gem 'rake', '~> 13.0.1'

README.md

Lines changed: 3 additions & 14 deletions

cookbooks/aws-parallelcluster-awsbatch/Berksfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

cookbooks/aws-parallelcluster-computefleet/Berksfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)