aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-monitoring/resources/config/overrides
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2020-05-08 12:28:27 -0500
committerJorge Hernandez <jorge.hernandez-herrero@att.com>2020-05-09 01:10:43 +0000
commit70c11046a12ca42fe1b3f3369a449f19ba33e791 (patch)
treedc210d4c11749d25d518f7caa4708b6cdff32cc1 /kubernetes/so/charts/so-monitoring/resources/config/overrides
parentd451bedd8fac229c70feb767622675b09f4d968e (diff)
[POLICY] put base64 password in xacml.properties
In addition, remove heap mem sizing for drools too as it is properly sized according to container allocated resources. Issue-ID: POLICY-2547 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I4e1e5eaef1cad924ac4c86e5248230aef1fad7d8 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> (cherry picked from commit ed6839f2fe2566741dcd49c8e59fdae519ce84b0)
Diffstat (limited to 'kubernetes/so/charts/so-monitoring/resources/config/overrides')
0 files changed, 0 insertions, 0 deletions
iteral.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
  org.openecomp.resource.MyCompute:
    derived_from: tosca.nodes.Root
    attributes:
      private_address:
        type: string
      public_address:
        type: string
      networks:
        type: map
        entry_schema:
          type: tosca.datatypes.network.NetworkInfo
      ports:
        type: map
        entry_schema:
          type: tosca.datatypes.network.PortInfo
    requirements:
      - local_storage100: 
          capability: tosca.capabilities.Attachment
          node: tosca.nodes.BlockStorage
          relationship: tosca.relationships.AttachesTo
    capabilities:
      host: 
        type: tosca.capabilities.Container
        valid_source_types: [tosca.nodes.SoftwareComponent] 
      endpoint100 :
        type: tosca.capabilities.Endpoint.Admin 
        occurrences: [ 2, 1]  
      os: 
        type: tosca.capabilities.OperatingSystem
      scalable:
        type: tosca.capabilities.Scalable
      binding:
        type: tosca.capabilities.network.Bindable