Skip to content

Commit

Permalink
Refactor shibboleth appliance build for more robust appliance name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Sep 30, 2016
1 parent 48c33cf commit 374c757
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions shibboleth-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
{
"type": "vmware-iso",
"name": "shibboleth-appliance-centos7-vmx",
"name": "{{user `outputfile_name`}}-vmx",
"vm_name": "shibboleth-appliance-centos7-{{user `profile`}}",
"headless": true,
"guest_os_type": "RedHat",
Expand Down Expand Up @@ -88,31 +88,31 @@
"post-processors": [
{
"type": "compress",
"only": ["shibboleth-appliance-centos7-ova"],
"only": ["{{user `outputfile_name`}}-ova"],
"compression_level": "9",
"output": "builds/{{user `outputfile_name`}}-ova-{{user `timestamper`}}.tar"
},
{
"type": "vagrant",
"only": ["shibboleth-appliance-centos7-ova"],
"only": ["{{user `outputfile_name`}}-ova"],
"compression_level": "9",
"output": "builds/{{user `outputfile_name`}}-ova-vagrant-{{user `timestamper`}}.tar"
},
{
"type": "compress",
"only": ["shibboleth-appliance-centos7-vmx"],
"only": ["{{user `outputfile_name`}}-vmx"],
"compression_level": "9",
"output": "builds/{{user `outputfile_name`}}-vmx-vmware-{{user `timestamper`}}.tar"
},
{
"type": "vagrant",
"only": ["shibboleth-appliance-centos7-vmx"],
"only": ["{{user `outputfile_name`}}-vmx"],
"compression_level": "9",
"output": "builds/{{user `outputfile_name`}}-vagrant-vmware-{{user `timestamper`}}.tar"
},
{
"type": "amazon-import",
"only": ["shibboleth-appliance-centos7-ova"],
"only": ["{{user `outputfile_name`}}-ova"],
"access_key": "{{user `aws_access_key`}}",
"secret_key": "{{user `aws_secret_key`}}",
"region": "{{user `region`}}",
Expand Down

0 comments on commit 374c757

Please sign in to comment.