Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
ubuntu@onap-control-1:~/oom/kubernetes$ helm ls
NAME               	REVISION	UPDATED                 	STATUS  	CHART               	APP VERSION	NAMESPACE
demo               	1       	Thu Jun 20 06:57:24 2019	DEPLOYED	onap-4.0.0          	Dublin     	onap     
demo-aaf           	1       	Thu Jun 20 06:57:25 2019	DEPLOYED	aaf-4.0.0           	           	onap     
demo-aai           	1       	Thu Jun 20 06:57:27 2019	DEPLOYED	aai-4.0.0           	           	onap     
demo-cassandra     	1       	Thu Jun 20 06:57:34 2019	DEPLOYED	cassandra-4.0.0     	           	onap     
demo-consul        	1       	Thu Jun 20 06:57:35 2019	DEPLOYED	consul-4.0.0        	           	onap     
demo-dcaegen2      	1       	Thu Jun 20 06:57:37 2019	DEPLOYED	dcaegen2-4.0.0      	           	onap     
demo-dmaap         	1       	Thu Jun 20 06:57:40 2019	DEPLOYED	dmaap-4.0.1         	           	onap     
demo-log           	1       	Thu Jun 20 07:06:22 2019	DEPLOYED	log-4.0.0           	           	onap     
demo-mariadb-galera	1       	Thu Jun 20 07:06:23 2019	DEPLOYED	mariadb-galera-4.0.0	           	onap     
demo-msb           	1       	Thu Jun 20 07:06:24 2019	DEPLOYED	msb-4.0.0           	           	onap     
demo-oof           	1       	Thu Jun 20 07:06:27 2019	DEPLOYED	oof-4.0.0           	           	onap     
demo-policy        	1       	Thu Jun 20 07:06:30 2019	DEPLOYED	policy-4.0.0        	           	onap     
demo-portal        	1       	Thu Jun 20 07:06:33 2019	DEPLOYED	portal-4.0.0        	           	onap     
demo-robot         	1       	Thu Jun 20 07:06:35 2019	DEPLOYED	robot-4.0.0         	           	onap     
demo-sdnc          	1       	Thu Jun 20 07:06:37 2019	DEPLOYED	sdnc-4.0.0          	           	onap     
demo-sniro-emulator	1       	Thu Jun 20 07:06:40 2019	DEPLOYED	sniro-emulator-4.0.0	           	onap     
demo-so            	1       	Thu Jun 20 07:06:40 2019	DEPLOYED	so-4.0.0            	           	onap     
ubuntu@onap-control-1:~/oom/kubernetes$

In case of failures in deployment

If the deployment of any onap module fails, please go through these steps to redeploy the modules.


Undeploy ONAP

For the release name 'demo' and namespace 'onap':

...