Would the VMs created by Heat download packages from internet?

Asked by Kylin CG

I am trying Heat on Grizzly. Currently the stack can be created successfully. However, the services (mysql, wordpress...) did not exist. I checked the template files, and found that the related packages would be downloaded. My question, would all these packages be downloaded from internet?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Heat Edit question
Assignee:
No assignee Edit question
Solved by:
Steve Baker
Solved:
Last query:
Last reply:
Revision history for this message
Best Steve Baker (steve-stevebaker) said :
#1

Yes, your packages will be downloaded and installed using the package manager of your OS (apt or yum)

Revision history for this message
Angus Salkeld (asalkeld) said :
#2
Revision history for this message
Kylin CG (kylin7-sg) said :
#3

Thanks Steve Baker, that solved my question.

Revision history for this message
Steven Hardy (shardy) said :
#4

Also note there are some details in the wiki re local mirroring of Fedora Yum repos, which can be used if you want to avoid the instances downloading from the internet repos every time you launch a stack:

https://wiki.openstack.org/wiki/Heat/LocalPackageCacheMirror