lib.sh: Reuse /tmp/mcp.rsa if present 11/40611/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 29 Aug 2017 00:35:37 +0000 (02:35 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 29 Aug 2017 19:38:26 +0000 (21:38 +0200)
commit64a9b893947329028bf0ef57379372e7d0de43e9
treefba9c59fcec284698bff91041141d2552a3594e5
parentdb6e94bc05ad30de2151c2e1ee1dc4fc164f012e
lib.sh: Reuse /tmp/mcp.rsa if present

Long-term, /tmp/mcp.rsa should be moved to a persistent location [1],
and made configurable via env var / other mechanisms.
This will allow us to:
- use an existing keypair (provided by end-user in expected path);
- login to previous deployment machines (e.g. to cleanup UEFI boot
  entries before destroying the cluster and rebuilding it);
- split deploy in re-entrant stages (salt master only, cluster nodes
  only; similar to old Fuel, where we could reuse old Fuel VM);

[1] https://jira.opnfv.org/browse/FUEL-280

Change-Id: I1e53321ed1cfc217ff95e809c867fa3370c479c9
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mcp/scripts/lib.sh