Created
August 23, 2016 17:01
-
-
Save CaptTofu/56899cb39fe789b8e29bed1357a432a2 to your computer and use it in GitHub Desktop.
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
DEBUG [1] lcmsvr /real_node_integrate/696 - ipv4=192.168.55.40 etcd_endpoint=None ext_inv_endpoint=192.168.55.1:55551 | |
DEBUG [1] lcmsvr /integrate_with_inventory/462 - Node 192.168.55.40 Initial Integration or Inventory Update | |
ERROR [1] invmgr /get_inventory/119 - Unable to get Cluster configurations from system manager RestAPI Server | |
^Ccore@c40 ~ $ curl -s http://192.168.55.1:55551/clusters | |
^C | |
core@c40 ~ $ curl -s http://192.168.55.1:55551/clusters | python -m json.tool | |
{ | |
"vagrant": { | |
"docker_opts": { | |
"registries": [ | |
{ | |
"endpoint": "picasso-dl360-04.vse.rdlabs.hpecorp.net:5000" | |
} | |
] | |
}, | |
"ext_net": "192.168.55.0/24", | |
"fault_tolerance": 1, | |
"flannel_net": "10.200.0.0/16", | |
"initial_size": 4, | |
"ntp": [ | |
"ntp.hpecorp.net" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment