|
@@ -23,13 +23,13 @@ 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) }}"
|
|
|
+ default('http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1602.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) }}"
|
|
|
+ default('dd0f5e610e7c5ffacaca35ed7a78a19142a588f4543da77b61c1fb0d74400471', True) }}"
|
|
|
ssh_user: openshift
|
|
|
sudo: yes
|
|
|
online:
|
|
@@ -42,5 +42,3 @@ deployment_vars:
|
|
|
enterprise: "{{ deployment_rhel7_ent_base }}"
|
|
|
openshift-enterprise: "{{ deployment_rhel7_ent_base }}"
|
|
|
atomic-enterprise: "{{ deployment_rhel7_ent_base }}"
|
|
|
-
|
|
|
-
|