Notes on snapshots, images, and migrations
# Create zone
vmadm create <<EOL
{
"brand": "joyent",
.| #!/usr/bin/env python | |
| import pika | |
| import json | |
| import requests | |
| connection = pika.BlockingConnection(pika.ConnectionParameters(host='10.220.16.30')) | |
| channel = connection.channel() | |
| channel.exchange_declare(exchange='zbrt', exchange_type='topic') | |
| result = channel.queue_declare(queue='', exclusive=True) |