blob: c7bf7aaa4456b68cb45f48858269f6b5ab2edb42 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# cord-profile/defaults/main.yml
3
Zack Williamsc989f262017-05-11 13:02:59 -07004# where the cord_profile directory is on the config node
Zack Williamsc3dd2c82017-06-19 22:05:49 -07005config_cord_profile_dir: "{{ ansible_user_dir ~ '/cord_profile' }}"
Zack Williamsc989f262017-05-11 13:02:59 -07006
Zack Williams44845c62017-04-21 13:57:14 -07007pki_dir: "{{ playbook_dir }}/pki"
Zack Williamsc989f262017-05-11 13:02:59 -07008ssh_pki_dir: "{{ playbook_dir }}/ssh_pki"
Zack Williams44845c62017-04-21 13:57:14 -07009credentials_dir: "{{ playbook_dir }}/credentials"
Zack Williamsa2763112017-01-03 11:38:38 -070010
Zack Williamsc989f262017-05-11 13:02:59 -070011# where cord files are copied to on head node
12head_cord_profile_dir: "/opt/cord_profile"
13head_cord_dir: "/opt/cord"
14
Andy Baviera6cffe12017-03-15 17:33:42 -040015# For storing OpenStack images
16image_dir: /opt/images
17
Zack Williamsa2763112017-01-03 11:38:38 -070018# used in xos.yaml.j2, if True, other synchronizer container will not be started
19frontend_only: False
20
21# Set to True if you want to copy the admin-openrc.sh openstack config file
22use_openstack: True
23
Andy Baviera6cffe12017-03-15 17:33:42 -040024# Will be overridden if doing a full pod build
25on_maas: False
26
Zack Williamsa2763112017-01-03 11:38:38 -070027# set to True to create the xos_redis container in the bootstrap context
28use_redis: True
29
30use_vtn: True
31
Zack Williams1396aa32017-06-06 10:28:29 -070032# Docker related settings
33deploy_docker_registry: ""
34deploy_docker_tag: "candidate"
35
Zack Williamsa2763112017-01-03 11:38:38 -070036xos_docker_networks:
37 - "xos"
38
Zack Williamsa2763112017-01-03 11:38:38 -070039xos_bootstrap_ui_port: 9001
40xos_ui_port: 9000
41
42xos_users: []
43
44xos_libraries:
45 - "ng-xos-lib"
46
Zack Williamsc989f262017-05-11 13:02:59 -070047# name of master ssh key for this pod
48pod_sshkey_name: "headnode"
Zack Williamsa2763112017-01-03 11:38:38 -070049
Zack Williamsc989f262017-05-11 13:02:59 -070050xos_services: []
Zack Williamsa2763112017-01-03 11:38:38 -070051
52xos_tosca_config_templates: []
53
54xos_other_templates: []
55
Matteo Scandolod2221342017-05-25 18:16:57 -070056# XOS Config (xos_config.yaml)
57xos_db_name: xos
58xos_db_username: postgres
59xos_db_password: password
60xos_logging_level: debug
61xos_logging_channels:
62 - file
63 - console
Matteo Scandolof9d872d2017-05-30 15:36:32 -070064xos_dir: /opt/xos
Matteo Scandolod2221342017-05-25 18:16:57 -070065
Matteo Scandolo667334f2017-02-26 10:58:08 -080066# GUI Config [new GUI], used in app.config.js.j2 and style.config.js.j2
Zack Williamsc989f262017-05-11 13:02:59 -070067
68enabled_gui_extensions: []
69
Matteo Scandolo667334f2017-02-26 10:58:08 -080070gw_port: 3000
71gui_api_endpoint: "/xosapi/v1"
72gui_websocket: "/"
73gui_project_name: "R-CORD"
74gui_favicon: "cord-favicon.png"
75gui_background: "cord-bg.jpg"
76gui_payoff: "Your VNF orchestrator"
77gui_logo: "cord-logo.png"
78gui_routes:
79 - label: "Slices"
80 state: "xos.core.slice"
81 - label: "Nodes"
82 state: "xos.core.node"
83 - label: "Instances"
84 state: "xos.core.instance"
85
Zack Williamsa2763112017-01-03 11:38:38 -070086# GUI branding, used in xos_common_config.j2
87disable_minidashboard: "True"
88gui_branding_name: "OpenCloud"
89gui_branding_icon: "/static/logo.png"
90gui_branding_favicon: "/static/favicon.png"
91gui_branding_bg: "/static/bg.jpg"
92gui_service_view_class: False
93
94# used in deployment.yaml.j2
95xos_admin_user: "xosadmin@opencord.org"
Zack Williams44845c62017-04-21 13:57:14 -070096xos_admin_pass: "{{ lookup('password', credentials_dir ~ '/xosadmin@opencord.org chars=ascii_letters,digits') }}"
Zack Williamsa2763112017-01-03 11:38:38 -070097xos_admin_first: XOS
98xos_admin_last: Admin
99
100site_name: sitename
101site_humanname: "Site HumanName"
Zack Williamsc989f262017-05-11 13:02:59 -0700102site_suffix: sitename.test
Zack Williamsa2763112017-01-03 11:38:38 -0700103
104deployment_type: deploymenttype
105
106deployment_flavors:
107 - m1.small
108 - m1.medium
109 - m1.large
110 - m1.xlarge
111
112# used in management-net.yaml.j2
113management_network_cidr: 172.27.0.0/24
114
115use_management_hosts: False
116management_hosts_net_cidr: 10.1.0.1/24
117management_hosts_net_range_xos_low: "10.1.0.128"
118management_hosts_net_range_xos_high: "10.1.0.254"
119
120# used in fabric.yaml.j2
121use_fabric: False
122fabric_network_cfg_json: "/opt/cord_profile/fabric-network-cfg.json"
123
124# used in volt-devices.yaml.j2
125volt_devices:
126 - name: voltdev
127 openflow_id: "of:1000000000000001"
128 access_devices: "2 222, 3 223, 4 224"
129 agent_mac: "AA:BB:CC:DD:EE:FF"
130 agent_port_mappings: "of:0000000000000002/2 DE:AD:BE:EF:BA:11, of:0000000000000002/3 BE:EF:DE:AD:BE:EF"
131
132cord_app_version: "1.2-SNAPSHOT"