This container runs a keystone database
This container has no requirements but it is build with default values :
root password - neutrekeystone db - keystone : The database that will be used by keystonekeystone db user - keystone : The user that has the permission on the keystone databasekeystone db user password - keystone : The password of the user that has permission on the databaseBuild as usual
cd keystone-mysql
docker build -t francois/keystone-mysql .
Run the container with necessary links
docker run --name somekeystonedb francois/keystone-db
Create a symlink pointing to the keystone-db.service file available at : https://github.com/francois-fleet/fleet_apps/blob/master/databases/db-keystone.service
git clone https://github.com/francois-fleet/fleet_apps.git
mkdir keystone-units
cd keystone-units
ln -s ../fleet_apps/databases/db-keystone.service db-keystone.service
fleet submit db-keystone.service
fleet start db-keystone.service
Use the yaml files available at : https://github.com/francois-k8s/kube_apps For the pod : databases/db-keystone-pod/yaml For the mysql service : databases/db-keystone-service.yaml
git clone https://github.com/francois-k8s/kube_apps
kubecfg -c kube_apps/databases/db-keystone-pod.yaml create pods
kubecfg -c kube_apps/databases/db-keystone-service.yaml create services
add_component_x)Authors: François Billant [email protected]
Content type
Image
Digest
sha256:84f91b92c…
Size
114.9 MB
Last updated
almost 11 years ago
docker pull francois/db-keystone