https://github.com/openinfradev
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 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
$ 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.
$ ./010-init-env.sh
$ ./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.
$ ./040-deploy-openstack.sh
$ ./041-deploy-lma.sh
Logging dashboard(KIBANA)
- localhost:30001
- taco / password
Monitoring dashboard(Prometheus)
- localhost:30008
- admin / password
$ ./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
$ ./097-remove-os-resources.sh
$ ./098-cleanup-openstack.sh
$ ./099-cleanup-all.sh
https://tde.sktelecom.com/wiki/pages/viewpage.action?pageId=146290186&
- please contact Jaesuk Ahn ([email protected]) to get an access to the release document.
This is fully inspired by OpenStack-Helm project workshop at OpenStack Sydney Workshop.