[ 
https://issues.apache.org/jira/browse/METRON-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ashah updated METRON-1184:
--------------------------
    Description: 
PR: https://github.com/apache/metron/pull/754

For 0.4.1-rc4, using "control_path = ~/.ssh/ansible-ssh-%%C" for a Linux 
environment ( such as ClearOS[Distro of CentOS] npm 3.10.10, node 6.11.1, 
docker 1.12.6, mvn 3.3.9, ansible 2.2.2.0, No Vagrant) could throw the 
following error:
```
"TASK [setup] 
*******************************************************************
fatal: [ec2-xx-yy-0-130.us-west-2.compute.amazonaws.com]: UNREACHABLE! => 
{"changed": false, "msg": "Failed to connect to the host via ssh: 
percent_expand: unknown key %C\r\n", "unreachable": true}" 
```
This PR is to change the line to "control_path = ~/.ssh/ansbile-ssh-%%h-%%r" to 
make amazon-ec2 also potentially deployable with Linux while preserving a small 
path length. 

  was:
For 0.4.1-rc4, using "control_path = ~/.ssh/ansible-ssh-%%C" for a Linux 
environment ( such as ClearOS[Distro of CentOS] npm 3.10.10, node 6.11.1, 
docker 1.12.6, mvn 3.3.9, ansible 2.2.2.0, No Vagrant) could throw the 
following error:
```
"TASK [setup] 
*******************************************************************
fatal: [ec2-xx-yy-0-130.us-west-2.compute.amazonaws.com]: UNREACHABLE! => 
{"changed": false, "msg": "Failed to connect to the host via ssh: 
percent_expand: unknown key %C\r\n", "unreachable": true}" 
```
This PR is to change the line to "control_path = ~/.ssh/ansbile-ssh-%%h-%%r" to 
make amazon-ec2 also potentially deployable with Linux while preserving a small 
path length. 


> EC2 Deployment - Updating control_path to accommodate for Linux
> ---------------------------------------------------------------
>
>                 Key: METRON-1184
>                 URL: https://issues.apache.org/jira/browse/METRON-1184
>             Project: Metron
>          Issue Type: Improvement
>    Affects Versions: 0.4.1
>         Environment: ClearOS[Distro of CentOS] npm 3.10.10, node 6.11.1, 
> docker 1.12.6, mvn 3.3.9, ansible 2.2.2.0, No Vagrant)
>            Reporter: ashah
>            Priority: Minor
>              Labels: amazon, cloud
>             Fix For: 0.4.1
>
>
> PR: https://github.com/apache/metron/pull/754
> For 0.4.1-rc4, using "control_path = ~/.ssh/ansible-ssh-%%C" for a Linux 
> environment ( such as ClearOS[Distro of CentOS] npm 3.10.10, node 6.11.1, 
> docker 1.12.6, mvn 3.3.9, ansible 2.2.2.0, No Vagrant) could throw the 
> following error:
> ```
> "TASK [setup] 
> *******************************************************************
> fatal: [ec2-xx-yy-0-130.us-west-2.compute.amazonaws.com]: UNREACHABLE! => 
> {"changed": false, "msg": "Failed to connect to the host via ssh: 
> percent_expand: unknown key %C\r\n", "unreachable": true}" 
> ```
> This PR is to change the line to "control_path = ~/.ssh/ansbile-ssh-%%h-%%r" 
> to make amazon-ec2 also potentially deployable with Linux while preserving a 
> small path length. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to