system-config/inventory/service/group_vars/kerberos-kdc.yaml
Ian Wienand ef62e1df31 kerberos-kdc: add realm value
I missed this in the production variables as it is set differently for
testing.

Change-Id: Ie9508cbcb11f8b342f05c98e8e85bc158e5ee4c1
2021-03-18 16:04:51 +11:00

11 lines
154 B
YAML

kerberos_kdc_realm: OPENSTACK.ORG
iptables_extra_public_tcp_ports:
- 88
- 464
- 749
- 754
iptables_extra_public_udp_ports:
- 88
- 464
- 749