diff --git a/ci/pipelines/fips-stemcell.yml b/ci/pipelines/fips-stemcell.yml index 81546a8af..68c564390 100644 --- a/ci/pipelines/fips-stemcell.yml +++ b/ci/pipelines/fips-stemcell.yml @@ -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 diff --git a/operations/experimental/README.md b/operations/experimental/README.md index cd12b59cf..a0b8644ab 100644 --- a/operations/experimental/README.md +++ b/operations/experimental/README.md @@ -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** | diff --git a/operations/experimental/fips-compliance.yml b/operations/experimental/fips-compliance.yml deleted file mode 100644 index 7395301fd..000000000 --- a/operations/experimental/fips-compliance.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- type: replace - path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/legacy_md5_buildpack_paths_enabled? - value: false diff --git a/units/tests/experimental_test/operations.yml b/units/tests/experimental_test/operations.yml index a431b0613..ae252b4d5 100644 --- a/units/tests/experimental_test/operations.yml +++ b/units/tests/experimental_test/operations.yml @@ -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: