This repository is deprecated. We moved everything to the following repo
https://github.com/openinfradev
TACO Installation Scripts
This set of scripts let anyone install TACO AIO (All-In-One) on a single machine.
- Kubernetes v1.9.2
- Helm v2.8.2
- OpenStack Ocata release
- Ceph Luminous Version
- Weave Scope
- Armada
Minimum Hardware (VM) Requirements
- Spec: 4 CPU / 16G MEMORY / 100G DISK / 1 NIC
- OS: Ubuntu 16.04.3 or CentOS 7.4 or REHL 7.4
TACO (SKT All Container OpenStack)
TACO is OpenStack solution developed by SK Telecom, fully leveraging OpenStack-Helm project.
- 100% Community based Open Source SW with Continuous Integration / Delivery System
- Enhanced OpenStack Lifecycle Management: Self-Healing, Upgrade w/o Service Interruption, Simple and Easy Deployment, Highly Flexible Customization
- TACO Version Info: TACO v1.x = Newton / TACO v2.x = Ocata
Quick Start Guide
Download TACO Installation Scripts
$ git clone https://github.com/sktelecom-oslab/taco-scripts.git
$ cd taco-scripts
Just for the simplicity purpose, it assumes that you execute these scripts as "root" user.
Before install TACO AIO, initialize environment and install all related packages using:
$ ./010-init-env.sh
Deploy kubernetes cluster at your single machine:
$ ./020-install-k8s.sh
This step contains all about deploying kubernetes using kubespray
- download kubespray and setting TACO's configurations
- deploy all-in-one kubernetes cluster
- label nodes for deploying OpenStack pods
- make some necessary clusterrolebindings
Install Armada client to deploy OpenStack on Kubernetes:
$ ./030-install-armada.sh
Armada is a tool for managing multiple helm charts with dependencies by centralizing all configurations in a single Armada yaml and providing lifecycle hooks for all helm releases.
Deploy OpenStack:
$ ./040-deploy-openstack.sh
Deploy LMA (Logging Monitoring Alerting):
$ ./041-deploy-lma.sh
Logging dashboard(KIBANA)
- localhost:30001
- taco / password
Monitoring dashboard(Prometheus)
- localhost:30008
- admin / password
Initialize OpenStack and Launch an instance (Virtual Machine)
$ ./050-create-os-resources.sh
First, populate environment variables with the location of the Identity service and the admin project and user credentials. This script also creates all the necessary resources to launch an instances and access it.
- Create private network
- Create public network
- Create router
- Add security group for ssh
- Create private key
- Create virtual machine
- Add public ip to vm
Delete All Openstack Resources
$ ./097-remove-os-resources.sh
Clean Up Openstack Services with Ceph
$ ./098-cleanup-openstack.sh
Clean Up Openstack Services, Kubernetes Services and Armada
$ ./099-cleanup-all.sh
Appendix
TACO v2.0 Release Document
https://tde.sktelecom.com/wiki/pages/viewpage.action?pageId=146290186&
- please contact Jaesuk Ahn (jay.ahn@sk.com) to get an access to the release document.
Acknowledgement
This is fully inspired by OpenStack-Helm project workshop at OpenStack Sydney Workshop.