Logo
Explore Get Started
openstack/devstack
Code Issues Proposed changes
81dcb64b0d
BranchesTags
View all branches
devstack/files/apache-ironic.template

13 lines
283 B
Plaintext
Raw Normal View History

Ironic: Setup/Configure iPXE Setup the enviroment and configure Ironic to use iPXE for deployments. If IRONIC_IPXE_ENABLED enviroment variable is True, DevStack will now start and configure an Apache HTTP server to serve the images, will copy the undionly.kpxe boot file in place of the standard pxelinux.0 and will set the right configuration to Ironic to deploy the images using iPXE+HTTP. Implements: blueprint ipxe-boot Change-Id: I0ea40cb8bbf9236c634f803c2bde1081634679ff
2014-08-19 10:01:45 +01:00
Listen %PUBLICPORT%
<VirtualHost *:%PUBLICPORT%>
DocumentRoot "%HTTPROOT%"
<Directory "%HTTPROOT%">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
Copy Permalink
Powered by Gitea Version: v1.23.8 Page: 62ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API