redhat-cip / config-tools

Config Tools
8 stars 11 forks source link

collector.py: no network configuration on node(s) #47

Open dsavineau opened 9 years ago

dsavineau commented 9 years ago
# ./collector.py --config-dir ../top/etc --sps-version RH7.0-I.1.2.0
Virtual platform generated successfully at 'virt_platform.yml' !
# cat virt_platform.yml
hosts:
  install-server:
    nics:
    - ip: 10.x.x.x
      name: eth0
      netmask: 255.255.255.0
      network: 10.x.x.0
    profile: install-server
  node1:
    nics:
    - mac: none
    profile: openstack-full
  node2:
    nics:
    - mac: none
    profile: openstack-full
  node3:
    nics:
    - mac: none
    profile: openstack-full
version: RH7.0-I.1.2.0

Is it a requirement to have mac address hardcoded in cmdb ?