Create symlink to untagged version of nodepool

Change-Id: If2726fa18a0772679117d3c8b2cc2f86f560ec3d
Depends-On: https://review.openstack.org/646013
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-03-23 15:37:36 -04:00
parent 6103e88b51
commit f724eb0b10
2 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@
---
# windmill.diskimage-builder
diskimage_builder_pip_virtualenv_python: python3
diskimage_builder_pip_virtualenv: /opt/venv/nodepool
diskimage_builder_pip_virtualenv: /opt/venv/nodepool-untagged
# windmill.nodepool
nodepool_file_builder_logging_conf_manage: true

View File

@ -28,7 +28,8 @@ 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
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
@ -44,6 +45,6 @@ openstacksdk_user_group: nodepool
openstacksdk_user_home: /var/lib/nodepool
openstacksdk_pip_virtualenv_python: python3
openstacksdk_pip_virtualenv: /opt/venv/nodepool
openstacksdk_pip_virtualenv: /opt/venv/nodepool-untagged
openstacksdk_file_clouds_yaml_src: "{{ windmill_config_git_dest }}/nodepool/clouds.yaml.j2"