Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:Spring 7 : 13 Apr to 24 Apr
Description
Once a control node is set up, the user must log and then manually run ssh-agent and ssh-add steps.
Specifically, they have to run:
- eval `ssh-agent -s`
- ssh-add NameOfPrivateKeyFromAWS.pem
where NameOfPrivateKeyFromAWS.pem is just the private key for the keypair that will be used to "spin up" target appstore node ECs.
Let's try to automate this step by adding it to control_node.yml playbook.
Changed strategy:
Control node now creates ssh keypair for each provisioned appstore ec2, thus eliminating this manual step.