summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/vars.yml
blob: 8b170f99e5fc1d2a764547c7d6212c6bd8550b77 (plain)
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
---
libvirt_storage_pool_path: "{{ lookup('env','HOME') }}/libvirt-storage-pool-openshift-ansible"
libvirt_storage_pool: 'openshift-ansible'
libvirt_network: openshift-ansible
libvirt_uri: 'qemu:///system'
debug_level: 2

deployment_vars:
  origin:
    image:
      url:    "{{ lookup('oo_option', 'image_url') |
                  default('http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2.xz', True) }}"
      compression:   "{{ lookup('oo_option', 'image_compression') |
                         default('xz', True) }}"
      name:   "{{ lookup('oo_option', 'image_name') |
                  default('CentOS-7-x86_64-GenericCloud.qcow2', True) }}"
      sha256: "{{ lookup('oo_option', 'image_sha256') |
                  default('9461006300d65172f5668d8875f2aad7b54f7ba4e9c5435d65a84a5a2d66e39b', True) }}"
    ssh_user: openshift
    sudo: yes
  online:
    image:
      url:
      name:
      sha256:
    ssh_user: root
    sudo: no
  enterprise:
    image:
      url:    "{{ lookup('oo_option', 'image_url') |
                  default('https://access.cdn.redhat.com//content/origin/files/sha256/ff/ff8198653cfd9c39411fc57077451ac291b3a605d305e905932fd6d5b1890bf3/rhel-guest-image-7.1-20150224.0.x86_64.qcow2', True) }}"
      name:   "{{ lookup('oo_option', 'image_name') |
                  default('rhel-guest-image-7.1-20150224.0.x86_64.qcow2', True) }}"
      sha256: "{{ lookup('oo_option', 'image_sha256') |
                  default('ff8198653cfd9c39411fc57077451ac291b3a605d305e905932fd6d5b1890bf3', True) }}"
    ssh_user: openshift
    sudo: yes
#  origin:
#    fedora:
#      url: "http://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2"
#      name: Fedora-Cloud-Base-20141203-21.x86_64.qcow2
#      sha256: 3a99bb89f33e3d4ee826c8160053cdb8a72c80cd23350b776ce73cd244467d86