Skip to content

ucs-compute-solutions/MSSQL-Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

This repository contains Ansible playbook for deploying Microsoft SQL Server pods on Red Hat Openshift Container Platform using Portworx Storage provider.

Pre-requisites:

The following prerequisites needs to be completed before using this ansible script

  1. This play book must be executed from a work station from which you must be able to access the OCP cluster.
  2. Ansible v2.9 or higher must be installed on the work station
  3. Kubernetes.core module must be installed as this ansible script uses Kubernetes.core.K8s module.
  4. A valid storage class object must be created. For instance, Portworx storage provider can be used for privisioning required volumes for SQL pod.

Steps to execute

  1. Clone the repository to your local work station by running " git clone https://github.com/ucs-compute-solutions/MSSQL-Deployment.git"
  2. Go to MSSQL-Deployment/ folder
  3. Provide your Microsoft SQL Server pod requirement deatils in the file group_vars/all.yml.
  4. Deploy MSSQL Server pod by runing "ansible-playbook deploy-mssqlpod.yml"
  5. To clean up the pod, run "ansible-playbook cleanup.yml".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published