X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fkeystone%2Fconfig.yaml;h=9a7acd5e6b654ae1199f519b1abd1f498d67c51d;hb=026b356fb9f1bb9629cea9c56c7adc9ec2df1f36;hp=2a54a3d96344cc383a2adc1fb008fc8b61ecdd84;hpb=21a9d218341fbb3ae6bb56780a6586d15d13595c;p=osm%2Fdevops.git diff --git a/installers/charm/keystone/config.yaml b/installers/charm/keystone/config.yaml index 2a54a3d9..9a7acd5e 100644 --- a/installers/charm/keystone/config.yaml +++ b/installers/charm/keystone/config.yaml @@ -20,6 +20,11 @@ options: If there is a reverse proxy in front of Keystone, it may need to be configured to handle the requested size. default: 5 + ingress_class: + type: string + description: | + Ingress class name. This is useful for selecting the ingress to be used + in case there are multiple ingresses in the underlying k8s clusters. ingress_whitelist_source_range: type: string description: | @@ -45,6 +50,15 @@ options: type: string description: Keystone DB Password default: admin + mysql_host: + type: string + description: MySQL Host (external database) + mysql_port: + type: int + description: MySQL Port (external database) + mysql_root_password: + type: string + description: MySQL Root Password (external database) admin_username: type: string description: Admin username to be created when starting the service @@ -191,7 +205,7 @@ options: enablement. However, some schemas might use an integer value in an attribute. In this situation, set user_enabled_default to the integer value that represents a user being enabled. - default: true + default: "true" ldap_user_enabled_invert: type: boolean description: |