forked from jsjhr/CL210
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply-patch.txt
72 lines (59 loc) · 3.65 KB
/
apply-patch.txt
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
lab architecture-lab setup (chapter 1)
======================================
error:
Setting up workstation for lab exercise work:
· Verifying project: production............................... SUCCESS
· Creating user env file: operator1-production-rc............. SUCCESS
· Creating keypair: example-keypair........................... SUCCESS
. Creating flavor: default.................................... SUCCESS
. Creating image: production-rhel7............................ SUCCESS
. Creating internal network: production-network1.............. SUCCESS
. Creating subnet: production-subnet1......................... SUCCESS
. Creating external network: provider-datacentre.............. SUCCESS
. Creating router: production-router1......................... SUCCESS
. Creating security group: default............................ FAIL
. Creating port rule: ssh..................................... FAIL
. Creating protocol rule: icmp................................ FAIL
solution:
sudo patch /usr/local/lib/lab-architecture-lab < CL210/patches/patch-lab-architecture-lab.diff
lab controlplane-review setup
=============================
error:
Setting up workstation for lab exercise work:
· Verifying project: production............................... SUCCESS
· Creating user env file: operator1-production-rc............. SUCCESS
· Creating keypair: example-keypair........................... SUCCESS
. Creating flavor: default.................................... SUCCESS
. Creating image: rhel7....................................... SUCCESS
. Creating internal network: production-network1.............. SUCCESS
. Creating subnet: production-subnet1......................... SUCCESS
. Creating external network: provider-datacentre.............. SUCCESS
. Creating router: production-router1......................... SUCCESS
. Creating security group: default............................ FAIL
. Backing up files: controller0............................... SUCCESS
solution:
sudo patch /usr/local/lib/lab-controlplane-review CL210/patches/patch-lab-controlplane-review-lab.diff
lab storage-reviw setup
=======================
Setting up workstation for lab exercise work:
· Verifying project: production............................... SUCCESS
· Creating user env file: operator1-production-rc............. SUCCESS
· Creating user env file: architect1-production-rc............ SUCCESS
· Creating keypair: operator1-keypair......................... SUCCESS
. Verifying flavor: default................................... SUCCESS
. Verifying image: rhel7...................................... SUCCESS
. Verifying internal network: production-network1............. SUCCESS
. Verifying subnet: production-subnet1........................ SUCCESS
. Verifying external network: provider-datacentre............. SUCCESS
. Backing up Nova and Cinder config files..................... SUCCESS
. Creating router: production-router1......................... SUCCESS
. Verifying security group: default........................... FAIL
. Verifying security group rule: tcp.......................... FAIL
. Verifying security group rule ICMP: icmp.................... FAIL
. Creating floating IP: 172.25.250.151........................ FAIL
· Creating local directory: /home/student/manila.............. SUCCESS
· Creating user data file: user-data.file..................... SUCCESS
. Backing up SSH config....................................... SUCCESS
. Adjusting SSH config........................................ SUCCESS
solution:
sudo patch /usr/local/lib/lab-storage-review CL210/patches/patch-chapter5-lab-storage-review-lab.diff