forked from redhat-cop/agnosticd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_vars_osp.yml
42 lines (31 loc) · 1.38 KB
/
sample_vars_osp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
# sample vars configuration file
#
# This file is passed to ansible-playbook to set key vars which need to be set
# and typically customized for a sucessful deployment.
#
# Usage: ansible-playbook main.yml -e @.../sample_vars.yml
#
# Ideally make and keep a copy OUTSIDE your repo, especially if using Cloud Credentials
# Credentials should be set seperately i.e. ~/secrets.yml and passed in with
# a 2nd `-e` argument i.e. -e ~/secrets.yml
#CHANGEME
guid: testgucore # Your Global UNIQUE Identifier
env_type: just-a-bunch-of-nodes # Name of config to deploy
cloud_provider: osp # Which AgnosticD Cloud Provider to use
output_dir: /tmp/output_dir # Writable working scratch directory
email: [email protected] # User info for notifications
repo_method: file
#CHANGEME or put in the secret
own_repo_path: http://admin.example.com/repos/version
# Cloud specfic settings - example given here for OSP
# The domain that you want to add DNS entries to
osp_cluster_dns_zone: blue.osp.opentlc.com
# The dynamic DNS server you will add entries to.
# NOTE: This is only applicable when {{ use_dynamic_dns}} is true
osp_cluster_dns_server: ddns01.opentlc.com
___image: rhel-server-7.7-update-2 # red
bastion_instance_image: "{{ ___image }}"
node_instance_image: "{{ ___image }}"
node_instance_count: 1
update_packages: false