-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCreating_puppetized_vms_openstack
103 lines (91 loc) · 3.08 KB
/
Creating_puppetized_vms_openstack
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#jenkins master
ai-bs-vm -g parent_HG/jenkins \
--foreman-environment you_env \
-i "SLC6 CERN Server - x86_64 [2015-02-10]" \
--nova-sshkey your_key \
--nova-flavor hep2.4 \
--landb-mainuser xyz \
--landb-responsible xyz \
$MACHINE_NAME
#builder
ai-bs-vm -g parent_HG/sdt/builder \
--foreman-environment you_env \
-i "SLC6 CERN Server - x86_64 [2015-02-10]" \
--nova-sshkey your_key \
--nova-flavor hep2.8 \
--nova-attach-new-volume vdc=500GB \
--landb-mainuser xyz \
--landb-responsible xyz \
$MACHINE_NAME
#installer
ai-bs-vm -g parent_HG/sdt/installer \
--foreman-environment you_env \
-i cmsbuilder \
--nova-sshkey your_key \
--nova-flavor hep2.4 \
--landb-mainuser xyz \
--landb-responsible xyz \
$MACHINE_NAME
#builder from image
ai-bs-vm -g parent_HG/sdt/builder \
--foreman-environment you_env \
--nova-image cmsbuilder \
--nova-sshkey your_key \
--nova-flavor hep2.8 \
--nova-attach-new-volume vdc=1TB \
--landb-mainuser xyz \
--landb-responsible xyz \
$MACHINE_NAME
#lxr
ai-bs-vm -g parent_HG/lxr \
--foreman-environment you_env \
-i "SLC6 CERN Server - x86_64 [2015-02-10]" \
--nova-sshkey your_key \
--nova-flavor hep2.2 \
--nova-attach-existing-volume vdc=f917172c-c864-4900-a1fb-5ad2c42f2d7c \
--landb-mainuser xyz \
--landb-responsible xyz \
$MACHINE_NAME
#lxr-dev
ai-bs-vm -g parent_HG/lxr \
--foreman-environment you_env \
-i "SLC6 CERN Server - x86_64 [2015-02-10]" \
--nova-sshkey your_key \
--nova-flavor hep2.2 \
--nova-attach-new-volume vdc=500GB \
--landb-mainuser xyz \
--landb-responsible xyz \
$MACHINE_NAME
#cmsinstaller02 using volume type
ai-bs-vm -g parent_HG/sdt/installer \
--foreman-environment you_env \
-i "SLC6 CERN Server - x86_64 [2015-02-10]" \
--nova-sshkey your_key \
--nova-flavor hep2.4 \
--nova-attach-new-volume vdc=1TB:type='io1' \
--landb-mainuser xyz \
--landb-responsible xyz \
$MACHINE_NAME
ai-bs-vm -g playground/iahmad \
-i "CC7 Base - x86_64 [2015-06-12]" \
--nova-sshkey iahmad \
$MACHINE_NAME
#elastic client with kibana new setup
ai-bs-vm -g parent_HG/esmaster \
--foreman-environment your_env \
-i "SLC6 CERN Server - x86_64 [2015-02-10]" \
--nova-sshkey your_key \
--nova-flavor hep2.4 \
--landb-mainuser xyz \
--landb-responsible abc \
$MACHINE_NAME
#data node
ai-bs-vm -g parent_HG/esdata \
--foreman-environment your_env \
-i "SLC6 CERN Server - x86_64 [2015-02-10]" \
--nova-sshkey your_key \
--nova-flavor hep2.4 \
--nova-attach-new-volume vdc=500GB:type='io1' \
--landb-mainuser xyz \
--landb-responsible abc \
$MACHINE_NAME