You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by ajorgensen <gi...@git.apache.org> on 2016/10/06 17:46:55 UTC

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

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 <an...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by ajorgensen <gi...@git.apache.org>.
Github user ajorgensen closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by rdelval <gi...@git.apache.org>.
Github user rdelval commented on the issue:

    https://github.com/apache/aurora/pull/22
  
    @ajorgensen , Aurora doesn't take patches through pull requests unfortunately. Please see the following guide to submit a patch: http://aurora.apache.org/documentation/latest/contributing/ 
    
    I'd also encourage you to file a Jira ticket through here https://issues.apache.org/jira/browse/AURORA


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by ajorgensen <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---