1

在创建管道时,开箱即用的 spinnaker 不附带 centOS 作为选项。您如何使 centOS 成为一个选项并完成烘焙和部署步骤?

4

1 回答 1

1

i had this same issue. after digging around i found that you actually have to edit the Rosco config. https://github.com/spinnaker/rosco/blob/master/rosco-web/config/rosco.yml

you'll need to make your own entry. i also found that even after adding a centos base image, packer still had problems w/ RPM because of the install_packages.sh provisioning script. its missing RPM support in the AMI Spinnaker says to use in its documentation. the one im using is here...

https://github.com/spinnaker/rosco/blob/master/rosco-web/config/packer/install_packages.sh

于 2016-03-25T15:39:54.990 回答