[GitHub] aurora issue #22: Manually configure the private network interface

2016-10-06 Thread ajorgensen
Github user ajorgensen commented on the issue:

https://github.com/apache/aurora/pull/22
  
Oh ok sorry about that. I saw 6 open and assumed. I'll take a look at the 
contributing guide, thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request #22: Manually configure the private network interface

2016-10-06 Thread ajorgensen
GitHub user ajorgensen opened a pull request:

https://github.com/apache/aurora/pull/22

Manually configure the private network interface

I am not sure of the specifics of why this happens but on vagrant 1.8.6 the 
network interface does not come up correctly and the private_network is 
attached to the `eth0` nat interface rather than the host-only interface. I 
tried a number of different parameters but none of them were able to configure 
the network appropriately. This change manually configures the static ip so 
that it is connected to the correct adapter. Without this change I could not 
access the aurora web interface when running `vagrant up`

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ajorgensen/aurora patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/aurora/pull/22.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #22


commit 017e69c4555601096d895560c4f62d99d419d723
Author: Andrew Jorgensen <and...@andrewjorgensen.com>
Date:   2016-10-06T17:46:43Z

Manually configure the private network interface

I am not sure of the specifics of why this happens but on vagrant 1.8.6 the 
network interface does not come up correctly and the private_network is 
attached to the `eth0` nat interface rather than the host-only interface. I 
tried a number of different parameters but none of them were able to configure 
the network appropriately. This change manually configures the static ip so 
that it is connected to the correct adapter. Without this change I could not 
access the aurora web interface.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---