Change image names to match what the rest of the system expects

The image names in other parts of the TripleO ecosystem are
overcloud-full and ironic-python-agent. Other parts are expecting
these names. This changes the default yaml to match.

Change-Id: Ia1a3fa071c07d8a60c69f32375ac6b0aa92cff7b
This commit is contained in:
Brad P. Crochet
2016-07-01 12:21:25 -04:00
parent 2e886f6c2c
commit 7156a5de3b
3 changed files with 6 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
disk_images:
-
imagename: overcloud
imagename: overcloud-full
arch: amd64
type: qcow2
distro: centos7
elements:
- selinux-permissive epel
-
imagename: ramdisk_agent
imagename: ironic-python-agent
arch: amd64
type: qcow2
distro: centos7

View File

@@ -1,11 +1,11 @@
disk_images:
-
imagename: overcloud
imagename: overcloud-full
arch: amd64
type: qcow2
distro: rhel7
-
imagename: ramdisk_agent
imagename: ironic-python-agent
arch: amd64
type: qcow2
distro: rhel7

View File

@@ -1,6 +1,6 @@
disk_images:
-
imagename: overcloud
imagename: overcloud-full
arch: amd64
type: qcow2
elements:
@@ -19,7 +19,7 @@ disk_images:
options:
- "--min-tmpfs 5"
-
imagename: ramdisk_agent
imagename: ironic-python-agent
arch: amd64
type: qcow2
elements: