summaryrefslogtreecommitdiffstats
path: root/README.md
blob: f689b51d7fe491d29a04082d032cbd43540bbef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Compass4nfv Build Guide

Compass4nfv is an installer project based on open source project COMPASS, which provides automated deployment and management of OpenStack and other distributed systems.

This is a prject for run compass4nfv in OPNFV, including build OPNFV imaged-base installation ISO, deployment for OPNFV distributed system.

There are two files in this directory:

* **build**: build imaged-base installation ISO for OPNFV.
* **deploy**: deploy OPNFV distributed system base the above ISO.

## How to make a reposity for installation ISO

## How to build a ISO for OPNFV installation

## How to deploy Compass ISO in virtual machine/baremetal
r: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
nodes:
  - name: host1
    tags: control
    arch: "x86_64"
    mac_address: '11:22:33:44:55' # PXE install nic MAC

    # for virtual deployment
    cpus: 2
    memory: 2048
    disk: 40

    # for baremetal deployment
    power:
      type: ipmi
      address: 10.4.7.3
      user: root
      pass: root

  - name: host2
    tags: control
    arch: "x86_64"
    mac_address: '11:22:33:44:56' # PXE install nic MAC

    # for virtual deployment
    cpus: 2
    memory: 2048
    disk: 40

    # for baremetal deployment
    power:
      type: ipmi
      address: 10.4.7.4
      user: root
      pass: root

  - name: host3
    tags: control
    arch: "x86_64"
    mac_address: '11:22:33:44:57' # PXE install nic MAC

    # for virtual deployment
    cpus: 2
    memory: 2048
    disk: 40

    # for baremetal deployment
    power:
      type: ipmi
      address: 10.4.7.5
      user: root
      pass: root

  - name: host4
    tags: compute
    arch: "x86_64"
    mac_address: '11:22:33:44:57' # PXE install nic MAC

    # for virtual deployment
    cpus: 2
    memory: 2048
    disk: 40

    # for baremetal deployment
    power:
      type: ipmi
      address: 10.4.7.6
      user: root
      pass: root

  - name: host5
    tags: compute
    arch: "x86_64"
    mac_address: '11:22:33:44:58' # PXE install nic MAC

    # for virtual deployment
    cpus: 2
    memory: 2048
    disk: 40

    # for baremetal deployment
    power:
      type: ipmi
      address: 10.4.7.7
      user: root
      pass: root