# Copyright 2016 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. --- # windmill.nodepool nodepool_user_shell: /bin/bash nodepool_file_secure_conf_src: "{{ windmill_config_git_dest }}/nodepool/secure.conf.j2" nodepool_file_nodepool_yaml_src: "{{ windmill_config_git_dest }}/nodepool/nodepool.yaml" nodepool_file_builder_logging_conf_manage: false nodepool_file_launcher_logging_conf_manage: false nodepool_file_nodepool_builder_service_config_manage: false nodepool_file_nodepool_builder_service_manage: false nodepool_file_nodepool_launcher_service_config_manage: false nodepool_file_nodepool_launcher_service_manage: false nodepool_pip_virtualenv_python: python3 nodepool_pip_virtualenv: /opt/venv/nodepool-untagged nodepool_pip_virtualenv_symlink: /opt/venv/nodepool nodepool_service_nodepool_builder_enabled: false nodepool_service_nodepool_builder_manage: false nodepool_service_nodepool_builder_state: stopped nodepool_service_nodepool_launcher_enabled: false nodepool_service_nodepool_launcher_manage: false nodepool_service_nodepool_launcher_state: stopped # windmill.openstacksdk openstacksdk_user_name: nodepool openstacksdk_user_group: nodepool openstacksdk_user_home: /var/lib/nodepool openstacksdk_pip_virtualenv_python: python3 openstacksdk_pip_virtualenv: /opt/venv/nodepool-untagged openstacksdk_file_clouds_yaml_src: "{{ windmill_config_git_dest }}/nodepool/clouds.yaml.j2"