This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
ccgplatform.yaml
85 lines (72 loc) · 2.3 KB
/
ccgplatform.yaml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
project:
name: yabi
ccgplatform:
version: "1.10"
ccgpuppet:
version: "1.10"
instances:
yabi:
extends: centos_66_lxc
pre_puppet:
- which git || sudo yum install -y -q git
- which librarian-puppet || sudo gem install librarian-puppet -v 2.1.0
puppet_manifest: dev.pp
post_puppet:
- ./develop.sh install
- ./develop.sh syncmigrate
yabi_trusty:
extends: trusty_lxc
pre_puppet:
- sudo apt-get -q update
- which git || sudo apt-get -y install git
- which librarian-puppet || sudo apt-get install -y -q librarian-puppet
- which puppet || sudo apt-get -y install puppet
puppet_manifest: dev-ubuntu.pp
post_puppet:
- ./develop.sh install
- ./develop.sh syncmigrate
aws_yabi_test:
extends: centos_66_aws_oregon
pre_puppet:
- which git || sudo yum install -y -q git
- which librarian-puppet || sudo gem install librarian-puppet -v 2.1.0
puppet_manifest: test.pp
aws_instance_type: c3.large
aws_yabi_torque_test:
extends: centos_65_aws_oregon
pre_puppet:
- which git || sudo yum install -y -q git
- which librarian-puppet || sudo gem install librarian-puppet -v 2.1.0
puppet_manifest: torque-test.pp
aws_instance_type: m3.medium
aws_syd_yabi_staging:
extends: centos_66_aws_syd
pre_puppet:
- which git || sudo yum install -y -q git
- which librarian-puppet || sudo gem install librarian-puppet -v 2.1.0
puppet_manifest: staging.pp
local-staging:
extends: centos_66_lxc
pre_puppet:
- which git || sudo yum install -y -q git
- which librarian-puppet || sudo gem install librarian-puppet -v 2.1.0
puppet_manifest: staging.pp
aws_rpmbuild_centos6:
extends: centos_6_rpmbuild
ccg_murdoch_yabi_prod:
instance_class: fixed
puppet_manifest: prod-ccg.pp
ssh_user: root
fixed_ip_address: yabi6
aws_syd_yabi_prod:
extends: centos_prod_aws_syd
pre_puppet:
- which git || sudo yum install -y -q git
- which librarian-puppet || sudo gem install librarian-puppet -v 2.1.0
puppet_manifest: prod-aws.pp
aws_instance_type: c3.large
ccg_syd_nginx_staging:
instance_class: fixed
ssh_user: ubuntu
fixed_ip_address: staging.ccgapps.com.au
key_filename: ~/.ssh/ccg-syd-staging-2014.pem