Explorar el Código

Add debug output for location of etcd backup.

Devan Goodwin hace 9 años
padre
commit
867a372321
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      playbooks/adhoc/upgrades/upgrade.yml

+ 3 - 0
playbooks/adhoc/upgrades/upgrade.yml

@@ -39,6 +39,9 @@
     yum: pkg=etcd state=latest
   - name: Generate etcd backup
     command: etcdctl backup --data-dir={{ openshift.master.etcd_data_dir }} --backup-dir={{ openshift.common.data_dir }}/etcd-backup-{{ timestamp }}
+  - name: Display location of etcd backup
+    debug: msg="Etcd backup created in {{ openshift.common.data_dir }}/etcd-backup-{{ timestamp }}"
+
 
 - name: Upgrade base package on masters
   hosts: masters