Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 1 | # Dashd and Shovel |
| 2 | - name: "VOLT-HA Teardown | Stop DASHD and SHOVEL" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 3 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/stats.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 4 | run_once: true |
| 5 | |
| 6 | # Grafana |
| 7 | - name: "VOLT-HA Teardown | Stop Grafana" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 8 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/grafana.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 9 | run_once: true |
| 10 | |
| 11 | # NETCONF |
| 12 | - name: "VOLT-HA Teardown | Stop NETCONF" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 13 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/netconf.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 14 | run_once: true |
| 15 | |
| 16 | # Voltha CLI |
| 17 | - name: "VOLT-HA Teardown | Stop VOLT-HA CLI" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 18 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/vcli.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 19 | run_once: true |
| 20 | |
| 21 | # Envoy (for consul) |
| 22 | - name: "VOLT-HA Teardown | Stop Envoy (for consul)" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 23 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/envoy_for_consul.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 24 | run_once: true |
| 25 | |
| 26 | # OFagent |
| 27 | - name: "VOLT-HA Teardown | Stop OpenFlow Agent" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 28 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/ofagent.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 29 | run_once: true |
| 30 | |
| 31 | # Voltha Core (for consul) |
| 32 | - name: "VOLT-HA Teardown | Stop VOLT-HA core (for consul)" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 33 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/vcore_for_consul.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 34 | run_once: true |
| 35 | |
| 36 | # Consul |
| 37 | - name: "VOLT-HA Teardown | Stop consul" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 38 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/consul.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 39 | run_once: true |
| 40 | |
| 41 | # Fluentd |
| 42 | - name: "VOLT-HA Teardown | Stop fluentd" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 43 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/fluentd.yml |
| 44 | run_once: true |
| 45 | |
| 46 | # Fluentd Config |
| 47 | - name: "VOLT-HA Teardown | Remove Fluentd Configuration" |
| 48 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/fluentd-config.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 49 | run_once: true |
| 50 | |
| 51 | # Kafka |
| 52 | - name: "VOLT-HA Teardown | Stop kafka" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 53 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/kafka.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 54 | run_once: true |
| 55 | |
| 56 | # Zookeeper |
| 57 | - name: "VOLT-HA Teardown | Stop zookeeper" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 58 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/zookeeper.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 59 | run_once: true |
| 60 | |
| 61 | # Ingress |
| 62 | - name: "VOLT-HA Teardown | Stop Ingress Controller" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 63 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/ingress |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 64 | run_once: true |
| 65 | |
| 66 | # Namespace |
| 67 | - name: "VOLT-HA Teardown | Remove Namespace" |
Stephane Barbarie | 2cbffca | 2018-03-26 16:20:03 -0400 | [diff] [blame] | 68 | command: kubectl delete --ignore-not-found=true -f {{ target_voltha_home }}/k8s/namespace.yml |
Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 69 | run_once: true |