Skip to content

Commit

Permalink
Merge pull request validatedpatterns#409 from mbaldessari/final-slimming
Browse files Browse the repository at this point in the history
Move MCG to slimmed down common
  • Loading branch information
mbaldessari authored Sep 27, 2024
2 parents 3752fb0 + dde52be commit 6694be2
Show file tree
Hide file tree
Showing 288 changed files with 96 additions and 97,653 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jsonschema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
# check-jsonschema needs .yaml as an extension
cp ./values-secret.yaml.template ./values-secret.yaml
check-jsonschema --schemafile ./common/ansible/roles/vault_utils/values-secrets.v2.schema.json values-secret.yaml
check-jsonschema --schemafile https://raw.githubusercontent.com/validatedpatterns/rhvp.cluster_utils/refs/heads/main/roles/vault_utils/values-secrets.v2.schema.json values-secret.yaml
rm -f ./values-secret.yaml
- name: Verify ClusterGroup values.schema.json against values-*yaml files
Expand All @@ -66,7 +66,7 @@ jobs:
# disable shellcheck of single quotes in yq
# shellcheck disable=2016
yq eval-all '. as $item ireduce ({}; . * $item )' values-global.yaml "$i" > tmp.yaml
check-jsonschema --schemafile ./common/clustergroup/values.schema.json tmp.yaml
check-jsonschema --schemafile https://raw.githubusercontent.com/validatedpatterns/clustergroup-chart/refs/heads/main/values.schema.json tmp.yaml
rm -f tmp.yaml
done
65 changes: 0 additions & 65 deletions .github/workflows/linter.yml

This file was deleted.

6 changes: 1 addition & 5 deletions common/.github/linters/.gitleaks.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[whitelist]
# As of v4, gitleaks only matches against filename, not path in the
# files directive. Leaving content for backwards compatibility.
files = [
"ansible/plugins/modules/*.py",
"ansible/tests/unit/test_*.py",
"ansible/tests/unit/v1/*.yaml",
]
files = [ ]
17 changes: 0 additions & 17 deletions common/.github/workflows/ansible-lint.yml

This file was deleted.

52 changes: 0 additions & 52 deletions common/.github/workflows/ansible-unittest.yml

This file was deleted.

108 changes: 0 additions & 108 deletions common/.github/workflows/chart-branches.yml

This file was deleted.

42 changes: 0 additions & 42 deletions common/.github/workflows/chart-split.yml

This file was deleted.

57 changes: 0 additions & 57 deletions common/.github/workflows/jsonschema.yaml

This file was deleted.

Loading

0 comments on commit 6694be2

Please sign in to comment.