Merge "Add A1 Policy Management Service helm charts"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 17 Sep 2020 12:19:36 +0000 (12:19 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 17 Sep 2020 12:19:36 +0000 (12:19 +0000)
1  2 
kubernetes/onap/resources/environments/public-cloud.yaml
kubernetes/onap/values.yaml

@@@ -1,4 -1,5 +1,5 @@@
  # Copyright © 2017 Amdocs, Bell Canada
+ # Copyright (c) 2020 Nordix Foundation, Modifications
  #
  # Licensed under the Apache License, Version 2.0 (the "License");
  # you may not use this file except in compliance with the License.
@@@ -146,6 -147,9 +147,6 @@@ sdnc
    sdnc-ansible-server:
      readiness:
        initialDelaySeconds: 120
 -  sdnc-portal:
 -    readiness:
 -      initialDelaySeconds: 120
    ueb-listener:
      liveness:
        initialDelaySeconds: 60
@@@ -174,3 -178,10 +175,10 @@@ mariadb-galera
      readiness:
        initialDelaySeconds: 120
  
+ a1policymanagement:
+   liveness:
+     initialDelaySeconds: 60
+     periodSeconds: 10
+   readiness:
+     initialDelaySeconds: 60
+     periodSeconds: 10
@@@ -1,4 -1,5 +1,5 @@@
  # Copyright © 2019 Amdocs, Bell Canada
+ # Copyright (c) 2020 Nordix Foundation, Modifications
  #
  # Licensed under the Apache License, Version 2.0 (the "License");
  # you may not use this file except in compliance with the License.
@@@ -48,8 -49,9 +49,8 @@@ global
      password: docker
    dockerHubRepository: docker.io
  
 -  # readiness check - temporary repo until images migrated to nexus3
 -  readinessRepository: oomk8s
 -  readinessImage: readiness-check:2.2.2
 +  # readiness check
 +  readinessImage: onap/oom/readiness:3.0.1
  
    # curl image
    curlImage: curlimages/curl:7.69.1
    # flag to enable debugging - application support required
    debugEnabled: false
  
 +  # default password complexity
 +  # available options: phrase, name, pin, basic, short, medium, long, maximum security
 +  # More datails: https://masterpassword.app/masterpassword-algorithm.pdf
 +  passwordStrength: long
 +
    # configuration to set log level to all components (the one that are using
    # "common.log.level" to set this)
    # can be overrided per components by setting logConfiguration.logLevelOverride
@@@ -307,3 -304,5 +308,5 @@@ vnfsdk
    enabled: false
  modeling:
    enabled: false
+ a1policymanagement:
+   enabled: false