# ************************************ # Vhost template in module puppetlabs-apache # Managed by Puppet # ************************************ ServerName undercloud.localdomain ## Vhost docroot DocumentRoot "/var/www/openstack-tripleo-ui/dist" FallbackResource /index.html ## Directories, there should at least be a declaration for /var/www/openstack-tripleo-ui/dist Options Indexes FollowSymLinks AllowOverride None Require all granted ## Logging ErrorLog "/var/log/httpd/tripleo-ui_error.log" ServerSignature Off CustomLog "/var/log/httpd/tripleo-ui_access.log" combined ## Proxy rules ProxyRequests Off ProxyPreserveHost Off ProxyPass /zaqar ws://192.168.24.3:9000 disablereuse=On ProxyPassReverse /zaqar ws://192.168.24.3:9000 ProxyPass /keystone http://192.168.24.3:5000 ProxyPassReverse /keystone http://192.168.24.3:5000 ProxyPass /heat http://192.168.24.3:8004 ProxyPassReverse /heat http://192.168.24.3:8004 ProxyPass /ironic http://192.168.24.3:6385 ProxyPassReverse /ironic http://192.168.24.3:6385 ProxyPass /ironic-inspector http://192.168.24.3:5050 ProxyPassReverse /ironic-inspector http://192.168.24.3:5050 ProxyPass /mistral http://192.168.24.3:8989 ProxyPassReverse /mistral http://192.168.24.3:8989 ProxyPass /nova http://192.168.24.3:8774 ProxyPassReverse /nova http://192.168.24.3:8774 ProxyPass /swift http://192.168.24.3:8080 ProxyPassReverse /swift http://192.168.24.3:8080