summaryrefslogtreecommitdiffstats
path: root/group_vars
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-02-28 23:46:55 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-02-28 23:46:55 +0100
commit1f3e2a9f59e83dc3f0fcbecf096a7e7b40d36ed7 (patch)
treec75d04456ab3593442734bec3d84c90e4b973f27 /group_vars
parentfe4622305efa55e6bec8221efe8fc4bdd5462136 (diff)
downloadands-1f3e2a9f59e83dc3f0fcbecf096a7e7b40d36ed7.tar.gz
ands-1f3e2a9f59e83dc3f0fcbecf096a7e7b40d36ed7.tar.bz2
ands-1f3e2a9f59e83dc3f0fcbecf096a7e7b40d36ed7.tar.xz
ands-1f3e2a9f59e83dc3f0fcbecf096a7e7b40d36ed7.zip
First running prototype
Diffstat (limited to 'group_vars')
-rw-r--r--group_vars/OSEv3.yml3
-rw-r--r--group_vars/all.yml2
-rw-r--r--group_vars/ands.yml5
3 files changed, 8 insertions, 2 deletions
diff --git a/group_vars/OSEv3.yml b/group_vars/OSEv3.yml
index 1636c6d..537e5d7 100644
--- a/group_vars/OSEv3.yml
+++ b/group_vars/OSEv3.yml
@@ -105,3 +105,6 @@ openshift_install_examples: true
# Required for IPFailover
openshift_clock_enabled: true
+
+#This is required by OpenShift upgrade (may be something else)
+g_ssh_user: "{{ ansible_ssh_user }}"
diff --git a/group_vars/all.yml b/group_vars/all.yml
index 1a1d11f..aef2251 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
@@ -2,5 +2,3 @@ ansible_ssh_user: root
ansible_ssh_private_key_file: /home/csa/.ssh/id_dsa
glusterfs_version: 312
-#This is required by OpenShift upgrade (may be something else)
-g_ssh_user: "{{ ansible_ssh_user }}"
diff --git a/group_vars/ands.yml b/group_vars/ands.yml
index d3121c1..d9639f3 100644
--- a/group_vars/ands.yml
+++ b/group_vars/ands.yml
@@ -3,3 +3,8 @@
#ands_master_id: "{{ ('masters' in group_names) | ternary(groups.masters.index(('masters' in group_names) | ternary(inventory_hostname, groups.masters[0])), -1) }}"
ands_storage_hostname: "{{ ands_storage_network | default(false) | ternary(ands_storage_network | default('') | ipaddr(ands_host_id) | ipaddr('address'), ansible_fqdn) }}"
ands_configure_heketi: false
+
+ands_repo_url: http://ufo.kit.edu/ands/repos
+ands_repositories:
+ - name: ands-updates
+ url: "{{ ands_repo_url }}/centos74/"