Skip to content

Instantly share code, notes, and snippets.

@gionn
Created July 16, 2013 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gionn/6007641 to your computer and use it in GitHub Desktop.
Save gionn/6007641 to your computer and use it in GitHub Desktop.
OpenNebula working context for Ubuntu VM available on the marketplace
CONTEXT=[
ETH0_GATEWAY="$NETWORK[GATEWAY, NETWORK=\"loc\"]",
ETH0_IP="$NIC[IP, NETWORK=\"loc\"]",
ETH0_MASK="$NETWORK[NETWORK_MASK, NETWORK=\"loc\"]",
ETH0_DNS="$NETWORK[DNS, NETWORK=\"loc\"]",
ETH0_NETWORK="$NETWORK[NETWORK_ADDRESS, NETWORK=\"loc\"]",
TARGET="hda",
SSH_PUBLIC_KEY="yourkey"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment