aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/templates/NOTES.txt
blob: 91d8ed42f1b02d881e6d0b502cb822852407c6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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={{ template "so.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 }}
i { color: #f8f8f2 } /* Name.Entity */ .highlight .ne { color: #a6e22e } /* Name.Exception */ .highlight .nf { color: #a6e22e } /* Name.Function */ .highlight .nl { color: #f8f8f2 } /* Name.Label */ .highlight .nn { color: #f8f8f2 } /* Name.Namespace */ .highlight .nx { color: #a6e22e } /* Name.Other */ .highlight .py { color: #f8f8f2 } /* Name.Property */ .highlight .nt { color: #f92672 } /* Name.Tag */ .highlight .nv { color: #f8f8f2 } /* Name.Variable */ .highlight .ow { color: #f92672 } /* Operator.Word */ .highlight .w { color: #f8f8f2 } /* Text.Whitespace */ .highlight .mb { color: #ae81ff } /* Literal.Number.Bin */ .highlight .mf { color: #ae81ff } /* Literal.Number.Float */ .highlight .mh { color: #ae81ff } /* Literal.Number.Hex */ .highlight .mi { color: #ae81ff } /* Literal.Number.Integer */ .highlight .mo { color: #ae81ff } /* Literal.Number.Oct */ .highlight .sa { color: #e6db74 } /* Literal.String.Affix */ .highlight .sb { color: #e6db74 } /* Literal.String.Backtick */ .highlight .sc { color: #e6db74 } /* Literal.String.Char */ .highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */ .highlight .sd { color: #e6db74 } /* Literal.String.Doc */ .highlight .s2 { color: #e6db74 } /* Literal.String.Double */ .highlight .se { color: #ae81ff } /* Literal.String.Escape */ .highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */ .highlight .si { color: #e6db74 } /* Literal.String.Interpol */ .highlight .sx { color: #e6db74 } /* Literal.String.Other */ .highlight .sr { color: #e6db74 } /* Literal.String.Regex */ .highlight .s1 { color: #e6db74 } /* Literal.String.Single */ .highlight .ss { color: #e6db74 } /* Literal.String.Symbol */ .highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #a6e22e } /* Name.Function.Magic */ .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */ .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */ .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */ .highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */ .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */ } @media (prefers-color-scheme: light) { .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .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 */ }
[submodule "docs/submodules/vnfrqts/guidelines"]
	path = docs/submodules/vnfrqts/guidelines.git
	url = ../vnfrqts/guidelines
	branch = .
	ignore = dirty
[submodule "docs/submodules/vnfrqts/requirements"]
	path = docs/submodules/vnfrqts/requirements.git
	url = ../vnfrqts/requirements
	branch = .
	ignore = dirty
[submodule "docs/submodules/appc"]
	path = docs/submodules/appc.git
	url = ../appc
	branch = .
	ignore = dirty
[submodule "docs/submodules/cli"]
	path = docs/submodules/cli.git
	url = ../cli
	branch = .
	ignore = dirty
[submodule "docs/submodules/clamp"]
	path = docs/submodules/clamp.git
	url = ../clamp
	branch = .
	ignore = dirty
[submodule "docs/submodules/appc/deployment.git"]
	path = docs/submodules/appc/deployment.git
	url = ../appc/deployment
	branch = .
	ignore = dirty
[submodule "docs/submodules/optf/has.git"]
	path = docs/submodules/optf/has.git
	url = ../optf/has
	branch = .
	ignore = dirty
[submodule "docs/submodules/dcaegen2.git"]
	path = docs/submodules/dcaegen2.git
	url = ../dcaegen2
	branch = .
	ignore = dirty
[submodule "docs/submodules/aaf/authz.git"]
	path = docs/submodules/aaf/authz.git
	url = ../aaf/authz
	branch = .
	ignore = dirty
[submodule "docs/submodules/policy/engine.git"]
	path = docs/submodules/policy/engine.git
	url = ../policy/engine
	branch = .
	ignore = dirty
[submodule "docs/submodules/vnfsdk/model.git"]
	path = docs/submodules/vnfsdk/model.git
	url = ../vnfsdk/model
	branch = .
	ignore = dirty
[submodule "docs/submodules/holmes/rule-management.git"]
	path = docs/submodules/holmes/rule-management.git
	url = ../holmes/rule-management
	branch = .
	ignore = dirty
[submodule "docs/submodules/holmes/engine-management.git"]
	path = docs/submodules/holmes/engine-management.git
	url = ../holmes/engine-management
	branch = .
	ignore = dirty
[submodule "docs/submodules/vfc/nfvo/lcm.git"]
	path = docs/submodules/vfc/nfvo/lcm.git
	url = ../vfc/nfvo/lcm
	branch = .
	ignore = dirty
[submodule "docs/submodules/msb/apigateway.git"]
	path = docs/submodules/msb/apigateway.git
	url = ../msb/apigateway
	branch = .
	ignore = dirty
[submodule "docs/submodules/msb/discovery.git"]
	path = docs/submodules/msb/discovery.git
	url = ../msb/discovery
	branch = .
	ignore = dirty
[submodule "docs/submodules/msb/java-sdk.git"]
	path = docs/submodules/msb/java-sdk.git
	url = ../msb/java-sdk
	branch = .
	ignore = dirty
[submodule "docs/submodules/msb/swagger-sdk.git"]
	path = docs/submodules/msb/swagger-sdk.git
	url = ../msb/swagger-sdk
	branch = .
	ignore = dirty
[submodule "docs/submodules/modeling/modelspec.git"]
	path = docs/submodules/modeling/modelspec.git
	url = ../modeling/modelspec
	branch = .
	ignore = dirty
[submodule "docs/submodules/dmaap/messagerouter/messageservice.git"]
	path = docs/submodules/dmaap/messagerouter/messageservice.git
	url = ../dmaap/messagerouter/messageservice
	branch = .
	ignore = dirty
[submodule "docs/submodules/aai/esr-server.git"]
	path = docs/submodules/aai/esr-server.git
	url = ../aai/esr-server
	branch = .
	ignore = dirty
[submodule "docs/submodules/oom.git"]
	path = docs/submodules/oom.git
	url = ../oom
	branch = .
	ignore = dirty
[submodule "docs/submodules/aai/aai-common.git"]
	path = docs/submodules/aai/aai-common.git
	url = ../aai/aai-common
	branch = .
	ignore = dirty
[submodule "docs/submodules/aai/esr-gui.git"]
	path = docs/submodules/aai/esr-gui.git
	url = ../aai/esr-gui
	branch = .
	ignore = dirty
[submodule "docs/submodules/aai/sparky-be.git"]
	path = docs/submodules/aai/sparky-be.git
	url = ../aai/sparky-be
	branch = .
	ignore = dirty
[submodule "docs/submodules/integration.git"]
	path = docs/submodules/integration.git
	url = ../integration
	branch = .
	ignore = dirty
[submodule "docs/submodules/multicloud/framework.git"]
	path = docs/submodules/multicloud/framework.git
	url = ../multicloud/framework
	branch = .
	ignore = dirty
[submodule "docs/submodules/multicloud/k8s.git"]
	path = docs/submodules/multicloud/k8s.git
	url = ../multicloud/k8s
	branch = .
	ignore = dirty
[submodule "docs/submodules/ccsdk/dashboard.git"]
	path = docs/submodules/ccsdk/dashboard.git
	url = ../ccsdk/dashboard
	branch = .
	ignore = dirty
[submodule "docs/submodules/ccsdk/distribution.git"]
	path = docs/submodules/ccsdk/distribution.git
	url = ../ccsdk/distribution
	branch = .
	ignore = dirty
[submodule "docs/submodules/ccsdk/parent.git"]
	path = docs/submodules/ccsdk/parent.git
	url = ../ccsdk/parent
	branch = .
	ignore = dirty
[submodule "docs/submodules/ccsdk/platform/blueprints.git"]
	path = docs/submodules/ccsdk/platform/blueprints.git
	url = ../ccsdk/platform/blueprints
	branch = .
	ignore = dirty
[submodule "docs/submodules/ccsdk/platform/nbapi.git"]
	path = docs/submodules/ccsdk/platform/nbapi.git
	url = ../ccsdk/platform/nbapi
	branch = .
	ignore = dirty
[submodule "docs/submodules/ccsdk/platform/plugins.git"]
	path = docs/submodules/ccsdk/platform/plugins.git
	url = ../ccsdk/platform/plugins
	branch = .
	ignore = dirty
[submodule "docs/submodules/ccsdk/storage/esaas.git"]
	path = docs/submodules/ccsdk/storage/esaas.git
	url = ../ccsdk/storage/esaas
	branch = .
	ignore = dirty
[submodule "docs/submodules/ccsdk/storage/pgaas.git"]
	path = docs/submodules/ccsdk/storage/pgaas.git
	url = ../ccsdk/storage/pgaas
	branch = .
	ignore = dirty
[submodule "docs/submodules/ccsdk/utils.git"]
	path = docs/submodules/ccsdk/utils.git
	url = ../ccsdk/utils
	branch = .
	ignore = dirty
[submodule "docs/submodules/sdnc/oam.git"]
	path = docs/submodules/sdnc/oam.git
	url = ../sdnc/oam
	branch = .
	ignore = dirty
[submodule "docs/submodules/portal.git"]
	path = docs/submodules/portal.git
	url = ../portal
	branch = .
	ignore = dirty
[submodule "docs/submodules/sdc.git"]
	path = docs/submodules/sdc.git
	url = ../sdc
	branch = .
	ignore = dirty
[submodule "docs/submodules/sdc/jtosca.git"]
	path = docs/submodules/sdc/jtosca.git
	url = ../sdc/jtosca
	branch = .
	ignore = dirty
[submodule "docs/submodules/sdc/sdc-distribution-client.git"]
	path = docs/submodules/sdc/sdc-distribution-client.git
	url = ../sdc/sdc-distribution-client
	branch = .
	ignore = dirty
[submodule "docs/submodules/sdc/sdc-docker-base.git"]
	path = docs/submodules/sdc/sdc-docker-base.git
	url = ../sdc/sdc-docker-base
	branch = .
	ignore = dirty
[submodule "docs/submodules/sdc/sdc-titan-cassandra.git"]
	path = docs/submodules/sdc/sdc-titan-cassandra.git
	url = ../sdc/sdc-titan-cassandra
	branch = .
	ignore = dirty
[submodule "docs/submodules/sdc/sdc-tosca.git"]
	path = docs/submodules/sdc/sdc-tosca.git
	url = ../sdc/sdc-tosca
	branch = .
	ignore = dirty
[submodule "docs/submodules/sdc/sdc-workflow-designer.git"]
	path = docs/submodules/sdc/sdc-workflow-designer.git
	url = ../sdc/sdc-workflow-designer
	branch = .
	ignore = dirty
[submodule "docs/submodules/vid.git"]
	path = docs/submodules/vid.git
	url = ../vid
	branch = .
	ignore = dirty
[submodule "docs/submodules/vid/asdcclient.git"]
	path = docs/submodules/vid/asdcclient.git
	url = ../vid/asdcclient
	branch = .
	ignore = dirty
[submodule "docs/submodules/usecase-ui.git"]
	path = docs/submodules/usecase-ui.git
	url = ../usecase-ui
	branch = .
	ignore = dirty
[submodule "docs/submodules/so.git"]
	path = docs/submodules/so.git
	url = ../so
	branch = .
	ignore = dirty
[submodule "docs/submodules/so/libs.git"]
	path = docs/submodules/so/libs.git
	url = ../so/libs
	branch = .
	ignore = dirty
[submodule "docs/submodules/logging-analytics.git"]
	path = docs/submodules/logging-analytics.git
	url = ../logging-analytics
	branch = .
	ignore = dirty
[submodule "docs/submodules/modeling/toscaparsers.git"]
	path = docs/submodules/modeling/toscaparsers.git
	url = ../modeling/toscaparsers
	branch = .
	ignore = dirty
[submodule "docs/submodules/vvp/documentation.git"]
	path = docs/submodules/vvp/documentation.git
	url = ../vvp/documentation
	branch = .
	ignore = dirty
[submodule "docs/submodules/aai/event-client.git"]
	path = docs/submodules/aai/event-client.git
	url = ../aai/event-client
	branch = .
	ignore = dirty
[submodule "docs/submodules/ui/dmaapbc.git"]
	path = docs/submodules/ui/dmaapbc.git
	url = ../ui/dmaapbc
	branch = .
	ignore = dirty
[submodule "docs/submodules/optf/osdf.git"]
	path = docs/submodules/optf/osdf.git
	url = ../optf/osdf
	branch = .
	ignore = dirty
[submodule "docs/submodules/dmaap/datarouter.git"]
	path = docs/submodules/dmaap/datarouter.git
	url = ../dmaap/datarouter
	branch = .
	ignore = dirty
[submodule "docs/submodules/dmaap/dbcapi.git"]
	path = docs/submodules/dmaap/dbcapi.git
	url = ../dmaap/dbcapi
	branch = .
	ignore = dirty
[submodule "docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git"]
	path = docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git
	url = ../vfc/nfvo/driver/vnfm/svnfm
	branch = .
	ignore = dirty
[submodule "docs/submodules/music.git"]
	path = docs/submodules/music.git
	url = ../music
	branch = .
	ignore = dirty
[submodule "docs/submodules/externalapi/nbi.git"]
	path = docs/submodules/externalapi/nbi.git
	url = ../externalapi/nbi
	branch = .
	ignore = dirty
[submodule "docs/submodules/music/distributed-kv-store.git"]
	path = docs/submodules/music/distributed-kv-store.git
	url = ../music/distributed-kv-store
	branch = .
	ignore = dirty
[submodule "docs/submodules/vnfrqts/testcases.git"]
	path = docs/submodules/vnfrqts/testcases.git
	url = ../vnfrqts/testcases
	branch = .
	ignore = dirty
[submodule "docs/submodules/vnfrqts/usecases.git"]
	path = docs/submodules/vnfrqts/usecases.git
	url = ../vnfrqts/usecases
	branch = .
	ignore = dirty
[submodule "docs/submodules/integration/devtool.git"]
	path = docs/submodules/integration/devtool.git
	url = ../integration/devtool
	branch = .
	ignore = dirty
[submodule "docs/submodules/aaf/sms.git"]
	path = docs/submodules/aaf/sms.git
	url = ../aaf/sms
	branch = .
	ignore = dirty