mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
18 lines
568 B
Plaintext
18 lines
568 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_gcp/installing-gcp-user-infra-shared-vpc.adoc
|
|
|
|
[id="installation-deployment-manager-firewall-rules_{context}"]
|
|
= Deployment Manager template for firewall rules
|
|
|
|
You can use the following Deployment Manager template to deploy the firewall rues that you need for your {product-title} cluster:
|
|
|
|
.`03_firewall.py` Deployment Manager template
|
|
[%collapsible]
|
|
====
|
|
[source,python]
|
|
----
|
|
include::https://raw.githubusercontent.com/openshift/installer/release-4.20/upi/gcp/03_firewall.py[]
|
|
----
|
|
====
|