wadeholler

Untitled

Feb 22nd, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.59 KB | None | 0 0
  1. [root@cpn00011 ~]# docker inspect bootstrap_neutron
  2. [
  3. {
  4. "Id": "a904083b2def960532d779a62b6baa7aca5b1b699b8fe44590c9893363e47536",
  5. "Created": "2016-02-22T15:53:37.239998029Z",
  6. "Path": "kolla_start",
  7. "Args": [],
  8. "State": {
  9. "Status": "exited",
  10. "Running": false,
  11. "Paused": false,
  12. "Restarting": false,
  13. "OOMKilled": false,
  14. "Dead": false,
  15. "Pid": 0,
  16. "ExitCode": 1,
  17. "Error": "",
  18. "StartedAt": "2016-02-22T15:53:37.655244975Z",
  19. "FinishedAt": "2016-02-22T15:53:37.922204009Z"
  20. },
  21. "Image": "sha256:f588a24e998abc2417d52a8efce42bc04e98946f797f22238145cf3ed85431de",
  22. "ResolvConfPath": "/var/lib/docker/containers/a904083b2def960532d779a62b6baa7aca5b1b699b8fe44590c9893363e47536/resolv.conf",
  23. "HostnamePath": "/var/lib/docker/containers/a904083b2def960532d779a62b6baa7aca5b1b699b8fe44590c9893363e47536/hostname",
  24. "HostsPath": "/var/lib/docker/containers/a904083b2def960532d779a62b6baa7aca5b1b699b8fe44590c9893363e47536/hosts",
  25. "LogPath": "/var/lib/docker/containers/a904083b2def960532d779a62b6baa7aca5b1b699b8fe44590c9893363e47536/a904083b2def960532d779a62b6baa7aca5b1b699b8fe44590c9893363e47536-json.log",
  26. "Name": "/bootstrap_neutron",
  27. "RestartCount": 0,
  28. "Driver": "devicemapper",
  29. "MountLabel": "",
  30. "ProcessLabel": "",
  31. "AppArmorProfile": "",
  32. "ExecIDs": null,
  33. "HostConfig": {
  34. "Binds": [
  35. "/etc/kolla/neutron-server/:/var/lib/kolla/config_files/:ro"
  36. ],
  37. "ContainerIDFile": "",
  38. "LogConfig": {
  39. "Type": "json-file",
  40. "Config": {}
  41. },
  42. "NetworkMode": "host",
  43. "PortBindings": null,
  44. "RestartPolicy": {
  45. "Name": "",
  46. "MaximumRetryCount": 0
  47. },
  48. "VolumeDriver": "",
  49. "VolumesFrom": null,
  50. "CapAdd": null,
  51. "CapDrop": null,
  52. "Dns": null,
  53. "DnsOptions": null,
  54. "DnsSearch": null,
  55. "ExtraHosts": null,
  56. "GroupAdd": null,
  57. "IpcMode": "",
  58. "Links": null,
  59. "OomScoreAdj": 0,
  60. "PidMode": "",
  61. "Privileged": false,
  62. "PublishAllPorts": false,
  63. "ReadonlyRootfs": false,
  64. "SecurityOpt": null,
  65. "UTSMode": "",
  66. "ShmSize": 67108864,
  67. "ConsoleSize": [
  68. 0,
  69. 0
  70. ],
  71. "Isolation": "",
  72. "CpuShares": 0,
  73. "CgroupParent": "",
  74. "BlkioWeight": 0,
  75. "BlkioWeightDevice": null,
  76. "BlkioDeviceReadBps": null,
  77. "BlkioDeviceWriteBps": null,
  78. "BlkioDeviceReadIOps": null,
  79. "BlkioDeviceWriteIOps": null,
  80. "CpuPeriod": 0,
  81. "CpuQuota": 0,
  82. "CpusetCpus": "",
  83. "CpusetMems": "",
  84. "Devices": null,
  85. "KernelMemory": 0,
  86. "Memory": 0,
  87. "MemoryReservation": 0,
  88. "MemorySwap": 0,
  89. "MemorySwappiness": -1,
  90. "OomKillDisable": false,
  91. "PidsLimit": 0,
  92. "Ulimits": null
  93. },
  94. "GraphDriver": {
  95. "Name": "devicemapper",
  96. "Data": {
  97. "DeviceId": "1612",
  98. "DeviceName": "docker-253:0-134314473-b0bea3d52a734437080b2af90bd8234f8d01cd055da484933d8b23cd75a848c6",
  99. "DeviceSize": "10737418240"
  100. }
  101. },
  102. "Mounts": [
  103. {
  104. "Source": "/etc/kolla/neutron-server",
  105. "Destination": "/var/lib/kolla/config_files",
  106. "Mode": "ro",
  107. "RW": false,
  108. "Propagation": "rprivate"
  109. }
  110. ],
  111. "Config": {
  112. "Hostname": "cpn00011",
  113. "Domainname": "ceph.ittl",
  114. "User": "neutron",
  115. "AttachStdin": false,
  116. "AttachStdout": true,
  117. "AttachStderr": true,
  118. "Tty": true,
  119. "OpenStdin": false,
  120. "StdinOnce": false,
  121. "Env": [
  122. "KOLLA_CONFIG_STRATEGY=COPY_ONCE",
  123. "KOLLA_BOOTSTRAP=None",
  124. "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
  125. "KOLLA_BASE_DISTRO=centos",
  126. "KOLLA_INSTALL_TYPE=binary",
  127. "KOLLA_INSTALL_METATYPE=rdo"
  128. ],
  129. "Cmd": [
  130. "kolla_start"
  131. ],
  132. "Image": "kollaglue/centos-binary-neutron-server:2.0.0",
  133. "Volumes": {
  134. "/var/lib/kolla/config_files/": {}
  135. },
  136. "WorkingDir": "",
  137. "Entrypoint": null,
  138. "OnBuild": null,
  139. "Labels": {
  140. "BOOTSTRAP": "",
  141. "build-date": "2016-02-17",
  142. "kolla_version": "2.0.0",
  143. "license": "GPLv2",
  144. "name": "CentOS Base Image",
  145. "vendor": "CentOS"
  146. }
  147. },
  148. "NetworkSettings": {
  149. "Bridge": "",
  150. "SandboxID": "c019ab2601f8110e0017509cb0df0b98b06bb3833d93ffa0b628fc830f6ad4c3",
  151. "HairpinMode": false,
  152. "LinkLocalIPv6Address": "",
  153. "LinkLocalIPv6PrefixLen": 0,
  154. "Ports": null,
  155. "SandboxKey": "/var/run/docker/netns/default",
  156. "SecondaryIPAddresses": null,
  157. "SecondaryIPv6Addresses": null,
  158. "EndpointID": "",
  159. "Gateway": "",
  160. "GlobalIPv6Address": "",
  161. "GlobalIPv6PrefixLen": 0,
  162. "IPAddress": "",
  163. "IPPrefixLen": 0,
  164. "IPv6Gateway": "",
  165. "MacAddress": "",
  166. "Networks": {
  167. "host": {
  168. "IPAMConfig": null,
  169. "Links": null,
  170. "Aliases": null,
  171. "NetworkID": "663b1d4a02d9a1536a91c318f5a0661db8e590268655eec14778c1680ebe8b27",
  172. "EndpointID": "",
  173. "Gateway": "",
  174. "IPAddress": "",
  175. "IPPrefixLen": 0,
  176. "IPv6Gateway": "",
  177. "GlobalIPv6Address": "",
  178. "GlobalIPv6PrefixLen": 0,
  179. "MacAddress": ""
  180. }
  181. }
  182. }
  183. }
  184. ]
  185. [root@cpn00011 ~]#
Advertisement
Add Comment
Please, Sign In to add comment