Win10 Powershell support + CentOS 7 support#5
Conversation
ljay79
commented
Oct 14, 2015
- Extend Packer's Rakefile to have it run on windows 10 powershell and linux
- Add new CentOS 7 templates including provisioning and kickstarter file
- create /iso folder to store pre-downloaded ISO images of linux distribution to save redundant downloads
|
Does OpsWorks run CentOS now or are you running it to approximate Amazon Linux? |
|
Also, it is my understanding that packer automatically caches *.iso files within a |
|
It is to early to promise a fully tested code hack, but i can confirm it runs on CentOS 7 (under virtualbox on a windows10 host). The goal is/was to approximate it to Amazon Linux, in order to use all this kinda 1:1 for local dev environment and amazon linux production environments. The /iso folder might need a improvement yes. For me it was annoying to have the system redownload the ISO's all the time, so i downloaded it onces and made it available for Packer in that folder. |
|
..so i guess the /iso (hack) might be a little redundant if i think about it now. |