Matteo Scandolo | 3896c47 | 2017-08-01 13:31:42 -0700 | [diff] [blame] | 1 | |
| 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 Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 17 | --- |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 18 | # profile_manifests/frontend.yaml |
| 19 | # A minimal frontend config for GUI dev |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 20 | |
| 21 | site_name: frontend |
| 22 | deployment_type: "Frontend Mock" |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 23 | site_suffix: "{{ site_name }}.opencloud.us" |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 24 | |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 25 | # Feature toggles |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 26 | frontend_only: True |
| 27 | use_openstack: False |
| 28 | use_vtn: False |
| 29 | |
| 30 | build_xos_base_image: True |
| 31 | |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 32 | # XOS Config |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 33 | xos_tosca_config_templates: |
| 34 | - sample.yaml |
Matteo Scandolo | ae45a2f | 2017-06-27 14:14:19 -0700 | [diff] [blame] | 35 | - xos-gui-extensions.yml |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 36 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 37 | # SSL server certificate generation |
| 38 | server_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 Scandolo | 40e10d5 | 2017-03-08 08:04:37 -0800 | [diff] [blame] | 43 | |
| 44 | enabled_gui_extensions: |
| 45 | - name: sample |
| 46 | path: orchestration/xos-sample-gui-extension |
Scott Baker | 71954ac | 2017-04-10 21:41:31 -0700 | [diff] [blame] | 47 | |