[jira] [Comment Edited] (MESOS-7488) Add `--ip6` and `--ip6_discovery_command` flag to Mesos agent

2017-07-06 Thread Avinash Sridharan (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-7488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16077568#comment-16077568
 ] 

Avinash Sridharan edited comment on MESOS-7488 at 7/7/17 4:51 AM:
--

commit 114bd98a04e05665c647c4a9c94e595ef104ec64
Author: Avinash sridharan 
Date:   Thu Jul 6 17:01:37 2017 -0700

Updated v6 address for containers running on host network.

Currently the agent is populating only the v4 address for containers
running on the host network. However, clusters running on a dual stack
network need to report v4 and v6 address for containers running on the
host network. This change allows v6 address specified by operators to be
advertised for containers running on the host network.

Review: https://reviews.apache.org/r/59233/

commit 8d9929a5fe51c866aabac04c764d4e9ceca98d06
Author: Avinash sridharan 
Date:   Thu Jul 6 17:01:23 2017 -0700

Added storage for IPv6 in a `libprocess` process.

Review: https://reviews.apache.org/r/59130/

commit 2c1be9ced126fce008c626df63c110169e5b60fd
Author: Avinash sridharan 
Date:   Wed Jul 5 12:38:07 2017 -0700

Added support for `net::IPv4` and `net::IPv6` in `FlagsBase`.

Review: https://reviews.apache.org/r/60149/

commit 355861cd9209a4dc915fe47a8d29a0aff289611b
Author: Avinash sridharan 
Date:   Wed Jul 5 12:36:33 2017 -0700

Mesos updates for new inet4::Address.

Review: https://reviews.apache.org/r/60148/

commit 58d70f773d83799619db9981292327e7aa70cacd
Author: Avinash sridharan 
Date:   Wed Jul 5 12:31:23 2017 -0700

Refactored inet::Address to base of inet4::Address and inet6::Address.

Review: https://reviews.apache.org/r/60136/

commit 5ea1549273e02975cac7241cac3707b01ecd5bd0
Author: Avinash sridharan 
Date:   Wed Jul 5 12:29:14 2017 -0700

Refactored net::IP and added net::IPv4 and net::IPv6.

Classes can now initialize the specialized classes whenever they need to
create explicit v4 and v6 addresses, rather than relying on the
`create/Try` semantics of net::IP.

Review: https://reviews.apache.org/r/59721/

commit 9b69c09310cdb6d7cfca1284f60c3f1b422c77cc
Author: Avinash sridharan 
Date:   Wed Jul 5 11:38:14 2017 -0700

Replaced use of `net::IPNetwork` by `net::IP::Network` in Mesos.

Review: https://reviews.apache.org/r/59739/


commit ec1f15e3acc07dbcfeadfe39fa0d252cbb46ba4e
Author: Avinash sridharan 
Date:   Wed Jul 5 11:39:31 2017 -0700

Replaced use of `net::IPNetwork` by `net::IP::Network` in stout.

Review: https://reviews.apache.org/r/59739/

commit 36b97ed73dce0b43ef8639d90132c2752669dc25
Author: Avinash sridharan 
Date:   Wed Jul 5 11:34:12 2017 -0700

Moved `net::IPNetwork` to `net::IP:Network`.

Review: https://reviews.apache.org/r/59688/






was (Author: avin...@mesosphere.io):
commit 114bd98a04e05665c647c4a9c94e595ef104ec64
Author: Avinash sridharan 
Date:   Thu Jul 6 17:01:37 2017 -0700

Updated v6 address for containers running on host network.

Currently the agent is populating only the v4 address for containers
running on the host network. However, clusters running on a dual stack
network need to report v4 and v6 address for containers running on the
host network. This change allows v6 address specified by operators to be
advertised for containers running on the host network.

Review: https://reviews.apache.org/r/59233/

commit 8d9929a5fe51c866aabac04c764d4e9ceca98d06
Author: Avinash sridharan 
Date:   Thu Jul 6 17:01:23 2017 -0700

Added storage for IPv6 in a `libprocess` process.

Review: https://reviews.apache.org/r/59130/

commit 952a7422c4f97289ccf633c746d12b54a36aea45
Author: Avinash sridharan 
Date:   Thu Jul 6 16:50:36 2017 -0700

Fixed `net::IPv4` to return `INADDR_ANY` for `ANY()`.

Review: https://reviews.apache.org/r/60692/

commit 2c1be9ced126fce008c626df63c110169e5b60fd
Author: Avinash sridharan 
Date:   Wed Jul 5 12:38:07 2017 -0700

Added support for `net::IPv4` and `net::IPv6` in `FlagsBase`.

Review: https://reviews.apache.org/r/60149/

commit 355861cd9209a4dc915fe47a8d29a0aff289611b
Author: Avinash sridharan 
Date:   Wed Jul 5 12:36:33 2017 -0700

Mesos updates for new inet4::Address.

Review: https://reviews.apache.org/r/60148/

commit 58d70f773d83799619db9981292327e7aa70cacd
Author: Avinash sridharan 
Date:   Wed Jul 5 12:31:23 2017 -0700

Refactored inet::Address to base of inet4::Address and inet6::Address.

Review: https://reviews.apache.org/r/60136/

commit 5ea1549273e02975cac7241cac3707b01ecd5bd0

[jira] [Comment Edited] (MESOS-7488) Add `--ip6` and `--ip6_discovery_command` flag to Mesos agent

2017-06-16 Thread Avinash Sridharan (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-7488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16013267#comment-16013267
 ] 

Avinash Sridharan edited comment on MESOS-7488 at 6/16/17 4:52 PM:
---

https://reviews.apache.org/r/59127/
https://reviews.apache.org/r/59128/
https://reviews.apache.org/r/59688/
https://reviews.apache.org/r/59739/
https://reviews.apache.org/r/59721/
https://reviews.apache.org/r/60136/
https://reviews.apache.org/r/60148/
https://reviews.apache.org/r/59131/
https://reviews.apache.org/r/60149/
https://reviews.apache.org/r/59130/
https://reviews.apache.org/r/59233/


was (Author: avin...@mesosphere.io):
https://reviews.apache.org/r/59127/
https://reviews.apache.org/r/59128/
https://reviews.apache.org/r/59129/
https://reviews.apache.org/r/59130/
https://reviews.apache.org/r/59131/
https://reviews.apache.org/r/59233/

> Add `--ip6` and `--ip6_discovery_command` flag to Mesos agent
> -
>
> Key: MESOS-7488
> URL: https://issues.apache.org/jira/browse/MESOS-7488
> Project: Mesos
>  Issue Type: Task
>  Components: agent
>Reporter: Avinash Sridharan
>Assignee: Avinash Sridharan
>  Labels: mesosphere
> Fix For: 1.4.0
>
>
> As a first step to support IPv6 containers on Mesos, we need to provide 
> `--ip6` and `--ip6_discovery_command` flags to the agent so that the operator 
> can  specify an IPv6 address for the `libprocess` actor on the agent. In this 
> ticket we will not aim to add IPv6 communication support for Mesos but will 
> aim to use the IPv6 address provided by the operator to fill in the v6 
> address for any containers running on the host network in a dual stack 
> environment.



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