ansible-role-k8s-cinder/defaults/main.yml

16 lines
326 B
YAML

coe_host: "https://127.0.0.1:8443"
kube_context: "kubernetes-admin@kubernetes"
config_file: "~/.kube/config"
action: provision
namespace: openstack
hiera_data: {}
hiera_data_file: ''
cinder_conf:
DEFAULT:
public_bind_host: "0.0.0.0"
database:
connection: "mysql+pymysql://root:weakpassword@mariadb:3306/cinder"