Created
June 13, 2016 20:12
-
-
Save phaus/d413d75f2b36dc5da1a0ac8055ee822b to your computer and use it in GitHub Desktop.
failed to login after zone setup
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
{ | |
"alias": "gitlab", | |
"hostname": "gitlab", | |
"brand": "lx", | |
"kernel_version": "3.10.0", | |
"max_physical_memory": 1024, | |
"cpu_shares": 40, | |
"quota": 64, | |
"image_uuid": "07b33b7a-27a3-11e6-816f-df7d94eea009", | |
"resolvers": [ | |
"8.8.8.8", | |
"8.8.4.4" | |
], | |
"nics": [ | |
{ | |
"nic_tag": "admin", | |
"ip": "192.168.168.201", | |
"netmask": "255.255.255.0", | |
"gateway": "192.168.168.1", | |
"primary": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment