Skip to content

Commit

Permalink
Refactor packet-cleanup ansible playbook (#666)
Browse files Browse the repository at this point in the history
Signed-off-by: shashank855 <shashank.ranjan@mayadata.io>
  • Loading branch information
shashank855 authored and nsathyaseelan committed Jun 17, 2019
1 parent 54416c7 commit 4e29912
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/packet/k8s-installer/delete_packet_cluster.yml
Expand Up @@ -20,7 +20,7 @@
# Force delete is set as true because detaching the volume from nodes is not working properly
- name: Fetch device detail using device id
uri:
url: "{{ base_url }}/projects/{{ project_id }}/devices/{{ item }}?force_delete=true"
url: "{{ base_url }}/devices/{{ item }}?force_delete=true"
method: DELETE
headers:
X-Auth-Token: "{{ packet_api }}"
Expand Down
1 change: 0 additions & 1 deletion k8s/packet/k8s-installer/vars.yml
@@ -1,5 +1,4 @@
---
project_id: bdbd5cf0-7453-434b-99f8-0c3e3f83dbe2
workers_count: 3
master_count: 1 # kubeadm support single master only
location: ams1
Expand Down

0 comments on commit 4e29912

Please sign in to comment.