apache / apache/libcloud

AWS requires Interface to be specified when using elasticIP

未关闭
#1,799 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
2.1k
派生
931
平均合并
1 天 2 小时
30 天内合并 PR
4

描述

## Feature Request

When setting an elastic IP for an AWS instance that is using multiple interfaces you must specify the interface you wish to use with the elasticIP.

Currently the method does not allow you to specify the interface: ex_associate_address_with_node(node, elastic_ip).

I propose adding an optional parameter to this function that would allow you to define the interface.

Such as: ex_associate_address_with_node(node, elastic_ip, interface).

贡献指南

打开贡献指南

调研方向

首先在 Python provider 实现中定位 ex_associate_address_with_node,并检查当前如何请求关联 elastic IP。跟踪用于选择接口的 AWS API 参数,然后更新相关测试以覆盖可选的接口参数。完成的标准是现有的双参数调用仍然有效,并且调用方可以将 elastic IP 关联到选定的接口。

由索引模型根据 Issue 内容生成。

评估

技术栈
aws, python
领域
cloud
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。