Add update_src var
This commit is contained in:
parent
9fe1519921
commit
fffaf0e52d
@ -19,6 +19,9 @@
|
|||||||
debug: False
|
debug: False
|
||||||
verbose: True
|
verbose: True
|
||||||
|
|
||||||
|
# Update source
|
||||||
|
update_src: True
|
||||||
|
|
||||||
# Name of the virtual env to deploy into
|
# Name of the virtual env to deploy into
|
||||||
ironic_venv_tag: untagged
|
ironic_venv_tag: untagged
|
||||||
ironic_venv_bin: "/openstack/venvs/ironic-{{ ironic_venv_tag }}/bin"
|
ironic_venv_bin: "/openstack/venvs/ironic-{{ ironic_venv_tag }}/bin"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
git: repo=https://github.com/openstack/ironic.git
|
git: repo=https://github.com/openstack/ironic.git
|
||||||
dest={{ ironic_git_dest }}
|
dest={{ ironic_git_dest }}
|
||||||
version={{ ironic_git_install_branch }}
|
version={{ ironic_git_install_branch }}
|
||||||
update=no
|
update={{ update_src }}
|
||||||
register: ironic_checkout
|
register: ironic_checkout
|
||||||
tags:
|
tags:
|
||||||
- ironic-api
|
- ironic-api
|
||||||
@ -27,7 +27,7 @@
|
|||||||
git: repo=https://github.com/openstack/python-ironicclient.git
|
git: repo=https://github.com/openstack/python-ironicclient.git
|
||||||
dest={{ python_ironicclient_git_dest }}
|
dest={{ python_ironicclient_git_dest }}
|
||||||
version={{ python_ironicclient_git_install_branch }}
|
version={{ python_ironicclient_git_install_branch }}
|
||||||
update=no
|
update={{ update_src }}
|
||||||
register: python_ironicclient_checkout
|
register: python_ironicclient_checkout
|
||||||
tags:
|
tags:
|
||||||
- ironic-client
|
- ironic-client
|
||||||
|
Loading…
Reference in New Issue
Block a user