https://github.com/lresende/mesos-cluster-install
Mesos (DC/OS) Cluster Installation Scripts
https://github.com/lresende/mesos-cluster-install
Last synced: 7 months ago
JSON representation
Mesos (DC/OS) Cluster Installation Scripts
- Host: GitHub
- URL: https://github.com/lresende/mesos-cluster-install
- Owner: lresende
- License: apache-2.0
- Created: 2016-09-01T17:34:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T16:16:32.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T09:36:52.036Z (9 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mesos Cluster Silent Installer
==============================This is an utility script that helps with preparation, installation and deployment of a DC/OS Mesos Cluster.
Before you start
----------------Clone the repository in the master node of the cluster
```
git clone https://github.com/lresende/mesos-cluster-install.git
cd mesos-cluster-install
```**Update information related to your cluster in mesos-cluster.sh :**
- Hosts : A list of FQDN for all cluster nodes
- Bootstrap : The FQDN for the DC/OS Boostrap node
- Master Public : The public IP for the DC/OS MasterInstalling DC/OS and deploying the cluster
------------------------------------------Now that we have the cluster information properly configured in the mesos-cluster.sh, we can easily install the cluster issuing the following command :
```
sh mesos-cluster.sh
```This will perform the following steps :
- Perform a system update
- Perform docker installation in the Boostrap node
- Perform installation of DC/OS Boostrap scripts and perform instalation of the clusterNow the cluster is ready to use. Point your browser to the URL below :
```
http://
```Troubleshooting
---------------Comming soon.