aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-mariadb/templates/pvc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/so/charts/so-mariadb/templates/pvc.yaml')
-rw-r--r--kubernetes/so/charts/so-mariadb/templates/pvc.yaml12
1 files changed, 1 insertions, 11 deletions
diff --git a/kubernetes/so/charts/so-mariadb/templates/pvc.yaml b/kubernetes/so/charts/so-mariadb/templates/pvc.yaml
index 92d5eed0c4..17ff7730c7 100644
--- a/kubernetes/so/charts/so-mariadb/templates/pvc.yaml
+++ b/kubernetes/so/charts/so-mariadb/templates/pvc.yaml
@@ -33,20 +33,10 @@ metadata:
{{ toYaml .Values.persistence.annotations | indent 4 }}
{{- end }}
spec:
- selector:
- matchLabels:
- name: {{ include "common.fullname" . }}-migration
accessModes:
- {{ .Values.persistence.accessMode }}
resources:
requests:
storage: {{ .Values.persistence.size }}
-{{- if .Values.persistence.storageClass }}
-{{- if (eq "-" .Values.persistence.storageClass) }}
- storageClassName: ""
-{{- else }}
- storageClassName: "{{ .Values.persistence.storageClass }}"
+ storageClassName: {{ include "common.storageClass" . }}
{{- end }}
-{{- end }}
-{{- end }}
-
background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.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 */
.. This work is licensed under a Creative Commons Attribution 4.0
.. International License. http://creativecommons.org/licenses/by/4.0
.. Copyright 2017 AT&T Intellectual Property.  All rights reserved.


Service Deployment
==================
Deploy a service by following these general steps:

* `Instantiate a network <https://wiki.onap.org/x/r40P>`_
* `Gather and validate data for an infrastructure service/network <https://wiki.onap.org/x/sY0P>`_
* `Instantiate an infrastructure service <https://wiki.onap.org/x/to0P>`_
* `Post instantiation <https://wiki.onap.org/x/uY0P>`_

About infrastructure services
-----------------------------

Infrastructure services describe VFs that are designed to meet
the need for additional capacity in the network. Service Designers
create the VFs/services that represent such capacity, and
Operations representatives trigger the instantiation of the
infrastructure service using the Virtual Instantiation
Deployment (VID) GUI. These services are based on the need for
additional capacity or the removal of deployed capacity.

Example infrastructure service types:

 * mobile

 * layer 3

 * layer 4+

 * cloud

Capacity Planning
-----------------

Before triggering VF instantiation,
ensure the capacity and resources required by each VF in
a service are available.