File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ containerised OpenStack to bare metal.
25
25
After cloning this repo, source the regular OpenStack rc file with necessary
26
26
vars for accessing the * A Universe From Nothing* lab project.
27
27
28
+ There are a various variables available for configuration. These can be seen
29
+ in ` vars.tf ` , and can be set in ` terraform.tfvars ` (see sample file
30
+ ` terraform.tfvars.sample ` ).
31
+
28
32
Next up is the ` terraform ` bit assuming it is already installed:
29
33
30
34
terraform init
@@ -33,7 +37,7 @@ Next up is the `terraform` bit assuming it is already installed:
33
37
34
38
To reprovision a lab machine:
35
39
36
- terraform taint packet_device.lab .#
40
+ terraform taint openstack_compute_instance_v2 .#
37
41
terraform apply -auto-approve
38
42
39
43
where ` # ` is the lab index which can be obtained from the web UI.
@@ -50,7 +54,8 @@ SSH in to your lab instance by running and entering the provided password:
50
54
51
55
ssh lab@<lab-ip-address> -o PreferredAuthentications=password
52
56
53
- It is recommeded that you run ` passwd ` immediately to change the default password.
57
+ The default password is the id of the lab instance. As such, it is recommeded
58
+ that you run ` passwd ` immediately to change the default password.
54
59
55
60
## Nested virtualisation
56
61
Original file line number Diff line number Diff line change 1
1
lab_count = 6
2
- lab_net_ipv4 = aufn -ipv4-vlan
3
- lab_net_ipv6 = aufn-ipv6-vlan
4
- lab_prefix = aufn
2
+ lab_net_ipv4 = "stackhpc -ipv4-vlan-v2"
3
+ lab_prefix = "stackhpc"
4
+ image_id = "set_me"
You can’t perform that action at this time.
0 commit comments