blob: 542ac646f47e704a9caaf038f7edb0a1558dc7d2 [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
5config_cord_profile_dir: "{{ ansible_user_dir + '/cord_profile' }}"
6
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
15deploy_docker_registry: "" # was: "localhost:5000/"
Andy Baviera6cffe12017-03-15 17:33:42 -040016deploy_docker_tag: "candidate"
17
Scott Baker249ca422017-04-12 08:46:49 -070018# name of docker image to use in onboarding synchronizer
Zack Williamsc989f262017-05-11 13:02:59 -070019xos_docker_image: "{{ deploy_docker_registry }}xosproject/xos{{ deploy_docker_tag }}"
Scott Baker249ca422017-04-12 08:46:49 -070020
Andy Baviera6cffe12017-03-15 17:33:42 -040021# For storing OpenStack images
22image_dir: /opt/images
23
Zack Williamsa2763112017-01-03 11:38:38 -070024# used in xos.yaml.j2, if True, other synchronizer container will not be started
25frontend_only: False
26
27# Set to True if you want to copy the admin-openrc.sh openstack config file
28use_openstack: True
29
Andy Baviera6cffe12017-03-15 17:33:42 -040030# Will be overridden if doing a full pod build
31on_maas: False
32
Zack Williamsa2763112017-01-03 11:38:38 -070033# set to True to create the xos_redis container in the bootstrap context
34use_redis: True
35
36use_vtn: True
37
38xos_docker_networks:
39 - "xos"
40
41xos_docker_volumes: []
42
43xos_bootstrap_ui_port: 9001
44xos_ui_port: 9000
45
46xos_users: []
47
48xos_libraries:
49 - "ng-xos-lib"
50
Zack Williamsc989f262017-05-11 13:02:59 -070051# name of master ssh key for this pod
52pod_sshkey_name: "headnode"
Zack Williamsa2763112017-01-03 11:38:38 -070053
Zack Williamsc989f262017-05-11 13:02:59 -070054xos_services: []
Zack Williamsa2763112017-01-03 11:38:38 -070055
56xos_tosca_config_templates: []
57
58xos_other_templates: []
59
Matteo Scandolod2221342017-05-25 18:16:57 -070060# XOS Config (xos_config.yaml)
61xos_db_name: xos
62xos_db_username: postgres
63xos_db_password: password
64xos_logging_level: debug
65xos_logging_channels:
66 - file
67 - console
Matteo Scandolof9d872d2017-05-30 15:36:32 -070068xos_dir: /opt/xos
Matteo Scandolod2221342017-05-25 18:16:57 -070069
Matteo Scandolo667334f2017-02-26 10:58:08 -080070# GUI Config [new GUI], used in app.config.js.j2 and style.config.js.j2
Zack Williamsc989f262017-05-11 13:02:59 -070071
72enabled_gui_extensions: []
73
Matteo Scandolo667334f2017-02-26 10:58:08 -080074gw_port: 3000
75gui_api_endpoint: "/xosapi/v1"
76gui_websocket: "/"
77gui_project_name: "R-CORD"
78gui_favicon: "cord-favicon.png"
79gui_background: "cord-bg.jpg"
80gui_payoff: "Your VNF orchestrator"
81gui_logo: "cord-logo.png"
82gui_routes:
83 - label: "Slices"
84 state: "xos.core.slice"
85 - label: "Nodes"
86 state: "xos.core.node"
87 - label: "Instances"
88 state: "xos.core.instance"
89
Zack Williamsa2763112017-01-03 11:38:38 -070090# GUI branding, used in xos_common_config.j2
91disable_minidashboard: "True"
92gui_branding_name: "OpenCloud"
93gui_branding_icon: "/static/logo.png"
94gui_branding_favicon: "/static/favicon.png"
95gui_branding_bg: "/static/bg.jpg"
96gui_service_view_class: False
97
98# used in deployment.yaml.j2
99xos_admin_user: "xosadmin@opencord.org"
Zack Williams44845c62017-04-21 13:57:14 -0700100xos_admin_pass: "{{ lookup('password', credentials_dir ~ '/xosadmin@opencord.org chars=ascii_letters,digits') }}"
Zack Williamsa2763112017-01-03 11:38:38 -0700101xos_admin_first: XOS
102xos_admin_last: Admin
103
104site_name: sitename
105site_humanname: "Site HumanName"
Zack Williamsc989f262017-05-11 13:02:59 -0700106site_suffix: sitename.test
Zack Williamsa2763112017-01-03 11:38:38 -0700107
108deployment_type: deploymenttype
109
110deployment_flavors:
111 - m1.small
112 - m1.medium
113 - m1.large
114 - m1.xlarge
115
116# used in management-net.yaml.j2
117management_network_cidr: 172.27.0.0/24
118
119use_management_hosts: False
120management_hosts_net_cidr: 10.1.0.1/24
121management_hosts_net_range_xos_low: "10.1.0.128"
122management_hosts_net_range_xos_high: "10.1.0.254"
123
124# used in fabric.yaml.j2
125use_fabric: False
126fabric_network_cfg_json: "/opt/cord_profile/fabric-network-cfg.json"
127
128# used in volt-devices.yaml.j2
129volt_devices:
130 - name: voltdev
131 openflow_id: "of:1000000000000001"
132 access_devices: "2 222, 3 223, 4 224"
133 agent_mac: "AA:BB:CC:DD:EE:FF"
134 agent_port_mappings: "of:0000000000000002/2 DE:AD:BE:EF:BA:11, of:0000000000000002/3 BE:EF:DE:AD:BE:EF"
135
136cord_app_version: "1.2-SNAPSHOT"