python-tripleoclient/tripleoclient/v2
Harald Jensås 81cd105620 Dynamic defaults for roles, networks, vips and bm
When running 'overcloud deploy' command look for dynamic
defaults file for these options:
  --roles-file, --network-file, --vip-file and
  --baremetal-deployment

When the option is set by the user, use the user provided
file and make sure a copy is created in the working
directory. If the argument is not set look in the working
directory for the file used previously and use that file.

overclod node, and overcloud network commands require the
user input. But will place a copy in the working_dir for
overcloud deploy.

The depends-on creates these "defaults" by running the
different nova-less/network-v2 export commands when
upgrading the undercloud. With this change the next
'overcloud deploy' after the undercloud upgrade will use
the correct files (unless the user set the args ...)

Depends-On: https://review.opendev.org/795773
Change-Id: I53ba631dc80428c6f1fe71c2bbfb0b5a36dd8f01
2021-09-07 13:11:21 +02:00
..
__init__.py Prepare tripleoclient for v2 implementations of the commands 2020-01-27 13:18:52 +00:00
overcloud_ceph.py Introduce "openstack overcloud ceph deploy" 2021-08-24 11:46:52 +00:00
overcloud_delete.py Add network unprovision to overcloud delete 2021-08-27 14:40:34 +05:30
overcloud_network.py Dynamic defaults for roles, networks, vips and bm 2021-09-07 13:11:21 +02:00
overcloud_node.py Dynamic defaults for roles, networks, vips and bm 2021-09-07 13:11:21 +02:00
overcloud_support.py Add stack_name support to ANSIBLE_INVENTORY 2020-04-29 17:29:33 -05:00
tripleo_container_image.py Allow to pass arbitrary parameters to TCIB image config 2021-09-02 15:23:18 +02:00