stackube/devstack/local.conf.node.sample
Ian Wienand d6d27752ad Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I37d57e12ebe5af5f02429831fe3249c5da0d1bad
2019-03-24 20:36:10 +00:00

32 lines
897 B
Plaintext

[[local|localrc]]
# Supported container runtimes: frakti, docker
CONTAINER_RUNTIME=frakti
# Set to local host's IP
HOST_IP=10.0.0.3
# Set to master node's IP
SERVICE_HOST="10.0.0.2"
MYSQL_HOST=${SERVICE_HOST}
RABBIT_HOST=${SERVICE_HOST}
ADMIN_PASSWORD=password
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
ENABLED_SERVICES=""
# Neutron
enable_service q-agt
# Kubernetes
STACKUBE_HOME=${STACKUBE_HOME:-$DEST/stackube}
# Kubernetes master IP, should set to master IP for minions
KUBERNETES_MASTER_IP=${SERVICE_HOST}
# Get token by running following command on the master node
# sudo kubeadm token list | awk '/kubeadm/{print $1}'
KUBEADM_TOKEN="token"
CONTAINER_CIDR="10.244.2.0/24"
enable_plugin stackube https://git.openstack.org/openstack/stackube
enable_service stackube
# Enable kubernetes node components
enable_service kubernetes_node