Ading CLI verification / working to documentation
[genesis.git] / foreman / docs / src / installation-instructions.rst
1 =======================================================================================================
2 OPNFV Installation instructions for the Arno release of OPNFV when using Foreman as a deployment tool
3 =======================================================================================================
4
5
6 .. contents:: Table of Contents
7    :backlinks: none
8
9
10 Abstract
11 ========
12
13 This document describes how to install the Arno SR1 release of OPNFV when using Foreman/Quickstack as
14 a
15 deployment tool covering it's limitations, dependencies and required system resources.
16
17 License
18 =======
19 Arno SR1 release of OPNFV when using Foreman as a deployment tool Docs (c) by Tim Rozet (RedHat)
20
21 Arno SR1 release of OPNFV when using Foreman as a deployment tool Docs are licensed under a Creative
22 Commons Attribution 4.0 International License. You should have received a copy of the license along
23 with this. If not, see <http://creativecommons.org/licenses/by/4.0/>.
24
25 Version history
26 ===================
27
28 +--------------------+--------------------+--------------------+--------------------+
29 | **Date**           | **Ver.**           | **Author**         | **Comment**        |
30 |                    |                    |                    |                    |
31 +--------------------+--------------------+--------------------+--------------------+
32 | 2015-05-07         | 0.0.1              | Tim Rozet          | First draft        |
33 |                    |                    | (RedHat)           |                    |
34 +--------------------+--------------------+--------------------+--------------------+
35 | 2015-05-27         | 0.0.2              | Christopher Price  | Minor changes &    |
36 |                    |                    | (Ericsson AB)      | formatting         |
37 +--------------------+--------------------+--------------------+--------------------+
38 | 2015-06-02         | 0.0.3              | Christopher Price  | Minor changes &    |
39 |                    |                    | (Ericsson AB)      | formatting         |
40 +--------------------+--------------------+--------------------+--------------------+
41 | 2015-06-03         | 0.0.4              | Ildiko Vancsa      | Minor changes      |
42 |                    |                    | (Ericsson)         |                    |
43 +--------------------+--------------------+--------------------+--------------------+
44 | 2015-09-10         | 0.2.0              | Tim Rozet          | Update to SR1      |
45 |                    |                    | (Red Hat)          |                    |
46 +--------------------+--------------------+--------------------+--------------------+
47 | 2015-09-25         | 0.2.1              | Randy Levensalor   | Added CLI          |
48 |                    |                    | (CableLabs)        | verification       |
49 +--------------------+--------------------+--------------------+--------------------+
50
51
52 Introduction
53 ============
54
55 This document describes the steps to install an OPNFV Arno SR1 reference platform, as defined by the
56 Bootstrap/Getting-Started (BGS) Project using the Foreman/QuickStack installer.
57
58 The audience is assumed to have a good background in networking and Linux administration.
59
60 Preface
61 =======
62
63 Foreman/QuickStack uses the Foreman Open Source project as a server management tool, which in turn
64 manages and executes Genesis/QuickStack.  Genesis/QuickStack consists of layers of Puppet modules that
65 are capable of provisioning the OPNFV Target System (3 controllers, n number of compute nodes).
66
67 The Genesis repo contains the necessary tools to get install and deploy an OPNFV target system using
68 Foreman/QuickStack.  These tools consist of the Foreman/QuickStack bootable ISO
69 (``arno.2015.2.0.foreman.iso``), and the automatic deployment script (``deploy.sh``).
70
71 An OPNFV install requires a "Jumphost" in order to operate.  The bootable ISO will allow you to
72 install
73 a customized CentOS 7 release to the Jumphost, which then gives you the required packages needed to
74 run ``deploy.sh``.  If you already have a Jumphost with CentOS 7 installed, you may choose to ignore
75 the ISO step and instead move directly to cloning the git repository and running ``deploy.sh``.  In
76 this case, ``deploy.sh`` will install the necessary packages for you in order to execute.
77
78 ``deploy.sh`` installs Foreman/QuickStack VM server using Vagrant with VirtualBox as its provider.
79 This VM is then used to provision the OPNFV target system (3 controllers, n compute nodes).  These
80 nodes can be either virtual or bare metal. This guide contains instructions for installing both.
81
82 Setup Requirements
83 ==================
84
85 Jumphost Requirements
86 ---------------------
87
88 The Jumphost requirements are outlined below:
89
90 1.     CentOS 7 (from ISO or self-installed).
91
92 2.     Root access.
93
94 3.     libvirt or other hypervisors disabled (no kernel modules loaded).
95
96 4.     3-4 NICs for bare metal deployment/only 1 NIC required for virtual deployment, untagged
97 (no 802.1Q tagging), with IP addresses.
98
99 5.     Internet access for downloading packages, with a default gateway configured.
100
101 6.     4 GB of RAM for a bare metal deployment, 18 GB (HA) or 8 GB (non-HA) of RAM for a VM
102 deployment.
103
104 Network Requirements
105 --------------------
106
107 Network requirements include:
108
109 1.     No DHCP or TFTP server running on networks used by OPNFV (bare metal deployment only).
110
111 2.     1, 3, or 4 separate VLANs (untagged) with connectivity between Jumphost and nodes (bare metal
112 deployment only).  These make up the admin, private, public and optional storage networks.  If only
113 1 VLAN network used for baremetal, then all of the previously listed logical networks will be
114 consolidated to that single network.
115
116 3.     Lights out OOB network access from Jumphost with IPMI node enabled (bare metal deployment
117 only).
118
119 4.     Admin or public network has Internet access, meaning a gateway and DNS availability.
120
121 **Note: Storage network will be consolidated to the private network if only 3 networks are used.**
122
123 Bare Metal Node Requirements
124 ----------------------------
125
126 Bare metal nodes require:
127
128 1.     IPMI enabled on OOB interface for power control.
129
130 2.     BIOS boot priority should be PXE first then local hard disk.
131
132 3.     BIOS PXE interface should include admin network mentioned above.
133
134 Execution Requirements (Bare Metal Only)
135 ----------------------------------------
136
137 In order to execute a deployment, one must gather the following information:
138
139 1.     IPMI IP addresses for the nodes.
140
141 2.     IPMI login information for the nodes (user/pass).
142
143 3.     MAC address of admin interfaces on nodes.
144
145 4.     MAC address of private interfaces on 3 nodes that will be controllers.
146
147 **Note: For single NIC/network barmetal deployment, the MAC address of the admin and private
148 interface will be the same.**
149
150 Installation High-Level Overview - Bare Metal Deployment
151 ========================================================
152
153 The setup presumes that you have 6 bare metal servers and have already setup connectivity on at least
154 1 or 3 interfaces for all servers via a TOR switch or other network implementation.
155
156 The physical TOR switches are **not** automatically configured from the OPNFV reference platform. All
157 the networks involved in the OPNFV infrastructure as well as the provider networks and the private
158 tenant VLANs needs to be manually configured.
159
160 The Jumphost can be installed using the bootable ISO.  The Jumphost should then be configured with an
161 IP gateway on its admin or public interface and configured with a working DNS server.  The Jumphost
162 should also have routable access to the lights out network.
163
164 ``deploy.sh`` is then executed in order to install the Foreman/QuickStack Vagrant VM.  ``deploy.sh``
165 uses a configuration file with YAML format in order to know how to install and provision the OPNFV
166 target system.  The information gathered under section `Execution Requirements (Bare Metal Only)`_
167 is put into this configuration file.
168
169 ``deploy.sh`` brings up a CentOS 7 Vagrant VM, provided by VirtualBox.  The VM then executes an
170 Ansible project called Khaleesi in order to install Foreman and QuickStack.  Once the
171 Foreman/QuickStack VM is up, Foreman will be configured with the nodes' information.  This includes
172 MAC address, IPMI, OpenStack type (controller, compute, OpenDaylight controller) and other
173 information.
174 At this point Khaleesi makes a REST API call to Foreman to instruct it to provision the hardware.
175
176 Foreman will then reboot the nodes via IPMI.  The nodes should already be set to PXE boot first off
177 the
178 admin interface.  Foreman will then allow the nodes to PXE and install CentOS 7 as well as Puppet.
179 Foreman/QuickStack VM server runs a Puppet Master and the nodes query this master to get their
180 appropriate OPNFV configuration.  The nodes will then reboot one more time and once back up, will DHCP
181 on their private, public and storage NICs to gain IP addresses.  The nodes will now check in via
182 Puppet and start installing OPNFV.
183
184 Khaleesi will wait until these nodes are fully provisioned and then return a success or failure based
185 on the outcome of the Puppet application.
186
187 Installation High-Level Overview - VM Deployment
188 ================================================
189
190 The VM nodes deployment operates almost the same way as the bare metal deployment with a few
191 differences.  ``deploy.sh`` still installs Foreman/QuickStack VM the exact same way, however the part
192 of the Khaleesi Ansible playbook which IPMI reboots/PXE boots the servers is ignored.  Instead,
193 ``deploy.sh`` brings up N number more Vagrant VMs (where N is 3 control nodes + n compute).  These VMs
194 already come up with CentOS 7 so instead of re-provisioning the entire VM, ``deploy.sh`` initiates a
195 small Bash script that will signal to Foreman that those nodes are built and install/configure Puppet
196 on them.
197
198 To Foreman these nodes look like they have just built and register the same way as bare metal nodes.
199
200 VM deployment will automatically use the default gateway interface on the host for all of the VMs
201 internet access via bridging the VMs NICs (public network).  The other networks - such as admin,
202 private, storage will all be created as internal VirtualBox networks.  Therefore only a single
203 interface on the host is needed for VM deployment.
204
205 Installation Guide - Bare Metal Deployment
206 ==========================================
207
208 This section goes step-by-step on how to correctly install and provision the OPNFV target system to
209 bare metal nodes.
210
211 Install Bare Metal Jumphost
212 ---------------------------
213
214 1.  If your Jumphost does not have CentOS 7 already on it, or you would like to do a fresh install,
215 then download the Foreman/QuickStack bootable ISO
216 <http://artifacts.opnfv.org/arno.2015.2.0/foreman/arno.2015.2.0.foreman.iso> here.  If you already
217 have a CentOS 7 install that you would like to use then go to step 3.
218
219 2.  Boot the ISO off of a USB or other installation media and walk through installing OPNFV CentOS 7.
220
221 3.  After OS is installed login to your Jumphost as root.  If /root/genesis does not exist then
222 ``git clone -b arno.2015.2.0 https://gerrit.opnfv.org/gerrit/genesis /root/genesis``
223
224 4.  Configure IP addresses on 3-4 interfaces that you have selected as your admin, private, public,
225 and storage (optional) networks.
226
227 5.  Configure the IP gateway to the Internet either, preferably on the public interface.
228
229 6.  Configure your ``/etc/resolv.conf`` to point to a DNS server (8.8.8.8 is provided by Google).
230
231 7.  Disable selinux:
232
233     - ``setenforce 0``
234     - ``sed -i 's/SELINUX=.*/SELINUX=permissive/' /etc/selinux/config``
235
236 8.  Disable firewalld:
237
238     - ``systemctl stop firewalld``
239     - ``systemctl disable firewalld``
240
241 Creating an Inventory File
242 --------------------------
243
244 You now need to take the MAC address/IPMI info gathered in section
245 `Execution Requirements (Bare Metal Only)`_ and create the YAML inventory (also known as
246 configuration)
247 file for ``deploy.sh``.
248
249 1.  Copy the ``opnfv_ksgen_settings.yml`` file (for HA) or ``opnfv_ksgen_settings_no_HA.yml`` from
250 ``/root/genesis/foreman/ci/`` to another directory and rename it to be what you want Example:
251 ``/root/my_ksgen_settings.yml``
252
253 2.  Edit the file in your favorite editor.  There is a lot of information in this file, but you
254 really only need to be concerned with the "nodes:" dictionary.
255
256 3.  The nodes dictionary contains each bare metal host you want to deploy.  You can have 1 or more
257 compute nodes and must have 3 controller nodes (these are already defined for you) if ha_flag is set
258 to true.  If ha_flag is set to false, please only define 1 controller node.  It is optional at this
259 point to add more compute nodes into the dictionary.  You must use a different name, hostname,
260 short_name and dictionary keyname for each node.
261
262 4.  Once you have decided on your node definitions you now need to modify the MAC address/IPMI info
263 dependent on your hardware.  Edit the following values for each node:
264
265     - ``mac_address``: change to MAC address of that node's admin NIC (defaults to 1st NIC)
266     - ``bmc_ip``: change to IP Address of BMC (out-of-band)/IPMI IP
267     - ``bmc_mac``: same as above, but MAC address
268     - ``bmc_user``: IPMI username
269     - ``bmc_pass``: IPMI password
270
271 5.  Also edit the following for only controller nodes:
272
273     - ``private_mac`` - change to MAC address of node's private NIC (default to 2nd NIC)
274
275 6.  You may also define a unique domain name by editing the ``domain_name`` global parameter.
276
277 7.  Save your changes.
278
279 Running ``deploy.sh``
280 ---------------------
281
282 You are now ready to deploy OPNFV!  ``deploy.sh`` will use your ``/var/opt/opnfv/`` directory to store
283 its Vagrant VMs.  Your Foreman/QuickStack Vagrant VM will be running out of
284 ``/var/opt/opnfv/foreman_vm/``.
285
286 It is also recommended that you power off your nodes before running ``deploy.sh``  If there are DHCP
287 servers or other network services that are on those nodes it may conflict with the installation.
288
289 Follow the steps below to execute:
290
291 1.  ``cd /root/genesis/foreman/ci/``
292
293 2.  ``./deploy.sh -base_config /root/my_ksgen_settings.yml``
294
295 **Note:  This is for default detection of at least 3 VLAN/interfaces configured on your jumphost
296 with defaulting interface assignment by the NIC order (1st Admin, 2nd Private, 3rd Public).  If you
297 wish to use a single interface for baremetal install, see help output for "-single_baremetal_nic".
298 If you would like to specify the NIC mapping to logical network, see help output for "-admin_nic",
299 "-private_nic", "-public_nic", "-storage_nic".**
300
301 3.  It will take about 20-25 minutes to install Foreman/QuickStack VM.  If something goes wrong during
302 this part of the process, it is most likely a problem with the setup of your Jumphost.  You will also
303 notice different outputs in your shell.  When you see messages that say "TASK:" or "PLAY:" this is
304 Khalessi running and installing Foreman/QuickStack inside of your VM or deploying your nodes.  Look
305 for "PLAY [Deploy Nodes]" as a sign that Foreman/QuickStack is finished installing and now your nodes
306 are being rebuilt.
307
308 4.  Your nodes will take 40-60 minutes to re-install CentOS 7 and install/configure OPNFV.  When
309 complete you will see "Finished: SUCCESS"
310
311 Verifying the Setup
312 -------------------
313
314 Now that the installer has finished it is a good idea to check and make sure things are working
315 correctly.  To access your Foreman/QuickStack VM:
316
317 1.  As root: ``cd /var/opt/opnfv/foreman_vm/``
318
319 2.  ``vagrant ssh`` (no password is required)
320
321 3.  You are now in the VM and can check the status of Foreman service, etc.  For example:
322 ``systemctl status foreman``
323
324 4.  Type "exit" and leave the Vagrant VM.  Now execute:
325 ``cat /var/opt/opnfv/foreman_vm/opnfv_ksgen_settings.yml | grep foreman_url``
326
327 5.  This is your Foreman URL on your public interface.  You can go to your web browser,
328 ``http://<foreman_ip>``, login will be "admin"/"octopus".  This way you can look around in Foreman and
329 check that your hosts are in a good state, etc.
330
331 6.  In Foreman GUI, you can now go to Infrastructure -> Global Parameters.  This is a list of all the
332 variables being handed to Puppet for configuring OPNFV.  Look for ``horizon_public_vip``.  This is
333 your IP address to Horizon GUI.
334
335 **Note: You can find out more about how to use Foreman by going to http://www.theforeman.org/ or
336 by watching a walkthrough video here: https://bluejeans.com/s/89gb/**
337
338 7.  Now go to your web browser and insert the Horizon public VIP.  The login will be
339 "admin"/"octopus".
340
341 8.  You are now able to follow the `OpenStack Verification`_ section.
342
343 OpenStack Verification
344 ----------------------
345
346 Now that you have Horizon access, let's make sure OpenStack the OPNFV target system are working
347 correctly:
348
349 1.  In Horizon, click Project -> Compute -> Volumes, Create Volume
350
351 2.  Make a volume "test_volume" of size 1 GB
352
353 3.  Now in the left pane, click Compute -> Images, click Create Image
354
355 4.  Insert a name "cirros", Insert an Image Location
356 ``http://download.cirros-cloud.net/0.3.3/cirros-0.3.3-x86_64-disk.img``
357
358 5.  Select format "QCOW2", select Public, then hit Create Image
359
360 6.  Now click Project -> Network -> Networks, click Create Network
361
362 7.  Enter a name "test_network", click Next
363
364 8.  Enter a subnet name "test_subnet", and enter Network Address ``10.0.0.0/24``, click Next
365
366 9.  Enter ``10.0.0.5,10.0.0.9`` under Allocation Pools, then hit Create
367
368 **Note: You may also want to expand this pool by giving a larger range,
369 or you can simply hit Create with entering nothing and the entire subnet
370 range will be used for DHCP**
371
372 10. Go to Project -> Network -> Routers
373
374 11. Click "provider_router".  Then select "Add Interface"
375
376 12. From the pop up menu, select test_subnet in the "Subnet" field.  Press "Add interface"
377
378 13. Verify your Network Topology looks correct in Project -> Network -> Network Topology
379
380 14. Now go to Project -> Compute -> Instances, click Launch Instance
381
382 15. Enter Instance Name "cirros1", select Instance Boot Source "Boot from image", and then select
383 Image Name "cirros"
384
385 16. Click Launch, status should show "Spawning" while it is being built
386
387 17. You can now repeat steps 15 and 16, but create a "cirros2" named instance
388
389 18. Once both instances are up you can see their IP addresses on the Instances page.  Click the
390 Instance Name of cirros1.
391
392 19. Now click the "Console" tab and login as "cirros"/"cubswin:)"
393
394 20. Verify you can ping the IP address of cirros2
395
396 21. Continue to the next steps to provide external network access to cirros1.
397
398 22. Go to Project -> Compute -> Instances.  From the drop down menu under "Actions" select
399 "Associate Floating IP"
400
401 23. Press the "+" symbol next under "IP Address".  Select "Allocate IP" on the new pop up.
402
403 24. You should now see an external IP address filled into the "IP Address" field.  Click
404 "Associate".
405
406 25. Now from your external network you should be able to ping/ssh to the floating IP address.
407
408 Congratulations you have successfully installed OPNFV!
409
410 OpenStack CLI Verification
411 --------------------------
412
413 This section is for users who do not have web access or prefer to use command line rather
414 than a web browser to validate the OpenStack installation.  Do not run this if you have
415 already completed the OpenStack verification, since this uses the same names.
416
417 1. Install the OpenStack CLI tools or log-in to one of the compute or control servers.
418
419 2. Find the IP of keystone public VIP.  As root:
420
421 ::
422
423   cat /var/opt/opnfv/foreman_vm/opnfv_ksgen_settings.yml | \
424   grep keystone_public_vip
425
426 3. Set the environment variables.  Substitute the keystone public VIP for <VIP> below.
427
428 ::
429
430   export OS_AUTH_URL=http://<VIP>:5000/v2.0
431   export OS_TENANT_NAME="admin"
432   export OS_USERNAME="admin"
433   export OS_PASSWORD="octopus"
434
435 4. Load the CirrOS image into glance.
436
437 ::
438
439   glance image-create --copy-from \
440   http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img \
441   --disk-format qcow2 --container-format bare --name 'CirrOS'
442
443 5. Verify the image is downloaded.  The status will be "active" when the download completes.
444
445   ``glance image-show CirrOS``
446
447 6.  Create a private tenant network.
448
449   ``neutron net-create test_network``
450
451 7.  Verify the network has been created by running the command below.
452
453   ``neutron net-show test_network``
454
455 8. Crate a subnet for the tenant network.
456
457   ``neutron subnet-create test_network --name test_subnet  --dns-nameserver 8.8.8.8 10.0.0.0/24``
458
459 9.  Verify the subnet was created.
460
461   ``neutron subnet-show test_subnet``
462
463 10. Add an interface from the test_subnet to the provider router.
464
465   ``neutron router-interface-add provider_router test_subnet``
466
467 11.  Verify the interface was added.
468
469   ``neutron router-port-list``
470
471 12.  Deploy a VM.
472
473   ``nova boot --flavor 1 --image CirrOS cirros1``
474
475 13. Wait for the VM to complete booting.  This can be completed by viewing the console log until a
476 login prompt appears.
477
478   ``nova console-log cirros1``
479
480 14.  Get the local ip from the VM.
481
482   ``nova show cirros1 | grep test_network``
483
484 15.  Get the port ID for the ip from the previous command.  Replace <IP> with the IP from the previous
485 command.  The port id is the first series of numbers and letters.
486
487   ``neutron port-list | grep 10.0.0.2 | awk ' { print $2 } '``
488
489 16.  Assign a floating ip to the VM.  Substitue the port-id from the previous command for <PORT_ID>
490
491   ``neutron floatingip-create --port-id <PORT_ID> provider_network``
492
493 17.  Log into the vm.  Substitute FLOATING_IP for the floating_ip_address displayed in the output in
494 the above command.
495
496   ``ssh cirros@<FLOATING_IP>``
497
498 18. Logout and create a second VM.
499
500   ``nova boot --flavor 1 --image CirrOS cirros2``
501
502 19.  Get the ip for cirros2.
503
504   ``nova show cirros2 | grep test_network``
505
506 20. Redo step 17 to log back into cirros1 and ping cirros2.  Replace <CIRROS2> with the ip from the
507 previous step.
508
509   ``ping <CIRROS2>``
510
511 Installation Guide - VM Deployment
512 ==================================
513
514 This section goes step-by-step on how to correctly install and provision the OPNFV target system
515 to VM nodes.
516
517 Install Jumphost
518 ----------------
519
520 Follow the instructions in the `Install Bare Metal Jumphost`_ section, except that you only need 1
521 network interface on the host system with internet connectivity.
522
523 Creating an Inventory File
524 --------------------------
525
526 It is optional to create an inventory file for virtual deployments.  Since the nodes are virtual you
527 are welcome to use the provided opnfv_ksgen_settings files.  You may also elect to customize your
528 deployment.  Those options include modifying domain name of your deployment as well as allocating
529 specific resources per node.
530
531 Modifying VM resources is necessary for bigger virtual deployments in order to run more nova
532 instances.  To modify these resources you can edit each of the follow node paramters in the
533 Inventory file:
534
535 1.  memory - set in KiB
536
537 2.  cpus - number of vcpus to allocate to this VM
538
539 3.  disk - size in GB (cannot be less than 40)
540
541 Running ``deploy.sh``
542 ---------------------
543
544 You are now ready to deploy OPNFV!  ``deploy.sh`` will use your ``/var/opt/opnfv/`` directory to store
545 its Vagrant VMs.  Your Foreman/QuickStack Vagrant VM will run out of ``/var/opt/opnfv/foreman_vm/``.
546 Your compute and subsequent controller nodes will run in:
547
548 - ``/var/opt/opnfv/compute``
549 - ``/var/opt/opnfv/controller1``
550 - ``/var/opt/opnfv/controller2``
551 - ``/var/opt/opnfv/controller3``
552
553 Each VM will be brought up and bridged to your Jumphost NIC for the public network.  ``deploy.sh``
554 will
555 first bring up your Foreman/QuickStack Vagrant VM and afterwards it will bring up each of the nodes
556 listed above, in order of controllers first.
557
558 Follow the steps below to execute:
559
560 1.  ``cd /root/genesis/foreman/ci/``
561
562 2.  ``./deploy.sh -virtual -static_ip_range <your_range>``, Where <your_range> is a range of at least
563 20 IP addresses (non-HA you need only 5) that are useable on your public subnet.
564 ``Ex: -static_ip_range 192.168.1.101,192.168.1.120``
565
566 **Note: You may also wish to use other options like manually selecting the NIC to be used on your
567 host,
568 etc.  Please use ``deploy.sh -h`` to see a full list of options available.**
569
570 3.  It will take about 20-25 minutes to install Foreman/QuickStack VM.  If something goes wrong during
571 this part of the process, it is most likely a problem with the setup of your Jumphost.  You will also
572 notice different outputs in your shell.  When you see messages that say "TASK:" or "PLAY:" this is
573 Khalessi running and installing Foreman/QuickStack inside of your VM or deploying your nodes.  When
574 you see "Foreman is up!", that means deploy will now move on to bringing up your other nodes.
575
576 4.  ``deploy.sh`` will now bring up your other nodes, look for logging messages like "Starting Vagrant
577 Node <node name>", "<node name> VM is up!"  These are indicators of how far along in the process you
578 are.  ``deploy.sh`` will start each Vagrant VM, then run provisioning scripts to inform Foreman they
579 are built and initiate Puppet.
580
581 5.  The speed at which nodes are provisioned is totally dependent on your Jumphost server specs.  When
582 complete you will see "All VMs are UP!"
583
584 6.  The deploy will then print out the URL for your foreman server as well as the URL to access
585 horizon.
586
587 Verifying the Setup - VMs
588 -------------------------
589
590 Follow the instructions in the `Verifying the Setup`_ section.
591
592 Also, for VM deployment you are able to easily access your nodes by going to
593 ``/var/opt/opnfv/<node name>`` and then ``vagrant ssh`` (password is "vagrant").  You can use this to
594 go to a controller and check OpenStack services, OpenDaylight, etc.
595
596 OpenStack Verification - VMs
597 ----------------------------
598
599 Follow the steps in `OpenStack Verification`_ section.
600
601 Frequently Asked Questions
602 ==========================
603
604 Please see the `Arno FAQ <https://wiki.opnfv.org/releases/arno/faq>`_.
605
606 License
607 =======
608
609 All Foreman/QuickStack and "common" entities are protected by the
610 `Apache 2.0 License <http://www.apache.org/licenses/>`_.
611
612 References
613 ==========
614
615 OPNFV
616 -----
617
618 `OPNFV Home Page <www.opnfv.org>`_
619
620 `OPNFV Genesis project page <https://wiki.opnfv.org/get_started>`_
621
622 OpenStack
623 ---------
624
625 `OpenStack Juno Release artifacts <http://www.openstack.org/software/juno>`_
626
627 `OpenStack documentation <http://docs.openstack.org>`_
628
629 OpenDaylight
630 ------------
631
632 Upstream OpenDaylight provides `a number of packaging and deployment options
633 <https://wiki.opendaylight.org/view/Deployment>`_ meant for consumption by downstream projects like
634 OPNFV.
635
636 Currently, OPNFV Foreman uses `OpenDaylight's Puppet module
637 <https://github.com/dfarrell07/puppet-opendaylight>`_, which in turn depends on `OpenDaylight's RPM
638 <https://github.com/opendaylight/integration-packaging/tree/master/rpm>`_ hosted on the `CentOS
639 Community
640 Build System <http://cbs.centos.org/repos/nfv7-opendaylight-2-candidate/x86_64/os/Packages/>`_.
641
642 Foreman
643 -------
644
645 `Foreman documentation <http://theforeman.org/documentation.html>`_
646
647 :Authors: Tim Rozet (trozet@redhat.com)
648 :Version: 0.2.0
649
650 **Documentation tracking**
651
652 Revision: _sha1_
653
654 Build date:  _date_