aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/charts/uui-server/templates/NOTES.txt
blob: 1b2d9b9d12ecc4e60ca8f6454cf82fd731136ca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright © 2017 Amdocs, Bell Canada
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range .Values.ingress.hosts }}
  http://{{ . }}
{{- end }}
{{- else if contains "NodePort" .Values.service.type }}
  export NODE_PORT=$(kubectl get --namespace {{ include "common.namespace" . }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "common.name" . }})
  export NODE_IP=$(kubectl get nodes --namespace {{ include "common.namespace" . }} -o jsonpath="{.items[0].status.addresses[0].address}")
  echo http://$NODE_IP:$NODE_PORT
{{- else if contains "LoadBalancer" .Values.service.type }}
     NOTE: It may take a few minutes for the LoadBalancer IP to be available.
           You can watch the status of by running 'kubectl get svc -w {{ include "common.name" . }}'
  export SERVICE_IP=$(kubectl get svc --namespace {{ include "common.namespace" . }} {{ include "common.name" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
  echo http://$SERVICE_IP:{{ .Values.service.externalPort }}
{{- else if contains "ClusterIP" .Values.service.type }}
  export POD_NAME=$(kubectl get pods --namespace {{ include "common.namespace" . }} -l "app={{ .Chart.Name }},release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
  echo "Visit http://127.0.0.1:8080 to use your application"
  kubectl port-forward $POD_NAME 8080:{{ .Values.service.internalPort }}
{{- end }}
t .si { color: #3333bb; 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 */
{
   "VNF-API:input": {
     "VNF-API:request-information": {
       "VNF-API:request-id": "robot12",
       "VNF-API:notification-url": "https://so.onap.org",
       "VNF-API:order-number": "robot12",
       "VNF-API:request-sub-action": "SUPP",
       "VNF-API:request-action": "PreloadVNFRequest",
       "VNF-API:source": "VID",
       "VNF-API:order-version": "1.0"
     },
     "VNF-API:sdnc-request-header": {
       "VNF-API:svc-action": "reserve",
       "VNF-API:svc-notification-url": "https://son.onap.org",
       "VNF-API:svc-request-id": "robot12"
     },
     "VNF-API:vnf-topology-information": {
             "vnf-topology-identifier": {
               "service-type": "${service_type}",
               "vnf-type": "${vnf_type}",
               "generic-vnf-name": "${generic_vnf_name}",
               "generic-vnf-type": "${generic_vnf_type}",
               "vnf-name": "${vnf_name}"
       },
       "VNF-API:vnf-parameters": [
		{
		"vnf-parameter-name": "vcpe_image_name",
		"vnf-parameter-value": "vgmux-casa-base-ubuntu-16-04"
		},
		{
		"vnf-parameter-name": "vcpe_flavor_name",
		"vnf-parameter-value": "m1.medium"
		},
		{
		"vnf-parameter-name": "public_net_id",
		"vnf-parameter-value": "${public_net_id}"
		},
		{
		"vnf-parameter-name": "bng_gmux_private_net_id",
		"vnf-parameter-value": "${bng_mux_net}"
		},
		{
		"vnf-parameter-name": "bng_gmux_private_subnet_id",
		"vnf-parameter-value": "${bng_mux_subnet}"
		},
		{
		"vnf-parameter-name": "mux_gw_private_net_id",
		"vnf-parameter-value": "${mux_gw_net}"
		},
		{
		"vnf-parameter-name": "mux_gw_private_subnet_id",
		"vnf-parameter-value": "${mux_gw_subnet}"
		},
		{
		"vnf-parameter-name": "onap_private_net_id",
		"vnf-parameter-value": "${oam_onap_net}"
		},
		{
		"vnf-parameter-name": "onap_private_subnet_id",
		"vnf-parameter-value": "${oam_onap_subnet}"
		},
		{
		"vnf-parameter-name": "onap_private_net_cidr",
		"vnf-parameter-value": "10.0.0.0/16"
		},
		{
		"vnf-parameter-name": "mux_gw_private_net_cidr",
		"vnf-parameter-value": "10.5.0.0/24"
		},
		{
		"vnf-parameter-name": "bng_gmux_private_net_cidr",
		"vnf-parameter-value": "10.1.0.0/24"
		},
		{
		"vnf-parameter-name": "vgmux_private_ip_0",
		"vnf-parameter-value": "10.1.0.21"
		},
		{
		"vnf-parameter-name": "vgmux_private_ip_1",
		"vnf-parameter-value": "10.0.101.21"
		},
		{
		"vnf-parameter-name": "vgmux_private_ip_2",
		"vnf-parameter-value": "10.5.0.21"
		},
		{
		"vnf-parameter-name": "vgmux_name_0",
		"vnf-parameter-value": "zdcpe1cpe01mux01_${suffix}"
		},
		{
		"vnf-parameter-name": "vnf_id",
		"vnf-parameter-value": "vCPE_Infrastructure_Metro_vGMUX_demo_app"
		},
		{
		"vnf-parameter-name": "vf_module_id",
		"vnf-parameter-value": "vCPE_Intrastructure_Metro_vGMUX"
		},
		{
		"vnf-parameter-name": "dcae_collector_ip",
		"vnf-parameter-value": "10.0.4.102"
		},
		{
		"vnf-parameter-name": "dcae_collector_port",
		"vnf-parameter-value": "8080"
		},
		{
		"vnf-parameter-name": "repo_url_blob",
		"vnf-parameter-value": "https://nexus.onap.org/content/sites/raw"
		},
		{
		"vnf-parameter-name": "repo_url_artifacts",
		"vnf-parameter-value": "https://nexus.onap.org/content/repositories/releases"
		},
		{
		"vnf-parameter-name": "demo_artifacts_version",
		"vnf-parameter-value": "1.1.1"
		},
		{
		"vnf-parameter-name": "script_version",
		"vnf-parameter-value": "1.3.0"
		},
		{
		"vnf-parameter-name": "key_name",
		"vnf-parameter-value": "vgmux_key"
		},
		{
		"vnf-parameter-name": "pub_key",
		"vnf-parameter-value": "${pub_key}"
		},
		{
		"vnf-parameter-name": "cloud_env",
		"vnf-parameter-value": "openstack"
		},
		{
		"vnf-parameter-name": "vpp_source_repo_url",
		"vnf-parameter-value": "https://gerrit.fd.io/r/vpp"
		},
		{
		"vnf-parameter-name": "vpp_source_repo_branch",
		"vnf-parameter-value": "stable/1704"
		},
		{
		"vnf-parameter-name": "vpp_patch_url",
		"vnf-parameter-value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/Vpp-Add-VES-agent-for-vG-MUX.patch"
		},
		{
		"vnf-parameter-name": "hc2vpp_patch_url",
		"vnf-parameter-value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/Hc2vpp-Add-VES-agent-for-vG-MUX.patch"
		},
		{
		"vnf-parameter-name": "libevel_patch_url",
		"vnf-parameter-value": "https://git.onap.org/demo/plain/vnfs/vCPE/vpp-ves-agent-for-vgmux/src/patches/vCPE-vG-MUX-libevel-fixup.patch"
		}
       ],
       "VNF-API:vnf-assignments": {
         }
       }
     }
}