<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dcos on</title><link>https://serverbooter.com/tags/dcos/</link><description>Recent content in Dcos on</description><generator>Hugo</generator><language>en-us</language><managingEditor>raravena80@gmail.com (Ricardo Aravena)</managingEditor><webMaster>raravena80@gmail.com (Ricardo Aravena)</webMaster><lastBuildDate>Thu, 14 Aug 2025 09:50:14 -1000</lastBuildDate><atom:link href="https://serverbooter.com/tags/dcos/index.xml" rel="self" type="application/rss+xml"/><item><title>DC/OS on GCP</title><link>https://serverbooter.com/post/dcos-on-gcp/</link><pubDate>Thu, 11 May 2017 16:28:29 +0000</pubDate><author>raravena80@gmail.com (Ricardo Aravena)</author><guid>https://serverbooter.com/post/dcos-on-gcp/</guid><description>&lt;p&gt;DC/OS is the commercialized &lt;a href="http://mesos.apache.org/"&gt;Mesos&lt;/a&gt; distribution + extras maintained by Mesosphere. I found it very straight forward to setup in GCP with the out of the box &lt;a href="https://github.com/raravena80/dcos-gce"&gt;Ansible scripts&lt;/a&gt; provided by Mesosphere.&lt;/p&gt;
&lt;p&gt;For starters I followed everything described in the &lt;a href="https://github.com/raravena80/dcos-gce/blob/master/README.md"&gt;README&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Then, I had to modify the &lt;code&gt;group_vars/all&lt;/code&gt; file in the playbook&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;---
project: &amp;lt;my-gcp-project-id&amp;gt;
subnet: default
login_name: &amp;lt;my-gcp-login-id-with-no-email&amp;gt;
bootstrap_public_ip: 10.128.0.10 # This IP need to match the network in the zone
zone: us-central1-c

master_boot_disk_size: 200 # 200 is the recommended in GCP as of 05-2017
master_machine_type: n1-standard-1
master_boot_disk_type: pd-standard

agent_boot_disk_size: 200
agent_machine_type: n1-standard-1
agent_boot_disk_type: pd-standard
agent_instance_type: &amp;#34;MIGRATE&amp;#34;
agent_type: private
start_id: 0001
end_id: 0001

gcloudbin: gcloud
image: &amp;#39;centos-7-v20161027&amp;#39;
image_project: &amp;#39;centos-cloud&amp;#39;
bootstrap_public_port: 8080
cluster_name: cluster_name
scopes: &amp;#34;default=https://www.googleapis.com/auth/cloud-platform&amp;#34;
dcos_installer_filename: dcos_generate_config.sh
dcos_installer_download_path: &amp;#34;https://downloads.dcos.io/dcos/stable/{{ dcos_installer_filename }}&amp;#34;
home_directory: &amp;#34;/home/{{ login_name }}&amp;#34;
downloads_from_bootstrap: 2
dcos_bootstrap_container: dcosinstaller
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Then to create the master I ran:&lt;/p&gt;</description></item></channel></rss>