|
@@ -30,3 +30,8 @@ openshift_hosted_routers:
|
|
|
openshift_hosted_router_certificate: {}
|
|
|
openshift_hosted_registry_cert_expire_days: 730
|
|
|
openshift_hosted_router_create_certificate: False
|
|
|
+
|
|
|
+os_firewall_allow:
|
|
|
+- service: Docker Registry Port
|
|
|
+ port: 5000/tcp
|
|
|
+ when: openshift.common.use_calico | bool
|