Now that I can run the TripleO version of Keystone via podman, I want to try running it in OpenShift.
Continue readingAuthor Archives: Adam Young
Official TripleO Keystone Images
My recent forays into running containerized Keystone images have been based on a Centos base image with RPMs installed on top of it. But TripleO does not run this way; it runs via containers. Some notes as I look into them.
Continue readingkeystone-db-init in OpenShift
Before I can run Keystone in a container, I need to initialize the database. This is as true for running in Kubernetes as it was using podman. Here’s how I got keystone-db-init to work.
Continue readingWhen to B Sharp
Running as keystone
In order to run the various Keystone containers as the Keystone user, we can use the modification specified here.
oc new-app
The tools you use should help you grow from newbie to power user. OpenShift’s command line is one such tool. When getting started with Kubernetes development, the new-app option to the oc command line can help movbe you along the spectrum.
Continue readingReading keystone.conf in a container
Step 3 of the 12 Factor app is to store config in the environment. For Keystone, the set of configuration options is controlled by the keystone.conf file. In an earlier attempt at containerizing the scripts used to configure Keystone, I had passed an environment variable in to the script that would then be written to the configuration file. I realize now that I want the whole keystone.conf external to the application. This allow me to set any of the configuration options without changing the code in the container. More importantly, it allows me to make the configuration information immutable inside the container, so that the applications cannot be hacked to change their own configuration options.
Continue readingFrom Double Harmonic to Octotonic
Say you want to play fast 8th note runs on a double harmonic minor song. What note should you add by default?
Continue reading8 Tone scales #1: Lots of Half Steps
Since I posted my article on 8 tone scales, I’ve gotten an embedded player. Here’s what the first of these 8 tone scales sounds like.
Continue readingBenefits of Saxophone
When you play Saxophone, your whole body plays music.
Continue reading
