blob: d7854a45ad3f7059f5a299f9c9554ec71e7d6f24 [file] [log] [blame]
Matteo Scandolo3896c472017-08-01 13:31:42 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
Zack Williamsa2763112017-01-03 11:38:38 -070017---
Zack Williams3eca6472017-06-22 18:18:38 -070018# profile_manifests/frontend.yaml
19# A minimal frontend config for GUI dev
Zack Williamsa2763112017-01-03 11:38:38 -070020
21site_name: frontend
22deployment_type: "Frontend Mock"
Zack Williams3eca6472017-06-22 18:18:38 -070023site_suffix: "{{ site_name }}.opencloud.us"
Zack Williamsa2763112017-01-03 11:38:38 -070024
Zack Williams3eca6472017-06-22 18:18:38 -070025# Feature toggles
Zack Williamsa2763112017-01-03 11:38:38 -070026frontend_only: True
27use_openstack: False
28use_vtn: False
29
30build_xos_base_image: True
31
Zack Williams3eca6472017-06-22 18:18:38 -070032# XOS Config
Zack Williamsa2763112017-01-03 11:38:38 -070033xos_tosca_config_templates:
34 - sample.yaml
Matteo Scandoloae45a2f2017-06-27 14:14:19 -070035 - xos-gui-extensions.yml
Zack Williamsa2763112017-01-03 11:38:38 -070036
Zack Williamsa2763112017-01-03 11:38:38 -070037# SSL server certificate generation
38server_certs:
39 - cn: "xos-core.{{ site_suffix }}"
40 subj: "/C=US/ST=California/L=Menlo Park/O=ON.Lab/OU=Test Deployment/CN=xos-core.{{ site_suffix }}"
41 altnames:
42 - "DNS:xos-core.{{ site_suffix }}"
Matteo Scandolo40e10d52017-03-08 08:04:37 -080043
44enabled_gui_extensions:
45 - name: sample
46 path: orchestration/xos-sample-gui-extension
Scott Baker71954ac2017-04-10 21:41:31 -070047