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.

  • 相关阅读:
    pwn1_sctf_2016
    warmup_csaw_2016
    网鼎杯2020 joker逆向
    网鼎杯2020 伪虚拟机wp
    WannaRen病毒逆向分析
    v2ex源代码相关资料
    iOS自学
    ios牛博
    你有什么问题需要问我的吗?
    类族的写法
  • 原文地址:https://www.cnblogs.com/hare/p/3625629.html
Copyright © 2011-2022 走看看