![Alan Meadows](/assets/img/avatar_default.png)
* Initial Commit of Nova Configuration Overrides This commit is an evolution of the initial keystone configuration overrides work It expands upon that work by introducing many of the same concepts into nova. It differs in that a few concepts were changed. Namely the helm-toolkit/_oslo.tpl concept was abandoned, as there are too many unique oslo paths for configuration elements, so dynamic oslo setting mechanism was moved locally into configmap-etc.yaml, where it is generally used. Secondly, in nova the mount override effort was altered to instead provide mount "append" capability. Keeping the manifest mounts closer to the actual pod, and keeping values.yaml a tad smaller. This still allows the original flexibility of operators adding mounts, but they cannot "undo" any of the charts built in mounts. There were several manual tweaks that needd to be done to _nova.conf.tpl after the oslo-config-gen process this time. This is because there is a bug in the newton version of generating this file. It does not include the proper service authentication credentials in the [keystone_authtoken] section. Future releases have a separate service credentials section so future config generations will likely not need these added lines. * Remove unused values.yaml parameters Fix references to removed helm-toolkit oslo macro * resolve nova feedback * bugfix nova-etc/nova-bin swap
Openstack-Helm
Join us on Slack: #openstack-helm
Join us on Freenode: #openstack-helm
Community Meetings: Every other Tuesday @ 3PM UTC (Provided by Zoom)
Community Agenda Items: Google Docs
Community Roadmap Items: Roadmap Docs
Openstack-Helm is a fully self-contained Helm-based OpenStack deployment on Kubernetes. It will provide baremetal provisioning, persistent storage, full-stack resiliency, full-stack scalability, performance monitoring and tracing, and an optional development pipeline (using Jenkins). This project, along with the tools used within are community-based and open sourced.
Mission
The goal for Openstack-Helm is to provide an incredibly customizable framework for operators and developers alike. This framework will enable end-users to deploy, maintain, and upgrade a fully functioning Openstack environment for both simple and complex environments. Administrators or developers can either deploy all or individual Openstack components along with their required dependancies. It heavily borrows concepts from Stackanetes and other complex Helm application deployments. This project is meant to be a collaborative project that brings Openstack applications into a Cloud-Native model.
Open Releases
Until a 1.0.0 release, this collection is a work in progress and components will continue to be added or modified over time. Please review our Milestones, Releases, and Project timelines.
Installation and Development
This project is under heavy development. We encourage anyone who is interested in Openstack-Helm to review our Getting Started documentation, complete with verification procedures. Feel free to ask questions or check out our current Issues, Project Plan or submit a Pull Request.
Openstack-Helm is intended to be packaged and served from your own Helm repository. However, for quick installation, evaluation, and convenience, you can use our online Helm repository. After you've configured your environment for Minikube (for hostPath) or Bare Metal (for PVC support), you can add our most recent repository by using the following command:
$ helm repo add openstack-helm https://att-comdev.github.io/openstack-helm/charts/
To verify your Helm chart version, once the repository has been added, issue the following:
$ helm search | grep openstack-helm
local/bootstrap 0.1.0 openstack-helm namespace bootstrap
openstack-helm/bootstrap 0.1.0 openstack-helm namespace bootstrap
openstack-helm/ceph 0.1.0 A Helm chart for Kubernetes
openstack-helm/helm-toolkit 0.1.0 A base chart for all openstack charts
openstack-helm/glance 0.1.0 A Helm chart for glance
openstack-helm/horizon 0.1.0 A Helm chart for horizon
openstack-helm/keystone 0.1.0 A Helm chart for keystone
openstack-helm/mariadb 0.1.0 A helm chart for mariadb
openstack-helm/memcached 0.1.0 Chart for memcached
openstack-helm/openstack 0.1.0 A Helm chart for Kubernetes
openstack-helm/rabbitmq 0.1.0 A Helm chart for Kubernetes
$
UPDATED: Please see our new developer documentation for Minikube.
Additional Details
For additional details, and instructions on how to use this project, please see the wiki for more details.