blob: 4397686ea230753c8708d471e8e9079a3c78a88b [file] [log] [blame]
Zack Williams82c88e92016-08-08 13:54:20 -07001---
Zack Williams0a651a52017-11-03 11:07:08 -07002# 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
Zack Williams82c88e92016-08-08 13:54:20 -070016# prereqs-common/defaults/main.yml
17
18min_memtotal_mb: 48000
19min_processor_vcpus: 12
20
21kvm_check: true
22
Zack Williams0a651a52017-11-03 11:07:08 -070023dns_check_domain: corddnscheck.opencord.org
24
25# CNAME record for corddnscheck.opencord.org
26dns_check_record: "wiki.opencord.org."
Zack Williams82c88e92016-08-08 13:54:20 -070027
28# obtained from: https://www.iana.org/domains/root/servers
29dns_roots:
30 - 192.5.5.241
31 - 193.0.14.129
32 - 198.41.0.4
33 - 199.7.91.13
34
35http_dl_url: "http://cord.staging.wpengine.com/wp-content/uploads/2016/07/cord-tm-logo.png"
36http_dl_cksum: "sha256:9a69c741a4bb609ad7e49bd0fd335a95db2e66dc0d72866569e11385df9dcc28"
37
38https_dl_url: "https://jenkins.opencord.org/static/8d0f081d/images/headshot.png"
39https_dl_cksum: "sha256:690e82fb98ffb2b4b232d9b9cf9cc52eb7972e56a84902f6d1150b75456058c6"
40