-
Notifications
You must be signed in to change notification settings - Fork 2
add host interface
stack add host interface {host} {iface} [iface=string] [ip=string] [mac=string] [module=string] [name=string] [subnet=string] [vlan=string]
Adds an interface to a host and sets the associated values
-
{host}
Host name of machine
-
{iface}
The interface name on the host (e.g., 'eth0', 'eth1')
-
[iface=string]
Can be used in place of the iface argument.
-
[ip=string]
The IP address to assign to the interface (e.g., '192.168.1.254')
-
[mac=string]
The MAC address of the interface (e.g., '00:11:22:33:44:55')
-
[module=string]
The device driver name (or module) of the interface (e.g., 'e1000')
-
[name=string]
The name to assign to the interface
-
[subnet=string]
The name of the subnet to assign to the interface (e.g., 'private')
-
[vlan=string]
The VLAN ID to assign the interface
-
stack add host interface compute-0-0 eth1 ip=192.168.1.2 subnet=private name=fast-0-0
-
stack add host interface compute-0-0 iface=eth1 ip=192.168.1.2 subnet=private name=fast-0-0
same as above
-
add
- add appliance
- add appliance attr
- add appliance firewall
- add appliance route
- add attr
- add bootaction
- add copyright
- add distribution
- add environment attr
- add firewall
- add host
- add host alias
- add host attr
- add host bonded
- add host bridge
- add host firewall
- add host interface
- add host key
- add host partition
- add host route
- add network
- add os attr
- add os firewall
- add os route
- add pallet
- add route
- add storage controller
- config
- create
- disable
- dump
- enable
- help
- iterate
- list
- load
- open
- remove
- report
- run
- set
- swap
- sync
- unload