Skip to content

Commit

Permalink
Merge pull request #1169 from cloudfoundry/remove_fips_ops_file
Browse files Browse the repository at this point in the history
Remove fips-compliance ops file
  • Loading branch information
jochenehret authored Mar 25, 2024
2 parents b3d4fdd + c3b2762 commit bef7172
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion ci/pipelines/fips-stemcell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ jobs:
operations/addons/add-system-metrics-agent.yml
operations/use-postgres.yml
operations/experimental/enable-tls-cloud-controller-postgres.yml
operations/experimental/fips-compliance.yml
operations/use-latest-stemcell.yml
VARS_FILES: |
environments/test/snape/syslog-vars.yml
Expand Down
1 change: 0 additions & 1 deletion operations/experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ This is the README for Experimental Ops-files. To learn more about `cf-deploymen
| [`use-native-garden-runc-runner.yml`](use-native-garden-runc-runner.yml) | Configure Garden to **not** create containers via containerd, using the native runner instead. | | **NO** |
| [`use-mysql-version-8.0.yml`](use-mysql-version-8.0.yml) | Deploys or upgrades Percona 8.0 as the internal database. | ***Deprecated as we now use MySQL version 8.0 by default.*** | **NO** |
| [`use-trusted-ca-cert-for-apps-cflinuxfs4.yml`](use-trusted-ca-cert-for-apps-cflinuxfs4.yml) | Same as [`use-trusted-ca-cert-for-apps.yml`](../use-trusted-ca-cert-for-apps.yml), but for cflinuxfs4 stack | ***Deprecated as we integrate cflinuxfs4 directly into cf-deployment.yml*** | **NO** |
| [`fips-compliance.yml`](fips-compliance.yml) | Adapt cf-deployment to use FIPS compliant configuration, i.e. disable unsupported hash algorithms like MD5 | | **NO** |
4 changes: 0 additions & 4 deletions operations/experimental/fips-compliance.yml

This file was deleted.

1 change: 0 additions & 1 deletion units/tests/experimental_test/operations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ enable-tls-cloud-controller-postgres.yml:
- enable-tls-cloud-controller-postgres.yml
enable-traffic-to-internal-networks.yml: {}
fast-deploy-with-downtime-and-danger.yml: {}
fips-compliance.yml: {}
infrastructure-metrics.yml: {}
rootless-containers.yml: {}
set-cflinuxfs4-default-stack.yml:
Expand Down

0 comments on commit bef7172

Please sign in to comment.