
- Remove hard-coded stack user - Fix playbook when: condition - Use pip versions if already installed - Add conditionals based on zuul user - Fix Generate host script - Check if image_exists var exists before continuing - Removing ci-network playbook usage in browbeat-ci - Disabling updating browbeat_guest_images dict when running thru zuul - Updated browbeat config file to not run cinder workload Change-Id: I276ec1e44861d2d9c89e6b6a482143742259899e
12 lines
424 B
YAML
12 lines
424 B
YAML
---
|
|
|
|
# Adjust Browbeat user if you are deploying Browbeat on a different machine than the Undercloud
|
|
browbeat_user: "{{ ansible_user | default('stack') }}"
|
|
# Login user for the local/jump machine (Typically Undercloud)
|
|
local_remote_user: "{{ ansible_user | default('stack') }}"
|
|
# Login user for the Overcloud hosts
|
|
host_remote_user: heat-admin
|
|
|
|
home_dir: "/home/{{ browbeat_user }}"
|
|
browbeat_path: "{{ home_dir }}/browbeat"
|