blob: 3add5c694819d7b8f311c077dd7061d88a8b6f60 (
plain)
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
|
==========================================
Setting Up a Service VM as an IPv6 vRouter
==========================================
After OPNFV Brahmaputra Release base platform has been successfully installed through previous chapters, there are 10
steps to set up a service VM as an IPv6 vRouter:
- Step 0: `Disable odl-l3 and Enable neutron-l3-agent`_
- Step 1: `Start Open Daylight`_
- Step 2: `Start Open Stack`_
- Step 3: `Create External Network Connectivity ext-net`_
- Step 4: `Create IPv4 Subnet and Router with External Connectivity`_
- Step 5: `Create IPv6 Subnet and Router with External Connectivity`_
- Step 6: `Prepare Image, Metadata and Keypair for Service VM`_
- Step 7: `Boot Service VM (vRouter) and other VMs in IPv6 Subnet`_
- Step 8: `Spawn RADVD in vRouter`_
- Step 9: `Testing to Verify Setup Complete`_
Once the setup is complete, you can go to `Next Steps`_.
*********************************************
_`Disable odl-l3 and Enable neutron-l3-agent`
*********************************************
This step is optional, and only needed if you didn't choose to enable neutron-l3-agent during previous installation of
OPNFV Brahmaputra Release.
If you have chosen to enable neutron-l3-agent during installation, please skip this step and directly go to Step 1.
# Place holder for instructions of how to disable odl-l3 and enable neutron-l3-agent
**********************
_`Start Open Daylight`
**********************
# Place holder for instructions of how to start Open Daylight
*******************
_`Start Open Stack`
*******************
# Place holder for instructions of how to start Open Stack
***********************************************
_`Create External Network Connectivity ext-net`
***********************************************
# Place holder for instructions of how to create ext-net
***********************************************************
_`Create IPv4 Subnet and Router with External Connectivity`
***********************************************************
# Place holder for instructions of how to create IPv4 subnet and router associated with ext-net
***********************************************************
_`Create IPv6 Subnet and Router with External Connectivity`
***********************************************************
# Place holder for instructions of how to create IPv6 subnet and router associated with ext-net
*****************************************************
_`Prepare Image, Metadata and Keypair for Service VM`
*****************************************************
# Place holder for instructions of how to get the image and prepare the metadata for service VM, and how to add keypairs
*********************************************************
_`Boot Service VM (vRouter) and other VMs in IPv6 Subnet`
*********************************************************
# Place holder for instructions of how to boot the service VM named vRouter, and a couple of others in the same Ipv6
subnet for testing purpose
*************************
_`Spawn RADVD in vRouter`
*************************
# Place holder for instructions of how to spawn the RADVD daemon in vRouter
***********************************
_`Testing to Verify Setup Complete`
***********************************
# Place holder for instructions of how to test and verify that the setup is complete
*************
_`Next Steps`
*************
Congratulations, you have completed the setup of using a service VM to act as an IPv6 vRouter. This setup allows further
open innovation by any 3rd-party. Please refer to relevant sections in User's Guide for further value-added services on
this IPv6 vRouter.
|