Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.25 KB | None | 0 0
  1. → vagrant up m1 a1 p1 boot [1b5a0a8]
  2. Validating Plugins...
  3. Validating User Config...
  4. Using DC/OS Installer: installers/dcos/dcos_generate_config-1.8.7.sh
  5. Using DC/OS Config: etc/config-1.8.yaml
  6. Validating Machine Config...
  7. Configuring VirtualBox Host-Only Network...
  8. Bringing machine 'm1' up with 'virtualbox' provider...
  9. Bringing machine 'a1' up with 'virtualbox' provider...
  10. Bringing machine 'p1' up with 'virtualbox' provider...
  11. Bringing machine 'boot' up with 'virtualbox' provider...
  12. ==> m1: Importing base box 'mesosphere/dcos-centos-virtualbox'...
  13. ==> m1: Matching MAC address for NAT networking...
  14. ==> m1: Checking if box 'mesosphere/dcos-centos-virtualbox' is up to date...
  15. ==> m1: Setting the name of the VM: m1.dcos
  16. ==> m1: Clearing any previously set network interfaces...
  17. ==> m1: Preparing network interfaces based on configuration...
  18. m1: Adapter 1: nat
  19. m1: Adapter 2: hostonly
  20. ==> m1: Forwarding ports...
  21. m1: 22 (guest) => 2222 (host) (adapter 1)
  22. ==> m1: Running 'pre-boot' VM customizations...
  23. ==> m1: Booting VM...
  24. ==> m1: Waiting for machine to boot. This may take a few minutes...
  25. m1: SSH address: 127.0.0.1:2222
  26. m1: SSH username: vagrant
  27. m1: SSH auth method: private key
  28. m1: Warning: Remote connection disconnect. Retrying...
  29. m1: Warning: Remote connection disconnect. Retrying...
  30. m1: Warning: Remote connection disconnect. Retrying...
  31. ==> m1: Machine booted and ready!
  32. ==> m1: Checking for guest additions in VM...
  33. ==> m1: Setting hostname...
  34. ==> m1: Configuring and enabling network interfaces...
  35. ==> m1: Mounting shared folders...
  36. m1: /vagrant => /Users/kkaczor/Workspace/dcos/dcos-vagrant
  37. ==> m1: Updating /etc/hosts file on active guest machines...
  38. ==> m1: Updating /etc/hosts file on host machine (password may be required)...
  39. Password:
  40. ==> m1: Running provisioner: shell...
  41. m1: Running: inline script
  42. ==> m1: Running provisioner: dcos_ssh...
  43. host: Found existing keys
  44. ==> m1: Inserting generated public key within guest...
  45. ==> m1: Configuring vagrant to connect using generated private key...
  46. ==> m1: Removing insecure key from the guest, if it's present...
  47. ==> m1: Running provisioner: shell...
  48. m1: Running: script: Certificate Authorities
  49. ==> m1: >>> Installing Certificate Authorities
  50. ==> m1: Running provisioner: shell...
  51. m1: Running: script: Install Probe
  52. ==> m1: Probe already installed: /usr/local/sbin/probe
  53. ==> m1: Running provisioner: shell...
  54. m1: Running: script: Install jq
  55. ==> m1: jq already installed: /usr/local/sbin/jq
  56. ==> m1: Running provisioner: shell...
  57. m1: Running: script: Install DC/OS Postflight
  58. ==> m1: >>> Installing DC/OS Postflight: /usr/local/sbin/dcos-postflight
  59. ==> a1: Importing base box 'mesosphere/dcos-centos-virtualbox'...
  60. ==> a1: Matching MAC address for NAT networking...
  61. ==> a1: Checking if box 'mesosphere/dcos-centos-virtualbox' is up to date...
  62. ==> a1: Setting the name of the VM: a1.dcos
  63. ==> a1: Fixed port collision for 22 => 2222. Now on port 2200.
  64. ==> a1: Clearing any previously set network interfaces...
  65. ==> a1: Preparing network interfaces based on configuration...
  66. a1: Adapter 1: nat
  67. a1: Adapter 2: hostonly
  68. ==> a1: Forwarding ports...
  69. a1: 22 (guest) => 2200 (host) (adapter 1)
  70. ==> a1: Running 'pre-boot' VM customizations...
  71. ==> a1: Booting VM...
  72. ==> a1: Waiting for machine to boot. This may take a few minutes...
  73. a1: SSH address: 127.0.0.1:2200
  74. a1: SSH username: vagrant
  75. a1: SSH auth method: private key
  76. a1: Warning: Remote connection disconnect. Retrying...
  77. a1: Warning: Remote connection disconnect. Retrying...
  78. a1: Warning: Remote connection disconnect. Retrying...
  79. ==> a1: Machine booted and ready!
  80. ==> a1: Checking for guest additions in VM...
  81. ==> a1: Setting hostname...
  82. ==> a1: Configuring and enabling network interfaces...
  83. ==> a1: Mounting shared folders...
  84. a1: /vagrant => /Users/kkaczor/Workspace/dcos/dcos-vagrant
  85. ==> a1: Updating /etc/hosts file on active guest machines...
  86. ==> a1: Updating /etc/hosts file on host machine (password may be required)...
  87. ==> a1: Running provisioner: shell...
  88. a1: Running: inline script
  89. ==> a1: Running provisioner: dcos_ssh...
  90. host: Found existing keys
  91. ==> a1: Inserting generated public key within guest...
  92. ==> a1: Configuring vagrant to connect using generated private key...
  93. ==> a1: Removing insecure key from the guest, if it's present...
  94. ==> a1: Running provisioner: shell...
  95. a1: Running: script: Certificate Authorities
  96. ==> a1: >>> Installing Certificate Authorities
  97. ==> a1: Running provisioner: shell...
  98. a1: Running: script: Install Probe
  99. ==> a1: Probe already installed: /usr/local/sbin/probe
  100. ==> a1: Running provisioner: shell...
  101. a1: Running: script: Install jq
  102. ==> a1: jq already installed: /usr/local/sbin/jq
  103. ==> a1: Running provisioner: shell...
  104. a1: Running: script: Install DC/OS Postflight
  105. ==> a1: >>> Installing DC/OS Postflight: /usr/local/sbin/dcos-postflight
  106. ==> a1: Running provisioner: shell...
  107. a1: Running: script: Install Mesos Memory Modifier
  108. ==> a1: >>> Installing Mesos Memory Modifier: /usr/local/sbin/mesos-memory
  109. ==> a1: Running provisioner: shell...
  110. a1: Running: script: DC/OS Agent-private
  111. ==> a1: Skipping DC/OS private agent install (boot machine will provision in parallel)
  112. ==> p1: Importing base box 'mesosphere/dcos-centos-virtualbox'...
  113. ==> p1: Matching MAC address for NAT networking...
  114. ==> p1: Checking if box 'mesosphere/dcos-centos-virtualbox' is up to date...
  115. ==> p1: Setting the name of the VM: p1.dcos
  116. ==> p1: Fixed port collision for 22 => 2222. Now on port 2201.
  117. ==> p1: Clearing any previously set network interfaces...
  118. ==> p1: Preparing network interfaces based on configuration...
  119. p1: Adapter 1: nat
  120. p1: Adapter 2: hostonly
  121. ==> p1: Forwarding ports...
  122. p1: 22 (guest) => 2201 (host) (adapter 1)
  123. ==> p1: Running 'pre-boot' VM customizations...
  124. ==> p1: Booting VM...
  125. ==> p1: Waiting for machine to boot. This may take a few minutes...
  126. p1: SSH address: 127.0.0.1:2201
  127. p1: SSH username: vagrant
  128. p1: SSH auth method: private key
  129. p1: Warning: Remote connection disconnect. Retrying...
  130. p1: Warning: Remote connection disconnect. Retrying...
  131. p1: Warning: Remote connection disconnect. Retrying...
  132. ==> p1: Machine booted and ready!
  133. ==> p1: Checking for guest additions in VM...
  134. ==> p1: Setting hostname...
  135. ==> p1: Configuring and enabling network interfaces...
  136. ==> p1: Mounting shared folders...
  137. p1: /vagrant => /Users/kkaczor/Workspace/dcos/dcos-vagrant
  138. ==> p1: Updating /etc/hosts file on active guest machines...
  139. ==> p1: Updating /etc/hosts file on host machine (password may be required)...
  140. ==> p1: Running provisioner: shell...
  141. p1: Running: inline script
  142. ==> p1: Running provisioner: dcos_ssh...
  143. host: Found existing keys
  144. ==> p1: Inserting generated public key within guest...
  145. ==> p1: Configuring vagrant to connect using generated private key...
  146. ==> p1: Removing insecure key from the guest, if it's present...
  147. ==> p1: Running provisioner: shell...
  148. p1: Running: script: Certificate Authorities
  149. ==> p1: >>> Installing Certificate Authorities
  150. ==> p1: Running provisioner: shell...
  151. p1: Running: script: Install Probe
  152. ==> p1: Probe already installed: /usr/local/sbin/probe
  153. ==> p1: Running provisioner: shell...
  154. p1: Running: script: Install jq
  155. ==> p1: jq already installed: /usr/local/sbin/jq
  156. ==> p1: Running provisioner: shell...
  157. p1: Running: script: Install DC/OS Postflight
  158. ==> p1: >>> Installing DC/OS Postflight: /usr/local/sbin/dcos-postflight
  159. ==> p1: Running provisioner: shell...
  160. p1: Running: script: Install Mesos Memory Modifier
  161. ==> p1: >>> Installing Mesos Memory Modifier: /usr/local/sbin/mesos-memory
  162. ==> p1: Running provisioner: shell...
  163. p1: Running: script: DC/OS Agent-public
  164. ==> p1: Skipping DC/OS public agent install (boot machine will provision in parallel)
  165. ==> boot: Importing base box 'mesosphere/dcos-centos-virtualbox'...
  166. ==> boot: Matching MAC address for NAT networking...
  167. ==> boot: Checking if box 'mesosphere/dcos-centos-virtualbox' is up to date...
  168. ==> boot: Setting the name of the VM: boot.dcos
  169. ==> boot: Fixed port collision for 22 => 2222. Now on port 2202.
  170. ==> boot: Clearing any previously set network interfaces...
  171. ==> boot: Preparing network interfaces based on configuration...
  172. boot: Adapter 1: nat
  173. boot: Adapter 2: hostonly
  174. ==> boot: Forwarding ports...
  175. boot: 22 (guest) => 2202 (host) (adapter 1)
  176. ==> boot: Running 'pre-boot' VM customizations...
  177. ==> boot: Booting VM...
  178. ==> boot: Waiting for machine to boot. This may take a few minutes...
  179. boot: SSH address: 127.0.0.1:2202
  180. boot: SSH username: vagrant
  181. boot: SSH auth method: private key
  182. ==> boot: Machine booted and ready!
  183. ==> boot: Checking for guest additions in VM...
  184. ==> boot: Setting hostname...
  185. ==> boot: Configuring and enabling network interfaces...
  186. ==> boot: Mounting shared folders...
  187. boot: /vagrant => /Users/kkaczor/Workspace/dcos/dcos-vagrant
  188. ==> boot: Updating /etc/hosts file on active guest machines...
  189. ==> boot: Updating /etc/hosts file on host machine (password may be required)...
  190. ==> boot: Running provisioner: shell...
  191. boot: Running: inline script
  192. ==> boot: Running provisioner: dcos_ssh...
  193. host: Found existing keys
  194. ==> boot: Inserting generated public key within guest...
  195. ==> boot: Configuring vagrant to connect using generated private key...
  196. ==> boot: Removing insecure key from the guest, if it's present...
  197. ==> boot: Running provisioner: shell...
  198. boot: Running: script: Certificate Authorities
  199. ==> boot: >>> Installing Certificate Authorities
  200. ==> boot: Running provisioner: shell...
  201. boot: Running: script: Install Probe
  202. ==> boot: Probe already installed: /usr/local/sbin/probe
  203. ==> boot: Running provisioner: shell...
  204. boot: Running: script: Install jq
  205. ==> boot: jq already installed: /usr/local/sbin/jq
  206. ==> boot: Running provisioner: shell...
  207. boot: Running: script: Install DC/OS Postflight
  208. ==> boot: >>> Installing DC/OS Postflight: /usr/local/sbin/dcos-postflight
  209. ==> boot: Running provisioner: shell...
  210. boot: Running: script: DC/OS Boot
  211. ==> boot: >>> Turning on ipv4
  212. ==> boot: net.ipv4.ip_forward = 1
  213. ==> boot: Error: No such image or container: zookeeper-boot
  214. ==> boot: >>> Starting zookeeper (for exhibitor bootstrap and quorum)
  215. ==> boot: 49143f4c8bc0542d0a63c9f0847627165e116359349cd969fe2ef9e93c294f0a
  216. ==> boot: Error: No such image or container: nginx-boot
  217. ==> boot: >>> Starting nginx (for distributing bootstrap artifacts to cluster)
  218. ==> boot: 009db3890a561a1ee87a310819680b3cc7571c91d5999a27d80130e5a1e7fa1d
  219. ==> boot: >>> Downloading dcos_generate_config.sh (for building bootstrap image for system)
  220. ==> boot: % Total % Received % Xferd Average Speed Time Time Time Current
  221. ==> boot: Dload Upload Total Spent Left Speed
  222. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  223. 17 726M 17 128M 0 0 143M 0 0:00:05 --:--:-- 0:00:05 143M
  224. 36 726M 36 266M 0 0 139M 0 0:00:05 0:00:01 0:00:04 137M
  225. 54 726M 54 394M 0 0 135M 0 0:00:05 0:00:02 0:00:03 132M
  226. 69 726M 69 503M 0 0 128M 0 0:00:05 0:00:03 0:00:02 124M
  227. 82 726M 82 598M 0 0 122M 0 0:00:05 0:00:04 0:00:01 117M
  228. 97 726M 97 705M 0 0 119M 0 0:00:06 0:00:05 0:00:01 115M
  229. 100 726M 100 726M 0 0 119M 0 0:00:06 0:00:06 --:--:-- 109M
  230. ==> boot: Running provisioner: dcos_install...
  231. ==> boot: Reading etc/config-1.8.yaml
  232. ==> boot: Analyzing machines
  233. ==> boot: Generating Configuration: ~/dcos/genconf/config.yaml
  234. ==> boot: sudo: cat << EOF > ~/dcos/genconf/config.yaml
  235. ==> boot: ---
  236. ==> boot: master_list:
  237. ==> boot: - 192.168.65.90
  238. ==> boot: agent_list:
  239. ==> boot: - 192.168.65.111
  240. ==> boot: - 192.168.65.60
  241. ==> boot: cluster_name: dcos-vagrant
  242. ==> boot: bootstrap_url: http://192.168.65.50
  243. ==> boot: exhibitor_storage_backend: static
  244. ==> boot: master_discovery: static
  245. ==> boot: resolvers:
  246. ==> boot: - 10.0.2.3
  247. ==> boot: superuser_username: admin
  248. ==> boot: superuser_password_hash: "\$6\$rounds=656000\$123o/Qz.InhbkbsO\$kn5IkpWm5CplEorQo7jG/27LkyDgWrml36lLxDtckZkCxu22uihAJ4DOJVVnNbsz/Y5MCK3B1InquE6E7Jmh30"
  249. ==> boot: ssh_port: 22
  250. ==> boot: ssh_user: vagrant
  251. ==> boot: platform: vagrant-virtualbox
  252. ==> boot: check_time: false
  253. ==> boot: exhibitor_zk_hosts: 192.168.65.50:2181
  254. ==> boot:
  255. ==> boot: EOF
  256. ==> boot:
  257. ==> boot: Generating IP Detection Script: ~/dcos/genconf/ip-detect
  258. ==> boot: sudo: cat << 'EOF' > ~/dcos/genconf/ip-detect
  259. ==> boot: #!/usr/bin/env bash
  260. ==> boot: set -o errexit
  261. ==> boot: set -o nounset
  262. ==> boot: set -o pipefail
  263. ==> boot: echo $(/usr/sbin/ip route show to match 192.168.65.90 | grep -Eo '[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}' | tail -1)
  264. ==> boot:
  265. ==> boot: EOF
  266. ==> boot:
  267. ==> boot: Importing Private SSH Key: ~/dcos/genconf/ssh_key
  268. ==> boot: sudo: cp /vagrant/.vagrant/dcos/private_key_vagrant ~/dcos/genconf/ssh_key
  269. ==> boot:
  270. ==> boot: Generating DC/OS Installer Files: ~/dcos/genconf/serve/
  271. ==> boot: sudo: cd ~/dcos && bash ~/dcos/dcos_generate_config.sh --genconf && cp -rpv ~/dcos/genconf/serve/* /var/tmp/dcos/ && echo ok > /var/tmp/dcos/ready
  272. ==> boot:
  273. ==> boot: Extracting image from this script and loading into docker daemon, this step can take a few minutes
  274. ==> boot: dcos-genconf.1b43ff7a0b9124db94-e73ba2b1cd17795e4d.tar
  275. ==> boot: ====> EXECUTING CONFIGURATION GENERATION
  276. ==> boot: Generating configuration files...
  277. ==> boot: Final arguments:{
  278. ==> boot: "adminrouter_auth_enabled":"true",
  279. ==> boot: "bootstrap_id":"e73ba2b1cd17795e4dcb3d6647d11a29b9c35084",
  280. ==> boot: "bootstrap_tmp_dir":"tmp",
  281. ==> boot: "bootstrap_url":"http://192.168.65.50",
  282. ==> boot: "check_time":"false",
  283. ==> boot: "cluster_docker_credentials":"{}",
  284. ==> boot: "cluster_docker_credentials_dcos_owned":"false",
  285. ==> boot: "cluster_docker_credentials_enabled":"false",
  286. ==> boot: "cluster_docker_credentials_write_to_etc":"false",
  287. ==> boot: "cluster_docker_registry_enabled":"false",
  288. ==> boot: "cluster_docker_registry_url":"",
  289. ==> boot: "cluster_name":"dcos-vagrant",
  290. ==> boot: "cluster_packages":"[\"dcos-config--setup_49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2\", \"dcos-metadata--setup_49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2\"]",
  291. ==> boot: "config_id":"49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2",
  292. ==> boot: "config_yaml":" \"agent_list\": |-\n [\"192.168.65.111\", \"192.168.65.60\"]\n \"bootstrap_url\": |-\n http://192.168.65.50\n \"check_time\": |-\n false\n \"cluster_name\": |-\n dcos-vagrant\n \"exhibitor_storage_backend\": |-\n static\n \"exhibitor_zk_hosts\": |-\n 192.168.65.50:2181\n \"master_discovery\": |-\n static\n \"master_list\": |-\n [\"192.168.65.90\"]\n \"platform\": |-\n vagrant-virtualbox\n \"provider\": |-\n onprem\n \"resolvers\": |-\n [\"10.0.2.3\"]\n \"ssh_port\": |-\n 22\n \"ssh_user\": |-\n vagrant\n \"superuser_password_hash\": |-\n $6$rounds=656000$123o/Qz.InhbkbsO$kn5IkpWm5CplEorQo7jG/27LkyDgWrml36lLxDtckZkCxu22uihAJ4DOJVVnNbsz/Y5MCK3B1InquE6E7Jmh30\n \"superuser_username\": |-\n admin\n",
  293. ==> boot: "curly_pound":"{#",
  294. ==> boot: "custom_auth":"false",
  295. ==> boot: "dcos_gen_resolvconf_search_str":"",
  296. ==> boot: "dcos_image_commit":"1b43ff7a0b9124db9439299b789f2e2dc3cc086c",
  297. ==> boot: "dcos_overlay_config_attempts":"4",
  298. ==> boot: "dcos_overlay_enable":"true",
  299. ==> boot: "dcos_overlay_mtu":"1420",
  300. ==> boot: "dcos_overlay_network":"{\"vtep_subnet\": \"44.128.0.0/20\", \"vtep_mac_oui\": \"70:B3:D5:00:00:00\", \"overlays\": [{\"subnet\": \"9.0.0.0/8\", \"name\": \"dcos\", \"prefix\": 24}]}",
  301. ==> boot: "dcos_remove_dockercfg_enable":"false",
  302. ==> boot: "dcos_version":"1.8.7",
  303. ==> boot: "dns_search":"",
  304. ==> boot: "docker_remove_delay":"1hrs",
  305. ==> boot: "docker_stop_timeout":"20secs",
  306. ==> boot: "exhibitor_static_ensemble":"1:192.168.65.90",
  307. ==> boot: "exhibitor_storage_backend":"static",
  308. ==> boot: "expanded_config":"\"DO NOT USE THIS AS AN ARGUMENT TO OTHER ARGUMENTS. IT IS TEMPORARY\"",
  309. ==> boot: "gc_delay":"2days",
  310. ==> boot: "ip_detect_contents":"'#!/usr/bin/env bash\n\n set -o errexit\n\n set -o nounset\n\n set -o pipefail\n\n echo $(/usr/sbin/ip route show to match 192.168.65.90 | grep -Eo ''[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}''\n | tail -1)\n\n\n '\n",
  311. ==> boot: "ip_detect_filename":"genconf/ip-detect",
  312. ==> boot: "ip_detect_public_contents":"'#!/usr/bin/env bash\n\n set -o errexit\n\n set -o nounset\n\n set -o pipefail\n\n echo $(/usr/sbin/ip route show to match 192.168.65.90 | grep -Eo ''[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}''\n | tail -1)\n\n\n '\n",
  313. ==> boot: "master_discovery":"static",
  314. ==> boot: "master_dns_bindall":"true",
  315. ==> boot: "master_list":"[\"192.168.65.90\"]",
  316. ==> boot: "master_quorum":"1",
  317. ==> boot: "mesos_container_logger":"org_apache_mesos_LogrotateContainerLogger",
  318. ==> boot: "mesos_dns_ip_sources":"[\"host\", \"netinfo\"]",
  319. ==> boot: "mesos_dns_resolvers_str":"\"resolvers\": [\"10.0.2.3\"]",
  320. ==> boot: "mesos_hooks":"",
  321. ==> boot: "mesos_isolation":"cgroups/cpu,cgroups/mem,disk/du,network/cni,filesystem/linux,docker/runtime,docker/volume",
  322. ==> boot: "mesos_log_directory_max_files":"162",
  323. ==> boot: "mesos_log_retention_count":"137",
  324. ==> boot: "mesos_log_retention_mb":"4000",
  325. ==> boot: "minuteman_forward_metrics":"false",
  326. ==> boot: "minuteman_max_named_ip":"11.255.255.255",
  327. ==> boot: "minuteman_max_named_ip_erltuple":"{11,255,255,255}",
  328. ==> boot: "minuteman_min_named_ip":"11.0.0.0",
  329. ==> boot: "minuteman_min_named_ip_erltuple":"{11,0,0,0}",
  330. ==> boot: "num_masters":"1",
  331. ==> boot: "oauth_auth_host":"https://dcos.auth0.com",
  332. ==> boot: "oauth_auth_redirector":"https://auth.dcos.io",
  333. ==> boot: "oauth_available":"true",
  334. ==> boot: "oauth_client_id":"3yF5TOSzdlI45Q1xspxzeoGBe9fNxm9m",
  335. ==> boot: "oauth_enabled":"true",
  336. ==> boot: "oauth_issuer_url":"https://dcos.auth0.com/",
  337. ==> boot: "package_names":"[\n \"dcos-config\",\n \"dcos-metadata\"\n]",
  338. ==> boot: "provider":"onprem",
  339. ==> boot: "resolvers":"[\"10.0.2.3\"]",
  340. ==> boot: "resolvers_str":"10.0.2.3",
  341. ==> boot: "rexray_config":"{\"rexray\": {\"modules\": {\"default-docker\": {\"disabled\": true}, \"default-admin\": {\"host\": \"tcp://127.0.0.1:61003\"}}, \"loglevel\": \"info\"}}",
  342. ==> boot: "rexray_config_contents":"\"rexray:\\n loglevel: info\\n modules:\\n default-admin:\\n host: tcp://127.0.0.1:61003\\n\\\n \\ default-docker:\\n disabled: true\\n\"\n",
  343. ==> boot: "rexray_config_preset":"",
  344. ==> boot: "telemetry_enabled":"true",
  345. ==> boot: "template_filenames":"[\n \"dcos-config.yaml\",\n \"cloud-config.yaml\",\n \"dcos-metadata.yaml\",\n \"dcos-services.yaml\"\n]",
  346. ==> boot: "ui_banner":"false",
  347. ==> boot: "ui_banner_background_color":"#1E232F",
  348. ==> boot: "ui_banner_dismissible":"null",
  349. ==> boot: "ui_banner_footer_content":"null",
  350. ==> boot: "ui_banner_foreground_color":"#FFFFFF",
  351. ==> boot: "ui_banner_header_content":"null",
  352. ==> boot: "ui_banner_header_title":"null",
  353. ==> boot: "ui_banner_image_path":"null",
  354. ==> boot: "ui_branding":"false",
  355. ==> boot: "ui_external_links":"false",
  356. ==> boot: "use_mesos_hooks":"false",
  357. ==> boot: "use_proxy":"false",
  358. ==> boot: "user_arguments":"{\n \"agent_list\":\"[\\\"192.168.65.111\\\", \\\"192.168.65.60\\\"]\",\n \"bootstrap_url\":\"http://192.168.65.50\",\n \"check_time\":\"false\",\n \"cluster_name\":\"dcos-vagrant\",\n \"exhibitor_storage_backend\":\"static\",\n \"exhibitor_zk_hosts\":\"192.168.65.50:2181\",\n \"master_discovery\":\"static\",\n \"master_list\":\"[\\\"192.168.65.90\\\"]\",\n \"platform\":\"vagrant-virtualbox\",\n \"provider\":\"onprem\",\n \"resolvers\":\"[\\\"10.0.2.3\\\"]\",\n \"ssh_port\":\"22\",\n \"ssh_user\":\"vagrant\",\n \"superuser_password_hash\":\"$6$rounds=656000$123o/Qz.InhbkbsO$kn5IkpWm5CplEorQo7jG/27LkyDgWrml36lLxDtckZkCxu22uihAJ4DOJVVnNbsz/Y5MCK3B1InquE6E7Jmh30\",\n \"superuser_username\":\"admin\"\n}",
  359. ==> boot: "weights":""
  360. ==> boot: }
  361. ==> boot: Generating configuration files...
  362. ==> boot: Final arguments:{
  363. ==> boot: "adminrouter_auth_enabled":"true",
  364. ==> boot: "bootstrap_id":"e73ba2b1cd17795e4dcb3d6647d11a29b9c35084",
  365. ==> boot: "bootstrap_tmp_dir":"tmp",
  366. ==> boot: "bootstrap_url":"http://192.168.65.50",
  367. ==> boot: "check_time":"false",
  368. ==> boot: "cluster_docker_credentials":"{}",
  369. ==> boot: "cluster_docker_credentials_dcos_owned":"false",
  370. ==> boot: "cluster_docker_credentials_enabled":"false",
  371. ==> boot: "cluster_docker_credentials_write_to_etc":"false",
  372. ==> boot: "cluster_docker_registry_enabled":"false",
  373. ==> boot: "cluster_docker_registry_url":"",
  374. ==> boot: "cluster_name":"dcos-vagrant",
  375. ==> boot: "cluster_packages":"[\"dcos-config--setup_49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2\", \"dcos-metadata--setup_49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2\"]",
  376. ==> boot: "config_id":"49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2",
  377. ==> boot: "config_yaml":" \"agent_list\": |-\n [\"192.168.65.111\", \"192.168.65.60\"]\n \"bootstrap_url\": |-\n http://192.168.65.50\n \"check_time\": |-\n false\n \"cluster_name\": |-\n dcos-vagrant\n \"exhibitor_storage_backend\": |-\n static\n \"exhibitor_zk_hosts\": |-\n 192.168.65.50:2181\n \"master_discovery\": |-\n static\n \"master_list\": |-\n [\"192.168.65.90\"]\n \"platform\": |-\n vagrant-virtualbox\n \"provider\": |-\n onprem\n \"resolvers\": |-\n [\"10.0.2.3\"]\n \"ssh_port\": |-\n 22\n \"ssh_user\": |-\n vagrant\n \"superuser_password_hash\": |-\n $6$rounds=656000$123o/Qz.InhbkbsO$kn5IkpWm5CplEorQo7jG/27LkyDgWrml36lLxDtckZkCxu22uihAJ4DOJVVnNbsz/Y5MCK3B1InquE6E7Jmh30\n \"superuser_username\": |-\n admin\n",
  378. ==> boot: "curly_pound":"{#",
  379. ==> boot: "custom_auth":"false",
  380. ==> boot: "dcos_gen_resolvconf_search_str":"",
  381. ==> boot: "dcos_image_commit":"1b43ff7a0b9124db9439299b789f2e2dc3cc086c",
  382. ==> boot: "dcos_overlay_config_attempts":"4",
  383. ==> boot: "dcos_overlay_enable":"true",
  384. ==> boot: "dcos_overlay_mtu":"1420",
  385. ==> boot: "dcos_overlay_network":"{\"vtep_subnet\": \"44.128.0.0/20\", \"vtep_mac_oui\": \"70:B3:D5:00:00:00\", \"overlays\": [{\"subnet\": \"9.0.0.0/8\", \"name\": \"dcos\", \"prefix\": 24}]}",
  386. ==> boot: "dcos_remove_dockercfg_enable":"false",
  387. ==> boot: "dcos_version":"1.8.7",
  388. ==> boot: "dns_search":"",
  389. ==> boot: "docker_remove_delay":"1hrs",
  390. ==> boot: "docker_stop_timeout":"20secs",
  391. ==> boot: "exhibitor_static_ensemble":"1:192.168.65.90",
  392. ==> boot: "exhibitor_storage_backend":"static",
  393. ==> boot: "expanded_config":"\"DO NOT USE THIS AS AN ARGUMENT TO OTHER ARGUMENTS. IT IS TEMPORARY\"",
  394. ==> boot: "gc_delay":"2days",
  395. ==> boot: "ip_detect_contents":"'#!/usr/bin/env bash\n\n set -o errexit\n\n set -o nounset\n\n set -o pipefail\n\n echo $(/usr/sbin/ip route show to match 192.168.65.90 | grep -Eo ''[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}''\n | tail -1)\n\n\n '\n",
  396. ==> boot: "ip_detect_filename":"genconf/ip-detect",
  397. ==> boot: "ip_detect_public_contents":"'#!/usr/bin/env bash\n\n set -o errexit\n\n set -o nounset\n\n set -o pipefail\n\n echo $(/usr/sbin/ip route show to match 192.168.65.90 | grep -Eo ''[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}''\n | tail -1)\n\n\n '\n",
  398. ==> boot: "master_discovery":"static",
  399. ==> boot: "master_dns_bindall":"true",
  400. ==> boot: "master_list":"[\"192.168.65.90\"]",
  401. ==> boot: "master_quorum":"1",
  402. ==> boot: "mesos_container_logger":"org_apache_mesos_LogrotateContainerLogger",
  403. ==> boot: "mesos_dns_ip_sources":"[\"host\", \"netinfo\"]",
  404. ==> boot: "mesos_dns_resolvers_str":"\"resolvers\": [\"10.0.2.3\"]",
  405. ==> boot: "mesos_hooks":"",
  406. ==> boot: "mesos_isolation":"cgroups/cpu,cgroups/mem,disk/du,network/cni,filesystem/linux,docker/runtime,docker/volume",
  407. ==> boot: "mesos_log_directory_max_files":"162",
  408. ==> boot: "mesos_log_retention_count":"137",
  409. ==> boot: "mesos_log_retention_mb":"4000",
  410. ==> boot: "minuteman_forward_metrics":"false",
  411. ==> boot: "minuteman_max_named_ip":"11.255.255.255",
  412. ==> boot: "minuteman_max_named_ip_erltuple":"{11,255,255,255}",
  413. ==> boot: "minuteman_min_named_ip":"11.0.0.0",
  414. ==> boot: "minuteman_min_named_ip_erltuple":"{11,0,0,0}",
  415. ==> boot: "num_masters":"1",
  416. ==> boot: "oauth_auth_host":"https://dcos.auth0.com",
  417. ==> boot: "oauth_auth_redirector":"https://auth.dcos.io",
  418. ==> boot: "oauth_available":"true",
  419. ==> boot: "oauth_client_id":"3yF5TOSzdlI45Q1xspxzeoGBe9fNxm9m",
  420. ==> boot: "oauth_enabled":"true",
  421. ==> boot: "oauth_issuer_url":"https://dcos.auth0.com/",
  422. ==> boot: "package_names":"[\n \"dcos-config\",\n \"dcos-metadata\"\n]",
  423. ==> boot: "provider":"onprem",
  424. ==> boot: "resolvers":"[\"10.0.2.3\"]",
  425. ==> boot: "resolvers_str":"10.0.2.3",
  426. ==> boot: "rexray_config":"{\"rexray\": {\"modules\": {\"default-docker\": {\"disabled\": true}, \"default-admin\": {\"host\": \"tcp://127.0.0.1:61003\"}}, \"loglevel\": \"info\"}}",
  427. ==> boot: "rexray_config_contents":"\"rexray:\\n loglevel: info\\n modules:\\n default-admin:\\n host: tcp://127.0.0.1:61003\\n\\\n \\ default-docker:\\n disabled: true\\n\"\n",
  428. ==> boot: "rexray_config_preset":"",
  429. ==> boot: "telemetry_enabled":"true",
  430. ==> boot: "template_filenames":"[\n \"dcos-config.yaml\",\n \"cloud-config.yaml\",\n \"dcos-metadata.yaml\",\n \"dcos-services.yaml\"\n]",
  431. ==> boot: "ui_banner":"false",
  432. ==> boot: "ui_banner_background_color":"#1E232F",
  433. ==> boot: "ui_banner_dismissible":"null",
  434. ==> boot: "ui_banner_footer_content":"null",
  435. ==> boot: "ui_banner_foreground_color":"#FFFFFF",
  436. ==> boot: "ui_banner_header_content":"null",
  437. ==> boot: "ui_banner_header_title":"null",
  438. ==> boot: "ui_banner_image_path":"null",
  439. ==> boot: "ui_branding":"false",
  440. ==> boot: "ui_external_links":"false",
  441. ==> boot: "use_mesos_hooks":"false",
  442. ==> boot: "use_proxy":"false",
  443. ==> boot: "user_arguments":"{\n \"agent_list\":\"[\\\"192.168.65.111\\\", \\\"192.168.65.60\\\"]\",\n \"bootstrap_url\":\"http://192.168.65.50\",\n \"check_time\":\"false\",\n \"cluster_name\":\"dcos-vagrant\",\n \"exhibitor_storage_backend\":\"static\",\n \"exhibitor_zk_hosts\":\"192.168.65.50:2181\",\n \"master_discovery\":\"static\",\n \"master_list\":\"[\\\"192.168.65.90\\\"]\",\n \"platform\":\"vagrant-virtualbox\",\n \"provider\":\"onprem\",\n \"resolvers\":\"[\\\"10.0.2.3\\\"]\",\n \"ssh_port\":\"22\",\n \"ssh_user\":\"vagrant\",\n \"superuser_password_hash\":\"$6$rounds=656000$123o/Qz.InhbkbsO$kn5IkpWm5CplEorQo7jG/27LkyDgWrml36lLxDtckZkCxu22uihAJ4DOJVVnNbsz/Y5MCK3B1InquE6E7Jmh30\",\n \"superuser_username\":\"admin\"\n}",
  444. ==> boot: "weights":""
  445. ==> boot: }
  446. ==> boot: Package filename: packages/dcos-config/dcos-config--setup_49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2.tar.xz
  447. ==> boot: Package filename: packages/dcos-metadata/dcos-metadata--setup_49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2.tar.xz
  448. ==> boot: Generating Bash configuration files for DC/OS
  449. ==> boot: ‘/root/dcos/genconf/serve/bootstrap’ -> ‘/var/tmp/dcos/bootstrap’
  450. ==> boot: ‘/root/dcos/genconf/serve/bootstrap/e73ba2b1cd17795e4dcb3d6647d11a29b9c35084.bootstrap.tar.xz’ -> ‘/var/tmp/dcos/bootstrap/e73ba2b1cd17795e4dcb3d6647d11a29b9c35084.bootstrap.tar.xz’
  451. ==> boot: ‘/root/dcos/genconf/serve/bootstrap/e73ba2b1cd17795e4dcb3d6647d11a29b9c35084.active.json’ -> ‘/var/tmp/dcos/bootstrap/e73ba2b1cd17795e4dcb3d6647d11a29b9c35084.active.json’
  452. ==> boot: ‘/root/dcos/genconf/serve/bootstrap.latest’ -> ‘/var/tmp/dcos/bootstrap.latest’
  453. ==> boot: ‘/root/dcos/genconf/serve/cluster-package-info.json’ -> ‘/var/tmp/dcos/cluster-package-info.json’
  454. ==> boot: ‘/root/dcos/genconf/serve/dcos_install.sh’ -> ‘/var/tmp/dcos/dcos_install.sh’
  455. ==> boot: ‘/root/dcos/genconf/serve/packages’ -> ‘/var/tmp/dcos/packages’
  456. ==> boot: ‘/root/dcos/genconf/serve/packages/dcos-config’ -> ‘/var/tmp/dcos/packages/dcos-config’
  457. ==> boot: ‘/root/dcos/genconf/serve/packages/dcos-config/dcos-config--setup_49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2.tar.xz’ -> ‘/var/tmp/dcos/packages/dcos-config/dcos-config--setup_49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2.tar.xz’
  458. ==> boot: ‘/root/dcos/genconf/serve/packages/dcos-metadata’ -> ‘/var/tmp/dcos/packages/dcos-metadata’
  459. ==> boot: ‘/root/dcos/genconf/serve/packages/dcos-metadata/dcos-metadata--setup_49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2.tar.xz’ -> ‘/var/tmp/dcos/packages/dcos-metadata/dcos-metadata--setup_49fe7fa5bc828e9b1c9d1c1f9de307dee2b860d2.tar.xz’
  460. ==> m1: Installing DC/OS (master)
  461. ==> m1: sudo: bash -ceu "curl --fail --location --silent --show-error --verbose http://boot.dcos/dcos_install.sh | bash -s -- master"
  462. ==> m1:
  463. ==> m1: * About to connect() to boot.dcos port 80 (#0)
  464. ==> m1: * Trying 192.168.65.50...
  465. ==> m1: * Connection timed out
  466. ==> m1: * Failed connect to boot.dcos:80; Connection timed out
  467. ==> m1: * Closing connection 0
  468. ==> m1: curl: (7) Fail
  469. ==> m1: ed connect to boot.dcos:80; Connection timed out
  470. ==> a1: Installing DC/OS (agent)
  471. ==> p1: Installing DC/OS (agent-public)
  472. ==> a1: sudo: bash -ceu "curl --fail --location --silent --show-error --verbose http://boot.dcos/dcos_install.sh | bash -s -- slave"
  473. ==> p1: sudo: bash -ceu "curl --fail --location --silent --show-error --verbose http://boot.dcos/dcos_install.sh | bash -s -- slave_public"
  474. ==> a1:
  475. ==> p1:
  476. ==> p1: * About to connect() to boot.dcos port 80 (#0)
  477. ==> p1: * Trying 192.168.65.50...
  478. ==> a1: * About to connect() to boot.dcos port 80 (#0)
  479. ==> a1: * Trying 192.168.65.50...
  480. ==> p1: * Connection timed out
  481. ==> p1: * Failed connect to boot.dcos:80; Connection timed out
  482. ==> p1: * Closing connection 0
  483. ==> p1: curl: (7) Failed connect to boot.dcos:80; Connection timed out
  484. ==> a1: * Connection timed out
  485. ==> a1: * Failed connect to boot.dcos:80; Connection timed out
  486. ==> a1: * Closing connection 0
  487. ==> a1: curl: (7) Failed connect to boot.dcos:80; Connection
  488. ==> a1: timed out
  489. ==> a1: DC/OS Postflight
  490. ==> m1: DC/OS Postflight
  491. ==> a1: sudo: dcos-postflight
  492. ==> p1: DC/OS Postflight
  493. ==> m1: sudo: dcos-postflight
  494. ==> p1: sudo: dcos-postflight
  495. ==> a1:
  496. ==> p1:
  497. ==> m1:
  498. ==> a1: Postflight Failure: either 3dt or dcos-diagnostics.py must be present
  499. ==> p1: Postflight Failure: either 3dt or dcos-diagnostics.py must be present
  500. ==> m1: Postflight Failure: either 3dt or dcos-diagnostics.py must be present
  501. The following SSH command responded with a non-zero exit status.
  502. Vagrant assumes that this means the command failed!
  503.  
  504. dcos-postflight
  505.  
  506. Stdout from the command:
  507.  
  508. Postflight Failure: either 3dt or dcos-diagnostics.py must be present
  509.  
  510.  
  511. Stderr from the command:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement