diff --git a/playbooks/openshift-apps/coreos-cincinnati.yml b/playbooks/openshift-apps/coreos-cincinnati.yml index 70d4840d24..5eee25d2e7 100644 --- a/playbooks/openshift-apps/coreos-cincinnati.yml +++ b/playbooks/openshift-apps/coreos-cincinnati.yml @@ -25,7 +25,6 @@ - jlebon - dustymabe - siosm - egress_policy_template: "{{ roles_path }}/openshift-apps/coreos-cincinnati/templates/egresspolicy.yml" - role: openshift/object app: coreos-cincinnati diff --git a/roles/openshift-apps/coreos-cincinnati/templates/egresspolicy.yml b/roles/openshift-apps/coreos-cincinnati/templates/egresspolicy.yml deleted file mode 100644 index 62fe6e1ab0..0000000000 --- a/roles/openshift-apps/coreos-cincinnati/templates/egresspolicy.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -apiVersion: v1 -kind: EgressNetworkPolicy -metadata: - name: default -spec: - egress: - - type: Allow - to: - dnsName: builds.coreos.fedoraproject.org - - type: Allow - to: - dnsName: github.com - - type: Allow - to: - dnsName: crates.io - - type: Allow - to: - dnsName: static.crates.io - - type: Allow - to: - dnsName: mirrors.fedoraproject.org - - type: Allow - to: - dnsName: dl.fedoraproject.org - - type: Allow - to: - dnsName: dl.iad2.fedoraproject.org - - type: Allow - to: - cidrSelector: "0.0.0.0/0"