Last active
August 29, 2015 14:10
-
-
Save double-z/abd332ff61875e1cbeff to your computer and use it in GitHub Desktop.
api-registration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Puma 1.6.3 starting... | |
* Min threads: 0, max threads: 16 | |
* Environment: development | |
* Listening on tcp://0.0.0.0:4567 | |
== Sinatra/1.4.5 has taken the stage on 4567 for development with backup from Puma | |
create new file /home/zz/code/chef/provisioning/chef-provisioning-registry/docs/examples/.chef/provisioning/registry/192-168-33-23.json | |
update content in file /home/zz/code/chef/provisioning/chef-provisioning-registry/docs/examples/.chef/provisioning/registry/192-168-33-23.json from none to 7d9b0b | |
--- /home/zz/code/chef/provisioning/chef-provisioning-registry/docs/examples/.chef/provisioning/registry/192-168-33-23.json 2014-11-24 12:53:20.372263725 -0500 | |
+++ /home/zz/code/chef/provisioning/chef-provisioning-registry/docs/examples/.chef/provisioning/registry/.192-168-33-23.json20141124-31411-16gda72 2014-11-24 12:53:20.372263725 -0500 | |
@@ -1 +1,33 @@ | |
+{ | |
+ "id": "192-168-33-23", | |
+ "status": "available", | |
+ "location": { | |
+ "registry_machine_path": "/home/zz/code/chef/provisioning/chef-provisioning-registry/docs/examples/.chef/provisioning/registry/192-168-33-23.json" | |
+ }, | |
+ "registry_options": { | |
+ "machine_types": [ | |
+ "rails_server" | |
+ ], | |
+ "memory": "239", | |
+ "swap": "767", | |
+ "cpu_count": "1", | |
+ "ip_address": "192.168.33.23", | |
+ "subnet": "255.255.255.0", | |
+ "broadcast": "192.168.33.255", | |
+ "mac_address": "08:00:27:51:a4:3b", | |
+ "root_disk_space": "4" | |
+ }, | |
+ "machine_options": { | |
+ "transport_options": { | |
+ "ssh_options": { | |
+ "user": "provisioner", | |
+ "keys": [ | |
+ "/home/zz/code/chef/provisioning/chef-provisioning-registry/docs/examples/.chef/provisioning/registry/192-168-33-23.pem" | |
+ ] | |
+ }, | |
+ "host": "192.168.33.23", | |
+ "ip_address": "192.168.33.23" | |
+ } | |
+ } | |
+} | |
192.168.43.237 - - [24/Nov/2014 12:53:20] "POST /v1/registry HTTP/1.1" 200 5464 0.0513 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment