support/image-builder/ami/config_ami.json
624d1cc2
 {
d07c27b7
     "image_type": "ami",
8ff5c437
     "hostname": "photon-machine",
     "password": 
         {
             "crypted": false,
             "text": "PASSWORD"
         },
ee1e6b58
     "packagelist_file": "packages_ami.json",
3e53455f
     "size": {"root": "8", "swap": "0"},
8ff5c437
     "public_key":"<ssh-key-here>",
     "postinstallscripts": [ "ami-patch.sh", "../password-expiry.sh" ],
     "additionalfiles": [
                             {"cloud-photon.cfg": "/etc/cloud/cloud.cfg"}
                        ],
     "artifacttype": "tgz",
d07c27b7
     "keeprawdisk": false
624d1cc2
 }