diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-07-20 19:48:18 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-07-20 19:48:18 -0700 |
commit | 918a429ad02b0ca6d390d36363407701f9550e3a (patch) | |
tree | 4e34192d1cfcd9bc7aae6f532c17b817a02f1cb1 | |
parent | 51085231d263375ef71c5bf4c51729c64aa4f0f9 (diff) |
Fix packer node
Update packer/vars/centos-7 build node to
an available one.
Change-Id: I9edda4165c484c5d9ae0b6ca1316cb95d8bbb3b9
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | packer/vars/centos-7.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/vars/centos-7.json b/packer/vars/centos-7.json index 366202c7a..3bae793fc 100644 --- a/packer/vars/centos-7.json +++ b/packer/vars/centos-7.json @@ -1,5 +1,5 @@ { - "base_image": "CentOS 7.1611 (2017-01-30) - LF upload", + "base_image": "ZZCI - CentOS 7 - builder - 20180328-1726", "ssh_user": "centos", "distro": "CentOS 7", "cloud_user_data": "provision/rh-user_data.sh" |