Skip to content

Instantly share code, notes, and snippets.

@n1zyy
Created February 15, 2012 00:27
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 n1zyy/1832019 to your computer and use it in GitHub Desktop.
Save n1zyy/1832019 to your computer and use it in GitHub Desktop.
Testing patch for #790516
# Stop the 'real' dbomatic:
sudo service conductor-dbomatic stop
# Start the one in src/ in the foreground and log to stdout:
dbomatic/dbomatic -n -l -
# Also, note that you can manipulate "instances" on Deltacloud's mock driver.
# They live in /var/tmp/deltacloud-mock-nobody/instances/ as YAML files.
# It seems you do not need to start Deltacloud for them to take effect.
#
# "grep -r address_type /usr/share/deltacloud-core/" indicates that the following
# address types exist: :mac, :ipv4, :hostname, and :vnc.
# :mac and :vnc types should not be considered an instances' "address."
@n1zyy
Copy link
Author

n1zyy commented Feb 15, 2012

Note that, as shown at the bottom of https://gist.github.com/1832069, the provider type is a string when we access it through deltacloud-client -- not a symbol.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment