VPC和Midonet现状
Status of VPC and Midonet
简短版本:
-Midonet 是否仍在 Eucalyptus 中支持 VPC 的路线图上?
-如果是这样,他们的非企业存储库中的哪个版本应该与 Euca 4.4.5 VPC 一起使用? (http://builds.midonet.org/)
带上下文的长版本:
我试图用 VPC 和 midonet 安装 Eucalyptus 4.4.5。企业 midonet repos/services 似乎不可用,并且 Midokura 不接收 sale@ 或 info@ 地址的电子邮件。例如,这已损坏:https://www.midokura.com/midonet-enterprise/
在我看来,Midokura 似乎完全放弃了企业支持,midonet.org 是唯一可用的资源。
我根据最新的 Eucalyptus 4.4.5 安装文档从他们的构建 (http://builds.midonet.org/) 中尝试了 midonet 5.2 的安装,其中指定了企业版 mem-5.2
尝试这个我 运行 在 RHEL 7.6/7.7 上安装了大量的 .rpm 依赖问题,但从未成功。
目前计划为 Eucalyptus 5 提供 Midonet VPC 支持。
5.2.x 是正确的版本,您需要启用这些 yum 存储库:
使用 gpg 密钥:
所以像这样:
# midokura.repo
[midokura]
name=Midokura Enterprise MidoNet
baseurl=http://builds.midonet.org/midonet-5.2/stable/el7/
enabled=1
fastestmirror_enabled=0
gpgcheck=1
gpgkey=https://builds.midonet.org/midorepo.key
#midokura-misc.repo
[midokura-misc]
name=MEM 3rd Party Tools and Libraries
baseurl=http://builds.midonet.org/misc/stable/el7/
enabled=1
fastestmirror_enabled=0
gpgcheck=1
gpgkey=https://builds.midonet.org/midorepo.key
简短版本:
-Midonet 是否仍在 Eucalyptus 中支持 VPC 的路线图上?
-如果是这样,他们的非企业存储库中的哪个版本应该与 Euca 4.4.5 VPC 一起使用? (http://builds.midonet.org/)
带上下文的长版本: 我试图用 VPC 和 midonet 安装 Eucalyptus 4.4.5。企业 midonet repos/services 似乎不可用,并且 Midokura 不接收 sale@ 或 info@ 地址的电子邮件。例如,这已损坏:https://www.midokura.com/midonet-enterprise/
在我看来,Midokura 似乎完全放弃了企业支持,midonet.org 是唯一可用的资源。
我根据最新的 Eucalyptus 4.4.5 安装文档从他们的构建 (http://builds.midonet.org/) 中尝试了 midonet 5.2 的安装,其中指定了企业版 mem-5.2
尝试这个我 运行 在 RHEL 7.6/7.7 上安装了大量的 .rpm 依赖问题,但从未成功。
目前计划为 Eucalyptus 5 提供 Midonet VPC 支持。
5.2.x 是正确的版本,您需要启用这些 yum 存储库:
使用 gpg 密钥:
所以像这样:
# midokura.repo
[midokura]
name=Midokura Enterprise MidoNet
baseurl=http://builds.midonet.org/midonet-5.2/stable/el7/
enabled=1
fastestmirror_enabled=0
gpgcheck=1
gpgkey=https://builds.midonet.org/midorepo.key
#midokura-misc.repo
[midokura-misc]
name=MEM 3rd Party Tools and Libraries
baseurl=http://builds.midonet.org/misc/stable/el7/
enabled=1
fastestmirror_enabled=0
gpgcheck=1
gpgkey=https://builds.midonet.org/midorepo.key