zoukankan      html  css  js  c++  java
  • OpenStack--Havana

    OpenStack provides an Infrastructure as a Service (IaaS) solution through a set of
    interrelated services. Each service offers an application programming interface (API) that
    facilitates this integration. Depending on your needs, you can install some or all services.

    For an OpenStack production deployment, most nodes must have these network interface
    cards:
    • One network interface card for external network traffic
    • Another card to communicate with other OpenStack nodes.
    For simple test cases, you can use machines with a single network interface card.

    Configure both eth0 and eth1. The examples in this guide use the 192.168.0.x IP
    addresses for the internal network and the 10.0.0.x IP addresses for the external
    network. Make sure to connect your network devices to the correct network.
    In this guide, the controller node uses the 192.168.0.10 and 10.0.0.10 IP addresses.
    When you create the compute node, use the 192.168.0.11 and 10.0.0.11 addresses
    instead. Additional nodes that you add in subsequent chapters also follow this pattern.

  • 相关阅读:
    pyhanlp 实体命名识别
    NABCD需求分析
    源代码
    遇到的问题和解决方法
    运行及总结
    测试与调试
    读《一个程序猿的生命周期》和《人,绩效和职业道德》有感
    面向对象程序设计
    设计类图
    SRS文档
  • 原文地址:https://www.cnblogs.com/hare/p/3625629.html
Copyright © 2011-2022 走看看