Skip to content

Instantly share code, notes, and snippets.

@viglesiasce
Created May 25, 2013 06:27
Show Gist options
  • Save viglesiasce/5648143 to your computer and use it in GitHub Desktop.
Save viglesiasce/5648143 to your computer and use it in GitHub Desktop.
from eucaops import Eucaops
tester = Eucaops(config_file="<config-with-ips-from-qa>",password="foobar", boto_debug=2)
tester.modify_property("my.property", "new value")
clcs = tester.get_component_machines("clc")
for clc in clcs:
dns_names = ['eucalyptus.my-domain.org', 'walrus.my-domain.org']
for name in dns_names:
clc.sys("nslookup " + address + " 127.0.0.1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment