-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloud_config.yml
56 lines (51 loc) · 1.95 KB
/
cloud_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
#
# General Build Settings:
#
# install_enterprise - (default: false) If false, then github repository will be used
# ntp_server - NTP server for all cloud hosts to sync with
# pubkey - (optional) User public key to install on all cloud hosts
# nameservers - (optional) A list of IP addresses
#
install_enterprise: false
ntp_server: qa-system.eucalyptus-systems.com
pubkey: ~/.ssh/id_rsa.pub
nameservers:
- '8.8.8.8'
#
# Enterprise Build Settings:
#
# use_vmware - (default: false)
# use_san - (default: false)
# san_provider - One of: NetappProvider, EmcVnxProvider, EquallogicProvider or None
#
use_vmware: false
san_provider: None
#
# Enterprise Package Repositories:
#
# vmware_sdk_url - Location of VMWare SDK Yum repository
#
vmware_sdk_url: http://packages.release.eucalyptus-systems.com/yum/tags/euca-master-plugin-build-bootstrap/centos/6/x86_64/
#
# Yum Package Repositories:
#
# eucalyptus_repo_url - Eucalyptus OSS Packages (uses commit ref instead if not present)
# euca2ools_repo_url - Euca2ools Packages
# devel_repo_url - Eucalyptus Development Packages
#
eucalyptus_repo_url: http://downloads.eucalyptus.com/software/eucalyptus/nightly/3.4/centos/6/x86_64/
euca2ools_repo_url: http://downloads.eucalyptus.com/software/euca2ools/3.0/centos/6/x86_64/
devel_repo_url: http://downloads.eucalyptus.com/software/eucalyptus/build-deps/3.3/centos/6/x86_64/
#
# Git Repositories:
#
# eucalyptus_commit_ref - Git commit reference for Eucalyptus OSS repository (or packages)
# enterprise_commit_ref - Git commit reference for Enterprise repository (or packages)
# eucalyptus_github_repo - Git repository for Eucalyptus OSS only (github)
# eucalyptus_internal_repo - Git repository for Internal use (includes enterprise)
#
eucalyptus_commit_ref: testing
enterprise_commit_ref: testing
eucalyptus_github_repo: https://github.com/eucalyptus/eucalyptus.git
eucalyptus_internal_repo: [email protected]:internal.git