python-tempestconf/roles/create-clouds-yaml-file
Martin Kopec 73cbf531f5 Roles for managing clouds.yaml file
* Decouple few tasks from generate-tempestconf-file-cloud role
  to a new role named edit-clouds-yaml-file in order to be
  able to use this logic multiple times.
* Add a new role, which creates clouds.yaml file - usefull
  when a module requires an authentication and an environment
  doesn't have one (f.e. packstack)

Change-Id: I133529857c2b095c2183aa544dc0e45a48b9f34c
2018-04-09 15:19:02 +00:00
..
2018-04-09 15:19:02 +00:00
2018-04-09 15:19:02 +00:00

Creates clouds.yaml file

Source credentials and create a clouds.yaml file. If the clouds.yaml file in the defined location exists, it will be overwritten. Note: If there is a file int the location, where clouds_file_path points, called openstack, it will be removed and directory called openstack will be created.

Role Variables