Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O OpenStack-Cloud
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Christopher Hauser
  • OpenStack-Cloud
  • Wiki
  • eth if names

eth if names · Changes

Page history
ehx27 created page: Add Computenode to Beta cluster authored Jan 15, 2016 by Christopher Hauser's avatar Christopher Hauser
Hide whitespace changes
Inline Side-by-side
eth-if-names.md
View page @ b5361e46
......@@ -30,9 +30,9 @@ grub2-mkconfig -o /boot/grub2/grub.cfg
MAC_CTRL=$(cat ifcfg-ethctrl | grep HWADDR | cut -d'=' -f2)
MAC_DATA=$(cat ifcfg-ethdata | grep HWADDR | cut -d'=' -f2)
echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="${MAC_CTRL}", ATTR{type}=="1", KERNEL=="eth*", NAME="ethctrl"' > /etc/udev/rules.d/70-persistent-net.rules
echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="'${MAC_CTRL}'", ATTR{type}=="1", KERNEL=="eth*", NAME="ethctrl"' > /etc/udev/rules.d/70-persistent-net.rules
echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1e:67:39:84:04", ATTR{type}=="1", KERNEL=="eth*", NAME="ethdata"' >> /etc/udev/rules.d/70-persistent-net.rules
echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="'${MAC_DATA}'", ATTR{type}=="1", KERNEL=="eth*", NAME="ethdata"' >> /etc/udev/rules.d/70-persistent-net.rules
```
Change the MAC address to the right ones ...
\ No newline at end of file
Clone repository
  • Add Computenode to Beta cluster
  • disk partitioning
  • eth if names
  • ganglia
  • Home
  • ipmitool
  • kickstart
  • networking
  • neutron external
  • nova migration
  • omi clusterlab addnode
  • omi clusterlab index
  • omi clusterlab nodes
  • opendaylight
  • openstack export image
View All Pages